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 SkipVought 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: akpr
  • Order by date
  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...
  16. akpr

    Obejet Oriented Programing Problem

    I have class Toolbar the class will create a frame, label and place a bitmap over the label in this call there are methods called show and hide. Problem No 1: from [a tcl] file , reference for this class is called as shown below ::Toolbar ToolbarFile &quot;.file&quot; ToolbarFile Show...
  17. akpr

    Again Menu

    Hi Thanks for helping to solve the menu prob I have some more problems related to menu. I could able to set the value . Now How do i get the value i.e. I have a menu like .menu.view.subview.windows add check -label &quot;Output&quot; -variable OPT -command { Output_Click...
  18. akpr

    Making modal dialog box

    I created a dialog box using TCL/TK how do i make that as modal dialog box
  19. akpr

    menu

    I created a menu. How do I pass a reference to that menu to another function i.e. I have a menu as follows File new open save I want to disable the Save menu as soon as the menu is clicked.

Part and Inventory Search

Back
Top