Quote:
[Update log]
v1.92 2014-9-2
Add: XWidget.exe support cmd line to Show/Hide widget by widget's FolderName: showWidget:folderName, hideWidget:foderName, showHideWidget:folderName. etc: "d:\soft\xwidget\xwidget.exe hidewidget:htchome"
1. is it support show/hide of multiple widgets in one command?
if so then how?
2. is there any command available that can be used in code to do show/hide on other widgets (like msg() but without adding [OnMsg] event on other widget)
> i mean a command that execute inside Xwidget, without need of start another process
-------
currently:
i'm using a loop to show/hide each widget by cmd line,
but this way there will be some problems:
1. it will start too many processes,
2. sometimes one of the processes get high on cpu Usage and hangs, and Xwidget will be hanged until i [EndTask] that process, then all the others will do correctly and Xwidget get back working,