FXRuby's FXCursor broken on Windows?

I'm trying to use FXRuby's FXCursor with no success. The call is
successful, but there isn't any cursor change. This is using the
pre-defined cursors.
Anybody have a small example and can verify it works?

gga wrote:

I'm trying to use FXRuby's FXCursor with no success. The call is
successful, but there isn't any cursor change. This is using the
pre-defined cursors.
Anybody have a small example and can verify it works?

Works fine for me on Windows.

Simply:

app.beginWaitCursor
.
do stuff
.
app.endWaitCursor

HTH,

Jamey Cribbs

Confidentiality Notice: This email message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and/or privileged information. If you are not the intended recipient(s), you are hereby notified that any dissemination, unauthorized review, use, disclosure or distribution of this email and any materials contained in any attachments is prohibited. If you receive this message in error, or are not the intended recipient(s), please immediately notify the sender by email and destroy all copies of the original message, including attachments.

Jamey Cribbs wrote:

gga wrote:

I'm trying to use FXRuby's FXCursor with no success. The call is
successful, but there isn't any cursor change. This is using the
pre-defined cursors.
Anybody have a small example and can verify it works?

Works fine for me on Windows.

Simply:

app.beginWaitCursor
.
do stuff
.
app.endWaitCursor

HTH,

Jamey Cribbs

Oops. Sorry, didn't read your message clearly before I responded. Now I realize I didn't really answer the question you asked. :slight_smile:

Jamey

Confidentiality Notice: This email message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and/or privileged information. If you are not the intended recipient(s), you are hereby notified that any dissemination, unauthorized review, use, disclosure or distribution of this email and any materials contained in any attachments is prohibited. If you receive this message in error, or are not the intended recipient(s), please immediately notify the sender by email and destroy all copies of the original message, including attachments.