[Gambas-user] Strange behaviour of LostFocus event

2010-06-21 Thread Leonardo Miliani
A friend of mine has written an application in which he has let the permission at the users to insert a text in the combobox textarea. Then, his code parses the text and, if there are errors, a message box is showed. The problem is that the LostFocus event is executed twice In fact, Gambas tri

[Gambas-user] TableView.Edit Method

2010-06-21 Thread Wellington de Souza Pinto
Hi! In TableView Edit method the object call the textbox or combobox control. How use the events for controls. Ex. In tableview.edit() call the textbox (The textbox events (GotFocus, lostfocus, ...)) In Tableview.edit(["a","b",...]) call the combobox control (The combobox events (got, lost, .

[Gambas-user] How can I syncronize two listbox or two gridview

2010-06-21 Thread admhardsoft
Hi I wanna show an gridview or listbox one table from a mysql db and in other gridview or listbox all record belong to the principal key from the first gridview or listbox. I means to join two list or gridview dependable one from the other by the principal key. Somebody can help me with that pro