B bill Client Регистрация 05.07.2014 Сообщения 355 Благодарностей 9 Баллы 18 13.01.2016 #1 If i wanted to pop up a instance after a certain action how would i do this?
Nick Client Регистрация 22.07.2014 Сообщения 1 983 Благодарностей 817 Баллы 113 13.01.2016 #2 I only found this: https://help.zennolab.com/en/v5/zennoposter/5.7.5/webframe.html#ZennoLab.CommandCenter~ZennoLab.CommandCenter.Instance~WaitForUserAction.html but you might be luckier Реакции: bill
I only found this: https://help.zennolab.com/en/v5/zennoposter/5.7.5/webframe.html#ZennoLab.CommandCenter~ZennoLab.CommandCenter.Instance~WaitForUserAction.html but you might be luckier
B bill Client Регистрация 05.07.2014 Сообщения 355 Благодарностей 9 Баллы 18 14.01.2016 #3 this is good except i'd like the instance to stay open and proceed to the next action without waiting for my input
this is good except i'd like the instance to stay open and proceed to the next action without waiting for my input
Tobbe Client Регистрация 01.08.2013 Сообщения 428 Благодарностей 148 Баллы 43 14.01.2016 #4 Then why not use normal log alerts? Реакции: bill
B bill Client Регистрация 05.07.2014 Сообщения 355 Благодарностей 9 Баллы 18 14.01.2016 #5 What are normal log alerts?
B bill Client Регистрация 05.07.2014 Сообщения 355 Благодарностей 9 Баллы 18 14.01.2016 #6 i didn't know ... so a regular alert would make a instance show if its hidden...?
Tobbe Client Регистрация 01.08.2013 Сообщения 428 Благодарностей 148 Баллы 43 14.01.2016 #7 I first misunderstood your question. Maybe this will help. https://help.zennolab.com/en/v5/zennoposter/5.9/ZennoLab.CommandCenter~ZennoLab.CommandCenter.ZennoPoster~HideInstance.html https://help.zennolab.com/en/v5/zennoposter/5.8/ZennoLab.CommandCenter~ZennoLab.CommandCenter.ZennoPoster~ShowInstance.html Реакции: bill
I first misunderstood your question. Maybe this will help. https://help.zennolab.com/en/v5/zennoposter/5.9/ZennoLab.CommandCenter~ZennoLab.CommandCenter.ZennoPoster~HideInstance.html https://help.zennolab.com/en/v5/zennoposter/5.8/ZennoLab.CommandCenter~ZennoLab.CommandCenter.ZennoPoster~ShowInstance.html
B bill Client Регистрация 05.07.2014 Сообщения 355 Благодарностей 9 Баллы 18 14.01.2016 #8 i posted the above showinstance C# code into the job and it just pops up blank instances... I want it to pop up the active instance.
i posted the above showinstance C# code into the job and it just pops up blank instances... I want it to pop up the active instance.
B bill Client Регистрация 05.07.2014 Сообщения 355 Благодарностей 9 Баллы 18 14.01.2016 #9 nevermind i got it, the first code works fine