Search found 30 matches: addpanel

Return to advanced search

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

... from 0 row I not found the exact variable perhaps ::nTop ? as i can say it is 1st Position of "Body" from TExplorerBar() where i oExBar:AddPanel() yes but the first position of First TaskPanelPanel is never 0 Please try fwh\samples\explbar.prg and see it the first taskpanel not is on ...
by Silvio.Falconi
Wed Feb 28, 2024 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 479

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

hi Silvio,
Silvio.Falconi wrote:a question

yPos := 0

this is no good because the first panel can init from 18 and not from 0 row

I not found the exact variable perhaps ::nTop ?

as i can say it is 1st Position of "Body" from TExplorerBar() where i oExBar:AddPanel()
by Jimmy
Tue Feb 27, 2024 10:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 479

Re: About TCalendar

I tried oPanel := ::oExBar:AddPanel( Upper( "Jump To Date" ), "d:\fwh\bitmaps\32x32\calendar.bmp", 480 ) // @ 40, 15 CALENDAR ::oDtPick VAR ::dDateStart OF oPanel PIXEL SIZE 220, 157 WEEKNUMBER DAYSTATE ::oDtPick := ...
by Silvio.Falconi
Tue Dec 29, 2020 10:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: About TCalendar
Replies: 16
Views: 2799

Re: Implementando una Clase TExplorerBar propia de FWH

... la forma más práctica de resolverlo y me ha quedado muy bien. Consiste solo en meterle espacios por la izquierda a los bitmaps: oPanel1 = oExBar:AddPanel( "Informes", "CASE" ) El bitmap "CASE" por ejemplo lo he desplazado a la derecha, dejando más espacio transparente ...
by pacotre
Fri Apr 17, 2020 9:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Implementando una Clase TExplorerBar propia de FWH
Replies: 57
Views: 9034

Re: Implementando una Clase TExplorerBar propia de FWH

... PRG ejemplo pequeño y autocontenido de como lo estás haciendo ? oExBar:nTopColor := FONDODIAL2 oExBar:nBottomColor :=FONDODIAL2 oPanel1 = oExBar:AddPanel( "Informes", "MALETIN" ) opanel1:SetColor(letras,fondo) oPanel1:AddLink("Vistas_I",bClick, ) oPanel1:AddLink("Imprimir_I",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

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

New FTDN December/Diciembre 2017 (FWH 17.12)

... <nHeight> ] ; [ <color: COLOR, COLORS> <nClrFore> [,<nClrBack>] ] ; [ BRUSH <oBrush> ]; - New parameters in method AddPanel nTitleh: height of title nRound: round box of panel aGrad: Gradient array oFnt: Font for panel ( title and items, if not defined it ) METHOD ...
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: 2094

Problem with texplorerbar and Calendar class

... := TExplorerBar():New( 0, 0,oApp():oPanelExplorer:nwidth-15,; oApp():oPanelExplorer:nbottom, oApp():oPanelExplorer ) oPanel := oApp():oExBar:AddPanel( "Calendario", ".\bitmaps\CALEX.bmp", 480 ) @ 30, 5 CALENDAR oApp():oDtPick VAR oApp():dDateStart OF oPanel PIXEL SIZE ...
by Silvio.Falconi
Fri Apr 07, 2017 10:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with texplorerbar and Calendar class
Replies: 9
Views: 1305

Re: TExplorerBar Bitmaps

... ", 2 } } y los construyo aqui oExBar := TExplorerBar():New( 0, 0, ::nExBarH, nil, ::oWndChild ) FOR x := 1 TO nPanel oPanel[x] := oExBar:AddPanel( ::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( ...
by Francisco Horta
Wed Mar 18, 2015 5:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TExplorerBar Bitmaps
Replies: 19
Views: 4549

Combobox setminvisible

... en una window, en un panel de una explorer bar tengo un combobox quiero aplicar eso mismo, pero no encuentro como hacerlo oPanel := ::oExBar:AddPanel( "Seleccione Cabina", "cabina32", 100 ) @ 40, 15 COMBOBOX ::oCbx VAR ::cCabina ITEMS ::aCabina[2] OF oPanel PIXEL ; SIZE ...
by Francisco Horta
Fri Sep 28, 2012 4:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Combobox setminvisible
Replies: 1
Views: 455

Ayuda con este codigo

... WINDOW oWnd1 FROM 0, 0 TO 600, 800 PIXEL TITLE "APEIRON-Cable & Wireless,S.A." MDI oBar := TExplorerBar():New() oPanel := oBar:AddPanel("Procesos diarios" ) oPanel:lSpecial := .T. oPanel:AddLink("Registro de movimientos" ,{|| MENU01()},"X_ADD") ...
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)

... ( Mainwindow ) ( The Buttons oBtnA.., oBtnB..., defined as STATIC ) oExBar = 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() ...
by ukoenig
Wed Sep 07, 2011 2:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnBmp (SOLVED)
Replies: 11
Views: 2572

Explorerbar error using redefine

... Called from: .\source\classes\TEXPLBAR.PRG => TEXPLORERBAR:CHECKSCROLL(147) Called from: .\source\classes\TEXPLBAR.PRG => TEXPLORERBAR:ADDPANEL(133) Called from: explbar2.prg => EXPLBARINIT(25) Called from: explbar2.prg => (b)MAIN(14) Called from: .\source\classes\DIALOG.PRG => ...
by Gale FORd
Thu Jul 21, 2011 2:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Explorerbar error using redefine
Replies: 1
Views: 383

Re: ExplorerBar and Get

... oBar1 := TExplorerBar():New( 0, aRect4 - nFACTOR1, aRect4 + nFACTOR2, aRect3 - 75, oWnd ) oPanel1 := oBar1:AddPanel("System", , 410 ) oPanel1:lSpecial := .T. // aktive Kopfleiste oPanel1:SetFont ( oFont1 ) @ 25, -20 TITLE oTitle1 SIZE 120, 500 of ...
by ukoenig
Tue Jul 19, 2011 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ExplorerBar and Get
Replies: 12
Views: 4991

Re: Clase TInforme de alanit

... tPanel(...) activate dialog NOWAIT On INIT BuildEplorer(oBar,oCont) ... Function BuildEplorer(oBar,oCont) oBar : texplorer(...) oCont:= oBar:AddPanel(...) return nil I hope you understood me
by Silvio
Mon Mar 07, 2011 10:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase TInforme de alanit
Replies: 16
Views: 6825
Next

Return to advanced search