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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by akpr

  1. akpr

    Does any one know how to use edit command

    Hi I am using Listbox Widget [BWidget]. I am not able to edit a node in list box I tried to edit a node from listbox by using edit command , but it is not getting edited, as far as documentation concerned, once a node is edited , the modified text will be returned. I am using as follows set...
  2. akpr

    tab position in TEXT Widget

    How do I set user defined tab position in TEXT Widget i.e. I have a variable, depends upon that variable tab position should be set. i.e. if user set 4. Tab position should 4
  3. akpr

    How do I detect that application is closed

    Where do i get Tree Widget. I got one but it is not usual for me
  4. akpr

    How do I detect that application is closed

    How do I detect that application is closed , if the application quit by clicking [x] mark and by double clinking extreme left corner
  5. akpr

    Scrollbar

    How it is assigned one scrollbar with 2 text at same time ie i have 2 text widget one for displaying text and another for displaying number Text1 Text2 1 aaaa 2 bbbb 3 5555 I want to configure the scrollbar with these texts in such a way that if u scroll both text should get...
  6. akpr

    How to make an executable

    Does anyone know how to make make an executable file. ie i have some scripts a.itcl b.itcl a.tcl I want to compile these scripts and make an executable for these scripts thanks akpr
  7. akpr

    How do I create a child window.

    I am developing an editor. How do I create a child window. i.e. I have a main window, that hold menu function, output window and project window, and source window. I want to create a source window as child of the main window. So I can be able to open more than one source window, moreover I do...
  8. akpr

    How do I prevent showing window in status bar

    How do I prevent showing window in status bar i.e. I have created a dialog box, if i am selected a option from menu that dialog box will be displayed, but i do not want to show that in status bar. thanks akpr
  9. akpr

    some more Menu Problems

    Hi I am sorry about that , it is the problem with my code. I have find out what's going on. Thanks for the help
  10. akpr

    some more Menu Problems

    Hi Thanks for ur help. I do not think it "-underline 0" is going to work. I spent 2 day to get it work. I agree the "-underline 0" will get displayed a line under the first character. but once u press ALT-f nothing happens. After reading ur examples I tried again but -
  11. akpr

    some more Menu Problems

    Problem 1 How do I bind <MOTION> in menu i.e. I want to display the brief note about the menu to status bar. I create a status. I tried to bind MOTION event as follows but no result set menu_name [CreateMenu .menu.menubar filemenu &quot;File&quot; 0] $menu_name add command -label...
  12. akpr

    Again OOP problem

    I used upvar, code but an error cannot read $index is displayed my question is how do i read a vriable from a class within out side the scope ie in a class i have a button like class ee { foreach item $images { itk_component add button$index { image create photo $index -file...
  13. akpr

    Again Obejet Oriented Programing Problem

    I used upvar, code but an error cannot read $index is displayed my question is how do i read a vriable from a class within out side the scope ie in a class i have a button like class ee { foreach item $images { itk_component add button$index { image create photo $index -file...
  14. akpr

    Again Obejet Oriented Programing Problem

    Thanks for helping to solve the problem Now i have one more problem related with OOPS. I create a class for toolbar it calls as follows ::clsToolbar .frmToolbar.file -maxbutton 3 -variable BUTTONNAME pack .frmToolbar -side top -fill x now I want to store the button's name in the global...
  15. akpr

    Binding

    I have created a class toolbar it's working nice Now how do I bind an event <MOTION> the creation of toolbar as follows constructor { arg } set FrmToolbar $arg } method show { arg } { frame $FrmToolbar -borderwidth 2 -background grey -relief raised frame...

Part and Inventory Search

Back
Top