Dali::Orientation orientation = winHandle.GetOrientation();
orientation.ChangedSignal().Connect( this, &DaliTableView::OrientationChanged );
- winHandle.ShowIndicator( false );
+ winHandle.ShowIndicator( Dali::Window::INVISIBLE );
//
mAnimationTimer = Timer::New( BACKGROUND_ANIMATION_DURATION );
// The Init signal is received once (only) during the Application lifetime
// Hide the indicator bar
- application.GetWindow().ShowIndicator( false );
+ application.GetWindow().ShowIndicator( Dali::Window::INVISIBLE );
// Creates a default view with a default tool bar.
// The view is added to the stage.
stage.KeyEventSignal().Connect(this, &ImageScalingIrregularGridController::OnKeyEvent);
// Hide the indicator bar
- mApplication.GetWindow().ShowIndicator(false);
+ mApplication.GetWindow().ShowIndicator(Dali::Window::INVISIBLE);
// Create a default view with a default tool bar:
mContentLayer = DemoHelper::CreateView( mApplication,
// The Init signal is received once (only) during the Application lifetime
// Hide the indicator bar
- application.GetWindow().ShowIndicator( false );
+ application.GetWindow().ShowIndicator( Dali::Window::INVISIBLE );
// Creates a default view with a default tool bar.
// The view is added to the stage.
Stage::GetCurrent().KeyEventSignal().Connect(this, &ExampleController::OnKeyEvent);
// Hide the indicator bar
- mApplication.GetWindow().ShowIndicator(false);
+ mApplication.GetWindow().ShowIndicator(Dali::Window::INVISIBLE);
// Creates a default view with a default tool bar.
// The view is added to the stage.