Change | Suggested By |
Add Icon class.
A datatype for workbench icons is no longer needed.
Icons with a separate selected state are now supported.
|
Steve Koren |
Fix variable names in the Project.Tutorial_5 project.
It no longer displays an error message for an undefined
variable.
|
The main editor window now has a Popkey attribute to display
it if hidden.
|
Objects which perform actions now have hotkey attributes.
For example, Window objects, Screenswitch objects, SysCmd
objects, etc. These accept standard Commodities hotkey
specifications.
|
Workbench icons can now be dropped on file string gadgets
to insert the filename for the icon.
|
BarNone now writes project icons if the Save Project
Icons setting is turned on. Project icons can be dropped
into the main editor window to load that project.
|
Boolean classes now export several variables: BFFile
for boolean file class, BTTask for boolean task
class, BSDevice, BSOnlineTime, and BSBaud
for boolean serial class.
|
Fixed bug causing enforcer hits (and other problems!) with
UI controls in object edit windows.
|
Fixed background bug with checkmark objects in edit windows.
|
Window class now
has a FrontScreen option. If selected, the window
will move to the frontmost screen, if that screen is a
public screen. This can be used instead of having a copy
of the window open on multiple screens.
|
Added exclusion patterns to iterator classes.
|
Per Dahlberg |
A Boolser class
monitors the carrier status of a given serial device.
|
Remove inner frames from object edit windows.
|
Stefan Stuntz |