Posted to tcl by centrix at Thu Mar 15 16:15:20 GMT 2018view raw

  1. cannot inherit from "iwidgets::Combobox" (class "iwidgets::Combobox" not found in context "::iwidgets")
  2. while executing
  3. "inherit iwidgets::Combobox"
  4. (class "iwidgets::ComboBox" body line 2)
  5. invoked from within
  6. "itcl::class iwidgets::ComboBox {
  7. inherit iwidgets::Combobox
  8.  
  9. constructor {args} {}
  10. destructor {}
  11.  
  12. itk_option define -balloonhelp balloonHelp Ball..."
  13. ("eval" body line 23)
  14. invoked from within
  15. "eval [ls getUrl getFiles filenames $f]"
  16. ("foreach" body line 2)
  17. invoked from within
  18. "foreach {f} $fileList {
  19. eval [ls getUrl getFiles filenames $f]
  20. }"
  21. ("eval" body line 26)
  22. invoked from within
  23. "eval [http::data $token]"
  24. ("eval" body line 339)
  25. invoked from within
  26. "eval [http::data $token]"
  27.