[Gambas-user] set group name on dynamic object
Stefan Miefert
smiefert at ...784...
Wed Jul 30 08:07:34 CEST 2008
>>
>> i ceate a object like this
>>
>> LBLlegendentry = new Lable(PANbody) AS LBLlegendentry
>>
> ^
>You must put quotes there ----------------'
>
--
Hello,
tnanks but i only forget them in this mail:)
my code is like this
Public LBLlegendentry as Lable
Public sub setupFooter()
For xy ....
LBLlegendentry = New Lable(PANfooter) AS "LBLlegendentry"
next
end
and I cant click on this lables:(
More information about the User
mailing list