Page 1 of 1

SetMouseIcon is gone?

Posted: Thu Sep 12, 2013 11:22 am
by AgfaDev
Hi,

I'm evaluating the product to be used in our projects here.
One of the features we need is to change the mouse cursor.

For instance, when the enduser toggles the zoom mode to ZoomIN, the cursor should change to a magnification image with a + sign.
Then clicking on the image will zoomIN. For zoomout of course a - sign.

Looking at the posts here, there seems to be a SetMouseIcon method.
But the documentation does not mention it and also the GdViewer class does not offer this method in our development environment.
(we use by the way Gupta Team Developer, also called Centura SqlWindows).

Is this been removed? And when not, where is it?

I'm using the trial version 9 using the ActiveX components.

Re: SetMouseIcon is gone?

Posted: Fri Sep 13, 2013 11:07 am
by Loïc
Hello,

There is no method called SetMouseIcon() in GdPicture.NET. There is a property called Cursor which is available in the native .NET version only since the property is a System.Windows.Forms.Cursor object.

Kind regards,

Loïc

Re: SetMouseIcon is gone?

Posted: Fri Sep 13, 2013 11:31 am
by AgfaDev
Thanks for the response.

Ok, I was searching the forums for a solution and found some threads, like :

viewtopic.php?t=626

So, this function was present in v5 but not in the .NET product. That's the reason for my confusion.
Are there any plans to have such a feature in the .NET version?

Re: SetMouseIcon is gone?

Posted: Fri Sep 13, 2013 11:45 am
by Loïc
OK I see!

I've added the feature in our wish list.
I will try to implement it for the next minor release, in such case I will send you a notification by email.

Best regards,

Loïc