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 IamaSherpa 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: annox
  • Order by date
  1. annox

    Don't know how to use Scrollableframe(BWidget)

    After I look up ActiveTcl(8.4.2)'s help file, I still don't know how to use scrollableframe. Is there any example show me how to use scrollableframe? Teach me please. Thank you so much.
  2. annox

    Problem with compiling Tcl8.4.3

    My OS is WinXP Pro. My Compile Step 1)./configure --enable-threads(Everything is OK) 2)make After I execute the command "make", It look like runing a infinite loop. ======================= ./config.status creating Makefile creating tclConfig.sh creating tcl.hpj ./config.status creating...
  3. annox

    Can I get the list of widgets in a frame?

    I create lots of widget in a frame, and there are too much to remember. So, Is there any command that can return the list of widgets in a frame? I'll be so appreciate if someone could teach me.
  4. annox

    Can I get the list of widgets in frame?

    If I create lots of widgets in a frame that so much i can't remember them. Can I use any command to get the list of them?
  5. annox

    Label of LabelEntry

    sorry that i ask a stupid question i figure out that LabelEntry should use configure command, but not config. ~sorry~
  6. annox

    Label of LabelEntry

    After I set LabelEntry's -label attribute and pack it on screen, I don't know how change the label's content in my program. I've try writing the code "$path.$labelentry config -label xyz", but it doesn't work. Did anyone know how to do it? Teach me please. Thanks a lot.

Part and Inventory Search

Back
Top