Hi Travis,
I use Tcl on AIX and also do not have the tk_messageBox command. My AIX version of Tcl is 7.4. I guess it's just not part of the release for AIX?
Glenn
I want to install tclX on my WindowsNT pc but the download link is broken on the TclX homepage (www.neosoft.com/tclx).
Does anyone know another location it can be downloaded from?
Hello Cubicle4
I did a quick test and found no problem accessing the value of a variable which was set within a switch statement. see code below:
set bob test
switch $bob {
"test" { set mary ok }
}
puts $mary
I figure that for some reason your variable is not getting set or is...
OK, I hope not too many people read this as I have solved my own problem and probably should not have posted in the first place. Anyway my bitmap was not an X11 bitmap.
Hi, I am trying to use an external bitmap as the image for a button. My code is:
label .f-buttons.l-test -bitmap @board.xpm
pack .f-buttons.l-test
My error is: error reading bitmap file "board.xpm"
The bitmap file is in the same dir as I am running the tcl code from.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.