Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: waistcoat
  • Content: Threads
  • Order by date
  1. waistcoat

    random code

    hi,all I have wraped my tcl file use freewrap55,but the Chineses characters in the menubutton is random code. $caidan add command -label "»ù±¾¶¯×÷°´Å¥" -command "helpact" The other characters correct. THANKS
  2. waistcoat

    the code I save in not tcl/tk code

    Hi,all When I packaged my program use freewrap55,the code I saved is not tcl code ,but before I packaged it ,the saved code is tcl code. thanks.
  3. waistcoat

    Can not open the image

    Hi,all I have craeted the exe file,but it can not open the image ,can someone give me a reason? Error sourcing /freewrap55/robotcar.tcl: couldn't open "/tk/demos/images/Lb1.gif": no such file or directory thanks
  4. waistcoat

    How to use the helpsystem?

    hi,all How to use the helpsystem?Can any one give me a detailed description where to set up it and how to use it? paltform: windows 98 thanks
  5. waistcoat

    How to create a .exe file?

    Hi,all Can anyone give me an example how how change a .tcl file into a .exe file THANKS
  6. waistcoat

    Hi,all image create photo image

    Hi,all image create photo image1a -file [file join $tk_library demos images Lb1.gif] Above is part of my program.The first time I ran it in the program.It works well.But when I saved it and open it again,it can not work. Error:cannot read "tk_library":no such variable...
  7. waistcoat

    the button can not change its form

    Hi,all I want to draw a picture on the button,but the button in the program can not change its form . The width(height) can not change. set w .main toplevel $w button $w.1 -width 20 -height 5 -relief ridge -text "" set c $w.1.frame.c frame $w.1.frame pack $w.1.frame canvas $c...
  8. waistcoat

    realize the insert function

    hi,all First,thanks very much for ulis's help that time.Now I can't realize the insert function.Can someone help me? I want to insert a button in the desinged location and work for it a long time but fialed. The program is bolow: # proc bgerror (to see what happens behind the scene) proc...
  9. waistcoat

    save the file

    Hi,all How can I save the present code into a file? Thanks
  10. waistcoat

    spring out an entry

    hi,all Can you give me an example of how to spring out a frame when I press a button.I need a entry in the frame. Thanks!

Part and Inventory Search

Back
Top