[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: PocketPC look and feel

I'm not seeing that. Without any styles my app looks like:

frame
gap
i Title k v 7:30 x

Where i is the Windows icon, Title is the window title, k is the keyboard
icon, v is the volume icon, 7:30 is the clock, and x is the close
(minimize?) button. Note the title bar at the bottom, and the gap between
the frame and the title bar. I can see the previous app in that space.

A native app on the other hand looks like:
i Title v 7:30 x
frame
Menu Toolbar k

Where Menu is the menu bar, Toolbar is the tool-bar buttons, and the rest as
above. Note, most importantly the title bar should be at the top, not at
the bottom.

Cheers,
Shaun

Compaq iPAQ H3850
Microsoft Pocket PC
Version 3.0.11171 (Build 11178)


Patrik Mihailescu wrote:
> Hi Shaun,
> 
> Don't specify any styles within the shell constructor, and your window
> will look and feel like
> a typical PPC application.
> 
> cheers,
> 
> Patrik