Posted to tcl by patthoyts at Tue Nov 27 09:07:39 GMT 2007view raw

  1. In the login dialog, entered 'guest' then hit tab to move to the next entry field and this error was raised:
  2.  
  3. can't use empty string as operand of "||"
  4. can't use empty string as operand of "||"
  5. while executing
  6. "if {$w eq $cur || [tk::FocusOK $cur]} {
  7. return $cur
  8. }"
  9. (procedure "tk_focusNext" line 35)
  10. invoked from within
  11. "tk_focusNext .login.c1.loginZone.c1.userId.border.e"
  12. invoked from within
  13. "tk::TabToWindow [tk_focusNext .login.c1.loginZone.c1.userId.border.e]"
  14. (command bound to event)