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?
resize module
- senso
- Site Admin
- Posts: 4427
- Location: France
- Contact:
Unfortunately noway...
We will update the SDK very soon to add such functionalities.
We will update the SDK very soon to add such functionalities.
Olivier Sens
www.brainmodular.com
www.brainmodular.com
- senso
- Site Admin
- Posts: 4427
- Location: France
- Contact:
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.
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.
Olivier Sens
www.brainmodular.com
www.brainmodular.com
