2019-11-01, 21:56
Try the latest GitHub commit.
I've added an optional ",window=" parameter where you can set the window that you want to use.
Example:
I've added an optional ",window=" parameter where you can set the window that you want to use.
Example:
Code:
<onclick>SetProperty(Dialog.1.Label,label1 1,home)</onclick>
<onclick>SetProperty(Dialog.1.Label2,testlabel2 1,home)</onclick>
<onclick>SetProperty(Dialog.1.Icon,DefaultVideo.png,home)</onclick>
<onclick>SetProperty(Dialog.1.BuiltIn,Notification(test1,test1),home)</onclick>
<onclick>SetProperty(Dialog.2.Label,label1 2,home)</onclick>
<onclick>SetProperty(Dialog.2.Label2,testlabel2 2,home)</onclick>
<onclick>SetProperty(Dialog.2.Icon,DefaultActor.png,home)</onclick>
<onclick>SetProperty(Dialog.2.BuiltIn,Notification(test2,test2),home)</onclick>
<onclick>RunScript(script.embuary.helper,action=createselect,header=$LOCALIZE[137],usedetails=true,window=home)</onclick>