Search found 951 matches: panel

Return to advanced search

Re: To Nageswrao Del Objs on TscrollPanel

... the procedure  on Init load all buttons with   aImages:= LoadLinks( cIniUser, cSection )and set the btnbmp on panel scroll  as you can see on this picture https://i.postimg.cc/SxTbV6sG/project.jpg the problems are only on Manage buttons because ...
by Silvio.Falconi
Wed Mar 06, 2024 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 639

Re: To Nageswrao Del Objs on TscrollPanel

... Of Course your test run ok But I tried to erase all buttons except one , then I press the scrollbar of panel scroll and I had this https://i.postimg.cc/G34Z81nn/1.png when I had only two buttons I cannot delete printer button https://i.postimg.cc/NFWzkLT2/2.png ...
by Silvio.Falconi
Mon Mar 04, 2024 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 639

Re: New FTDN February 2024 (FWH 24.02)

... clase TExplorerBar, se ha implementado una nueva DATA bOnCollapse que se evalúa desde su método LButtonUp( nRow, nCol, nFlags ), de forma que cada panel puede utilizar su propia DATA bOnCollapse para el evento de colapso. * Nuevo: Nuevo ejemplo samles\booking.prg. Cómo implementar un sistema de ...
by Antonio Linares
Sun Mar 03, 2024 7:25 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 194

New FTDN February 2024 (FWH 24.02)

... from Class TExplorerBar, a new DATA bOnCollapse has been implemented and it is evaluated from its method LButtonUp( nRow, nCol, nFlags ), so each panel can use its own DATA bOnCollapse for the collapse event. * New: Example samles\booking.prg shows how to implement a booking system using XBrowse. ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 194

Re: To Nageswrao Del Objs on TscrollPanel

... https://i.postimg.cc/QNKWmS1C/mm.png also if I make ASize( oPanel:aControls, Len( oPanel:aControls ) -1 ) then not refresh the panel if there are any deleted objects the btnbmp should reposition themselves https://i.postimg.cc/W41gmkM7/frds.jpg if I delete products ...
by Silvio.Falconi
Thu Feb 29, 2024 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 639

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

hi Silvio, you are Right that Original CLASS TTaskPanel() Layout are   DATA   nTopMargin      INIT 16 but i just show Technic how to get Event, when Collaps, and "move" Panels to new Position where i start from TOP = 0 in my Layout it is up to you to change Layout like SPACE between TTaskP...
by Jimmy
Wed Feb 28, 2024 11:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 457

Re: Create a Panel width a text

corrected cNewMessage:= DivideTestoInRighe(cMessage, 80) https://i.postimg.cc/NMtg33TL/rrr.png FUNCTION DivideTestoInRighe(cTesto, lunghezzaRiga)   LOCAL nLunghezzaTesto, nRighe, nInizio, cRiga, cRisultato   // Calcola la lunghezza totale del testo  &...
by Silvio.Falconi
Wed Feb 28, 2024 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3165

Re: Create a Panel width a text

Resolved!! https://i.postimg.cc/KzHXvtTC/ffff.gif Only when I close/open taskpanel make error ( of visualization) perhaps it need to explorerbar to activate /noActivate close/open button ? Another question when the text is big on width it can be bad https://i.postimg.cc/7...
by Silvio.Falconi
Wed Feb 28, 2024 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3165

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

hi Silvio, 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 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: 457

Re: To Nageswrao Del Objs on TscrollPanel

To delete nth control of a Panel/dialog/window oPanel:aControls[ n ]:End()HB_ADel( oPanel:aControls[ n ], n, .t. ) To delete current row in XBrowse ( applies to arrays, dbf, ado or any data source) oBrw:Delete()oBrw:Refresh() ...
by Silvio.Falconi
Wed Feb 28, 2024 8:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 639

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

Re: To Nageswrao Del Objs on TscrollPanel

To delete nth control of a Panel/dialog/window oPanel:aControls[ n ]:End()HB_ADel( oPanel:aControls[ n ], n, .t. ) To delete current row in XBrowse ( applies to arrays, dbf, ado or any data source) oBrw:Delete()oBrw:Refresh() ...
by nageswaragunupudi
Tue Feb 27, 2024 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 639

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

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 ?
by Silvio.Falconi
Tue Feb 27, 2024 11:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 457

Re: Create a Panel width a text

hi Silvio, it seems me that 4th Parametern cAlign of FW_SsayText is missing so      nVAlign     := If( "T" $ cAlign, DT_TOP,  If( "B" $ cAlign, DT_BOTTOM, DT_VCENTER ) )      nHAlign     := iF( "L" $ cAlign, DT_LEFT, If( "R" $ cAlign, D...
by Jimmy
Mon Feb 26, 2024 10:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3165

To Nageswrao Del Objs on TscrollPanel

https://i.postimg.cc/FRpJX5hG/nages-products.png Nages, I create a Scroll Panel with some Objs and save the obj on adata array To manage open a Xbrowse with aData I wish erase the obj on TscrollPanel When Click (SetCheck) on one items on xbrowse except ...
by Silvio.Falconi
Mon Feb 26, 2024 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 639
Next

Return to advanced search

cron