there a few things that require having a script to accomplish them when using an external language. As you add functionality can you make sure that these new abilities can be accomplished without script?
can the following areas be addressed:
#1 : we can create a vslider or hslider in our external language but we cannot define the variable that controls the position of the slider in the external language. There is no digits_set like function that would allow us to set this.
#2 : we can create a button in our external language but we must create the FunctionOn, FunctionOff and FunctionOver functions in a script file. we cannot assign them from the external language.
We'll implement such features for lite-C and for external languages simultaneously, and it's likely that they only work with a version that also supports lite-C.
Re: features need added to external language
[Re: jcl]
#110737 08/19/0720:3908/19/0720:39
Can you please add these two requests to the forecast page so that their progress can be viewed? thanks.
there a few things that require having a script to accomplish them when using an external language. As you add functionality can you make sure that these new abilities can be accomplished without script?
can the following areas be addressed:
#1 : we can create a vslider or hslider in our external language but we cannot define the variable that controls the position of the slider in the external language. There is no digits_set like function that would allow us to set this.
#2 : we can create a button in our external language but we must create the FunctionOn, FunctionOff and FunctionOver functions in a script file. we cannot assign them from the external language.
Looking in the manual always beats looking on the forecast page . There are many functions meanwhile to set all parts of panel elements, like pan_setvar and pan_setevent.
Re: features need added to external language
[Re: jcl]
#110739 08/20/0722:4508/20/0722:45