cancel
Showing results for 
Search instead for 
Did you mean: 

How to handle Deprecated scripts when converting Designstudio 1.x to lumira2.0

former_member195433
Participant
0 Kudos
1,124

I have converted Design studio 1.6 version to 2.0.

Other than just converting to Ui5 mode and saving it with Lumira 2.0 tool I found that converted application in 2.0 isnt working .

There are some scripts which are deprecated like below

DropDown.onSelect(); Text_1.onClick();

Currently I am copying scripts in Dropdowns and text components to GlobalScripts functions and calling them instead of using Compnent onselect and onclick scripts.

Is there a better way to handle conversion ? Given the fact that there are numerous applications and lot number of scripts written with onSelect() and OnClick().

View Entire Topic
0 Kudos

Thanks Pramod for the reply,So presently code is written for button and onclick() is been used in chart.So you mean to create global script and call in the chart.

Will try else will give the script and let me know where need to be corrected.

Sorry if I am asking basic as I am working after a long time in Lumira Designer

Thanks pramod for the support.

former_member195433
Participant
0 Kudos

Yes put the script in GLOBALSCRIPT.name() and call it from interactions onchart.