2015-09-18 13:13 UTC
Good afternoon everyone,
I'm trying some feature of ODCL and I'm pretty impressed from the speed of development.
The problem is that I don't know where to find a complete list of possible command implemented.
I will try to explain myself with an example :
I'm trying to implement a dynamic list box that appear next to a textbox when the textbox get the focus.
I need to set the top of the listbox at the same height of the textbox.
To set the height I use dcl-control-SetTop with a statical numeric value corresponding to the textbox top.
There is a way to exctract the parameters of an object from the form?
I mean, something like dcl-control-GetTop(__) ....
And also, if exist, a complete list of command please.
Thank you.
Marco
I'm trying some feature of ODCL and I'm pretty impressed from the speed of development.
The problem is that I don't know where to find a complete list of possible command implemented.
I will try to explain myself with an example :
I'm trying to implement a dynamic list box that appear next to a textbox when the textbox get the focus.
I need to set the top of the listbox at the same height of the textbox.
To set the height I use dcl-control-SetTop with a statical numeric value corresponding to the textbox top.
There is a way to exctract the parameters of an object from the form?
I mean, something like dcl-control-GetTop(__) ....
And also, if exist, a complete list of command please.
Thank you.
Marco