TaskBar Bug

Forum to report bugs for SDStudio Design Environment
Post Reply
ctaty3
Registered User
Posts: 22
Joined: Tue Jan 23, 2018 9:24 am

TaskBar Bug

Post by ctaty3 »

After the preview starts, the TaskBar indicator becomes full.
User avatar
BadKaiPanda
Registered User
Posts: 95
Joined: Fri Jun 14, 2013 8:49 pm

Post 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
BunnyHop CDD Obscurer Post | Home Page
User avatar
Serkan
Developer
Developer
Posts: 214
Joined: Thu Jul 04, 2013 8:44 pm
Location: Windows.h
Contact:

Post 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
ctaty3
Registered User
Posts: 22
Joined: Tue Jan 23, 2018 9:24 am

Post 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.
Post Reply