Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
two weeks ago i postet a very important issue, but unfortunately no one answered me, maybe everyone joined the convention so here is my second attempt: Upgrade Extension
thx
Feasible or not that is how extensions work.
The DynProperties are generated on initialization and you want to propagate changes you need to re-initialize your extension.
Instead of hard-coding the number of dimensions and extensions you could instead allow for a variable amount with the new properties available in QV11 and safe-guard in your code.
"variable amount" means i can add a dimension property at runtime?
Do you have a code sample how to set dimensions/expressions at runtime using javascript?