Date |
Version |
Author |
Changes |
2006.09.11 |
|
Robert Joy |
- Added txmbox::TxMessageBox(Font) to allow a default font face to be
specified.
- Fixed issue with changeMsgBoxButtonLabel that occured because an additional
frame was added to the button area.
- Fixed an issue when calling changeMsgBoxButtonLabel with the actual
button Label (not the widget path name) cause an error.
- messageBox now returns the button label. It previously returning a
lower case version of the tail of the button path but this causes probelms
when some characters are included in the button label (see the following
bug fix).
- messageBox now handles any character in button labels. Some characters
were causing problems because the button path is derived from the label.
|
2006.09.11 |
1.0.3 |
Robert Joy |
- Fixed a bug where the variable icon was created in the global space.
|
2006.09.11 |
1.0.2 |
Robert Joy |
- Found a bug when using Tile on Linux. It created a rather unsightly
messageBox where the buttons are.
- Transparent portion on icon was not being dsiplayed properly when using
Tile because frame was not Tile based.
- Fixed a bug related to a check on window depth (too many bits).
|
2006.09.10 |
1.0.1 |
Robert Joy |
- Added image based icons (requested by Synic). Also added code to handle
the case where platform does not support a large number of colors. In
this case the -icon function reverts back to the 2 color bitmap icons.
- Updated the example.tcl file to include use of the configButton settings.
- Added ChangeLog.html to project.
- Added link in txmbox.html to ChangeLog.html
|
2006.09.09 |
1.0.0 |
Robert Joy |
General Availability (GA) release |