Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » eRCP » eWorkbench in fullscreen window (MobileShell)
eWorkbench in fullscreen window (MobileShell) [message #490389] Thu, 08 October 2009 14:15 Go to next message
Simone  is currently offline Simone Friend
Messages: 4
Registered: July 2009
Junior Member
Hello,

First question:
I'd like to see the eWorkbench and all the applications plugged with it fullscreen displayed on a WindowsMobile Device.
I saw that eRCP comes with the MobileShell for this purporse. Is possible to change the Shell where the eWorbench in running into a MobileShell?
I found in some previous post that the eWorkbench shell is instantiate in the workbench.ui package bu I couldn't fine in which class.

Second question.
Even instantiating a new MobileShell with the SWT.NO_TRIM parameter inside an application, the button for displaying the virtual keyboard is still visible in the low part of the screen.
I thougth to solve this calling the method setFullScreenMode(boolean fullScreenMode, boolean showVKBSelector) passing respectively true and false as parameters but this don't affect the vkb button visualization.

Thanks a lot for your help
Simone
Re: eWorkbench in fullscreen window (MobileShell) [message #505734 is a reply to message #490389] Mon, 04 January 2010 12:38 Go to previous messageGo to next message
Mark Rogalski is currently offline Mark RogalskiFriend
Messages: 201
Registered: July 2009
Senior Member
The latest builds of eRCP have ui.workbench changed to create MobileShells
instead of plain Shells. Therefore, if you should be able to call
setFullScreenMode on the eWorkbench shell to make is full screen.

The VKB selector has been very problematic in Windows Mobile as it doesn't
seem to be easily/consistently controlled. You are making the right call,
but the showVKBSelector flag is a hint and we try the best we can to either
show or hide it.


"Simone" <morasimone@gmail.com> wrote in message
news:haks67$etk$1@build.eclipse.org...
> Hello,
>
> First question:
> I'd like to see the eWorkbench and all the applications plugged with it
> fullscreen displayed on a WindowsMobile Device.
> I saw that eRCP comes with the MobileShell for this purporse. Is possible
> to change the Shell where the eWorbench in running into a MobileShell?
> I found in some previous post that the eWorkbench shell is instantiate in
> the workbench.ui package bu I couldn't fine in which class.
>
> Second question.
> Even instantiating a new MobileShell with the SWT.NO_TRIM parameter inside
> an application, the button for displaying the virtual keyboard is still
> visible in the low part of the screen.
> I thougth to solve this calling the method setFullScreenMode(boolean
> fullScreenMode, boolean showVKBSelector) passing respectively true and
> false as parameters but this don't affect the vkb button visualization.
>
> Thanks a lot for your help
> Simone
Re: eWorkbench in fullscreen window (MobileShell) [message #564175 is a reply to message #490389] Mon, 04 January 2010 17:31 Go to previous message
Mark Rogalski is currently offline Mark RogalskiFriend
Messages: 201
Registered: July 2009
Senior Member
The latest builds of eRCP have ui.workbench changed to create MobileShells
instead of plain Shells. Therefore, if you should be able to call
setFullScreenMode on the eWorkbench shell to make is full screen.

The VKB selector has been very problematic in Windows Mobile as it doesn't
seem to be easily/consistently controlled. You are making the right call,
but the showVKBSelector flag is a hint and we try the best we can to either
show or hide it.


"Simone" <morasimone@gmail.com> wrote in message
news:haks67$etk$1@build.eclipse.org...
> Hello,
>
> First question:
> I'd like to see the eWorkbench and all the applications plugged with it
> fullscreen displayed on a WindowsMobile Device.
> I saw that eRCP comes with the MobileShell for this purporse. Is possible
> to change the Shell where the eWorbench in running into a MobileShell?
> I found in some previous post that the eWorkbench shell is instantiate in
> the workbench.ui package bu I couldn't fine in which class.
>
> Second question.
> Even instantiating a new MobileShell with the SWT.NO_TRIM parameter inside
> an application, the button for displaying the virtual keyboard is still
> visible in the low part of the screen.
> I thougth to solve this calling the method setFullScreenMode(boolean
> fullScreenMode, boolean showVKBSelector) passing respectively true and
> false as parameters but this don't affect the vkb button visualization.
>
> Thanks a lot for your help
> Simone
Previous Topic:Animated GIF on WM
Next Topic:eRCP development / deployment strategy???
Goto Forum:
  


Current Time: Tue Mar 19 11:24:36 GMT 2024

Powered by FUDForum. Page generated in 0.03124 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top