Issue144

Title (wx26) Invalid selection in GTK dropdowns
Priority bug Status external
Superseder Nosy List johannesV
Assigned To Topics gnue-forms

Created on 2006-11-09.10:57:58 by johannesV, last changed 2006-11-13.20:14:58 by reinhard.

Messages
msg267 (view) Author: johannesV Date: 2006-11-09.05:01:18
Subversion revision 9011
Modified:
   trunk/gnue-forms/src/uidrivers/wx26/UILoginHandler.py
   trunk/gnue-forms/src/uidrivers/wx26/dialogs.py
   trunk/gnue-forms/src/uidrivers/wx26/widgets/entry.py
Log:
Login-Dialog is always on top (above splash).  Text-handling is done via 
EVT_TEXT (so clipboard should really work now).

issue144 external 

msg265 (view) Author: johannesV Date: 2006-11-09.10:57:58
In GTK-Dropdowns the selection is not shown (on auto-completion).
In appserver's sample-country dropdown, after entering a 'G' the country
'Gibraltar' is displayed, but the text 'ibraltar' is not selected (highlighted).
History
Date User Action Args
2006-11-13 20:14:58reinhardsettopic: + gnue-forms
title: wx-26: Invalid selection in GTK dropdowns -> (wx26) Invalid selection in GTK dropdowns
2006-11-09 11:01:21johannesVsetstatus: chatting -> external
2006-11-09 11:01:21johannesVsetstatus: unread -> chatting
messages: + msg267
2006-11-09 10:57:58johannesVcreate