Posted By: LazyDog
features need added to external language - 02/04/07 18:38
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.
thanks
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.
thanks

. There are many functions meanwhile to set all parts of panel elements, like pan_setvar and pan_setevent.
I don't know how I missed that in the new features!!