Zitat von Michael Schnell <[EMAIL PROTECTED]>:

>
> > There are two widgetset setting because you can use two different
> > widgetsets: design time / IDE and runtime / project.
> >
> I found that when changing the widget set at one of the pages it is
> changed accordingly at the other page. So in effect there seems to be
> only one setting.

Both use as default the widgetset used for building the IDE. So when you rebuild
the IDE with another widgetset and restart it, then yes, the default changes.
Otherwise they are independent.


> > I setup the 'nogui' widgetset.
> What does this mean ? Did you just try my "diff" or did you add some
> functionality
> > But I'm not sure if the gain is big
> > enough to add it as a standard widgetset to the laz sources.
> Please see my post to Micha for an explanation of what I think this is
> useful for. Once I might have a truly embedded target architecture for
> FP (Linux/NIOS) the significance will be obvious.

Well, then start coding. :)


> > Every
> > extra widgetset confuses users.
> >
> IMHO, that is just a problem of documentation.

I disagree. If there is a button, then the user expects, that the button
actually does something useful and not that somewhere is written, that the
feature is not yet implemented.
I'm thinking about either showing the button only when the IDE is compiled with
a flag or to implement 'registering widgetsets via design time packages'.


> Of course I'll write some
> Docu for this once it in fact should be included in the standard
> distribution. In fact I don't understand fpGUI right now (but it does
> not confuse me at all). Maybe I should read the Docu on that one. IMHO
> it's a pity that the menus in Lazarus don't have "Help" buttons that
> link to the appropriate documentation or Wiki pages (similar as LCL
> components do with F1), so that documentation on those topics can be
> provided.

Some dialogs have a Help button. They do the same as pressing F1.
Just press F1 and the wiki page for the currently focused control is opened.
Just press Ctrl+Shift+F1 and the help context editor of the IDE opens, where you
can set the wiki page for every control of the current window.
If you find an undocumented window or if you think that a control should have a
wii entry of its own, then use this editor and create a svn patch.
Patches are welcome.


> I did try to understand the "CGIApplication" but failed to create a
> testing example due to lack of Docu (and some bigs that I did report to
> the bugtracker).

Yes. But Michael has created an example in the mean time.


> > Probably you forgot the Makefiles.
> >
> I'm sure you are right with that. I did modify two Makefile.fps's
> accordingly. I suppose I additionally need to create a Makefile.fpc in
> the new nogui directory.
>
> But I don't know how to create the Makefiles form these (supposedly
> using fpcmake ???)

See the new wiki page.

Mattias

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to