diff --git a/Sources/appl/Gui/CodeView.cpp b/Sources/appl/Gui/CodeView.cpp index fc4a66b..c1cf026 100644 --- a/Sources/appl/Gui/CodeView.cpp +++ b/Sources/appl/Gui/CodeView.cpp @@ -395,7 +395,7 @@ void CodeView::OnGetFocus(void) /* ewol::widgetMessageMultiCast::Send(GetWidgetId(), ednMsgBufferId, m_bufferID); */ - ewol::KeyboardShow(ewol::KEYBOARD_MODE_CODE); + ewol::KeyboardShow(); APPL_INFO("Focus - In"); } diff --git a/Sources/appl/global.cpp b/Sources/appl/global.cpp index 0b35046..f75667c 100644 --- a/Sources/appl/global.cpp +++ b/Sources/appl/global.cpp @@ -215,4 +215,5 @@ void globals::ParameterGlobalsGui::OnReceiveMessage(ewol::EObject * CallerObject } } -} \ No newline at end of file +} + diff --git a/Sources/appl/init.cpp b/Sources/appl/init.cpp index 48b3a1a..4781f1a 100644 --- a/Sources/appl/init.cpp +++ b/Sources/appl/init.cpp @@ -63,7 +63,7 @@ void APP_Init(void) APPL_INFO("==> Init "PROJECT_NAME" (START) (Android) (Debug)"); #endif #endif - ewol::ChangeSize(800, 600); + ewol::ChangeSize(Vector2D(800, 600)); etk::InitDefaultFolder(PROJECT_NAME); ewol::SetFontFolder("Font"); @@ -139,9 +139,9 @@ void APP_Init(void) // add files APPL_INFO("show list of files : "); - for( int32_t iii=0 ; iii