Search found 33 matches: addlink

Return to advanced search

UrlLnk with Popup menu

... of a UrlLnk control? I tried but it showed the menu far from url lnk On TexplorerBar I insert a link local bClick := { | o | addMenu() } oPanel4:AddLink( "testlink", bClick, ".\bitmaps\mail.bmp",oFontSmall,CLR_BLACK,CLR_WHITE ) tried with Function AddMenu() local aPoint := ...
by Silvio.Falconi
Fri Feb 23, 2024 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UrlLnk with Popup menu
Replies: 4
Views: 248

Re: Implementando una Clase TExplorerBar propia de FWH

... oExBar:nBottomColor :=FONDODIAL2 oPanel1 = oExBar:AddPanel( "Informes", "MALETIN" ) opanel1:SetColor(letras,fondo) oPanel1:AddLink("Vistas_I",bClick, ) oPanel1:AddLink("Imprimir_I",bclick, ) oPanel1:AddLink("Listados_I",bclick, ) oPanel1:AddLink("Seguimiento",bclick, ...
by pacotre
Wed Apr 15, 2020 10:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Implementando una Clase TExplorerBar propia de FWH
Replies: 57
Views: 9034

Error on Turlink/explorer

... )   Called from: .\source\classes\URLLINK.PRG => TURLLINK:NEW( 82 )   Called from: .\source\classes\TEXPLBAR.PRG => TTASKPANEL:ADDLINK( 472 )   Called from: source\SDS500N.PRG => BUILDPANEL( 142 ) than I saw someonechanged the the method METHOD AddLink( cPrompt, ...
by Silvio.Falconi
Wed Dec 18, 2019 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on Turlink/explorer
Replies: 2
Views: 418

Re: TExplorerBar method AddLink() not support PNG

+1
a) and change oUrlLink := TUrlLink() on a type of normal say no subtext

b) and add movement effect when the panel is opened or closed

c) add the possibility to call submenu type this
Image
by Silvio.Falconi
Mon Apr 15, 2019 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TExplorerBar method AddLink() not support PNG
Replies: 1
Views: 462

TExplorerBar method AddLink() not support PNG

HI
We know TExplorerBar AddPanel() support PNG file.
How about enhance TExplorerBar AddLink() support PNG file or resource PNG.
by richard-service
Mon Apr 15, 2019 4:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TExplorerBar method AddLink() not support PNG
Replies: 1
Views: 462

Re: explorerbar Menu popup

must be a data type " oPopup" on CLASS TTaskPanel my advise and insert here METHOD AddLink( cPrompt, bAction, cBitmap, oFnt, nClrT, nClrP, nClrO , oPopup,lpopup ) wheh the lpopup is true it must drwar an arrow at left if ::oPopup != nil ->>>>>>>>>>>>>>draw ...
by Silvio.Falconi
Thu Mar 01, 2018 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: explorerbar Menu popup
Replies: 3
Views: 856

Problem with Texplorebar

explorerbar accept resources bitmap and How ?

I made
oPanel1:AddLink( "Print Report", bClickReport, "IMPRIMIR_16 " )

but not show the image
by Silvio.Falconi
Wed Feb 07, 2018 12:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Texplorebar
Replies: 0
Views: 469

Re: add a symbol

Look in

METHOD AddLink( cPrompt, bAction, cBitmap, oFnt, nClrT, nClrP, nClrO ) CLASS TTaskPanel


from TExplBar.prg
by cnavarro
Mon Jan 15, 2018 5:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a symbol
Replies: 10
Views: 1286

New FTDN December/Diciembre 2017 (FWH 17.12)

... 2", "C:\Fwh\bitmaps\pngs\image2.png", , 40, 0, aGrad, oFont, CLR_WHITE ) - News paramter font and others for items link METHOD AddLink( cPrompt, bAction, cBitmap, oFnt, nClrT, nClrP, nClrO ) nClrT: nClrText nClrP: nClrPane nClrO nClrOver - New DATA nOffSetX: left spaces title ...
by Antonio Linares
Tue Dec 26, 2017 6:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2017 (FWH 17.12)
Replies: 0
Views: 2093

Re: TExplorerBar Bitmaps

... ::aPanel[x,1], ::aPanel[x,2], ::aPanel[x,3] ) oPanel[x]:lSpecial = if( x == 1, .T., .F. ) FOR y := 1 TO nLinks IF ::aLinks[y,4] == x oPanel[x]:AddLink( ::aLinks[y,1], ::aLinks[y,2], ::aLinks[y,3] ) ENDIF NEXT NEXT probe con el ON RESIZE ( oTabs:nLeft := ::oBrw:nLeft ) y no me dibuja la explorer ...
by Francisco Horta
Wed Mar 18, 2015 5:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TExplorerBar Bitmaps
Replies: 19
Views: 4544

Ayuda con este codigo

... & Wireless,S.A." MDI oBar := TExplorerBar():New() oPanel := oBar:AddPanel("Procesos diarios" ) oPanel:lSpecial := .T. oPanel:AddLink("Registro de movimientos" ,{|| MENU01()},"X_ADD") oPanel := oBar:AddPanel("Balistica" ) oPanel:AddLink("Ingresar ...
by Orbex
Fri Jul 20, 2012 1:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con este codigo
Replies: 1
Views: 749

Re: BtnBmp (SOLVED)

... = TExplorerBar():New(150, 0, 150, 830, oWndMain) oPanel1 = oExBar:AddPanel( "One", c_path + "\Images\people.bmp" ) oPanel1:AddLink( "First item", { |o| oBtnA:SetColor( 65535, ), oBtnA:Refresh() }, ; c_path + "\Images\additem.bmp") oPanel1:AddLink( "Second ...
by ukoenig
Wed Sep 07, 2011 2:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnBmp (SOLVED)
Replies: 11
Views: 2572

Re: Ribbonbar and Group-Image / Brush-backgrounds

... = oExBar1:AddPanel( "One", ".\bitmaps\32x32\notes.bmp", 80 ) // Height oPanel1:lSpecial = .T. oPanel1:oFont := oFont2 oPanel1:AddLink( "First", bClick, ".\bitmaps\32x32\fax.bmp", 10, 40 , oFont2 ) // Added from Silvio oPanel1:AddLink( "Second", ...
by ukoenig
Sun Nov 28, 2010 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbonbar and Group-Image / Brush-backgrounds
Replies: 4
Views: 1082

Re: HELP FOR TEXPLORERBAR CLASS

... oPanel1 = oExBar:AddPanel( "One", c_path + "\bitmaps\32x32\people.bmp", 100 ) oPanel1:lSpecial = .T. oPanel1:AddLink( "First item", bClick, c_path + "\bitmaps\32x32\check.bmp", 30, 50 , oFont ) oPanel1:AddLink( "Second item", bClick, ...
by ukoenig
Sun Nov 21, 2010 11:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HELP FOR TEXPLORERBAR CLASS
Replies: 14
Views: 3253

Re: HELP FOR TEXPLORERBAR CLASS

Uwe, use this modify please it is compatible with old source AddLink( cPrompt,bAction, cBitmap,nHeight,nLeft,oFontItem ) METHOD AddLink( cPrompt,bAction, cBitmap,nHeight,nLeft,oFontItem ) CLASS TTaskPanel local nTop := ::nTitleHeight + 10, n, oUrlLink ...
by Silvio
Sun Nov 21, 2010 8:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HELP FOR TEXPLORERBAR CLASS
Replies: 14
Views: 3253
Next

Return to advanced search