Search found 31 matches: oexbar

Return to advanced search

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

... 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() yes but the first position of First TaskPanelPanel is never 0 Please try fwh\samples\explbar.prg and see it the first taskpanel not ...
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: 514

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: 514

Add a new taskPanel on Explorerbar ( on line)

... second Panel on line) https://i.postimg.cc/fTDWNxD1/second.jpg I not Found a Solution I created a test where at init I build the oExbar from an array aData and if the 4th paramter is false it not create the taskPanel the final use when click the link "Create Second Panel" ...
by Silvio.Falconi
Sun Feb 25, 2024 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a new taskPanel on Explorerbar ( on line)
Replies: 2
Views: 223

Re: Create a Panel width a text

... "ribbon.ch"//----------------------------------------------------------------------------//function Main()   local oWnd, oExBar, oPanel1, oPanel2, oPanel3, oPanel4   local bClick := { | o | MsgInfo( o:GetText() ) }   local uVar, oBrw, oPanel, ...
by Silvio.Falconi
Sat Jan 06, 2024 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3232

Add a taskpanel on line

How can I insert a taskpanel into Texplorerbar online, i.e. controlled by the end user? I did this test but it doesn't work because the oExbar doesn't refresh at init the taskpanel n. 2 is not showed explbar.prg modified #include "FiveWin.ch"//----------------------------------------------------------------------------//function ...
by Silvio.Falconi
Fri Jan 05, 2024 11:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a taskpanel on line
Replies: 0
Views: 527

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: 2852

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 ...
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: 9086

Re: Implementando una Clase TExplorerBar propia de FWH

Puedes proporcionar un 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, ...
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: 9086

Re: xbrowse too slow

... oWndMain on which I create a dialog oApp (): oDlg which is made with .nor. 4 On this oApp (): oDlg on the left I create an explorerbar control oExBar for a menu and on the right the xbrowse control oApp():oGrid and under xbrowse I insert a tab control. oApp():otab What code are you talking ...
by Silvio.Falconi
Sat Sep 21, 2019 7:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse too slow
Replies: 30
Views: 4341

two get and explorebar

... the gets have the width until the end of the explorer and when I resize the spliter the gets must change their width I build the explorer with oExBar = TExplorerBar():New(0,0, nSplit,oApp():oDlg:nBottom, oApp():oDlg) and then oApp():oSplit:bChange :={ |oSplit | oExBar:refresh() } to build the ...
by Silvio.Falconi
Tue Sep 11, 2018 12:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: two get and explorebar
Replies: 1
Views: 424

New FTDN December/Diciembre 2017 (FWH 17.12)

... many thanks to AntoninoP * TEXPLORERBAR ------------ - New clauses #xcommand @ <nRow>, <nCol> EXPLORERBAR <oExBar> ; [ <of: OF, WINDOW, DIALOG> <oWnd> ] ; [ SIZE <nWidth>, <nHeight> ] ; [ <color: COLOR, COLORS> <nClrFore> ...
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: 2133

Problem with texplorerbar and Calendar class

... nOption := 5 local aOre := { "5", "10", "15", "20", "30", "60"} local oPanel oApp():oExBar := TExplorerBar():New( 0, 0,oApp():oPanelExplorer:nwidth-15,; oApp():oPanelExplorer:nbottom, oApp():oPanelExplorer ) oPanel := oApp():oExBar:AddPanel( ...
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: 1316

Re: New FWH 15.09

Dear Antonio,

all samples explbar*.prg are not working with the new release

oExBar = TExplorerBar():New()

Image

best regards
Uwe :?:
by ukoenig
Sat Sep 26, 2015 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 15.09
Replies: 22
Views: 4979

Re: TTaskPanel

... and btntrans.prg, plus some modification to avoid the explorerBar occupies all window. This image is without my modification, I setted oExBar:lTransparent := .T.: http://i.imgur.com/GACHE2b.jpg This one, instead, is with my modification: http://i.imgur.com/CYjC7SQ.jpg ...
by AntoninoP
Fri Mar 20, 2015 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TTaskPanel
Replies: 6
Views: 1554

Re: TExplorerBar Bitmaps

... de la texplorerbar, vuelvo a ejecuyar mi programa y sigue sin destruir los bmp :( asi probe con el codigo ACTIVATE WINDOW ::oWndChild ; VALID ( oExBar:Destroy(), ::oQry:End(), ::oFont:End(), .T. ) por otra parte quite el mover la ttab y esta se pinta bien desde el lado izquierdo de la ventana, ...
by Francisco Horta
Thu Mar 19, 2015 4:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TExplorerBar Bitmaps
Replies: 19
Views: 4573
Next

Return to advanced search