Hello Angel

Angel Pais wrote:
> 
>>   * contrib/hbxbp/xbpgeneric.prg
>>     ! Changed the way AppEvent() eventloop was being executed.
>>       Not it is more near to Xbase++, not 100% but near. 
>>       CPU consumption is reduced to 2-3 percent.
> 
> Confirmed ! Now it's OK.
> 

Still it has the margin to come down to 0%.
Perhaps I need Przemek's expertise here.



 
>>   * contrib/hbxbp/xbprtf.prg
>>     + Implemented more XbpRTF() features.
>> 
>>   * contrib/hbxbp/tests/demoxbp.prg
>>     + Demonstrated more XbpRtf() features. 
>>       Play with Rtf tab.
> 
> Fantastic !!! It's been years since I wanted this.
> It only lacks a print button =D.
> 
> The only thing it's missing to start building a serious program it's an 
> xbpbrowse implementation. I'm not hurring you !!! Just can't deal with 
> my anxiety hehe.
> 
> Congrats !!!
> 

Thanks.

Print Button, oh I think I forget to look into.
In a day.

Perhaps xbpBrowse() is the toughest of all. I did not see the 
class structure yet but it appears to be tough. Probbaly next week
I will start its implementation.

BTW, do you have any complex code for an event loop?

   DO WHILE ....
       nEvent := AppEvent( ... )

       if nEvent ....
       endif 
      oXbp:handleEvent(...)
   ENDDO

I need to know what type of structure it may have .
I do not want to guess. I need some real code.

Regards
Pritpal Bedi
-- 
View this message in context: 
http://www.nabble.com/SF.net-SVN%3A-harbour-project%3A-11768--trunk-harbour-tp24487782p24489854.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to