Hello there, I am new to VTCL and have started building a GUI application. I have the following doubts: 1. There is a Tree widget in my app(the BWidget Tree). I need to populate this tree using the variables contained in a list,on launching the vtcl app. I have written a separate TCL script "mod_populate". This file has a procedure mod_populate::add_elements that contains the logic to populate the tree. The way is obviously to call the mod_populate::add_elements proc whenever the app is launched. How to do this? I tried calling the proc in the -selectcommand option for the Tree but it didn't work. 2. Another widget is the Tablelist. Is it possible for the user launching to add elements to the table list i.e. in real time? If so,how to? If not, is there any alternate widget that can perform this task? Thanks in advance.
Thanks and Regards, Sriram
<<inline: image001.gif>>
------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference
_______________________________________________ vtcl-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/vtcl-user
