Zitat von Rainer Hamann <[EMAIL PROTECTED]>:
> Mattias Gaertner wrote:
> > On Wed, 12 Mar 2008 01:50:20 +0100
> > willem <[EMAIL PROTECTED]> wrote:
> >
> >
> >> Rainer Hamann wrote:
> >>
> >>> I developed a teaching / learning edition for pascal based on
> >>> Delphi and RemObjects Pascal Script.
> >>>
> >>> There are two different levels at the moment :
> >>>
> >>> One is Logo like and tested with children of 9 years and up,
> >>> another uses objects based on the main form of the application with
> >>> no objects to be declared inside the program. The second one is
> >>> tested with pupils of 14 years and up.
> >>>
> >>> My idea is to downgrade the Lazarus ide by compiler options in
> >>> order to make it more simple for beginners and to add some tools
> >>> like wizards and so on. May be I need help, but some tools are
> >>> ready in the Delphi application.
> >>>
> >>> I would like to know, if there is interest in such a tool.
> >>>
> >>> Rainer Hamann
> >>>
> >>>
> >>>
> >> Well I am interested.
> >>
> >
> > Me too.
> >
> >
> >
> >> Adding Wizards looks a good idea to me.
> >>
> >
> >
> > Mattias
> >
> >
> My idea is to hide many of the menu items and parts of the objects bar
> and to extend the source editor in order to simplify it for children. Is
> it better, if it is done by compiler options or by runtime options?
>
> I would prefer compiler options like :
It would be better to write a laz4edu package instead of compiler directives and
it would be better to hide the menu items instead of 'not creating them'.
For example:
itmFileOpenSave.FindByName('itmFileOpen').Visible:=false;
Mattias
_______________________________________________
Lazarus mailing list
[email protected]
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus