<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
	<channel>
		<title>Re: Save as Image bug on negative position</title>
		<link>http://wireframesketcher.com/forum/topic/11476/save_as_image_bug_on_negative_position</link>
		<description>Replies to Save as Image bug on negative position</description>
		<language>en-us</language>
		<copyright>Copyright (c) 2008 WireframeSketcher.com</copyright>
		<ttl>180</ttl>

	
		<item>
			<title>Re: Save as Image bug on negative position</title>
			<link>http://wireframesketcher.com/forum/topic/11476/save_as_image_bug_on_negative_position#13215</link>
			<guid>http://wireframesketcher.com/forum/topic/11476/save_as_image_bug_on_negative_position#13215</guid>
			
			<description>&lt;p&gt;Thanks! :)&lt;/p&gt;

&lt;p&gt;I&#39;ll post some new feature suggestions later.&lt;/p&gt;
</description>
			
			<author>Nicolas Frenay</author>
			<pubDate>Sat, 30 May 2009 03:32:00 -0000</pubDate>
		</item>
	
		<item>
			<title>Re: Save as Image bug on negative position</title>
			<link>http://wireframesketcher.com/forum/topic/11476/save_as_image_bug_on_negative_position#13213</link>
			<guid>http://wireframesketcher.com/forum/topic/11476/save_as_image_bug_on_negative_position#13213</guid>
			
			<description>&lt;p&gt;Nicolas,&lt;/p&gt;

&lt;p&gt;I&#39;ve just found and fixed the problem. You&#39;ll have the fix this weekend. Thanks again for the bug report!&lt;/p&gt;
</description>
			
			<author>Peter Severin</author>
			<pubDate>Thu, 28 May 2009 23:06:00 -0000</pubDate>
		</item>
	
		<item>
			<title>Re: Save as Image bug on negative position</title>
			<link>http://wireframesketcher.com/forum/topic/11476/save_as_image_bug_on_negative_position#13212</link>
			<guid>http://wireframesketcher.com/forum/topic/11476/save_as_image_bug_on_negative_position#13212</guid>
			
			<description>&lt;p&gt;Nicolas,&lt;/p&gt;

&lt;p&gt;Thank you for all the details! I was able to reproduce the problem. I am going to fix it ASAP. Should be part of the next version that is out this weekend.&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;
</description>
			
			<author>Peter Severin</author>
			<pubDate>Thu, 28 May 2009 22:27:00 -0000</pubDate>
		</item>
	
		<item>
			<title>Re: Save as Image bug on negative position</title>
			<link>http://wireframesketcher.com/forum/topic/11476/save_as_image_bug_on_negative_position#13211</link>
			<guid>http://wireframesketcher.com/forum/topic/11476/save_as_image_bug_on_negative_position#13211</guid>
			
			<description>&lt;p&gt;Peter,&lt;/p&gt;

&lt;p&gt;I went on to create  a simple screen to reproduce this problem and it seemed to work fine, then I found out that this bug only happens when I try to generate the images using the command line:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;/opt/eclipse/eclipse -application com.wireframesketcher.ui.screenExport -data ~/workspace -noSplash -source ~/workspace/myprojectpath/negative_position.screen -dest ~/Desktop/lele
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;It happens in both &quot;single file&quot; or &quot;folder&quot; export modes.&lt;/p&gt;

&lt;p&gt;When generating inside Eclipse GUI it works fine.&lt;/p&gt;

&lt;p&gt;Note that I use &quot;eclipse&quot; instead of &quot;eclipsec&quot;, as I&#39;m on Ubuntu Linux.&lt;/p&gt;

&lt;p&gt;Specs:
Ubuntu 8.10 (happens on 9.04 too)
Eclipse Europa with updated IBM jars (happens on Eclipse Ganymede too)
Latest WireframeSketcher version (1.3.1)&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;java version &quot;1.6.0_07&quot;
Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
Java HotSpot(TM) Server VM (build 10.0-b23, mixed mode)
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Thanks for your quick reply.&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;Sample Screen:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&amp;gt;
&amp;lt;model:Screen xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns:model=&quot;http://wireframesketcher.com/1.0/model.ecore&quot;&amp;gt;
  &amp;lt;widgets xsi:type=&quot;model:TextArea&quot; x=&quot;97&quot; y=&quot;56&quot; height=&quot;25&quot; text=&quot;This text will be visible.&amp;amp;#xA;&quot;/&amp;gt;
  &amp;lt;widgets xsi:type=&quot;model:TextArea&quot; x=&quot;-176&quot; y=&quot;-64&quot; height=&quot;25&quot; text=&quot;This text won&#39;t be visible.&amp;amp;#xA;&quot;/&amp;gt;
  &amp;lt;widgets xsi:type=&quot;model:TextArea&quot; x=&quot;97&quot; y=&quot;-64&quot; height=&quot;25&quot; text=&quot;This text won&#39;t be visible.&amp;amp;#xA;&quot;/&amp;gt;
  &amp;lt;widgets xsi:type=&quot;model:TextArea&quot; x=&quot;-176&quot; y=&quot;56&quot; height=&quot;25&quot; text=&quot;This text won&#39;t be visible.&amp;amp;#xA;&quot;/&amp;gt;
  &amp;lt;widgets xsi:type=&quot;model:TextArea&quot; x=&quot;-96&quot; text=&quot;This end of this text will appear.&quot;/&amp;gt;
  &amp;lt;hRuler/&amp;gt;
  &amp;lt;vRuler/&amp;gt;
  &amp;lt;font/&amp;gt;
&amp;lt;/model:Screen&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
</description>
			
			<author>Nicolas Frenay</author>
			<pubDate>Thu, 28 May 2009 21:51:00 -0000</pubDate>
		</item>
	
		<item>
			<title>Re: Save as Image bug on negative position</title>
			<link>http://wireframesketcher.com/forum/topic/11476/save_as_image_bug_on_negative_position#13210</link>
			<guid>http://wireframesketcher.com/forum/topic/11476/save_as_image_bug_on_negative_position#13210</guid>
			
			<description>&lt;p&gt;Nicolas,&lt;/p&gt;

&lt;p&gt;Oops. Things should work exactly as you describe. But I can&#39;t see the problem in my tests. Are you using the latest version? If you do then could you send me your screen file and the resulting image? Hopefully I&#39;ll be able to reproduce the problem with that.&lt;/p&gt;

&lt;p&gt;And thanks for the kind words!&lt;/p&gt;
</description>
			
			<author>Peter Severin</author>
			<pubDate>Thu, 28 May 2009 21:15:00 -0000</pubDate>
		</item>
	
		<item>
			<title>Save as Image bug on negative position</title>
			<link>http://wireframesketcher.com/forum/topic/11476/save_as_image_bug_on_negative_position#13208</link>
			<guid>http://wireframesketcher.com/forum/topic/11476/save_as_image_bug_on_negative_position#13208</guid>
			
			<description>&lt;p&gt;Hello.&lt;/p&gt;

&lt;p&gt;First, let me congratulate on your tool. It&#39;s really nice, and it&#39;s improving!&lt;/p&gt;

&lt;p&gt;I have even got some suggestions for improvements, but I&#39;ll get to that later.&lt;/p&gt;

&lt;p&gt;I&#39;m using the command line to generate images for my screens and found a bug: components that are on negative positions (X and Y below 0) are not renderer on the image, even though the &quot;canvas size&quot; is set properly. It just gets the white background on positions &amp;lt; 0.&lt;/p&gt;

&lt;p&gt;Considering it shows up fine in the editor, I think it should be there on the gerenated image.&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;
</description>
			
			<author>Nicolas Frenay</author>
			<pubDate>Thu, 28 May 2009 19:20:00 -0000</pubDate>
		</item>
	
	</channel>
</rss>
