IanKwon
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Comments
Recent activity by IanKwon-
Hi, Ichiro. I have resumed to this issue again. You have mentioned an event called "license notice". And I guess the "license notice" is example name of the "Analytics Event". But we have another ...
-
Thank you for your adivce. It is helpful to make it clear that we don't have auto-refresh feature on the setting page, and I understand what is the recommended way to notify the "real-time" informa...
-
In the Json String, you may see the "#" place holder when you use the "repeater". This is the placeholder for the count of the repeater. So, you can access to the specific counter by replacing the ...
-
You can search for the values in the setting page, by its "name". And this search and retrieve task is done by the function below:ConsumingDeviceAgent::settingValue(const std::string& settingName)...
-
You can search for the values in the setting page, by its "name". And this search and retrieve task is done by the function below:ConsumingDeviceAgent::settingValue(const std::string& settingName)...
-
Of course we can show that timer user feedback using the Banner. But we should split json script, right before the changable string, and right after it also. //example code of Using Banner for th...
-
Like an capture images above, I think we can't deliever feedback through this "Banner". Because it dose not have any "value" to modify from the code. Or, do you mean I can use some variable (ex. ...
-
The read-only GUI I mentioned at last, is the thing like in the screen capture. If there is a feature to describe such a read only feedback (ex. Time Remains), it will make big difference in plugin...