A
Alex DeCaria
Forgive the post to this forum. The FXRuby forum doesn't seem to be
very active.
I'm running a script to open a file dialog window. The script works
fine in Ruby 1.8. In 1.9 the dialog box still opens and works, but I
get a list of 44 error messages in the command window before it opens
(the same two error messages repeated 22 times). The error messages
are:
FXCursor.cpp(281): FXASSERT(GetSystemMetrics(SM_CXCURSOR)==32) failed.
FXCursor.cpp(282): FXASSERT(GetSystemMetrics(SM_CYCURSOR)==32) failed.
Any ideas why this may be happening? I'm on a Windows 7 Professional,
64-bit OS.
--Alex
very active.
I'm running a script to open a file dialog window. The script works
fine in Ruby 1.8. In 1.9 the dialog box still opens and works, but I
get a list of 44 error messages in the command window before it opens
(the same two error messages repeated 22 times). The error messages
are:
FXCursor.cpp(281): FXASSERT(GetSystemMetrics(SM_CXCURSOR)==32) failed.
FXCursor.cpp(282): FXASSERT(GetSystemMetrics(SM_CYCURSOR)==32) failed.
Any ideas why this may be happening? I'm on a Windows 7 Professional,
64-bit OS.
--Alex