Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > My 2nd Glade GUI with Python

Reply
Thread Tools

My 2nd Glade GUI with Python

 
 
AppelonD
Guest
Posts: n/a
 
      06-12-2010
Hi all
I have build my first simple GUI there create users on our cooperated
ftp server, and then generate a mail, with an PDF attached with
credentials including a NATO phonetic edition of a random generated
password. I still rejoice over it, sens it is my first "program" in 10
years. The easiness of creating this simple, but yet handy program,
convinced me to become a Python Enthusiast, and I then bought O'Rely's
Learning Python Fourth Edition, I'm 1/4 in to it by now, and I keep
using Python to simplify my day by day work tasks.

Recently I decided to make my next big GUI project, there would
Include a simple backup application for our users on Windows, This app
should integrand with our corporate IBM tivoli storage manager backup
system, instead of the "command lin"e "black box" there calls dsmc
with there areas to backup. Informing the user to, remember to
shutdown Outlook, there otherwise would lock the local PST files. In
my first project I found that the use of Glade 3 helped me a great
deal, so I went for it again. But this time I became so much more
creative and wanted a About Dialog to show my name. I quickly made
my GUI, and from what I know made my signals for my buttons, but I
keep struggling with how I can connect the Menuitem4 (help -> About)
to my About Dialog, and sense I don't know if I can connect the
menuitem from Glade it self, or I have to define a "function" there
show the About Dialog when Menuitem4 is active, I'm having a hard time
getting on with my project. Could somebody give me a hint, to which
direction I need to move along to connect my menuitem4 to my About
Dialog, I really would appreciate it.

I keep hitting the same tutorials on Google search, and I can't find
the solution from them, even that I have watched carefully many times.

Best regards
Dennis Appelon Nielsn
A Python Fan Boy, but a newbie...
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
(debian,eclipse) GUI created with glade doesn't appear lolveley Ruby 0 04-24-2009 08:33 PM
Glade + Python = No GUI Kveldulv Python 5 09-02-2007 11:40 PM
Please help a windows user get started with python/glade and an IDE. Al Dykes Python 2 10-15-2004 11:07 PM
Python and Glade-2 P. Jouin Python 9 08-03-2004 01:48 PM
Red Hat 9, Python and Glade - a mixure not working? Hans Deragon Python 3 07-06-2003 06:13 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57