[Gambas-user] ScrollView problems since it was rewritten in Gambas

Charlie Reinl Karl.Reinl at Fen-Net.de
Sat Nov 17 17:36:30 CET 2018


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?

-- 
Amicalement
Charlie



More information about the User mailing list