Tools/Objects are not working after software update.

Example requests & Code samples for GdPicture Toolkits.
Post Reply
ejbrandino
Posts: 38
Joined: Thu Sep 22, 2016 4:56 am

Tools/Objects are not working after software update.

Post by ejbrandino » Tue Jan 17, 2017 7:05 am

Hi,

I recently updated my GdPicture.Net to a newer version and it seems that some of the tools/objects are not working anymore. For instance, the Zoom Mode, when you select the "Zoom to Selected Area" from the dropdown box, it only draws a rectangle on the selected pdf page, it doesn't zoom the selected area. It was working great before the software upgrade. Even the sample programs that comes with the installer doesn't work.

User avatar
Loïc
Site Admin
Posts: 5881
Joined: Tue Oct 17, 2006 10:48 pm
Location: France
Contact:

Re: Tools/Objects are not working after software update.

Post by Loïc » Thu Jan 19, 2017 12:47 pm

Hello,

Could you cross check? I don't see anything wrong.

If the problem persists, check you are using the latest version. If it still persists with the latest version please try to describe how to reproduce the problem.

With best regards,

Loïc

ejbrandino
Posts: 38
Joined: Thu Sep 22, 2016 4:56 am

Re: Tools/Objects are not working after software update.

Post by ejbrandino » Fri Jan 20, 2017 12:18 am

Please watch this:

http://screencast-o-matic.com/watch/cbVq3oQJei

As you can see, I'm not using my program, I used yours, your sample program packaged with your installer. AS you noticed, upon choosing "Zoom to Selected Area" it only draws a rectangle, it is supposed to zoom the selected area just like before.

User avatar
Loïc
Site Admin
Posts: 5881
Joined: Tue Oct 17, 2006 10:48 pm
Location: France
Contact:

Re: Tools/Objects are not working after software update.

Post by Loïc » Sun Jan 22, 2017 11:56 am

Could you try with the latest version?

Kind regards,

Loïc

ejbrandino
Posts: 38
Joined: Thu Sep 22, 2016 4:56 am

Re: Tools/Objects are not working after software update.

Post by ejbrandino » Sun Jan 22, 2017 9:42 pm

I am using the latest version, read my first post.

User avatar
Loïc
Site Admin
Posts: 5881
Joined: Tue Oct 17, 2006 10:48 pm
Location: France
Contact:

Re: Tools/Objects are not working after software update.

Post by Loïc » Mon Jan 23, 2017 10:43 am

Last is 12.0.55, this is the one I used to try to replicate your issue without success.

ejbrandino
Posts: 38
Joined: Thu Sep 22, 2016 4:56 am

Re: Tools/Objects are not working after software update.

Post by ejbrandino » Wed Jan 25, 2017 1:43 am

Actually I'm using 12.0.56, you can see it on the video link I sent right? I'm pretty sure you can see that it is not working. Haven't thought of any possible solutions?

User avatar
Loïc
Site Admin
Posts: 5881
Joined: Tue Oct 17, 2006 10:48 pm
Location: France
Contact:

Re: Tools/Objects are not working after software update.

Post by Loïc » Wed Jan 25, 2017 7:52 pm

I think there is some misunderstanding.

The code behind the item you are clicking is doing that:

Code: Select all

   if (GdViewer1.IsRect())
                        {
                            GdViewer1.ZoomRect();
                        }
                        else
                        {
                            GdViewer1.MouseMode = ViewerMouseMode.MouseModeAreaSelection;
                            GdViewer1.Focus();
                        }
So basically the behavior on the video is correct and it as always been the same since the first v12 edition.

Please let me know if there is something you don't understand.
Kind regards,

Loïc

Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests