Hello,
I have a modeless form with some buttons on it. It should look like the
toolbar from Corel, Photoshop or Illustrator. The buttons have no other task as to call a command in the command line. In OpenDCL 5.1.2.3 I made it this way:
- modeless form
- KeepFocus: NO
- EventInvoke: 0 (Keep Focus)
- picture button
- EventInvoke: 1 (Allow Command)
- Event OnClicked activated
- Name for OnClicked event function: name of the commandline option: A
I have added a sample for this. You can use it in 5.1.2.3 and you will see that you can invoke a commandline option by pressing a button.
But using 6.0.0.16 (and some releases before), it won't work anymore. I get an error message (in German language; try to translate: Cannot return to LISP. Needs a point or optiontitle.).
Is it a wanted change in OpenDCL 6, so I have to rewrite my code?
Fred