473,397 Members | 2,116 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

Desperately needing Help with 2 features of a program

Hey. I posted a info about a program I have written that uses google
to get and download files by type and site. I need HELP!!! This
program is finished except for 2 features which, having tried for two
weeks to create I cannot. This is my first program EVER. I simply an
stuck. Please help. I was allowed by my employer to experiment with
programing / open source. I'd like to be able to deliver a complete
program, (so I can possibly do more of it soon). Here are the two
features I need to consider this program complete.
This program uses wxPython.

1. Update the label on a radiobox

2. Create a downlaod status progress bar. (I guess this has to be
threaded, many attempts led to endless erros about not using the
proper thread to interact with the GUI)

Find Source at http://gobblewin.sourceforge.net

OR

http://sourceforge.net/project/showf...kage_id=128018
Jul 18 '05 #1
2 1606
Hi,
Asking people to download your program and simply add features is a little
bit too much I fear....

Read this:

http://www.catb.org/~esr/faqs/smart-questions.html

And then post why and where your concrete attempts fail. Thats much more
likely to get answers.

--
Regards,

Diez B. Roggisch
Jul 18 '05 #2

[Justin]
1. Update the label on a radiobox
rb.SetItemLabel(3, "Richie's stuff")
2. Create a downlaod status progress bar. (I guess this has to be
threaded, many attempts led to endless erros about not using the
proper thread to interact with the GUI)


That's more than a one-liner. 8-)

The Wiki page at http://wiki.wxpython.org/index.cgi/LongRunningTasks talks
about this kind of problem at length, and includes a couple of alternatives
to using threads.

When using threading in a GUI, the number one rule is that only the main
thread can access the GUI. Worker threads that want to update the GUI must
do so by posting events to the main thread. The way a typical wxPython
program does this is by defining its own event class and using wxPostEvent
to post instances of that event class to the main thread.

--
Richie Hindle
ri****@entrian.com

Jul 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: John Smith | last post by:
A friend's small business has gotten themselves in trouble. Their only programmer has recently skipped the country and did not leave the source code or any design notes for a couple of program...
7
by: Mike Kamermans | last post by:
I hope someone can help me, because what I'm going through at the moment trying to edit XML documents is enough to make me want to never edit XML again. I'm looking for an XML editor that has a...
5
by: Rudy | last post by:
I am desperately seeking some help with a program that was supposed to have been completed last night. I have only been working with PHP for a week. I have tried and tried and tried, but I am...
0
by: chrisben | last post by:
Hi, Developing Env: .NET Studio in C#, windows 2000 target: a COM object used for excel user (RTD) I have no problem to compile and run the project in my machine. The excel is working great...
17
by: EkteGjetost | last post by:
This is definitely not the smart thing to do as far as my learning goes, but desperate situations call for desperate measures. The final lab for my introduction to C programming class is due...
6
by: NutsAboutVB | last post by:
Hello, I am a .NET programmer and I have a JPEG image file (from digital camera) of about 109 KB's in size, when I open it and save it (without making any alterations at all, just going to File...
4
by: kaosyeti | last post by:
hey... i know NOTHING about sql server, .net framework or probably anything else on sql monster. i am a novice access user, self-taught for about 9 months now and have only a basic understanding...
8
by: Dameon99 | last post by:
my program compiles without problems but when i try to run it pauses shortly and then crashes. When i set it to debug it came up with the following message: "An Access Violation (Segmentation...
0
AmberJain
by: AmberJain | last post by:
Windows Autorun FAQs: Programs dealing with autoruns Linked from the Original article- "Windows Autorun FAQs: Description". Que: Can you list programs that help me to view/modify the autoruns...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.