Search found 114 matches: urllink

Return to advanced search

Re: New FWH 15.09

There is a bug in \source\classes\urllink.prg In line 30: For   METHOD Initiate( hDlg ) INLINE ::Super:Initiate( hDlg ), SetText( ::cCaption ), ::Default()  substitute   METHOD Initiate( hDlg ...
by nageswaragunupudi
Sat Sep 26, 2015 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 15.09
Replies: 22
Views: 5049

Re: bmpfromico

Obj\urllink.c: [1]:PORC.EXE C:\Work\Prg\Allegati\Resource\default.rc /I c:\work\pellesc\include /I win [1]:iLink32.Exe -Gn -aa -Tpe -s @Allegati.bcl Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved ...
by Silvio.Falconi
Fri Jul 03, 2015 5:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bmpfromico
Replies: 32
Views: 9142

Re: urllink

#Include "FiveWin.ch"#include "constant.ch"Static oDlg,oUrlink,oSay[6],oBarOpenWithlistfunction Test( cTitle, nTop, nLeft, nBottom, nRight, cBtnTitle, nItem, lCancel, cCapCan )   LOCAL cNamefile :="test.jpg"   LOCAL oFont, oBtnClose1...
by karinha
Mon Jun 29, 2015 3:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: urllink
Replies: 11
Views: 2170

Re: urllink

yes yes I am confused
by Silvio.Falconi
Mon Jun 29, 2015 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: urllink
Replies: 11
Views: 2170

Re: urllink

Silvio.Falconi wrote:Kariha,
Why I must not make the dialog Trasparent with GRADIENT ?

I found a strange solution :
rem the Paint and Default methods from Turllink class and then it run also on dialog transparent with gradients ( this idea was sent from AntoninoP)


Paint and Display!! :lol: :lol:
by AntoninoP
Mon Jun 29, 2015 2:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: urllink
Replies: 11
Views: 2170

Re: urllink

Kariha,
Why I must not make the dialog Trasparent with GRADIENT ?

I found a strange solution :
rem the Paint and Default methods from Turllink class and then it run also on dialog transparent with gradients ( this idea was sent from AntoninoP)
by Silvio.Falconi
Mon Jun 29, 2015 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: urllink
Replies: 11
Views: 2170

Re: urllink

Complete, please. #Include "FiveWin.ch"#include "constant.ch"Static oDlg,oUrlink,oSay[6],oBarOpenWithlistfunction Test( cTitle, nTop, nLeft, nBottom, nRight, cBtnTitle, nItem, lCancel, cCapCan )   LOCAL cNamefile :="test.jpg"   LOCAL ...
by karinha
Mon Jun 29, 2015 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: urllink
Replies: 11
Views: 2170

Re: urllink

Antonio,
Perhaps I found the error

when the dialog have the clausole TRASPARENT the url control link not run

how I can resolve it ? (I need to have trasparent clausole on Dialog )
by Silvio.Falconi
Mon Jun 29, 2015 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: urllink
Replies: 11
Views: 2170

Re: urllink

Sorry, I make a mistake
not run on dialog also
the urlink control there is but I not see it

How I can resolve it ?
by Silvio.Falconi
Mon Jun 29, 2015 8:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: urllink
Replies: 11
Views: 2170

Re: urllink

Silvio,

function SetWndDefault() is to be used with classes whose controls contains another controls.
by Antonio Linares
Mon Jun 29, 2015 7:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: urllink
Replies: 11
Views: 2170

Re: urllink

Antonio,
Important...
It not run on DIALOG but only on Window
because the Turllink class need SetWndDefault( Self ) to add on New method !!!!
now I see the control ....
by Silvio.Falconi
Mon Jun 29, 2015 6:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: urllink
Replies: 11
Views: 2170

Re: urllink

Antonio, I have problem to show the control into a dialog : the control there is but I cannot see it Static oAllegati,oUrlink,oSay[6],oBarOpenWithlistFunction test()   Local nBottom   := 33   Local nRight    := 75   Local nWidth :=  M...
by Silvio.Falconi
Sat Jun 27, 2015 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: urllink
Replies: 11
Views: 2170

Re: urllink

Silvio,

Use oURLLink:bAction := { || ... }
by Antonio Linares
Sat Jun 27, 2015 7:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: urllink
Replies: 11
Views: 2170

urllink

can open a mmenupopup with a turl control ?
by Silvio.Falconi
Thu Jun 25, 2015 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: urllink
Replies: 11
Views: 2170

Re: TExplorerBar Bitmaps

Saludos


Si entra por el destroy, el problema parece que viende de la clase UrlLink

falta esto en la clase

la definicion
Code: Select all  Expand view
METHOD Destroy()



el metodo
Code: Select all  Expand view
METHOD Destroy() CLASS TURLLink

  DeleteObject( ::hBmp )

RETURN ::Super:Destroy()
by Daniel Garcia-Gil
Thu Mar 19, 2015 9:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TExplorerBar Bitmaps
Replies: 19
Views: 4659
PreviousNext

Return to advanced search