Ο/Η 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 reside in the .py file that we are use to put our logic in, so, the various Editors/Plug-ins cannot "understand" what type is the object we refer to so they cannot provide intellisense information. Let' say for example, that we create a design in PythonCard that contains a form and just one butto named btnStart. In our .py file we want to refre to that button in a way such: self.components.btnStart At this point, if we had the code that created this button in our file, PyDev (for example) would show us the properties of btnStart because it has understood that we are using a wx.Button. This is not the case of thePython card because this creation is happened to runtime by...PythonCard! Anyway, it is not that important from keeping me from using PythonCard. 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... -- http://mail.python.org/mailman/listinfo/python-list