2008-02-15 17:12 UTC
1. From a modeless Form: (getfiled . . .) function is disabled. The dialog appears but nothing works - must escape to exit. Works fine from a Palette.
2. checkboxes : (dcl_Control_GetValue returns nil when the box is checked. The onClicked event returns the correct value though - either a 1 or 0. I thought it was supposed to be nil or t?
3. ListBox: calling the (command . . .) function bombs with a "Command: ; error: An error has occurred inside the *error* functioninvalid
AutoCAD command: nil"
4. Tree Control: OK
5. GraphicButton: calling the (command . . .) function bombs with a "Command: ; error: An error has occurred inside the *error* functioninvalid
AutoCAD command: nil"
6. Splitter: OK - other than the sunken option is too "sunken". And the performance issue.
7. Label: OK - but not using any of the new onClicked or mouse events - yet.
more to come . . .
2. checkboxes : (dcl_Control_GetValue returns nil when the box is checked. The onClicked event returns the correct value though - either a 1 or 0. I thought it was supposed to be nil or t?
3. ListBox: calling the (command . . .) function bombs with a "Command: ; error: An error has occurred inside the *error* functioninvalid
AutoCAD command: nil"
4. Tree Control: OK
5. GraphicButton: calling the (command . . .) function bombs with a "Command: ; error: An error has occurred inside the *error* functioninvalid
AutoCAD command: nil"
6. Splitter: OK - other than the sunken option is too "sunken". And the performance issue.
7. Label: OK - but not using any of the new onClicked or mouse events - yet.
more to come . . .