paragui-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [paragui-users] C++ developer requests


From: Andrew Ford
Subject: Re: [paragui-users] C++ developer requests
Date: Tue, 16 Jul 2002 15:56:58 -0700 (PDT)

I think a RAD-style tool for paragui should be written
in Python, and here's why, with one proviso.  Assuming
it's possible for the user to export custom widgets
easily to python, once those widgets are compiled into
a shared object and loaded by the RAD tool, all the
exported methods are placed into the classes
dictionary, which is also an object that can be
computed with in Python.  Therefore, the methods
automatically become available to the RAD tool, since
they can be addressed via the dictionary.  Python also
allows a convenient command-line style interface for
creating widgets, via the interpreter.

What do you think?

Andrew.


--- Atani <address@hidden> wrote:
> On Thursday 11 July 2002 08:12, Alexander Pipelka
> wrote:
> > > ... here's a big one:
> > > - Visual RAD tool for paragui, or at least
> > > visual layout tool
> >
> > Can't remember the name of the guy who started
> this. A...i ?
> > Ok. The next one asking will get this task ;)
> 
> Bah.... you did remember that :P Look at 
>
http://www.atani-software.net/files/projects/pglayout-0.1.tar.gz
> 
> That is also what spawned a few questions earlier
> this week :)
> 
> I shall take the task of completing this one... I
> have a use for it now :)
> 
> Mike
> 
> _______________________________________________
> paragui-users mailing list
> address@hidden
>
http://mail.freesoftware.fsf.org/mailman/listinfo/paragui-users


__________________________________________________
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]