<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Book beta bug-fixes &amp; simple demo</title>
	<atom:link href="http://www.rubenswieringa.com/blog/book-beta-bug-fixes-simple-demo/feed" rel="self" type="application/rss+xml" />
	<link>http://www.rubenswieringa.com/blog/book-beta-bug-fixes-simple-demo</link>
	<description>Ruben Swieringa on Actionscript and a whole lot of other stuff..</description>
	<lastBuildDate>Mon, 08 Mar 2010 09:38:49 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: alchemist</title>
		<link>http://www.rubenswieringa.com/blog/book-beta-bug-fixes-simple-demo/comment-page-2#comment-97895</link>
		<dc:creator>alchemist</dc:creator>
		<pubDate>Thu, 04 Mar 2010 15:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/book-beta-bug-fixes-simple-demo#comment-97895</guid>
		<description>Just like to say fantastic project very impressive...

I have a question it&#039;s relating to the max number of pages that can be practically added to the book. After doing some simple testing:  approx 50 pages produces slow rendering and 100 is basically unusable (each page contains no children). Can you point me in the right direction to improve performance or maybe there&#039;s a simple solution?</description>
		<content:encoded><![CDATA[<p>Just like to say fantastic project very impressive&#8230;</p>
<p>I have a question it&#8217;s relating to the max number of pages that can be practically added to the book. After doing some simple testing:  approx 50 pages produces slow rendering and 100 is basically unusable (each page contains no children). Can you point me in the right direction to improve performance or maybe there&#8217;s a simple solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shashank</title>
		<link>http://www.rubenswieringa.com/blog/book-beta-bug-fixes-simple-demo/comment-page-2#comment-97755</link>
		<dc:creator>shashank</dc:creator>
		<pubDate>Fri, 26 Feb 2010 18:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/book-beta-bug-fixes-simple-demo#comment-97755</guid>
		<description>hey ruben, /m\...

 And hey, how to add pages to the existing pages or remove one ..

 i want to cut down on the number of pages and being a newbie to flex am finding it hard to do..could u help?</description>
		<content:encoded><![CDATA[<p>hey ruben, /m\&#8230;</p>
<p> And hey, how to add pages to the existing pages or remove one ..</p>
<p> i want to cut down on the number of pages and being a newbie to flex am finding it hard to do..could u help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.rubenswieringa.com/blog/book-beta-bug-fixes-simple-demo/comment-page-2#comment-96756</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Thu, 21 Jan 2010 11:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/book-beta-bug-fixes-simple-demo#comment-96756</guid>
		<description>I&#039;m trying to programmatically instantiate (and consequently destroy/re-render) instances of Book and Page in Actionscript a la:

private function onCreationComplete ():void 
{
	var myBook:Book = new Book();
	myBook.x = Math.round(Application.application.width/2-400);
	myBook.y = 50;
	myBook.width = 800;
	myBook.height = 530;
					
				
	var page1:Page=new Page();
	myBook.addChild(page1);
	var page2:Page=new Page();
	myBook.addChild(page2);
	var page3:Page=new Page();
	myBook.addChild(page3);
				
	FlexGlobals.topLevelApplication.addChild(myBook);
}

I&#039;m having a bit of trouble getting anything to render.  If anybody has done this before I&#039;d appreciate some pointers.</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to programmatically instantiate (and consequently destroy/re-render) instances of Book and Page in Actionscript a la:</p>
<p>private function onCreationComplete ():void<br />
{<br />
	var myBook:Book = new Book();<br />
	myBook.x = Math.round(Application.application.width/2-400);<br />
	myBook.y = 50;<br />
	myBook.width = 800;<br />
	myBook.height = 530;</p>
<p>	var page1:Page=new Page();<br />
	myBook.addChild(page1);<br />
	var page2:Page=new Page();<br />
	myBook.addChild(page2);<br />
	var page3:Page=new Page();<br />
	myBook.addChild(page3);</p>
<p>	FlexGlobals.topLevelApplication.addChild(myBook);<br />
}</p>
<p>I&#8217;m having a bit of trouble getting anything to render.  If anybody has done this before I&#8217;d appreciate some pointers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThaStyle</title>
		<link>http://www.rubenswieringa.com/blog/book-beta-bug-fixes-simple-demo/comment-page-2#comment-95051</link>
		<dc:creator>ThaStyle</dc:creator>
		<pubDate>Thu, 03 Dec 2009 19:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/book-beta-bug-fixes-simple-demo#comment-95051</guid>
		<description>Yo Ruben... just wanted to add this to my previous comment.. been looking through all the responces and comments above, guess what i want to achieve is dummy pages that hold a arrayCollection, i could use repeaters but they really suck big time cpu ussage... please check this post on http://www.tink.ws/blog/datastack/
2 containers that just swap , i saw a post from a long time ago with someone who said use 6 pages, this i think would be it if the book is on 3-4 build dynamicly 1-2 and 5-6 and shift by flipping back and forward , this way the book could have dynamic content and still be quick, been playing it for a while now, kind of drives me nuts, i builded a guestbook its okay for now, just 20 pages added dynamicly but it also means 20 instances of tha f**cker :)
i also managed to do a hide thingie and use only 4 static pages, hide on before flip , when flip done fade the content in with the binding.. but this is just not realistic , i really want to get the idea that the book has all the messages..
let me know what u think....
greets peter.... btw AGAIN great work!!!!!!</description>
		<content:encoded><![CDATA[<p>Yo Ruben&#8230; just wanted to add this to my previous comment.. been looking through all the responces and comments above, guess what i want to achieve is dummy pages that hold a arrayCollection, i could use repeaters but they really suck big time cpu ussage&#8230; please check this post on <a href="http://www.tink.ws/blog/datastack/" rel="nofollow">http://www.tink.ws/blog/datastack/</a><br />
2 containers that just swap , i saw a post from a long time ago with someone who said use 6 pages, this i think would be it if the book is on 3-4 build dynamicly 1-2 and 5-6 and shift by flipping back and forward , this way the book could have dynamic content and still be quick, been playing it for a while now, kind of drives me nuts, i builded a guestbook its okay for now, just 20 pages added dynamicly but it also means 20 instances of tha f**cker <img src='http://www.rubenswieringa.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
i also managed to do a hide thingie and use only 4 static pages, hide on before flip , when flip done fade the content in with the binding.. but this is just not realistic , i really want to get the idea that the book has all the messages..<br />
let me know what u think&#8230;.<br />
greets peter&#8230;. btw AGAIN great work!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThaStyle</title>
		<link>http://www.rubenswieringa.com/blog/book-beta-bug-fixes-simple-demo/comment-page-1#comment-94945</link>
		<dc:creator>ThaStyle</dc:creator>
		<pubDate>Wed, 02 Dec 2009 02:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/book-beta-bug-fixes-simple-demo#comment-94945</guid>
		<description>Yo ruben,first of all nice work kerel :) , would be great if there was a way to apply a dataprovider though.. ofcource i can do this manually but love the simple straight forward events...
Keep it up man ......2 duimen omhoog :</description>
		<content:encoded><![CDATA[<p>Yo ruben,first of all nice work kerel <img src='http://www.rubenswieringa.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  , would be great if there was a way to apply a dataprovider though.. ofcource i can do this manually but love the simple straight forward events&#8230;<br />
Keep it up man &#8230;&#8230;2 duimen omhoog :</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://www.rubenswieringa.com/blog/book-beta-bug-fixes-simple-demo/comment-page-1#comment-94261</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Tue, 17 Nov 2009 19:06:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/book-beta-bug-fixes-simple-demo#comment-94261</guid>
		<description>Any chance that flipping multiple sheets at once will be supported soon? (Whether it&#039;s an auto skip, or seeing the animation of a bunch of pages fly by together?)</description>
		<content:encoded><![CDATA[<p>Any chance that flipping multiple sheets at once will be supported soon? (Whether it&#8217;s an auto skip, or seeing the animation of a bunch of pages fly by together?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brewing</title>
		<link>http://www.rubenswieringa.com/blog/book-beta-bug-fixes-simple-demo/comment-page-1#comment-92854</link>
		<dc:creator>brewing</dc:creator>
		<pubDate>Wed, 21 Oct 2009 15:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/book-beta-bug-fixes-simple-demo#comment-92854</guid>
		<description>Hello,
Is there a way to made a Page double sided ??</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Is there a way to made a Page double sided ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greg</title>
		<link>http://www.rubenswieringa.com/blog/book-beta-bug-fixes-simple-demo/comment-page-1#comment-92488</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Wed, 07 Oct 2009 17:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/book-beta-bug-fixes-simple-demo#comment-92488</guid>
		<description>Ruben, are you still supporting this? I&#039;m going to production with your great component, but there is a problem holding me back. Any light-colored container shows the shadow of an angular flip on the left side that extends hundreds of pixels page the edge of the book. Is that why your demos are on a dark background? Is there any way you can either correct, or tell me where I can correct it? I&#039;d really appreciate it and get my boss off my butt for choosing this component - which I think is superior in a number aspects than some of the others out there. Please, please respond if you can.</description>
		<content:encoded><![CDATA[<p>Ruben, are you still supporting this? I&#8217;m going to production with your great component, but there is a problem holding me back. Any light-colored container shows the shadow of an angular flip on the left side that extends hundreds of pixels page the edge of the book. Is that why your demos are on a dark background? Is there any way you can either correct, or tell me where I can correct it? I&#8217;d really appreciate it and get my boss off my butt for choosing this component &#8211; which I think is superior in a number aspects than some of the others out there. Please, please respond if you can.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yrunts</title>
		<link>http://www.rubenswieringa.com/blog/book-beta-bug-fixes-simple-demo/comment-page-1#comment-92454</link>
		<dc:creator>yrunts</dc:creator>
		<pubDate>Tue, 06 Oct 2009 11:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/book-beta-bug-fixes-simple-demo#comment-92454</guid>
		<description>i am trying to resize and zoom&#124;pan the ruben flipbook but not getting any success till yet can any body please help me in this regard

I had the same problem. Solution is to scale add book to canvas and scale canvas.</description>
		<content:encoded><![CDATA[<p>i am trying to resize and zoom|pan the ruben flipbook but not getting any success till yet can any body please help me in this regard</p>
<p>I had the same problem. Solution is to scale add book to canvas and scale canvas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.rubenswieringa.com/blog/book-beta-bug-fixes-simple-demo/comment-page-1#comment-92013</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Mon, 21 Sep 2009 16:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/book-beta-bug-fixes-simple-demo#comment-92013</guid>
		<description>[quote comment=&quot;91135&quot;]Hey Guys , Currently i am trying to use an image where its source is from a server , i.e. “http://localhost/….” however , the image cannot be displayed. I was wondering you have any ideas on this . Thank you for your time . Hope for an reply soon![/quote]

firebug it!! make sure it&#039;s looking where it&#039;s supposed to (use the net tab on firebug you&#039;ll hopefully(?) find a 404 when it&#039;s looking for the image, as it&#039;s just in the wrong spot like http://localhost/yourfolder/image.jpg instead of http://localhost/image.jpg

also to Ruben, I love you!!

I needed your code to work with an xml (so the content can be modified with a cms), so i added this!




                             	


with the xml in the form:


going to work on adding a box for commentary from the CMS as well

thanks so much for the awesome release man!</description>
		<content:encoded><![CDATA[<p class="quoter_header">quote from <a href="http://www.rubenswieringa.com/blog/book-beta-bug-fixes-simple-demo#comment-91135" title="go to original comment" class="quoted_comment_name">Jeffrey</a>:</p>
<blockquote cite="http://www.rubenswieringa.com/blog/book-beta-bug-fixes-simple-demo#comment-91135"><p>
Hey Guys , Currently i am trying to use an image where its source is from a server , i.e. “http://localhost/….” however , the image cannot be displayed. I was wondering you have any ideas on this . Thank you for your time . Hope for an reply soon!</p>
</blockquote>
<p>firebug it!! make sure it&#8217;s looking where it&#8217;s supposed to (use the net tab on firebug you&#8217;ll hopefully(?) find a 404 when it&#8217;s looking for the image, as it&#8217;s just in the wrong spot like <a href="http://localhost/yourfolder/image.jpg" rel="nofollow">http://localhost/yourfolder/image.jpg</a> instead of <a href="http://localhost/image.jpg" rel="nofollow">http://localhost/image.jpg</a></p>
<p>also to Ruben, I love you!!</p>
<p>I needed your code to work with an xml (so the content can be modified with a cms), so i added this!</p>
<p>with the xml in the form:</p>
<p>going to work on adding a box for commentary from the CMS as well</p>
<p>thanks so much for the awesome release man!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
