Search found 114 matches: urllink

Return to advanced search

Re: UrlLink no funciona la clausula Transparent

Manuel,

El control está sobre un diálogo ?

Que brush usa el diálogo ?
by Antonio Linares
Thu Apr 12, 2018 8:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: UrlLink no funciona la clausula Transparent
Replies: 9
Views: 1533

UrlLink no funciona la clausula Transparent

UrlLink no funciona la clausula Transparent Este es mi código. METHOD ResourceLink() CLASS ComboSelector ::oUrlLink := TUrlLink():Redefine( ::idLink, ::oDialog, , , , , ::nColorUrlLink, ::nColorUrlLink, ::nColorUrlLink, .t. ...
by manuelcalerosolis
Wed Apr 11, 2018 6:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: UrlLink no funciona la clausula Transparent
Replies: 9
Views: 1533

Re: add a symbol

Add your code after define you urllink

Code: Select all  Expand view

.../...
   if File( cBitmap )
      oUrlLink:hBmp = ReadBitmap( 0, cBitmap )
   else
      oUrlLink:hBmp = LoadBitmap( GetResources(), cBitmap )
   endif

.../...
 
by cnavarro
Mon Jan 15, 2018 6:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a symbol
Replies: 10
Views: 1374

Re: Cuál es la mejor manera de cambiar el fondo de los dialogos

Master, falta COLORS, para cambiar el COLOR del URLLINK #include "FiveWin.ch"#include "URLLink.ch"#define COLOR_BTNFACE  15// Added for next version -> cnavarro// Urllink.ch#xcommand @ <nTop>, <nLeft> URLLINK ...
by karinha
Thu Jul 20, 2017 2:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cuál es la mejor manera de cambiar el fondo de los dialogos
Replies: 19
Views: 3198

Re: Cuál es la mejor manera de cambiar el fondo de los dialogos

Added for next version Urllink.ch #xcommand @ <nTop>, <nLeft> URLLINK <oURL> ;             [ <dlg: OF, WINDOW, DIALOG> <oWnd> ] ;             [ <pixel: PIXEL> ] ;             [ ...
by cnavarro
Thu Jul 20, 2017 12:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cuál es la mejor manera de cambiar el fondo de los dialogos
Replies: 19
Views: 3198

Re: Cuál es la mejor manera de cambiar el fondo de los dialogos

Masler el comando TRANSPARENT también no funciona con URLLINK. Creo sea esto. jejejejejejeje.
by karinha
Thu Jul 20, 2017 12:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cuál es la mejor manera de cambiar el fondo de los dialogos
Replies: 19
Views: 3198

Re: Cuál es la mejor manera de cambiar el fondo de los dialogos

... " + ;                   "Visite la página oficial de Fivewin:" ;            FONT oFont OF oDlg COLOR CLR_BLACK, nColor   REDEFINE URLLINK oUrl1 ID 104 URL "www.fivetechsoft.com" OF oDlg ;            TOOLTIP "Sitio oficial de FiveTech" CLRINIT CLR_BLUE   oUrl1:lTransparent ...
by nanoespinoza
Thu Jul 20, 2017 2:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cuál es la mejor manera de cambiar el fondo de los dialogos
Replies: 19
Views: 3198

Re: Cuál es la mejor manera de cambiar el fondo de los dialogos

Bueno se URLLINK pueda recibir el COLOR como un SAY ó GET.

Code: Select all  Expand view

   REDEFINE URLLINK ID 106 URL "mailto:alinares@fivetechsoft.com" OF oDlg ;
            TOOLTIP "E-mail de FiveTech" COLORS CLR_YELLOW, CLR_BLACK TRANSPARENT
 


Saludos.
by karinha
Wed Jul 19, 2017 5:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cuál es la mejor manera de cambiar el fondo de los dialogos
Replies: 19
Views: 3198

Re: Cuál es la mejor manera de cambiar el fondo de los dialogos

... master el problema con Gradient, és que URLLINK, no aparece en el diálogo: http://i.imgur.com/dPm221R.png Saludos Esto es exactamente lo que me sucede; los links no aparecen; ...
by nanoespinoza
Wed Jul 19, 2017 2:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cuál es la mejor manera de cambiar el fondo de los dialogos
Replies: 19
Views: 3198

Re: Cuál es la mejor manera de cambiar el fondo de los dialogos

cnavarro wrote:También puedes mirar este hilo

viewtopic.php?f=3&t=33363&p=197298&hilit=SetDlgGradient#p197337


master el problema con Gradient, és que URLLINK, no aparece en el diálogo:

Image

Saludos
by karinha
Tue Jul 18, 2017 6:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cuál es la mejor manera de cambiar el fondo de los dialogos
Replies: 19
Views: 3198

Re: Cuál es la mejor manera de cambiar el fondo de los dialogos

Muestra como haces con el URLLINK porfa. Saludos.
by karinha
Tue Jul 18, 2017 5:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cuál es la mejor manera de cambiar el fondo de los dialogos
Replies: 19
Views: 3198

Cuál es la mejor manera de cambiar el fondo de los dialogos

... que identifico, es usando el Gradient, estoy probando recién. Parece más estético y fácil de implementar, pero tengo un problema con el control URLLINK, que no me muestra el texto del link. En resumen, me gustaría conocer sus opiniones y experiencias sobre este tema y saber cual consideran la ...
by nanoespinoza
Tue Jul 18, 2017 4:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cuál es la mejor manera de cambiar el fondo de los dialogos
Replies: 19
Views: 3198

Re: problem w with FWH 16.12 and xHB.com

... MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\tyacc.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\urllink.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\video.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\wbrowse.prg] MYC_FLAGS ...
by kajot
Sun Dec 25, 2016 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem w with FWH 16.12 and xHB.com
Replies: 11
Views: 5053

Re: To Antonio

... NOT 4 STYLE .... it run good on windows class it make easy ERROR DEF CONTROL if I try to insert it on a dialog or crash the explorer class use urllink class to create items instead of a menu and I cannot change the type (see vitem) I tried these classes many times and I not found a good solution ...
by Silvio.Falconi
Thu Feb 04, 2016 8:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio
Replies: 10
Views: 3135

Re: Report Drill Down

... use groups command on column you want make the Drill and insert a link with ssay class or use the printer class and make to hand it perhaps with urllink class Antonio, just my cent perhaps it can run on rptcolumn function to insert the option urllink and call this class but I not tried it I think ...
by Silvio.Falconi
Wed Jan 13, 2016 12:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report Drill Down
Replies: 34
Views: 8829
PreviousNext

Return to advanced search