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 strongm 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: *

  1. ramsunder

    matching a pattern

    Hi, I can have a list like: set list1 "0055 888 889 3330" set list2 "55 888 889 3330" set list3 "5500 888 889 3330" set list4 "655 888 889 3330" set list5 "550 888 889 3330" and a variable 55, say: set var 55 I want to write one lserach...
  2. ramsunder

    matching a pattern

    Hi, I can have a list like: set list1 "0055 888 889 3330" set list2 "55 888 889 3330" set list3 "5500 888 889 3330" set list4 "655 888 889 3330" set list5 "550 888 889 3330" and a variable 55, say: set var 55 I want to write one lserach...
  3. ramsunder

    Entry Box binding

    Thanks a lot
  4. ramsunder

    Entry Box binding

    Hi ullis, I apreciate your reply. But if you look it carefully, we are converting lower case letters to upper case. Can you please help me out with your validation procedure how I can do that. Thanks in advance Ram
  5. ramsunder

    Entry Box binding

    Hi, I had a particular binding in Tk3.6 as set event &quot;if \{\[ap_filter_uplownum %A \[%W get\] $length\]\} \{%W insert \[%W index insert\] \[string toupper %A\]\}&quot; eval bind $entry <Any-KeyPress> $event And, procedure ap_filter_uplownum is defined as proc ap_filter_uplownum { key...
  6. ramsunder

    how to read data from socket if their is no endof charater .

    Hello, How to read data from a TCL socket, if their is no endof character(like \n, new line character, \r etc) are present in data. Thanks in advance Ram
  7. ramsunder

    mouse click

    Hi, you can bind the call to procedure newWindow to Button-3 event of listbox bind .t.listframe.namelist <Button-3> {#command to generate/popup new window} for e.g. this will pop up a new toplevel bind .t.listframe.namelist <Button-3> {toplevel .newwind} I hope this will help you.
  8. ramsunder

    listbox 'relief' property

    Question to your answer, why I &quot;need to change the next-to-last value reported&quot; Since in older version of TK say 3.6 and 4.0 configure command for same code of listbox gives me &quot;-relief relief Relief flat raised&quot; and tk8.4 give &quot;-relief relief Relief sunken...
  9. ramsunder

    listbox 'relief' property

    I had taken a configure output of a TK listbox...a relevant abstract of output is : &quot;............ {-highlightthickness highlightThickness HighlightThickness 1 0} {-relief relief Relief sunken raised} .............&quot; Now I want to change the valus for Relief property. I want it to be...

Part and Inventory Search

Back
Top