[EMAIL PROTECTED] wrote:
You can use [update] in while loops or other places where the gui would not otherwise get a change to update itself. Again, take a look at the update manual page for complete details. If you do not have Tcl help installed locally, you can use http://www.purl.org/tcl/home/man/tcl8.4/TclCmd/update.htmHi,Do we have any call to refresh the GUI screen built in Tcl/Tk? Regards, Alok.
-- Luke Kale Myers
Luke Myers <[EMAIL PROTECTED]> on 12/27/2002 11:07:00 AM
To: [EMAIL PROTECTED]
cc: (bcc: Alok Singh/HSSDLF)
Subject: Re: [vtcl-user] File Selector
[EMAIL PROTECTED] wrote:
Hi,tk_getOpenFile
Can anybody provide me the code for file selector in TCl/Tk.
Regards,
Alok.
and
tk_getSaveFile
should be what you want.
See the manual page or the online help for the all the options on how to
use these commands.
-- Luke Kale Myers
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ vtcl-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/vtcl-user
