Search found 62 matches: collapse

Return to advanced search

New FTDN February 2024 (FWH 24.02)

... 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. A great implementation developed by Mr. Rao. ...
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: Create a Panel width a text

...  ) ) will give you DT_VCENTER / DT_VENTER that will cause wrap TEXT using TTaskPanel() which have Margin --- do you have try to click collapse button ? YES, so far seen https://forums.fivetechsupport.com/viewtopic.php?f=3&t=44267
by Jimmy
Mon Feb 26, 2024 10:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3171

Re: Create a Panel width a text

... GET oText VAR MEMOTEXT SIZE oPaneltext:nWidth-2, oPaneltext:nHeight-40 PIXEL MEMO NO VSCROLL READONLY of oPaneltext then do you have try to click collapse button ?
by Silvio.Falconi
Mon Feb 26, 2024 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3171

Re: Create a Panel width a text

... instead of (extra) PANEL, which work for me so far it will "resize" oPanel2 and "reposition" oPanel3 only when "Collapse" oPanel2 i don´t know how to "react" on ( need more "resize/reposition" ) #include "FiveWin.ch"//#include ...
by Silvio.Falconi
Sat Feb 24, 2024 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3171

Re: Create a Panel width a text

... instead of (extra) PANEL, which work for me so far it will "resize" oPanel2 and "reposition" oPanel3 only when "Collapse" oPanel2 i don´t know how to "react" on ( need more "resize/reposition" ) #include "FiveWin.ch"//#include ...
by Jimmy
Sat Feb 24, 2024 5:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3171

Re: Create a Panel width a text

Dear Silvio, You have to modify the oTaskBarPanel:nBodyHeight and call oTaskBarPanel:UpdateRegion() tried but it not refresh if I collapse then it refresh oPanel2:nBodyHeight:= aDim[ 2 ] + 50 oPanel2:CoorsUpdate() oPanel2:UpdateRegion() oPanel2:refresh() result https://i.postimg.cc/pTty7B3M/n.png ...
by Silvio.Falconi
Sat Jan 06, 2024 8:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3171

Re: Insertar imágen de recurso en Excel

... search for "InsertPicture" and it does exist Graphic Object (Excel) Contains properties that apply to header and footer picture objects. Collapse sectionRemarks There are several properties of the PageSetup object that return the Graphic object. Use the CenterFooterPicture , CenterHeaderPicture ...
by Jimmy
Tue Mar 14, 2023 1:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Insertar imágen de recurso en Excel
Replies: 7
Views: 595

Autocomplete widget (similar FW combobox)

Hello friends, The jQuery UI Autocomplete widget enables users to quickly find and select from a list of values as they type. If you find the jQuery UI Autocomplete demos and documentation too daunting, here are some examples with explanation to get you started. https://salman-w.blogspot.com/2013/12...
by Otto
Sat Jan 15, 2022 4:20 pm
 
Forum: mod_harbour
Topic: Autocomplete widget (similar FW combobox)
Replies: 0
Views: 146

Re: modal dialog

... start as clean as possible: your mod harbour - jquerry and bootstrap and all with the most updated versions. Now she changed the modal dialog to a collapse which is working fine. We are also trying an autocomplete input. This seems even better and more Fivewin like. Best regards, Otto https://mybergland.com/fwforum/modal_autocompleat_collapse.gif
by Otto
Sat Jan 15, 2022 1:50 pm
 
Forum: mod_harbour
Topic: modal dialog
Replies: 2
Views: 318

Re: TTaskPanel collapsed como?

... lo adapté a mis necesidades, espero te funcione. Lo que hice fue agregarle un método a la clase ExplBar asi: EXTEND CLASS TExplorerBar WITH METHOD Collapse y despues en mi codigo, llamo al metodo asi: oExplBar:Collapse( aPanel, 2 ) // <-- Estoy contrayendo el Panel 2 aPanel[ 2 ]:lCollapsed := ...
by EBM
Fri Mar 27, 2020 8:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TTaskPanel collapsed como?
Replies: 5
Views: 864

XBROWSE Master / Detail Example

... / Detail example which display data master record and detail records in same the XBROWSE control. Have seen oBrw:SetTree() Method but it has collapse / folding functions which is not required to the end user. Could you please suggest an example on this. Thanks in advance...! Thanks Shridhar
by shri_fwh
Wed Jan 15, 2020 3:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Master / Detail Example
Replies: 3
Views: 951

Re: An easy way to make a tree-browse

but when i send oTree:CollapseAll()


There is no CollapseAll() method.

Use oTree:Collapse()
by nageswaragunupudi
Thu Nov 21, 2019 12:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: An easy way to make a tree-browse
Replies: 17
Views: 3518

Re: An easy way to make a tree-browse

Hello Mr Rao I'm using a Tree and it's good I'm using the same oTree:MakeTree() that your sample but when i send oTree:CollapseAll() it collapse the app Error occurred at: 20/11/2019, 19:37:33 Error description: Error BASE/1004 Message not found: TLINKLIST:COLLAPSEALL Args: [ 1] = O TLINKLIST ...
by MarioG
Thu Nov 21, 2019 12:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: An easy way to make a tree-browse
Replies: 17
Views: 3518

Re: An easy way to make a tree-browse

Hello Mr Rao I'm using a Tree and it's good I'm using the same oTree:MakeTree() that your sample but when i send oTree:CollapseAll() it collapse the app Error occurred at: 20/11/2019, 19:37:33 Error description: Error BASE/1004 Message not found: TLINKLIST:COLLAPSEALL Args: [ 1] = O TLINKLIST ...
by MarioG
Thu Nov 21, 2019 12:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: An easy way to make a tree-browse
Replies: 17
Views: 3518

Re: Retomo Problema de uso de Word

... SysRefresh() Return nil //---------------------------------------------------// Static Function Reemplaza_Text_F2( oSel, cSrc, cRpl) Local wdCollapseEnd:=0 LOCAL oRng := oSel:Document:Content IF AT( cSrc, oRng:Text ) = 0 RETURN .F. ENDIF WHILE oRng:Find:Execute( cSrc ) oRng:Text = cRpl oRng:Collapse( ...
by FranciscoA
Thu Oct 10, 2019 6:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Retomo Problema de uso de Word "FUNCIONANDO"
Replies: 17
Views: 2936
Next

Return to advanced search