<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: FlexWheel Component Page</title>
	<link>http://strawberrypixel.com/blog</link>
	<description>Free, open source, Adobe Flex components.</description>
	<pubDate>Fri, 12 Mar 2010 00:55:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Administrator</title>
		<link>http://strawberrypixel.com/blog/flexwheel-component-page/#comment-4259</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Thu, 11 Mar 2010 15:13:26 +0000</pubDate>
		<guid>http://strawberrypixel.com/blog/flexwheel-component-page/#comment-4259</guid>
		<description>Most likley if its not stopping on correct item it means its not finding the correct data item because of the search criteria.
Override the compare function in the spinBox inside the wheel by passing your own compare function instead of ObjectUtil.compare (default). you can achieve this by setting the property called compareItemsFunction on the spinBox inside the wheel (see tutorial page).
The flex wheel scrolls based on the shortest distance to the item selected or by user gesture. Unfortunately that cannot be changed at the moment.
Source code is for sale as you can see on the flexwheel page.
Its written temporarily not for sale since I cannot give full instant support at the moment.
If you are still interested contact me at admin@strawberrypixel.com.

Cheers</description>
		<content:encoded><![CDATA[<p>Most likley if its not stopping on correct item it means its not finding the correct data item because of the search criteria.<br />
Override the compare function in the spinBox inside the wheel by passing your own compare function instead of ObjectUtil.compare (default). you can achieve this by setting the property called compareItemsFunction on the spinBox inside the wheel (see tutorial page).<br />
The flex wheel scrolls based on the shortest distance to the item selected or by user gesture. Unfortunately that cannot be changed at the moment.<br />
Source code is for sale as you can see on the flexwheel page.<br />
Its written temporarily not for sale since I cannot give full instant support at the moment.<br />
If you are still interested contact me at <a href="mailto:admin@strawberrypixel.com.">admin@strawberrypixel.com.</a></p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haneef</title>
		<link>http://strawberrypixel.com/blog/flexwheel-component-page/#comment-4257</link>
		<dc:creator>Haneef</dc:creator>
		<pubDate>Wed, 10 Mar 2010 12:36:37 +0000</pubDate>
		<guid>http://strawberrypixel.com/blog/flexwheel-component-page/#comment-4257</guid>
		<description>Dear Admin,
        My application is complete, In my application irrespective of value of scrollsizeduration, flex wheel is stopping (hanging) at one value before what i intended it to display, when it spins in incremental direction; any way it is stopping at correct value when the wheel spins in decremental way.
      so for correctness, i wanted flex wheel to always spin only in decremental direction(i.e. appearing values from top and getting to scrolling down) pls show me the code, if this problem is not cleared than all my effort is waste. thank you lots and lots in advance.</description>
		<content:encoded><![CDATA[<p>Dear Admin,<br />
        My application is complete, In my application irrespective of value of scrollsizeduration, flex wheel is stopping (hanging) at one value before what i intended it to display, when it spins in incremental direction; any way it is stopping at correct value when the wheel spins in decremental way.<br />
      so for correctness, i wanted flex wheel to always spin only in decremental direction(i.e. appearing values from top and getting to scrolling down) pls show me the code, if this problem is not cleared than all my effort is waste. thank you lots and lots in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://strawberrypixel.com/blog/flexwheel-component-page/#comment-4202</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Wed, 03 Mar 2010 07:08:09 +0000</pubDate>
		<guid>http://strawberrypixel.com/blog/flexwheel-component-page/#comment-4202</guid>
		<description>Did you add the library swc correctly to your project?
Go to, project-&gt;properties-&gt;build path-&gt;library path tab-&gt;add swc.</description>
		<content:encoded><![CDATA[<p>Did you add the library swc correctly to your project?<br />
Go to, project->properties->build path->library path tab->add swc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haneef</title>
		<link>http://strawberrypixel.com/blog/flexwheel-component-page/#comment-4189</link>
		<dc:creator>Haneef</dc:creator>
		<pubDate>Tue, 02 Mar 2010 07:39:44 +0000</pubDate>
		<guid>http://strawberrypixel.com/blog/flexwheel-component-page/#comment-4189</guid>
		<description>Please help, i know u could
My application is complete, it run through flex builder software correctly, but when i'm trying it's .swf file to run separately it is displaying many errors of type #1014, two among those are 
VerifyError: Error #1014: Class flexWheel.core::SmoothMouseScrollerBox could not be found.
please show me the way to fix it and another of type 
ReferenceError: Error #1065: Variable SmoothBoxUI_img_htail is not defined.
My intension is to take my .swf file into a html page.
Please, Please respond quick as it is the last part of my project... thanx in advance...</description>
		<content:encoded><![CDATA[<p>Please help, i know u could<br />
My application is complete, it run through flex builder software correctly, but when i&#8217;m trying it&#8217;s .swf file to run separately it is displaying many errors of type #1014, two among those are<br />
VerifyError: Error #1014: Class flexWheel.core::SmoothMouseScrollerBox could not be found.<br />
please show me the way to fix it and another of type<br />
ReferenceError: Error #1065: Variable SmoothBoxUI_img_htail is not defined.<br />
My intension is to take my .swf file into a html page.<br />
Please, Please respond quick as it is the last part of my project&#8230; thanx in advance&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haneef</title>
		<link>http://strawberrypixel.com/blog/flexwheel-component-page/#comment-4078</link>
		<dc:creator>Haneef</dc:creator>
		<pubDate>Tue, 09 Feb 2010 08:18:28 +0000</pubDate>
		<guid>http://strawberrypixel.com/blog/flexwheel-component-page/#comment-4078</guid>
		<description>Dear Sir,
I have tried everything to spin flex wheel continuously for 3 seconds before displaying the randomly selected value of flex wheel on some button click. 
neither placing timer delay in effectStart event does work nor in wheelChangeStart event.  please visit http://www.urbanspoon.com/spin-widget 
Please help me in coding... as it is the critical part of my application. Thanks to u in adv</description>
		<content:encoded><![CDATA[<p>Dear Sir,<br />
I have tried everything to spin flex wheel continuously for 3 seconds before displaying the randomly selected value of flex wheel on some button click.<br />
neither placing timer delay in effectStart event does work nor in wheelChangeStart event.  please visit <a href="http://www.urbanspoon.com/spin-widget" rel="nofollow">http://www.urbanspoon.com/spin-widget</a><br />
Please help me in coding&#8230; as it is the critical part of my application. Thanks to u in adv</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haneef</title>
		<link>http://strawberrypixel.com/blog/flexwheel-component-page/#comment-4077</link>
		<dc:creator>Haneef</dc:creator>
		<pubDate>Mon, 08 Feb 2010 10:40:11 +0000</pubDate>
		<guid>http://strawberrypixel.com/blog/flexwheel-component-page/#comment-4077</guid>
		<description>Please help i'm getting this error while i try to run individual .swf file which has a flex wheel with a single spin box spinning on some button click... Pls help me eradicating this error

Error: selectItemAt called for spin box that that does not exist at index: 0
	at flexWheel.components::FlexWheel/selectItemAt()[C:\temp\build\flexWheel\components\FlexWheel.mxml:343]
	at WebdhabaFlexSpin/nowspin()[C:\Users\user\Documents\Flex Builder 3\WebdhabaFlexSpin\src\WebdhabaFlexSpin.mxml:33]
	at WebdhabaFlexSpin/__spn_btn_click()[C:\Users\user\Documents\Flex Builder 3\WebdhabaFlexSpin\src\WebdhabaFlexSpin.mxml:46]</description>
		<content:encoded><![CDATA[<p>Please help i&#8217;m getting this error while i try to run individual .swf file which has a flex wheel with a single spin box spinning on some button click&#8230; Pls help me eradicating this error</p>
<p>Error: selectItemAt called for spin box that that does not exist at index: 0<br />
	at flexWheel.components::FlexWheel/selectItemAt()[C:\temp\build\flexWheel\components\FlexWheel.mxml:343]<br />
	at WebdhabaFlexSpin/nowspin()[C:\Users\user\Documents\Flex Builder 3\WebdhabaFlexSpin\src\WebdhabaFlexSpin.mxml:33]<br />
	at WebdhabaFlexSpin/__spn_btn_click()[C:\Users\user\Documents\Flex Builder 3\WebdhabaFlexSpin\src\WebdhabaFlexSpin.mxml:46]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haneef</title>
		<link>http://strawberrypixel.com/blog/flexwheel-component-page/#comment-4068</link>
		<dc:creator>Haneef</dc:creator>
		<pubDate>Fri, 05 Feb 2010 09:17:51 +0000</pubDate>
		<guid>http://strawberrypixel.com/blog/flexwheel-component-page/#comment-4068</guid>
		<description>Thanks for help...

I can't see how to randomly select a value from data provider, as there is no random keyword or function, here i'm using array collection for spinbox.
please show me how can i set timer for spinbox to spin for selecting random value after clicking a button.
How can i provide blur effect when spinbox is spinning to select that random value.

Please help me in code for this context, Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Thanks for help&#8230;</p>
<p>I can&#8217;t see how to randomly select a value from data provider, as there is no random keyword or function, here i&#8217;m using array collection for spinbox.<br />
please show me how can i set timer for spinbox to spin for selecting random value after clicking a button.<br />
How can i provide blur effect when spinbox is spinning to select that random value.</p>
<p>Please help me in code for this context, Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://strawberrypixel.com/blog/flexwheel-component-page/#comment-4067</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Fri, 05 Feb 2010 04:32:20 +0000</pubDate>
		<guid>http://strawberrypixel.com/blog/flexwheel-component-page/#comment-4067</guid>
		<description>I guess you could try to set a timer up and randomly choose an item from your data provider, then call
public function selectItemAt(boxIndex:int,val:Object):void
to invoke scrolling.
you can also set the scrollSizeDurationRatio to adjust time of scroll see docs.</description>
		<content:encoded><![CDATA[<p>I guess you could try to set a timer up and randomly choose an item from your data provider, then call<br />
public function selectItemAt(boxIndex:int,val:Object):void<br />
to invoke scrolling.<br />
you can also set the scrollSizeDurationRatio to adjust time of scroll see docs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haneef</title>
		<link>http://strawberrypixel.com/blog/flexwheel-component-page/#comment-4060</link>
		<dc:creator>Haneef</dc:creator>
		<pubDate>Thu, 04 Feb 2010 10:15:48 +0000</pubDate>
		<guid>http://strawberrypixel.com/blog/flexwheel-component-page/#comment-4060</guid>
		<description>Dear Administrator,

The component u have developed is super, i hv not expected such component anywhere,
thnax for that.

I need ur great help, In my application i'm trying spinbox to spin for 3 seconds and select some random value when stops, ONLY WHEN I CLICK ON SOME BUTTON. help me in coding. its urgent. I know it can be done.</description>
		<content:encoded><![CDATA[<p>Dear Administrator,</p>
<p>The component u have developed is super, i hv not expected such component anywhere,<br />
thnax for that.</p>
<p>I need ur great help, In my application i&#8217;m trying spinbox to spin for 3 seconds and select some random value when stops, ONLY WHEN I CLICK ON SOME BUTTON. help me in coding. its urgent. I know it can be done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fred</title>
		<link>http://strawberrypixel.com/blog/flexwheel-component-page/#comment-3493</link>
		<dc:creator>fred</dc:creator>
		<pubDate>Fri, 06 Nov 2009 15:27:41 +0000</pubDate>
		<guid>http://strawberrypixel.com/blog/flexwheel-component-page/#comment-3493</guid>
		<description>Hi,
Thank you for the prompt and precise response. I will give it a try. If I find a solution I'll post it here.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thank you for the prompt and precise response. I will give it a try. If I find a solution I&#8217;ll post it here.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.793 seconds -->
