On Mon, Feb 4, 2013 at 4:24 AM, Staffan Tylen <staffan.ty...@gmail.com>wrote:
> Thanks for this. Not that this is at all important but I've played around
> with a slightly different approach to this (pseudo-code below):
>
> createListView(100, ...)
> createEdit(101,covering the while listview, "READONLY HIDDEN")
> self~writeToControl(101, 0, 0, "", , , "TRANSPARENT")
> a=newEdit(101)
> a~show
> Change cursor
> sort column
> restore cursor
> a~hide
> redrawControl(100)
>
> My thinking here was that the cursor is now over a transparent edit
> control until hidden again, but the cursor still doesn't change shape as I
> would expect. I can see a slight movement only, as expected. So why doesn't
> this approach work?
>
You don't show how you are changing the cursor, so it is hard to say. Are
you show you are setting the edit control's cursor and not the dialog's
cursor?
a=newEdit(101)
a~show
--Change cursor
editMouse = .Mouse~new(a)
oldCursor = editMouse~wait
...
editMouse~restoreCursor(oldCursor)
--
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