PDPTransientWarning sluggish response

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

PDPTransientWarning sluggish response

Terry Raymond
The PDP transient window has had a sluggish response for
quite some years. It seems that it would stay up until the
mouse was removed. The fix is below.

postOpenWith: aBuilder
        [(Delay forMilliseconds: 1500) wait.
        [aBuilder window topComponent model close] uiEventFor: aBuilder window] forkAt: Processor activePriorityPlusOne.

Terry
 
===========================================================
Terry Raymond
Crafted Smalltalk
80 Lazywood Ln.
Tiverton, RI  02878
(401) 624-4517      [hidden email]
<http://www.craftedsmalltalk.com>
===========================================================



_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc