[Gambas-user] Reading settings

Benoît Minisini gambas at ...1...
Fri Aug 7 23:10:03 CEST 2009


> Am Freitag, den 07.08.2009, 22:24 +0200 schrieb Benoît Minisini:
> > > Am Freitag, den 07.08.2009, 21:50 +0200 schrieb Benoît Minisini:
> > > > > Am Freitag, den 07.08.2009, 14:22 -0500 schrieb M0E Lnx:
> > > > > > I wonder if this can make it into the main gambas2 build on some
> > > > > > future version. Would be great
> > > > >
> > > > > Salut,
> > > > >
> > > > > it works in THAT case, because no new OBJECTS which do not exist in
> > > > > gambas2 are used.
> > > > >
> > > > > Like Cars, they exists now since more then 100 years, and if you
> > > > > but gas in the right hole, turn the key, the engine run! NO MAGIC
> > > > >
> > > > > Charlie
> > > > >
> > > > >
> > > > > -------------------------------------------------------------------
> > > > >---- ---- --- Let Crystal Reports handle the reporting - Free
> > > > > Crystal Reports 2008 30-Day trial. Simplify your report design,
> > > > > integration and deployment - and focus on what you do best, core
> > > > > application coding. Discover what's new with Crystal Reports now.
> > > > > http://p.sf.net/sfu/bobj-july
> > > > > _______________________________________________
> > > > > Gambas-user mailing list
> > > > > Gambas-user at lists.sourceforge.net
> > > > > https://lists.sourceforge.net/lists/listinfo/gambas-user
> > > >
> > > > I'm afraid not, because no new interface can be introduced in Gambas
> > > > 2.
> > >
> > > This is not a new interface, this is a user-interface, or call it third
> > > party-interface, which replaces the origin gambas interface.
> > >
> > > Charlie
> >
> > As soon as you introduce the Settings.Key property, you change the
> > interface of the class, so this is a new interface.
>
> Is this theoretical or legal concerns?
> Because the same classname is used ?
>
> I can also expand classes/components by INHERITS...NO?
>
> Charlie
>

With your own project, you can do what you want. But the rule with Gambas is 
that a stable version has only bug fixes, no new features. Actually you can 
have new features in the development environment, but no new classes, methods 
or properties in any component.

Regards,

-- 
Benoît




More information about the User mailing list