OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Slavko Ivanovic on November 12, 2009, 05:46:11 AM

Title: Question DCL_FORM_GETCONTROLS
Post by: Slavko Ivanovic on November 12, 2009, 05:46:11 AM

[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 (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].
Title: Re: Question DCL_FORM_GETCONTROLS
Post by: Fred Tomke on November 12, 2009, 06:59:52 AM
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
Title: Re: Question DCL_FORM_GETCONTROLS
Post by: Slavko Ivanovic on November 12, 2009, 08:10:37 AM
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
Title: Re: Question DCL_FORM_GETCONTROLS
Post by: owenwengerd on November 12, 2009, 08:57:34 AM
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.
Title: Re: Question DCL_FORM_GETCONTROLS
Post by: Slavko Ivanovic on November 12, 2009, 09:17:02 AM
Thanks Owen.

Up to stable 6. Good enough for me!

Regards
Title: Re: Question DCL_FORM_GETCONTROLS
Post by: Slavko Ivanovic on November 26, 2009, 01:34:02 AM
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 (http://www.opendcl.com/forum/index.php?topic=1031.0)

Demo include many example functions.

Slavko