Re: [Win32Lib] programmatically select TreeView item?
- Posted by Derek Parnell <ddparnell at bigpond.com> Jun 26, 2003
- 460 views
----- Original Message ----- From: "Dan Moyer" <DANIELMOYER at prodigy.net> To: "EUforum" <EUforum at topica.com> Subject: Re: [Win32Lib] programmatically select TreeView item? > > > Derek, > > Tried it, both before & after you suggested it, doesn't work for me, running > 57.9 > > As an example, I put "setIndex(TV, folders[2])" into Euman's tvedit.exw > demo, first in Activate_MainWin after "expandItem( folders[1] )" (the expand > does work), and when that didn't select the second folder, I put the > setIndex directly after the creation of the folders, down in "function > AppInit", which also didn't work to select the 2nd folder. Am I doing > something wrong? > Try the latest version instead. It works in v0.59+ -- Derek