Tk Source Code

Ticket Search
Login
  1. Ticket: iwidgets::combobox hiding of parent window (2001-03-24 04:38:25)
    ... nb childsite] } iwidgets::Labeledframe $NoteBook.pr1 -labelpos nw -labeltext "Enter Host Name" set ChildSite1 [$NoteBook.pr1 childsite] iwidgets::Labeledframe $NoteBook.pr2 -labelpos nw -labeltext "Choose slots to Configure" set ChildSite2 [$NoteBook.pr2 childsite] iwidgets::combobox ...

  2. Ticket: Iwidgets incompatible with auto_load - produces command error. (2017-02-01 21:23:43)
    Iwidgets incompatible with auto_load - produces command error.

  3. Ticket: Dialog-box crashes on Tcl/Tk Aqua 8.4.1 / Iwidgets (2004-07-30 07:11:11)
    ... OS X 10.2 (Jaguar) Extensions: Itcl/Itk/Iwidgets supplied with Aqua version Many of my dialog boxes that were created using iwidgets dialogshell and contain other iwidgets crash sometime during the activation process (e ...

  4. Ticket: Abbreviated Tk commands don't work with iWidgets (2001-03-28 05:49:52)
    Abbreviated Tk commands don't work with iWidgets

  5. Ticket: one minor bug, two minor problems (2000-11-01 06:46:55)
    ... iwidgets the following line: package ifneeded Iwidgets 3.0.0 "source [file join $dir iwidgets.tcl]" should be replaced with package ifneeded Iwidgets 3.0.0 [list source [file join $dir iwidgets.tcl]] or iwidgets ...

  6. Ticket: Incompatible change in grid command (2008-09-05 09:20:28)
    ... 72656 Originator: NO patch from Uwe for iwidgets noted in http://groups.google.com/group/comp.lang.tcl/browse_thread/thread/86590035a1030c71/468f247140e6059f?hl=en#468f247140e6059f applied to iwidgets. | login: pspjuth | username: pspjuth | icomment: Logged In ...

  7. Ticket: Radiobuttons no visible in 8.5a0 (2004-05-04 07:36:27)
    ... But using the iwidget - Radiobox - Example leads to the same problem: !/bin/sh # ---------------------------------------------------------------------- # DEMO: radiobox in [incr Widgets] # ---------------------------------------------------------------------- #\ exec itkwish "$0" ${1+"$@"} package require Iwidgets 3.0 # itkwish interprets the rest... # ---------------------------------------------------------------------- iwidgets::radiobox .rb -labeltext ...

  8. Ticket: Tk 8.4a5 core dump on Exit (2003-02-09 15:15:12)
    ... the next line restarts using wish \ exec /usr/tcl84/bin/wish "$0" "$@" package require Iwidgets button .exit_bt -text "Exit" -command "destroy ." iwidgets::combobox .combo -textfont {Helvetica -12 bold} pack .exit_bt and pressing the resulting button ...

  9. Ticket: many uses of 'glob [file join $dir $pat]' in Tcl and Tk (2001-08-10 15:35:08)
    ... Tk's library and in some iwidgets code. Vince. C:/Program Files/Tcl/lib/iwidgets3.0.0/demos/catalog "catalog"; Line 392: foreach file [lsort [glob [file join ${iwidgets::library} demos *]]] { C:/Program Files/Tcl ...

  10. Ticket: Most (all?) man pages that include man.macros are missing the .TH macro (2020-06-02 05:15:57)
    ... macro. This causes VERY poor formatting when using the man(1) program. The manpages all come from iwidgets-4.1.1-3.fc32.noarch.rpm (Fedora distro). | cmimetype: text/plain | submitter: [email protected] | assignee ...

  11. Ticket: called Tcl-FindHashEntry on deleted table (2018-01-13 22:57:28)
    ... Originator: YES The installation is from ActiveState. OS is Windows XP Prof. Packages used are: BWidget, Itcl, Iwidgets and Itk. There is NO self-compiled package. Currently I'am trying to reduce the example to ...

  12. Ticket: invalid color name "#f75df642f527" (2014-03-13 09:08:19)
    ... 2.0))}] [expr {floor(0 + ($itk_option(-borderwidth)/2.0))}] $wid [e..." (object "::.cCMainWindow0.shellchildsite.eFrame.workFrame" method "::iwidgets::Tabnotebook::_redrawBorder" body line 14) invoked from within "_redrawBorder $wid $hgt" The color name comes from: - procedure ...

  13. Ticket: No flat button relief, Mac Aqua (2011-01-18 00:13:34)
    ... use a Canvas, so you can draw the tabs in some nice fashion. See for instance the iWidgets Tabbed Notebook. Then you can just use the touch- sensitivity of regions on the canvas to run ...

  14. Ticket: iconified toplevel cannot be restored (Windows only) (2009-11-20 17:20:06)
    ... the problem.The example has been taken from the Iwidgets Shell Widget class and has beem changed so that it runs without Itk, Itcl and Iwidgets. The implementation is very similar to the TCL script ...

  15. Ticket: tkCanvas.c thread-unsafe UID usage! (2005-06-04 06:23:07)
    ... TCL vm's with canvas widgets instances. WHAT: canvas's "tags" functionality gets totally screwed. For example, IWidget::calendar crashes HOW: tkCanvas.c contains definitions of various variables for uid caching. For example: "static Tk_Uid ...

  16. Ticket: "Motion" binding fails during startup (2004-05-04 02:39:28)
    ... b. remote display to NT + Xwin32 client c. gnome Using Tcl/tk ("wish") with itcl/itk/BLT/iwidgets all latest stable versions as of ~2/12/2004 The easy solution seems simple and harmless enough ...

  17. Ticket: Withdrawn transients resurrected (2002-06-24 09:27:48)
    ... which uses the transient feature for the dropdown combos and other similar items (that are also overrideredirect). Iwidgets may do the same. Now you iconify and reshow, and a bunch of toplevels show up with ...

  18. Ticket: dialog does not appear if . withdrawn (2001-04-26 06:17:20)
    ... dialog [iwidgets::messagedialog .deleteTracks -title "Messagedialog" -text "Hi!" -bitmap questhead -modality application] $dialog center update idletasks $dialog activate destroy $dialog } # change 30 to 31 or vice versa load itcl31 load itk31 package require Iwidgets 3 ...

  19. Ticket: canvas oval stipple & no cursors (2001-03-24 03:07:16)
    ... 4.0 with service pack 3 Machine: X86 ClosedDate: '1999-08-14' Name: Keith Powell Extensions: itcl, iwidgets that comes with TclPro1.1 CustomShell: none ReproducibleScript: The canvas 'create oval' command seems to ignore the ...