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 Chris Miller 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: 4595
  • Order by date
  1. 4595

    Trying to retrieve list element greater than list length returns null.

    change { $idx > [ llength $l ]} to { $idx >= [ llength $l ]} and should be OK :)
  2. 4595

    runaway scrollbar?

    I know that will not help but I had also problems with arrows, that were responding with hanging themselfs :) I haven't found solution to eliminate it but I drasticly reduce its propability by changing system absorbing. (precisely: I eliminate "puts" during using of scrolls arrows)
  3. 4595

    ComboBox colours with editing disable

    When I'm changing combobox to be not editable it is also changing the colours (everything is gray) iwidgets::combobox .My_combobox \ -editable false How to do it, to make it not editable but with normal colours? thank you for any help

Part and Inventory Search

Back
Top