From: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - 2008-10-28 08:47:14
|
On Sun, 26 Oct 2008 14:10:56 -0400, digladio <dig...@gm...> wrote: > Hi, I am a noob with a question. > I have a .py file that I wanted to edit with a WYSIWYG editor which lead > me to PythonCard. > It looks very promising for my needs. > However, my .py file does not come with a paired .rsrc.py file and so I > wanted to know how I can create a .rsrc.py file for my .py file. When I am adding a GUI to existing code I usually start with a copy of a previous project, or one of the sample code examples, and then use the resourceEditor (or layoutEditor) to modify the GUI to what I want before merging in the existing "logic" code. Or you can use the File->New menu option in the resourceEditor to create a code template that you can then fill in with your pre-existing .py code. By the way, "noob" questions are probably better posted to the PythonCard users list (pythoncard-users), rather then the developers list, i.e. developers *of* PythonCard, rather then *using* PythonCard. -- XXXXXXXXXXX |