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

Thanks Chris. That explains my problem. I didn't realise window decoration
was a function of the nature of the app. I thought it would just depend on
the Windowing OS calls made, which would be controllable by SWT. Bad
engineering decision on the OS side.

I'm using the Jeode VM for the Pocket PC that ships with the Compaq iPAQ
H3850. It took me a while to find j9 on the web. For other readers, its
alias is "IBM WebSphere Studio Device Developer" and is availale at
http://www-3.ibm.com/software/wireless/wsdd/

Cheers,
Shaun


Christophe Cornu wrote:
> Hi Shaun,
> 
> Which VM are you using?
> 
> The PocketPC look and feel (start menu at the top, pocket pc menubar at
> the bottom, etc.) requires a VM specifically built for Pocket PC and
> Windows CE 3.0. Otherwise, the Pocket PC assumes it is some kind of legacy
> app and executes it the old way.
> 
> The SWT Pocket PC port is tested against the j9 arm pocket pc VM. If you
> are using the arm j9 already, please verify you are using the Pocket PC
> version.
> 
> Let us know how this goes,
> 
> Chris