What do you think about it?
My syggestion is to use the GTK2 toolkit, because this is much easy to use and works on all 3 the systems, while other toolkits don't always.Why not QT? Well, GTK has been there longer than QT and GTK is an easier interface than QT in my opinion, but maybe later on we can also provide a redistribute with the QT version of the programs.The application should have a near similar interface, to be similar, so that this DE will have its own style.
What do you think about it?Who wants to work on it? On what?
Such DE would be welcomed on Linux Systems only. (I wonder if it's even possible to replace Windows and Mac OS X default environments)
But I'd suggest to use fpGUI, instead of Qt or Gtk, since it's language native.
Again, I propose we go widgetset independent and use LCL
Quote from: Laksen on July 14, 2010, 01:44:35 pmAgain, I propose we go widgetset independent and use LCL what prevents from using fpGUI through LCL?
Replacing the windows desktop with your own "desktop" (=shell) app is not that difficult. We use it for some of our software installations, where the user is allowed to only run our software.
If I see the supported components/widgetset list in the wiki, just about everything?
Replacing the windows desktop with your own "desktop" (=shell) app is not that difficult. We use it for some of our software installations, where the user is allowed to only run our software.For the current user (in the registry):HKCU\Software\Miscrosoft\Windows NT\CurrentVersion\Winlogon Shell REG_SZ c:\full\path\to\your\app.exe
Quote from: Marc on July 14, 2010, 06:33:14 pmReplacing the windows desktop with your own "desktop" (=shell) app is not that difficult. We use it for some of our software installations, where the user is allowed to only run our software.For the current user (in the registry):HKCU\Software\Miscrosoft\Windows NT\CurrentVersion\Winlogon Shell REG_SZ c:\full\path\to\your\app.exeAre shells win32 apps or winnt ones?