Dear all,
I wish I can place 2 buttons on the main template:
-button one to close Runtime application running;
-button two to close Runtime and shutdown PC.
would that be possible? Please let me know your suggestions to achieve that..
Template buttons, close application / Close application and shutdown PC
Re: Template buttons, close application / Close application and shutdown PC
Dear Sir,
yes, you can create a simple code function called by "OnClick" property.
Code for close application:
Function void CloseApplication()
EnableShutdown(false);
CloseSession();
end
Code for shutdown pc:
Function void ShutdownSystem()
EnableShutdown(true);
CloseSession();
end
yes, you can create a simple code function called by "OnClick" property.
Code for close application:
Function void CloseApplication()
EnableShutdown(false);
CloseSession();
end
Code for shutdown pc:
Function void ShutdownSystem()
EnableShutdown(true);
CloseSession();
end
Return to “Templates - Template Builder”
Who is online
Users browsing this forum: No registered users and 1 guest