Le 01/05/2012 01:27, GMail a écrit :
>
> Problem 2 (the Busy problem) remains, so far I have tracked it down as
> follows:
> a) it occurs with some projects and not others, so I have eliminated qt4
> as the culprit.
> b) it occurs when the FCompletion popup is being loaded. I am using rev
> 4698. In the FillWithIdent(sWord As String) sub at line 460:
>
>    cSymbol = CComponent.GetClassSymbols(GetClass())
>
> Before this is executed Application.Busy is 1, after it is 2. So
> somewhere it is not being decremented.  I am continuing to track this
> down, by stepping through the IDE.  So far I am at line 1217 of
> CComponent.class :
>
>        Try hPForm = Project.LoadFile(sPath)
>
> Again, at this point before execution Application.Busy=1 and after it is
> 2.
> Somewhere below this it is getting tricky, a "Bad Event handler, too
> many arguments" error gets raised that is making this hard to track.
> I will persevere!
>
> rgrds
> Bruce
>

If you can send me your project and tell me which form is in cause...

-- 
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