[Gambas-user] qt4 and form.controls

nero tmp2009 at ...2180...
Mon Aug 10 11:03:56 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

( ta is a textarea)

------------------------------------------------

using qt3 i see all controls , but with qt4 i get nothink and also no error.

I'm using svn 2229.

thanks, 
marco.




-- 
Il successo copre una miriade di errori.
		-- G. B. Shaw






More information about the User mailing list