[Gambas-user] ScrollView problems since it was rewritten in Gambas
Benoît Minisini
g4mba5 at gmail.com
Sat Nov 17 17:53:19 CET 2018
Le 17/11/2018 à 17:36, Charlie Reinl a écrit :
> Salut Benoît,
>
> when I designed on a ScrollView before ( Gambas <= 3.11.90 12c0ebda4 (master))
> and asked Object.Type(item.Parent) I got "ScrollView".
>
> Now the same with : Gambas > 3.11.90 12c0ebda4 (master)
> Object.Type(item.Parent) I get "Panel",
> Object.Type(item.Parent.Parent) I get "DrawingArea",
> Object.Type(item.Parent.Parent.Parent) finally gives "ScrollView"
>
> But my Parent has to be found with Object.Type(item.Parent) like
> before, no?
>
It's normal, as soon as a container is rewritten in Gambas. You see the
internal structure.
Why is it a problem for you?
--
Benoît Minisini
More information about the User
mailing list