Page 1 of 1

TaskBar Bug

Posted: Fri Feb 02, 2018 7:26 am
by ctaty3
After the preview starts, the TaskBar indicator becomes full.

Re: TaskBar Bug

Posted: Fri Feb 02, 2018 12:02 pm
by BadKaiPanda
TaskBar indicator? I can't check this one as I don't really know what they mean or if it's even a option in windows 10

Re: TaskBar Bug

Posted: Fri Feb 02, 2018 9:42 pm
by Serkan
ctaty3 wrote: Fri Feb 02, 2018 7:26 am After the preview starts, the TaskBar indicator becomes full.

Task bar progress is used when loading project , currently you can not see it in action because loading process takes less than a second
this will be visible when loading large projects that contain many windows and controls in them
In addition SDStudio loads a project in 3 levels to improve loading speed , With today's popular sentence it is lazy loading

Taskbar indicatior also used to indicate a runtime error in the preview exe , it turns into red color and becomes full
it resets when you preview project again or double click to error message in the debug pane (which opens script editor)

if you see a red indicator then there is a script error in the project ,
And the IDE notifies you about the runtime error in case of the IDE window is not in the foreground

Do you see something different from this ? or do you think this behaviour is not useful

Re: TaskBar Bug

Posted: Mon Feb 05, 2018 6:43 am
by ctaty3
Serkan wrote: Fri Feb 02, 2018 9:42 pm
ctaty3 wrote: Fri Feb 02, 2018 7:26 am After the preview starts, the TaskBar indicator becomes full.

Task bar progress is used when loading project , currently you can not see it in action because loading process takes less than a second
this will be visible when loading large projects that contain many windows and controls in them
In addition SDStudio loads a project in 3 levels to improve loading speed , With today's popular sentence it is lazy loading

Taskbar indicatior also used to indicate a runtime error in the preview exe , it turns into red color and becomes full
it resets when you preview project again or double click to error message in the debug pane (which opens script editor)

if you see a red indicator then there is a script error in the project ,
And the IDE notifies you about the runtime error in case of the IDE window is not in the foreground

Do you see something different from this ? or do you think this behaviour is not useful
Aah, well then After the debugging is complete, it's necessary for the TaskBar to return to its original state, and not save it according to a successful one, or not execution. And in other respects, the principle of work is now clear to me.