Re: Mozilla Windows CE Development
Doug Turner <[email protected]> Mon, 28 Feb 2005 21:05:36 -0800
| Newsgroups | gmane.comp.mozilla.devel.small-devices |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
> I think I have to dig into Minimo's code and try to find out > how it exactly touches Windows CE API then I will be able to say > something about my ideas. Right now you don't have to dig very far. Basically, the Mozilla embedding API allows you to hand over a window handle, and Mozilla will render the content in that window. The chrome -- or the application specific UI -- like the forward and backwards, the url bar, ect. is using basic window dialog controls. If we want to use something fancy like wtl, or if we want to just use win32, I am open to all of these. Doug