Page 1 of 1

Posted: 12 Nov 2015, 01:25
by 23fx23
it's cool to set default width and height of module already

but wonder/can't find if is it possible to resize module 'dynamically' at any time directly from the code whithout iml, just via sdk, does anybody know if possible?

Posted: 17 Dec 2015, 20:34
by senso
Unfortunately noway...
We will update the SDK very soon to add such functionalities.

Posted: 10 Jan 2016, 12:03
by senso
Two basic functions will be added in HH3:
sdkGetSettingValue(pAnsichar NAME,PEVT);
sdkSetSettingValue(pAnsichar NAME,PEVT);

you will be able to get/set any setting value, for example:
sdkSetSettingValue('width',...)
sdkGetSettingValue('height',...)

or any available field in the settings tab.

Posted: 10 Jan 2016, 14:10
by 23fx23
Even greater that i imagined a bit like iml so cool !!:)