5.0.0.4 so far

Started by jb · 2008-02-15 17:12 UTC · 6 replies · SMF topic #176

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 . . .
author=jb link=topic=176.msg773#msg773 date=1203095520 wrote:
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 . . .


#1, Works for me. What is calling the (getfiled)?
#2, I think check boxes can now return 0, 1, or 2: https://sourceforge.net/forum/forum.php?thread_id=1937214&forum_id=658811
#3 & #5, set there "Event Invoke" to 1 - Allow (command...)
>> 6. Splitter: OK - other than the sunken option is too "sunken". And the performance issue.

Already fixed for alpha 5

>> 7. Label: OK - but not using any of the new onClicked or mouse events - yet.

Works fine for me.

Fred
author=BazzaCAD link=topic=176.msg778#msg778 date=1203104753 wrote:
#2, I think check boxes can now return 0, 1, or 2: https://sourceforge.net/forum/forum.php?thread_id=1937214&forum_id=658811


Owen isn't this going to break existing code?
(if (dcl_Control_GetValue Proj_Form_ChkBox) T)
author=BazzaCAD link=topic=176.msg784#msg784 date=1203110018 wrote:
Owen isn't this going to break existing code?
(if (dcl_Control_GetValue Proj_Form_ChkBox) T)


Yes, it will break existing code that expects a T or Nil.
#1 Ok, this is working now - my bad.

#2 Checkbox: (dcl_Control_GetValue returns nil when the box is checked.  The onClicked event returns the correct value though - either a 1 or 0.

Ok, the event invoke solved #3 and #5

The new one is the Palette focus and user input thing.

more to come . . ..

author=jb link=topic=176.msg819#msg819 date=1203267678 wrote:
#2 Checkbox: (dcl_Control_GetValue returns nil when the box is checked.


I can't reproduce this. Perhaps it has already been fixed in my internal build.