Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » RCP based application on Mac osx
RCP based application on Mac osx [message #442688] Sat, 11 September 2004 05:18 Go to next message
Dave is currently offline DaveFriend
Messages: 28
Registered: July 2009
Junior Member
Hi,

I am trying to run my RCP based application on Mac osx, i was able to
launch the application but the problem is swt shell is not painting
properly, so i just see a gray screen instead of my login window. any idea
what could be wrong.

thanks
Dave
Re: RCP based application on Mac osx [message #442689 is a reply to message #442688] Sat, 11 September 2004 06:11 Go to previous messageGo to next message
Michael Brown is currently offline Michael BrownFriend
Messages: 20
Registered: July 2009
Junior Member
If you're using SWT's layout features, try resizing the shell after you open
it. OSX (and some other platforms other than Windows) seem not to paint
their widgets when first opened unless resized. There's a bug report filed
on this already, don't recall its #.

BTW, how are you getting along with RCP? I'm thinking of looking into it,
not sure yet if it's a good fit to my projects.

Good luck...

Mike

>

"Dave" <dave_d@yahoo.com> wrote in message news:chu1rh$nk$1@eclipse.org...
> Hi,
>
> I am trying to run my RCP based application on Mac osx, i was able to
> launch the application but the problem is swt shell is not painting
> properly, so i just see a gray screen instead of my login window. any idea
> what could be wrong.
>
> thanks
> Dave
>
Re: RCP based application on Mac osx [message #442780 is a reply to message #442688] Mon, 13 September 2004 10:15 Go to previous message
Marcus Crafter is currently offline Marcus CrafterFriend
Messages: 16
Registered: July 2009
Junior Member
Hi Dave,

Is it just Mac OSX or other platforms as well? We had a similar problem
with our application when running it on OSX - the problem was a simple
one though - we were missing a call to pack() on the shell. After adding
that the Mac OSX window was drawn correctly on startup.

Just an idea - hope that helps.

Cheers,

Marcus

Dave wrote:
> Hi,
>
> I am trying to run my RCP based application on Mac osx, i was able to
> launch the application but the problem is swt shell is not painting
> properly, so i just see a gray screen instead of my login window. any idea
> what could be wrong.
>
> thanks
> Dave
>
Previous Topic:A question on Combo box
Next Topic:Tracker and the Right-Mouse
Goto Forum:
  


Current Time: Fri Apr 26 14:56:08 GMT 2024

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

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

Back to the top