B bill Client Регистрация 05.07.2014 Сообщения 355 Благодарностей 9 Баллы 18 07.02.2016 #1 is there an action to minimize the instance ?
lokiys Moderator Регистрация 01.02.2012 Сообщения 4 812 Благодарностей 1 187 Баллы 113 08.02.2016 #2 Yes there is but only in c# code. Look there: https://help.zennolab.com/en/v5/zennoposter/5.9.8/webframe.html#topic431.html
Yes there is but only in c# code. Look there: https://help.zennolab.com/en/v5/zennoposter/5.9.8/webframe.html#topic431.html
B bill Client Регистрация 05.07.2014 Сообщения 355 Благодарностей 9 Баллы 18 08.02.2016 #3 Thanks but that is for showing the instance, I want to minimize it when it's already showing. looks like currently it can only be done manually.
Thanks but that is for showing the instance, I want to minimize it when it's already showing. looks like currently it can only be done manually.
rostonix Известная личность Регистрация 23.12.2011 Сообщения 29 067 Благодарностей 5 715 Баллы 113 08.02.2016 #4 bill сказал(а): Thanks but that is for showing the instance, I want to minimize it when it's already showing. looks like currently it can only be done manually. Нажмите, чтобы раскрыть... Correct
bill сказал(а): Thanks but that is for showing the instance, I want to minimize it when it's already showing. looks like currently it can only be done manually. Нажмите, чтобы раскрыть... Correct
lokiys Moderator Регистрация 01.02.2012 Сообщения 4 812 Благодарностей 1 187 Баллы 113 08.02.2016 #5 bill сказал(а): Thanks but that is for showing the instance, I want to minimize it when it's already showing. looks like currently it can only be done manually. Нажмите, чтобы раскрыть... There is same code just with hide instance: C#: var url = ""; var port = 0; var address = ""; // Gets parameters of instance ZennoPoster.GetNewInstance(out url, out port, out address); // Show the instance ZennoPoster.HideInstance(url, port, address);
bill сказал(а): Thanks but that is for showing the instance, I want to minimize it when it's already showing. looks like currently it can only be done manually. Нажмите, чтобы раскрыть... There is same code just with hide instance: C#: var url = ""; var port = 0; var address = ""; // Gets parameters of instance ZennoPoster.GetNewInstance(out url, out port, out address); // Show the instance ZennoPoster.HideInstance(url, port, address);