Re: PythonCard thoughts

2007-03-19 Thread John Henry
> > Do we know more things about the developing of this product, is it > active/dead or something ?? > I plan to use it to create something that will take a long time to > finish and i wouldn't want to find out that the product is a dead- > end... There is still "some" development work going on bu

Re: PythonCard thoughts

2007-03-19 Thread king kikapu
Ο/Η John Henry έγραψε: > (If I understand your question correctly) > > There is no restirction on what you call your objects. For instance, > I do call all of my buttons btnSomeThing, and so forth. No, i surely didn't mean this! What i mean is that the creation of these components happens to NOT

Re: PythonCard thoughts

2007-03-19 Thread John Henry
On Mar 19, 5:08 am, "king kikapu" <[EMAIL PROTECTED]> wrote: > Hi to all folks here, > > i downloaded and "playing" with PythonCard and i just want to share my > thoughts so maybe we can discuss a little about it. > I was used to wxGlade before and i think PythonCard is even better. > I like the se

Re: PythonCard thoughts

2007-03-19 Thread Steve Holden
king kikapu wrote: >> I don't know much about PythonCard or wxGlade, but I use wxPython (which >> wxGlade uses, right?) and you now have the option to separate your GUI >> and code using an XRC file (xml file that describes layout). So perhaps >> this is something you can do with wxGlade, but at th

Re: PythonCard thoughts

2007-03-19 Thread king kikapu
> Would you please explain more in detail this "Message Watcher" option? > I use PythonCard from time to time, and I find it very easy to use and > practical, even considering the small shortcomings you mentioned > above, but I have no idea of this feature you're talking about.. > > Regards, > Luis

Re: PythonCard thoughts

2007-03-19 Thread Luis M. González
On Mar 19, 11:44 am, "king kikapu" <[EMAIL PROTECTED]> wrote: > > I don't know much about PythonCard or wxGlade, but I use wxPython (which > > wxGlade uses, right?) and you now have the option to separate your GUI > > and code using an XRC file (xml file that describes layout). So perhaps > > this

Re: PythonCard thoughts

2007-03-19 Thread king kikapu
> I don't know much about PythonCard or wxGlade, but I use wxPython (which > wxGlade uses, right?) and you now have the option to separate your GUI > and code using an XRC file (xml file that describes layout). So perhaps > this is something you can do with wxGlade, but at the same time it might >

Re: PythonCard thoughts

2007-03-19 Thread John Salerno
king kikapu wrote: > The only "problem" i see with this design is that by that separation > of Gui/Code, you loose the intellisense that (ex. PyDev) some editors/ > plugins can provide because in the .py file nothing is indicating > that , for example, the btnDoWork is a Button object. > This forc

PythonCard thoughts

2007-03-19 Thread king kikapu
Hi to all folks here, i downloaded and "playing" with PythonCard and i just want to share my thoughts so maybe we can discuss a little about it. I was used to wxGlade before and i think PythonCard is even better. I like the separate implementation of GUI and Code that PythonCard provides, i also l