A user has reported ( and I've verified ) that there is a condition
where oBrw:forcestable() goes to a never ending loop.
Replacing only tbrowse.prg with a previous one ( not Harbour code )
"solves" the problem.
Now I'm trying to create a self contained test but in tbrowse.prg I've found:
/* TODO: CA-Cl*pper does not call ::stabilize() if TBrowse object
* is stable and does not need screen update. It may be important
* for applications which do not expect that cursor position may
* be changed. I'll change it in the future but first I will have
* to revert my stupid modifications in Harbour core code. Looking
* at old TBrowse implementation I replaced some:
* WHILE !oBrw:stabilize(); END
* with:
* oBrw:forceStable()
* In Clipper it's not the same because oBrw:forceStable()
* may not set cursor position and only ::stabilize() does it.
* [druzus]
*/
should I wait for the fix?
best regards,
Lorenzo
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour