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
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
Ther is a short online tutorial on using wxGlade here http://www.serpia.org/wxgladeJohn";>wxGlade Tutorial
--
http://mail.python.org/mailman/listinfo/python-list
[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...that
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 anyb
[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 u
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,
[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