<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Minor update of the Grid Component</title>
	<link>http://blog.widget-labs.com/2007/01/15/minor-update-of-the-grid-component/</link>
	<description></description>
	<pubDate>Thu, 11 Mar 2010 13:15:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: Vijay</title>
		<link>http://blog.widget-labs.com/2007/01/15/minor-update-of-the-grid-component/#comment-1214</link>
		<author>Vijay</author>
		<pubDate>Mon, 14 Jul 2008 16:29:02 +0000</pubDate>
		<guid>http://blog.widget-labs.com/2007/01/15/minor-update-of-the-grid-component/#comment-1214</guid>
		<description>Is it possible to get source code, this is really cool app</description>
		<content:encoded><![CDATA[<p>Is it possible to get source code, this is really cool app</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://blog.widget-labs.com/2007/01/15/minor-update-of-the-grid-component/#comment-1193</link>
		<author>Steven</author>
		<pubDate>Fri, 04 Apr 2008 13:31:13 +0000</pubDate>
		<guid>http://blog.widget-labs.com/2007/01/15/minor-update-of-the-grid-component/#comment-1193</guid>
		<description>I keep getting following error in FLEX3. Could you help me out...?

ArgumentError: Error #1063: Argument count mismatch on mx.binding::PropertyWatcher(). Expected 3, got 2.
	at _com_rd_client_widget_table_TableWatcherSetupUtil/setup()
	at com.rd.client.widget.table::Table/initialize()[C:\home\code\flex\workspace\WidgetLibrary\src\com\rd\client\widget\table\Table.mxml:0]
	at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\UIComponent.as:5159]
	at mx.core::Container/http://www.adobe.com/2006/flex/mx/internal::childAdded()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\Container.as:3297]
	at mx.core::Container/addChildAt()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\Container.as:2210]
	at mx.core::Container/addChild()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\Container.as:2140]
	at mx.core::Container/createComponentFromDescriptor()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\Container.as:3673]
	at mx.core::Container/createComponentsFromDescriptors()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\Container.as:3485]
	at mx.containers::Panel/createComponentsFromDescriptors()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\containers\Panel.as:1526]
	at mx.core::Container/createChildren()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\Container.as:2587]
	at mx.containers::Panel/createChildren()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\containers\Panel.as:1054]
	at ilias.i3g.application.view::I3gPanel/createChildren()[C:\Documents and Settings\Administrator\My Documents\Flex Builder 3\prototype\Prototype\public_html\I3G_total\ilias\i3g\application\view\I3gPanel.as:44]
	at mx.core::UIComponent/initialize()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\UIComponent.as:5262]
	at mx.core::Container/initialize()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\Container.as:2524]
	at ilias.i3g.purchase.order.view::SearchOrder2/initialize()[C:\Documents and Settings\Administrator\My Documents\Flex Builder 3\prototype\Prototype\public_html\I3G_total\ilias\i3g\purchase\order\view\SearchOrder2.mxml:0]
	at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\UIComponent.as:5159]
	at mx.core::Container/http://www.adobe.com/2006/flex/mx/internal::childAdded()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\Container.as:3297]
	at mx.core::Container/addChildAt()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\Container.as:2210]
	at mx.core::Container/addChild()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\Container.as:2140]
	at ilias.i3g.application.control::MenuHandler$/menuClickHandler()[C:\Documents and Settings\Administrator\My Documents\Flex Builder 3\prototype\Prototype\public_html\I3G_total\ilias\i3g\application\control\MenuHandler.as:22]
	at main/___main_MenuBar1_itemClick()[C:\Documents and Settings\Administrator\My Documents\Flex Builder 3\prototype\Prototype\public_html\I3G\src\main.mxml:19]
	at flash.events::EventDispatcher/dispatchEventFunction()
	at flash.events::EventDispatcher/dispatchEvent()
	at mx.core::UIComponent/dispatchEvent()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\UIComponent.as:9051]
	at mx.controls::MenuBar/eventHandler()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\controls\MenuBar.as:1379]
	at flash.events::EventDispatcher/dispatchEventFunction()
	at flash.events::EventDispatcher/dispatchEvent()
	at mx.core::UIComponent/dispatchEvent()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\UIComponent.as:9051]
	at mx.controls::Menu/dispatchEvent()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\controls\Menu.as:1302]
	at mx.controls::Menu/mouseUpHandler()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\controls\Menu.as:1644]</description>
		<content:encoded><![CDATA[<p>I keep getting following error in FLEX3. Could you help me out&#8230;?</p>
<p>ArgumentError: Error #1063: Argument count mismatch on mx.binding::PropertyWatcher(). Expected 3, got 2.<br />
	at _com_rd_client_widget_table_TableWatcherSetupUtil/setup()<br />
	at com.rd.client.widget.table::Table/initialize()[C:\home\code\flex\workspace\WidgetLibrary\src\com\rd\client\widget\table\Table.mxml:0]<br />
	at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\UIComponent.as:5159]<br />
	at mx.core::Container/http://www.adobe.com/2006/flex/mx/internal::childAdded()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\Container.as:3297]<br />
	at mx.core::Container/addChildAt()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\Container.as:2210]<br />
	at mx.core::Container/addChild()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\Container.as:2140]<br />
	at mx.core::Container/createComponentFromDescriptor()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\Container.as:3673]<br />
	at mx.core::Container/createComponentsFromDescriptors()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\Container.as:3485]<br />
	at mx.containers::Panel/createComponentsFromDescriptors()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\containers\Panel.as:1526]<br />
	at mx.core::Container/createChildren()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\Container.as:2587]<br />
	at mx.containers::Panel/createChildren()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\containers\Panel.as:1054]<br />
	at ilias.i3g.application.view::I3gPanel/createChildren()[C:\Documents and Settings\Administrator\My Documents\Flex Builder 3\prototype\Prototype\public_html\I3G_total\ilias\i3g\application\view\I3gPanel.as:44]<br />
	at mx.core::UIComponent/initialize()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\UIComponent.as:5262]<br />
	at mx.core::Container/initialize()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\Container.as:2524]<br />
	at ilias.i3g.purchase.order.view::SearchOrder2/initialize()[C:\Documents and Settings\Administrator\My Documents\Flex Builder 3\prototype\Prototype\public_html\I3G_total\ilias\i3g\purchase\order\view\SearchOrder2.mxml:0]<br />
	at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\UIComponent.as:5159]<br />
	at mx.core::Container/http://www.adobe.com/2006/flex/mx/internal::childAdded()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\Container.as:3297]<br />
	at mx.core::Container/addChildAt()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\Container.as:2210]<br />
	at mx.core::Container/addChild()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\Container.as:2140]<br />
	at ilias.i3g.application.control::MenuHandler$/menuClickHandler()[C:\Documents and Settings\Administrator\My Documents\Flex Builder 3\prototype\Prototype\public_html\I3G_total\ilias\i3g\application\control\MenuHandler.as:22]<br />
	at main/___main_MenuBar1_itemClick()[C:\Documents and Settings\Administrator\My Documents\Flex Builder 3\prototype\Prototype\public_html\I3G\src\main.mxml:19]<br />
	at flash.events::EventDispatcher/dispatchEventFunction()<br />
	at flash.events::EventDispatcher/dispatchEvent()<br />
	at mx.core::UIComponent/dispatchEvent()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\UIComponent.as:9051]<br />
	at mx.controls::MenuBar/eventHandler()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\controls\MenuBar.as:1379]<br />
	at flash.events::EventDispatcher/dispatchEventFunction()<br />
	at flash.events::EventDispatcher/dispatchEvent()<br />
	at mx.core::UIComponent/dispatchEvent()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\UIComponent.as:9051]<br />
	at mx.controls::Menu/dispatchEvent()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\controls\Menu.as:1302]<br />
	at mx.controls::Menu/mouseUpHandler()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\controls\Menu.as:1644]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: olivier</title>
		<link>http://blog.widget-labs.com/2007/01/15/minor-update-of-the-grid-component/#comment-1052</link>
		<author>olivier</author>
		<pubDate>Mon, 27 Aug 2007 12:25:17 +0000</pubDate>
		<guid>http://blog.widget-labs.com/2007/01/15/minor-update-of-the-grid-component/#comment-1052</guid>
		<description>Hello,

That pretty cool, but how can i set columns width ?

Olivier</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>That pretty cool, but how can i set columns width ?</p>
<p>Olivier</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabien</title>
		<link>http://blog.widget-labs.com/2007/01/15/minor-update-of-the-grid-component/#comment-1044</link>
		<author>Fabien</author>
		<pubDate>Wed, 08 Aug 2007 09:20:34 +0000</pubDate>
		<guid>http://blog.widget-labs.com/2007/01/15/minor-update-of-the-grid-component/#comment-1044</guid>
		<description>Hello again,

Please ignore previous comment. I found the solution.

Fabien</description>
		<content:encoded><![CDATA[<p>Hello again,</p>
<p>Please ignore previous comment. I found the solution.</p>
<p>Fabien</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabien</title>
		<link>http://blog.widget-labs.com/2007/01/15/minor-update-of-the-grid-component/#comment-1043</link>
		<author>Fabien</author>
		<pubDate>Wed, 08 Aug 2007 08:43:40 +0000</pubDate>
		<guid>http://blog.widget-labs.com/2007/01/15/minor-update-of-the-grid-component/#comment-1043</guid>
		<description>Hello,

I tried to integrate your Table with &lt;strong&gt;actionscript code&lt;/strong&gt; into my Flex Application. 

The Table is added as a child in a canvas :
mycanvas.addChild(myTable);

Then I followed your example. The problem occurs on event OnCreationComplete. Here's the trace :

TypeError: Error #1009: Impossible to access to a property or method of a null object reference.
 at com.rd.client.widget.table::Table/com.rd.client.widget.table:Table::onCreationComplete()[C:\home\code\flex\workspace\WidgetLibrary\src;com\rd\client\widget\table;Table.mxml:64]
 at com.rd.client.widget.table::Table/___Canvas1_creationComplete()[C:\home\code\flex\workspace\WidgetLibrary\src;com\rd\client\widget\table;Table.mxml:5]
 at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
 at flash.events::EventDispatcher/dispatchEvent()
 at mx.core::UIComponent/dispatchEvent()[C:\dev\flex_201_gmc\sdk\frameworks;mx\core;UIComponent.as:8323]
 at mx.core::UIComponent/set initialized()[C:\dev\flex_201_gmc\sdk\frameworks;mx\core;UIComponent.as:1095]
 at mx.managers::LayoutManager/mx.managers:LayoutManager::doPhasedInstantiation()[C:\dev\flex_201_gmc\sdk\frameworks;mx\managers;LayoutManager.as:696]
 at Function/http://adobe.com/AS3/2006/builtin::apply()
 at mx.core::UIComponent/mx.core:UIComponent::callLaterDispatcher2()[C:\dev\flex_201_gmc\sdk\frameworks;mx\core;UIComponent.as:7909]
 at mx.core::UIComponent/mx.core:UIComponent::callLaterDispatcher()[C:\dev\flex_201_gmc\sdk\frameworks;mx\core;UIComponent.as:7852]
 at [renderEvent]


Any ideas ?
Don't hesitate to contact me if you need more feedback.

Fabien</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I tried to integrate your Table with <strong>actionscript code</strong> into my Flex Application. </p>
<p>The Table is added as a child in a canvas :<br />
mycanvas.addChild(myTable);</p>
<p>Then I followed your example. The problem occurs on event OnCreationComplete. Here&#8217;s the trace :</p>
<p>TypeError: Error #1009: Impossible to access to a property or method of a null object reference.<br />
 at com.rd.client.widget.table::Table/com.rd.client.widget.table:Table::onCreationComplete()[C:\home\code\flex\workspace\WidgetLibrary\src;com\rd\client\widget\table;Table.mxml:64]<br />
 at com.rd.client.widget.table::Table/___Canvas1_creationComplete()[C:\home\code\flex\workspace\WidgetLibrary\src;com\rd\client\widget\table;Table.mxml:5]<br />
 at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()<br />
 at flash.events::EventDispatcher/dispatchEvent()<br />
 at mx.core::UIComponent/dispatchEvent()[C:\dev\flex_201_gmc\sdk\frameworks;mx\core;UIComponent.as:8323]<br />
 at mx.core::UIComponent/set initialized()[C:\dev\flex_201_gmc\sdk\frameworks;mx\core;UIComponent.as:1095]<br />
 at mx.managers::LayoutManager/mx.managers:LayoutManager::doPhasedInstantiation()[C:\dev\flex_201_gmc\sdk\frameworks;mx\managers;LayoutManager.as:696]<br />
 at Function/http://adobe.com/AS3/2006/builtin::apply()<br />
 at mx.core::UIComponent/mx.core:UIComponent::callLaterDispatcher2()[C:\dev\flex_201_gmc\sdk\frameworks;mx\core;UIComponent.as:7909]<br />
 at mx.core::UIComponent/mx.core:UIComponent::callLaterDispatcher()[C:\dev\flex_201_gmc\sdk\frameworks;mx\core;UIComponent.as:7852]<br />
 at [renderEvent]</p>
<p>Any ideas ?<br />
Don&#8217;t hesitate to contact me if you need more feedback.</p>
<p>Fabien</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RioVic</title>
		<link>http://blog.widget-labs.com/2007/01/15/minor-update-of-the-grid-component/#comment-1041</link>
		<author>RioVic</author>
		<pubDate>Wed, 01 Aug 2007 01:39:13 +0000</pubDate>
		<guid>http://blog.widget-labs.com/2007/01/15/minor-update-of-the-grid-component/#comment-1041</guid>
		<description>rd,

This is pretty cool.  Thanks for releasing the .swc  If you are ever in Brazil, give me a call.

RioVic</description>
		<content:encoded><![CDATA[<p>rd,</p>
<p>This is pretty cool.  Thanks for releasing the .swc  If you are ever in Brazil, give me a call.</p>
<p>RioVic</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geish</title>
		<link>http://blog.widget-labs.com/2007/01/15/minor-update-of-the-grid-component/#comment-1036</link>
		<author>Geish</author>
		<pubDate>Thu, 19 Jul 2007 10:07:30 +0000</pubDate>
		<guid>http://blog.widget-labs.com/2007/01/15/minor-update-of-the-grid-component/#comment-1036</guid>
		<description>gr8 work. Just 2 comments:
1- the column menu doesn't work with Moxie
2- i can't declare the dimensionData declartively:

it produces an error:
1136: Incorrect number of arguments.  Expected 4.</description>
		<content:encoded><![CDATA[<p>gr8 work. Just 2 comments:<br />
1- the column menu doesn&#8217;t work with Moxie<br />
2- i can&#8217;t declare the dimensionData declartively:</p>
<p>it produces an error:<br />
1136: Incorrect number of arguments.  Expected 4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gunasekaran</title>
		<link>http://blog.widget-labs.com/2007/01/15/minor-update-of-the-grid-component/#comment-1024</link>
		<author>Gunasekaran</author>
		<pubDate>Thu, 05 Jul 2007 08:52:18 +0000</pubDate>
		<guid>http://blog.widget-labs.com/2007/01/15/minor-update-of-the-grid-component/#comment-1024</guid>
		<description>It looks Great !!
How do i add this swc file to my flex project</description>
		<content:encoded><![CDATA[<p>It looks Great !!<br />
How do i add this swc file to my flex project</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kate</title>
		<link>http://blog.widget-labs.com/2007/01/15/minor-update-of-the-grid-component/#comment-2</link>
		<author>Kate</author>
		<pubDate>Thu, 01 Mar 2007 02:43:00 +0000</pubDate>
		<guid>http://blog.widget-labs.com/2007/01/15/minor-update-of-the-grid-component/#comment-2</guid>
		<description>That is a shame it is great when the community shares code. Hope to see your release of source code soon.</description>
		<content:encoded><![CDATA[<p>That is a shame it is great when the community shares code. Hope to see your release of source code soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rd</title>
		<link>http://blog.widget-labs.com/2007/01/15/minor-update-of-the-grid-component/#comment-3</link>
		<author>rd</author>
		<pubDate>Sat, 03 Feb 2007 04:17:00 +0000</pubDate>
		<guid>http://blog.widget-labs.com/2007/01/15/minor-update-of-the-grid-component/#comment-3</guid>
		<description>I cannot open source code at the moment.</description>
		<content:encoded><![CDATA[<p>I cannot open source code at the moment.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
