Question DCL_FORM_GETCONTROLS

Started by Slavko Ivanovic, November 12, 2009, 05:46:11 AM

Previous topic - Next topic

Slavko Ivanovic


[5.1.2.3]  DCL_FORM_GETCONTROLS myform => return only tabs
[6.0.0.12]  DCL_FORM_GETCONTROLS myform => return tabs and controls

reference topic:
http://www.opendcl.com/forum/index.php?topic=717.msg3482#msg3482

Can someone tell me please:
Exactly in witch OpenDCL version, method DCL_FORM_GETCONTROLS started to return controls in Tab strip.

i know only that is after [5.1.2.3].
***  siCAD Solutions for AutoCAD  ***
ArchiTools l ToolsPlus l LandTools l LBE

Fred Tomke

Hello Slavko,

I'd only differ between 5 and 6 because 6 is still Alpha and shouldn't be installed in a production environment yet.
On the other hand, because it is an Alpha release, I don't know if this will be continued in Beta and full release.

Fred
Fred Tomke
Dipl.-Ing. (FH) Landespflege

[ landscaper - landscape developer - digital landscape and urban design]

Slavko Ivanovic

Hi Fred.

the story is:
About two years ago i decided to implement OpenDCL in all my Auto/VISUAL Lisp projects.
Also to discontinue all my VBA projects. (This turns out to be a good timing :)

But i was really have a need for some kind of multi-language handling systematization, cause
my programs comes with (user interfaces/comdline prompts) in Serbian(Latin), Serbian(Cyrilic), English, Italian.

For cmd/prompts i have "string library files", with (StringLib strgID) calling.

For OpenDCL i'm just finishing set of subroutines for {easy-creating/calling/handling} *.LNG files.
*.LNG files to be exposed to end user, for modification or new translations.

DCL_FORM_GETCONTROLS is of course very important, for me, and i would like to know is this deference between return-types
official improvement and is it gonna keep current return-type in next runtime versions.

Slavko
***  siCAD Solutions for AutoCAD  ***
ArchiTools l ToolsPlus l LandTools l LBE

owenwengerd

The final OpenDCL 6 release will return tab page controls. It's possible that a future version will distinguish tab pages as separate forms, but at least OpenDCL 6 will work as the alpha does currently.

Slavko Ivanovic

Thanks Owen.

Up to stable 6. Good enough for me!

Regards
***  siCAD Solutions for AutoCAD  ***
ArchiTools l ToolsPlus l LandTools l LBE

Slavko Ivanovic

To conclude this topic i will add a link to one of my demos that take benefit from DCL_FORM_GETCONTROLS.

http://www.opendcl.com/forum/index.php?topic=1031.0

Demo include many example functions.

Slavko
***  siCAD Solutions for AutoCAD  ***
ArchiTools l ToolsPlus l LandTools l LBE