On Sun, Dec 11, 2011 at 12:48 PM, Oliver Sims <
[email protected]> wrote:

> **
> Looking at the ooDialog Reference (build 7297),
>


Hi Oliver,

Get the latest build of the doc, 7382, I just put it on SourceForge with
the ooDialog files.  I've made some progress on it.  Everything is pretty
much done for the next release, except for the "Menus" and the
"PropertySheet and Control Dialogs" chapters.



> there seems to be no way to change the shape or color of the mouse pointer
> while the mouse is over a dialog. Is that correct, or have I missed
> something?
>
>


You've missed something.  There are the cursor_* methods of the
WindowExtensions class.  These are used to change the cursor shape.  There
is no way to change the color of a cursor in ooDialog at this time.

You can find the methods by looking in: the method table of the dialog
object, the method table of the WindowExtensions class, or the index.  Be
aware that in some places, the PDF drops the '_' character, making the
method name cursorwait instead of the actual cursor_wait.

A couple of samples change the cursor to the 'wait' cursor:

samples\oodialog\oleinfo\oleinfo.rex
samples\windows\oodialog\ooRexxTry\ooRexxTry.rex
samples\windows\oodialog\sysinfo\sysinfo.rex


--
Mark Miesfeld
------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Oorexx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to