[Gambas-user] Object.Attach Problem
R. Stormo
rohnny at ...1248...
Mon Sep 11 19:33:39 CEST 2006
I have a prolem with Object.Attach.
When this is set Object.Attach(myform, ME, "myform")
the form_resize does not work as it should
sub form_resize ()
Panel1.Width = ME.Width
Print "hello"
end
When the object.attach is set then print hello does work but not
pane1.width. When I disable the object.attach
the function is working as it should. Is there a sensible answer for this?
Regards Rohnny
http://forum.stormweb.no
--
View this message in context: http://www.nabble.com/Object.Attach-Problem-tf2253826.html#a6251265
Sent from the gambas-user forum at Nabble.com.
More information about the User
mailing list