Hello,
how can I call to the custom library components created by AEL function from the level of custom AEL function written and stored anywhere (e.g. in current project directory).
I would like to refer to these items and add them to my list.
Thanks for help
jjj9
how can I call to the custom library components created by AEL function from the level of custom AEL function written and stored anywhere (e.g. in current project directory).
I would like to refer to these items and add them to my list.
Thanks for help
jjj9
mfredrik,
yes, I'd like to query certain palette group for the list of components. Query is from my AEL code, palette is also created by my AEL code as USER-wide palette.
Thanks
jjj9
If you create the palette yourself then I guess you could keep track of which components goes on a certain palette, either through a global AEL variable, or through some more elaborate function that you can call from other places in your code.
-Mats