Vincent van Ravesteijn wrote:
> Pavel Sanda schreef:
>> Andre Poenitz wrote:
>>   
>>> I think it's time to use signal/slots, this time in the right direction.
>>> The buffer emits a message, possibly with an indication that it is
>>> temporarily and the view (or the server...) connects to it.
>>>     
>>
>> hmm, its very hard to debug things in signal slot machinery. pavel
>>   
> How often do you debug statusbar messages ?

:) just one endless night to get vc into status bar properly; then i just
escaped to the hack you already know.
anyway i thought that Andre's proposal was to use slot/signal generally
instead of dispatch machinery.

> Do you remember what you did to the lyxerr messages (which are there solely 
> for debugging purposes) ?

the slot solution was not from me iirc and the reaction was partly because of 
that
experience. it had synchro problems and it was impossible to get reasonable
backtrace. the problem disappeared when the signal/slot was replaced by normal
method.

pavel

Reply via email to