On Mon, Feb 4, 2013 at 4:54 AM, Staffan Tylen <staffan.ty...@gmail.com>wrote:

> It looks like I solved this using the following simple approach:
>
> createEdit(101,0,0,1,1,"READONLY HIDDEN")   -- 1 pixel in size
>
> show edit control
> move edit control to cursor position
> change to WAIT cursor
> do whatever
> hide edit control
>
> This works fine with a minimum of coding :)
>

I was going to ask here, what happens when the user moves the mouse.

But, then from your next post, it looks like you are blocking the message
processing loop while you do the sort? That is generally not a good idea.

When you do the above, is the mouse just stuck then?

--
Mark Miesfeld
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to