View unanswered posts | View active topics It is currently Thu Sep 09, 2010 2:56 pm



Reply to topic  [ 2 posts ] 
 Activity overlapping pixel problem 
Author Message

Joined: Fri Jul 30, 2010 10:32 am
Posts: 1
Post Activity overlapping pixel problem
Hello,

i have a Problem with the painting. The developer who coded that peice of code before me implemented a bug. If i have 2 activities on the same time, the size fo them do not match. 1 of the 2 is always same size + 1 pixel on top or below. The used shape is always the same.

Code:
public static RootAShape createFreieZeitraeumePruefenShape() {

RootAShape root = new RootAShape();

PlaceRect pr = new AbsRect( new AtStart( 0 ), new AtStart( 1 ), new AtEnd( 0 ), new AtEnd( 0 ) );

FillAShape backgroundShape = new FillAShape( "freie", new Rectangle( 0, 0, 1, 1 ), pr, new Color( 56, 72, 96 ), GfxUtil.AA_HINT_OFF );

root.addSubShape( backgroundShape );

return root;
}


The Problem can be seen at the hardcopy/screenshot.

Maybe u can say me the Attribute with that i can manage the overpainting or the size-difference?!


Attachments:
problem.JPG
problem.JPG [ 14.55 KiB | Viewed 28 times ]
Fri Jul 30, 2010 10:47 am
Profile
Site Admin

Joined: Mon Dec 06, 2004 3:24 pm
Posts: 2211
Location: Sweden
Post Re: Activity overlapping pixel problem
Hello,

Plese submit a support ticket from our site.

Thanks,

_________________
Support
MiG InfoCom AB


Fri Jul 30, 2010 11:27 am
Profile WWW
Display posts from previous:  Sort by  
Reply to topic   [ 2 posts ] 

Who is online

Users browsing this forum: Google [Bot] and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.