Re: GUI in Python using wxGlade

2006-06-16 Thread diffuser78
Did you paste any code ? Also the link for the next message is not working . John Salerno wrote: [EMAIL PROTECTED] wrote: I am a newbie. I was looking for some code where I could a list of different items from a file and display it in a list box. Then give a user the capability to

Re: GUI in Python using wxGlade

2006-06-16 Thread dimitri pater
the link should be:www.serpia.org/wxgladethanks for finding it, UrsusMaximus ;-)Dimitri On 16 Jun 2006 06:08:33 -0700, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:Did you paste any code ?Also the link for the next message is not working . John Salerno wrote: [EMAIL PROTECTED] wrote: I am a

GUI in Python using wxGlade

2006-06-15 Thread diffuser78
I recently tried a hand at wxGlade and was happy to see it designs a GUI for you in minutes. I am a newbie Python coder. I am not completely aware of GUI programming. I can easily make menubars etc but I am not too sure sure how to get more windows poppping to get more information. I mean when

Re: GUI in Python using wxGlade

2006-06-15 Thread Steve Holden
[EMAIL PROTECTED] wrote: I recently tried a hand at wxGlade and was happy to see it designs a GUI for you in minutes. I am a newbie Python coder. I am not completely aware of GUI programming. I can easily make menubars etc but I am not too sure sure how to get more windows poppping to get

Re: GUI in Python using wxGlade

2006-06-15 Thread diffuser78
I am pasting my code. I created a small little GUI without any functionality as of yet. I wanted to ask few questions on that. [code] #!/usr/bin/env python # -*- coding: UTF-8 -*- # generated by wxGlade 0.4cvs on Thu Jun 15 10:51:12 2006 import wx class MyFrame(wx.Frame): def __init__(self,

Re: GUI in Python using wxGlade

2006-06-15 Thread Steve Holden
[EMAIL PROTECTED] wrote: I am pasting my code. I created a small little GUI without any functionality as of yet. I wanted to ask few questions on that. [lots of code ...] If I click on any of the items of the File Menu, say I click on Open config File, I want a new windows to come up.

Re: GUI in Python using wxGlade

2006-06-15 Thread diffuser78
I am a newbie. I was looking for some code where I could a list of different items from a file and display it in a list box. Then give a user the capability to select some. Basically, reading and writing to a file and displaying them in different widgets...thats something I am looking for. If

Re: GUI in Python using wxGlade

2006-06-15 Thread John Salerno
[EMAIL PROTECTED] wrote: I am a newbie. I was looking for some code where I could a list of different items from a file and display it in a list box. Then give a user the capability to select some. Basically, reading and writing to a file and displaying them in different widgets...thats

Re: GUI in Python using wxGlade

2006-06-15 Thread UrsusMaximus
Ther is a short online tutorial on using wxGlade here a href=http://www.serpia.org/wxgladeJohn;wxGlade Tutorial/a -- http://mail.python.org/mailman/listinfo/python-list