[Gambas-user] qt4 and form.controls
nero
tmp2009 at ...2180...
Thu Sep 17 14:37:31 CEST 2009
hi ,
I'm trying some of my code on gambas3 to be ready when it's done.
I've some problem with form controls using qt4 , i've a form with n
controls and want to enumerate them .
I'm using somethink like:
------------------------------------------------
Public Sub Button1_Click()
Dim ch As Object
For Each ch In Me.Controls
ta.Insert(ch.name & "\n")
Next
End
(note: ta is a textarea)
------------------------------------------------
using qt3 i see all controls , but with qt4 i get nothink and also no error.
I'm using svn 2336.
thanks,
marco.
--
Se mi etichetti, mi annulli.
-- Kirkegaard
More information about the User
mailing list