Projects Tools Projects Hosted Projects
|
Snippets for PocketPC Christophe Cornu @ oti.com My preferred way to develop SWT apps on PocketPC is to... Comments:From rmischak - 2/8/05 7:36 AM From Raffael [217.235.58.70] - 8/12/04 2:05 PM
I had the same idea because then I have to create the menu only once and I have more the Pocket PC look where also modal dialogs have the whole place but I have problems with the switching between composites. I use compositee.dispose() and create the new composite with the old shell as parent. Result: old composite disappears (ok) but the new will not be shown. How do you switch if the composite will not be longer needed? Another question. Do you know a good way to create the line under the title in dialogs (e.g. dialogs in Pocket Excel)? Thank you very much, Raffael Last Modified 10/2/06 11:55 AM | Hide Tools |
Hello Raffael,
At first, I was not able to make composites visible, but then i added a layout to the
composite - eh voilá - the composite was drawn.
Hope this helps,
-Rene