13 layoutRoot =
GetGame().GetWorkspace().CreateWidgets(
"gui/layouts/loading.layout");
15 m_label =
TextWidget.Cast( layoutRoot.FindAnyWidget(
"TextWidget") );
16 m_progressBar = ProgressBarWidget.Cast( layoutRoot.FindAnyWidget(
"ProgressBarWidget") );
17 m_image = ImageWidget.Cast( layoutRoot.FindAnyWidget(
"ImageBackground") );
20 layoutRoot.FindAnyWidget(
"notification_root").Show(
false);
22 #ifdef PLATFORM_CONSOLE
24 #ifdef BUILD_EXPERIMENTAL
25 Widget exp_notifiaction = layoutRoot.FindAnyWidget(
"notification_root");
28 exp_notifiaction.Show(
true);
38 ProgressBarWidget m_progressBar;