Le 25/06/2012 10:33, Bruce a écrit :
> OK, but not the answer I was hoping for.
>
> Presumably "Application" is needed early on in the piece.  What I'm
> trying to work out is, if I override Application then which order does
>
>          gb.Application._Init()
>                 ^
>                 |
>          gb.qt4.Application._Init()
>                 ^
>                 |
>          (my) Application.Init()
>
> get executed.

gb.Application._Init() first, then gb.qt4.Application._Init, then yours.

_Init is run when the class is loaded, so the order of execution follows 
the order of inheritance or overriding.

Regards,

-- 
Benoît Minisini



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to