[Gambas-user] Two problems, might be local

Benoît Minisini gambas at ...1...
Tue May 1 01:46:52 CEST 2012


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




More information about the User mailing list