Hi Przemek, Tamas, First off thanks for jumping on the issue. Unfortunately (or fortunately) this was a local problem and a pretty stupid one. There was an infinite loop in my code in case there was no keyable char in clipboard buffer. Empty clipboard also triggered this.
Probably it never came up before because in 99.99% of the cases there is something on clipboard, but OS X was exception, because as Tamas reported, the initial state of clipboard under GTXWC is empty, so the chance to trigger this error case, was much higher. Probably this could be fixed in Harbour to behave more like other apps and other Gts. Brgds, Viktor On 2009 Dec 16, at 19:00, Przemysław Czerpak wrote: > On Wed, 16 Dec 2009, Szak�ts Viktor wrote: > > Hi, > >> No educated bug report, but just now I tried to >> coppy/paste some text from OS X Mail to my app >> running GTXWC, and the app just hung with 100% >> CPU consumption. > > Please always try to replicate the problem in reduced example. > > In a while I'll commit small modification to tests/gtkeys.prg > which allow to retrive text from Clippard buffer by CTRL+INS > and set new text using CTRL+END. > > Just use it for tests. In my Linux box all works as expected > without any problems. > > best regards, > Przemek > _______________________________________________ > Harbour mailing list (attachment size limit: 40KB) > [email protected] > http://lists.harbour-project.org/mailman/listinfo/harbour _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
