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



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to