On Fri, Jan 20, 2012 at 9:13 AM, Oliver Sims <
oliver.s...@simsassociates.co.uk> wrote:

> **
> Many thanks, Mark. Look forward to new build.
>
>


Hi Oliver,


I put the new build up on SourceForge.

There are these changes that you will need to, (probably,) make in your
mouse related code.

* Several of the mouse event keywords are renamed.  After one of the
earlier mouse related discussions, I realized I had not followed my own
guidelines in naming the event keywords.  So, for connectEvent():

MOVE -> MOUSEMOVE
HOVER -> MOUSEHOVER
LEAVE -> MOUSELEAVE
WHEEL -> MOUSEWHEEL

* The dialog object's getCursorPos() does not exist.

As I had talked about before, there were a number of methods related to the
mouse in the dialog object.  They had no business being there, they should
have been in a separate Mouse class  So, those methods are all moved to the
Mouse class and deprecated.

Because of backwards compatibility, all deprecated methods should still
work.  But, getCursorPos() was a new method in 4.2.0 that I had added.
Therefore, it was not a released method and is not deprecated, simply
removed.

--
Mark Miesfeld
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to