
Adam Badura wrote:
Obviously we have here some who want to UI to be identical on all platforms (count me here) and some who want it to be identical with actual plaform. I personly think that this shoul;d be done by appling "lokk & feel" (like in Java). You would have then choice if you want identical UI on all paltforms (and choice of how would this look like) or "platform native" look, or even on plaform look on any other...
I guess this could also be implemented using surfaces (http://www.torjo.com/win32gui/surfaces.html), assuming we'll be able to port win32gui to other platforms. Using surfaces, you could use the platform's look-and-feel, or choose your own, or use a mixture. Best, John -- John Torjo, Contributing editor, C/C++ Users Journal -- "Win32 GUI Generics" -- generics & GUI do mix, after all -- http://www.torjo.com/win32gui/surfaces.html - Sky's the limit! -- http://www.torjo.com/cb/ - Click, Build, Run!