Re: [Java-gnome-developer] gtk.Entry problems
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2006-10-11 12:38:28
|
On Mon, 2006-10-09 at 23:53 +0200, Marek Piechut wrote: > I am trying to get content from gtk.Entry which has setVisible(false) > and what i get by using getText() method is always an empty String. > I'm trying to get content from the configuration dialog and can get > content from all Entries but the "invisible" ones. Is there any special > way to get text from them? Or other way to get something secret from > user without echoing?=20 I was able to duplicate this. Would you be so kind as top open a bug please? [Bugs are always welcome for "it should work but doesn't"] A workaround is to use the Entry's getText() method, rather than the EntryEvent's getText(). AfC Sydney |