Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Mike  
#1 Posted : Thursday, June 2, 2005 6:10:00 AM(UTC)
Mike

Rank: Member

Groups: Member
Joined: 5/12/2005(UTC)
Posts: 8

Hi... I'm getting an error when using a rectangle rubber band with the bitmap viewer. Everything works as intended when the page first loads, but if the browser is scrolled down at all, things get out of wack and the box does not start drawing where the mouse cursor is, and the guides do not fall on the border of the rectangle.

Screenshots here
Fedor  
#2 Posted : Friday, June 3, 2005 1:00:00 AM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
Hello Mike,

Thank you for your bug report.

This problem was fixed in upcoming Graphics Mill 3.1 for .NET which will be available in a few days.
Best regards,
Fedor Skvortsov
Mike  
#3 Posted : Friday, June 3, 2005 1:16:00 AM(UTC)
Mike

Rank: Member

Groups: Member
Joined: 5/12/2005(UTC)
Posts: 8

Thanks very much!
Fedor  
#4 Posted : Wednesday, June 8, 2005 2:29:00 AM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
Hello Mike,

We have release Graphics Mill 3.1 for .NET. You can download it here:

http://www.aurigma.com/Products/GraphicsMilldotNET/FreeTrial.aspx
Best regards,
Fedor Skvortsov
Mike  
#5 Posted : Wednesday, June 8, 2005 6:51:00 AM(UTC)
Mike

Rank: Member

Groups: Member
Joined: 5/12/2005(UTC)
Posts: 8

I just downloaded the new version, 3.1, installed it, redid all my references, rebuilt the project, and I'm still getting the same error.

This screenshot was taken just now with the new binaries, the same bug is still occurring. Is there something I have to do in the code to reflect the new change?
Fedor  
#6 Posted : Wednesday, June 8, 2005 8:37:00 AM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
Hello Mike,

It seems you page still uses old client scripts. Please check whether you have ClientScriptsLocation in you web.config. If uou have such key, then it should map to "/aspnet_client/graphics_mill/3_1_0/" instead of "/aspnet_client/GraphicsMill/" as for 3.0 release.

Code:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
...
  <Aurigma.GraphicsMill.WebControls>
    <add key="ClientScriptsLocation" value="/aspnet_client/graphics_mill/3_1_0/"" />
...    
  </Aurigma.GraphicsMill.WebControls>
  
</configuration>

Edited by user Sunday, December 23, 2007 6:08:19 PM(UTC)  | Reason: Not specified

Best regards,
Fedor Skvortsov
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.