Re: How to get or set the text of a textfield?

2011-07-11 Thread John Gordon
In Adam Tauno Williams writes: > Google, or Bing, or even DuckDuckGo, are *not* your friends. They are > enormous and inefficient time-sinks. They are a *BAD* way to solve > problems. Use the documentation. One would hope that a Google search might lead to the documentation. -- John Gordo

Re: How to get or set the text of a textfield?

2011-07-11 Thread Adam Tauno Williams
On Mon, 2011-07-11 at 03:44 +, John Gordon wrote: > In Anthony Papillion > writes: > > So I've built a UI with Glade and have loaded it using the standard > > Python code. In my UI, I have a textfield called txtUsername. How do I > > get and set the text in this field from my Python code? f

Re: How to get or set the text of a textfield?

2011-07-10 Thread Waldek M.
Dnia Sun, 10 Jul 2011 21:14:10 -0500, Anthony Papillion napisaƂ(a): > > So I've built a UI with Glade and have loaded it using the standard > Python code. In my UI, I have a textfield called txtUsername. How do I > get and set the text in this field from my Python code? http://developer.gnome.org

Re: How to get or set the text of a textfield? - SOLVED

2011-07-10 Thread Anthony Papillion
> I don't know anything about Glade, so I can't answer your question > definitively. However, as a general rule, you can use the dir() builtin > function to see what methods are defined by an object. Hi John, Thanks for the input and it looks like it's pretty simple. Basically, I can access the

Re: How to get or set the text of a textfield?

2011-07-10 Thread John Gordon
In Anthony Papillion writes: > So I've built a UI with Glade and have loaded it using the standard > Python code. In my UI, I have a textfield called txtUsername. How do I > get and set the text in this field from my Python code? I don't know anything about Glade, so I can't answer your questi

How to get or set the text of a textfield?

2011-07-10 Thread Anthony Papillion
Hi Everyone, So I've built a UI with Glade and have loaded it using the standard Python code. In my UI, I have a textfield called txtUsername. How do I get and set the text in this field from my Python code? Thanks! Anthony -- Anthony Papillion Advanced Data Concepts Get real about your softwar