Search found 208 matches: expand

Return to advanced search

Re: Expand a branch on Tree object

Antonio: I just spotted an odd thing. Inside ScanItems() itself we have another call to ScanItems() to make it recursive. What I just noticed is that this call doesn't pass down the value of lExpand. I realized I hadn't passed down lToggle either, but now that I realize you didn't pass lExpand in th...
by Luis Krause
Wed Nov 08, 2006 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Expand a branch on Tree object
Replies: 5
Views: 1563

James: Have you tried oTree:aItems[n]:expand()? Indeed. I was looking for an efficient way to walk through the branches and either expand or collapse all branches below any given node. I added a few new methods, and made a minor enhancement ...
by Luis Krause
Wed Nov 08, 2006 7:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Expand a branch on Tree object
Replies: 5
Views: 1563

Luis,

Have you tried oTree:aItems[n]:expand()?

James
by James Bott
Tue Nov 07, 2006 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Expand a branch on Tree object
Replies: 5
Views: 1563

Expand a branch on Tree object

Hi everyone

I was wondering if someone has already come with a solution to be able to expand only a branch on a tree (not the whole tree).

I guess it's just a matter of traversiing ::aItems for that branch, so I'm just hoping someone already made that method.

Regards,

Luis
by Luis Krause
Tue Nov 07, 2006 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Expand a branch on Tree object
Replies: 5
Views: 1563

This will greatly expand the market for our applications. Soon we won't have to turn away Mac users who don't want to use their Macs in "Windows emulation" mode (which many don't even have) in order to run our apps. Terrific!

- Roger
by Roger Seiler
Thu Nov 02, 2006 2:53 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: FiveMac - first screenshots
Replies: 51
Views: 48140

How to use Free TWAIN_32.dll

... by Mentor. JMH version 1.7, Aug 1997 Expanded file tabs to spaces. NOTE: future authors should be sure to have their editors set to automatically expand tabs to spaces (original tab setting was 4 spaces). version 1.7, Sept 1997 Added job control values Added return codes version 1.7, Sept 1997 ...
by areang
Thu Aug 03, 2006 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use Free TWAIN_32.dll
Replies: 0
Views: 1736

James

Thanks .. I would like to hear what Rene has to say .. I have seen posts where he has successfully created ADS web apps .. FiveTitles if I recall.

Just at a crossroads here .. I need to expand and the Web is very much an emerging technology .. no right or wrong answers here.

Rick Lipkin
by Rick Lipkin
Sat Apr 08, 2006 12:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin WEB ??
Replies: 14
Views: 7674

... "+odb1:unit+" "+padl(cvaltochar(odb1:qty),nqtylen," ")+" V"+alltrim(odb1:version)+" "+odb1:mem) odb1:SKIP() enddo oWnd1:oClient:=oTree oTree:Expand() SET MESSAGE OF oWnd1 TO "BOM树型展开表" FONT ofont14 ACTIVATE WINDOW oWnd1 VALID (oBmp1:End(),oBmp2:End(),.t.) ...
by ShumingWang
Sat Feb 18, 2006 4:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tree control needed
Replies: 15
Views: 4801

... oBrw:lLogicDrop := .t. // use crazy logic dropbox oBrw:lNoHScroll := .t. // don't use that pesky horiz scroll bar oBrw:nAdjColumn := 3 // expand this column to flush table right oBrw:nFreeze := 5 // This will freeze all & prevent horiz scrolling // NOTE can't resize/drag on frozen ...
by EASYSOFT
Fri Feb 10, 2006 12:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1132 Bound error: array access
Replies: 4
Views: 3402

ListBox Fields Question

I need to make the data(fields) expanded with the list box expanded . How can I make this ? I tried change the size . It is the same no Expanded it is a limited screen with 1 or 2 fields I need to make the fields expand all the screen .
Thanks
by Ehab Samir Aziz
Thu Jan 26, 2006 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ListBox Fields Question
Replies: 6
Views: 1314

Next Problem

To All

I have got Treeview working from resources - but if I expand out
the trees when the vertical scrollbar comes on the folder bitmaps
disappear.

Any ideas ??


Regards

Colin
by Colin Haig
Mon Dec 19, 2005 12:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Trees and Splitters
Replies: 3
Views: 992

... ::hWnd, TB_AUTOSIZE, 0, 0 ) If it's an MDI app, there was also a problem with the oWndClient needing to be resized to allow the TBar and Rebar to expand.
by Brian Hays
Wed Dec 14, 2005 9:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Toolbar prompts on two rows
Replies: 9
Views: 2491

Maximize Data as Dialog Maximized

I need to expand the data fields when I Maximized the data in that routine : function ClientsBrowse() local oDlg, oDbf, oBrw USE CUST DATABASE oDbf DEFINE DIALOG oDlg RESOURCE "Browse" REDEFINE LISTBOX oBrw ; FIELDS oDbf:cu_acct,oDbf:cu_Name,oDbf:cu_Addr,oDbf:cu_PHON ...
by Ehab Samir Aziz
Thu Dec 08, 2005 10:55 pm
 
Forum: FiveWin for CA-Clipper
Topic: Maximize Data as Dialog Maximized
Replies: 2
Views: 1016
Previous

Return to advanced search