<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8098306946384665646</id><updated>2012-01-27T21:21:03.654Z</updated><category term='webservice'/><category term='datasets'/><category term='mouse'/><category term='width'/><category term='adobe flex'/><category term='combobox'/><category term='keyboard'/><category term='width height percentage maxheight maxwidth'/><category term='asp.net'/><category term='.net'/><category term='dataset'/><category term='caching'/><category term='measure'/><category term='w'/><category term='flex'/><category term='focus'/><title type='text'>Ria Flex</title><subtitle type='html'>Sorry - I'm addicted. But I shouldn't be ashamed: I'm addicted to Adobe Flex - the solution that we should have had 10 years ago. If that would have been the case the internet would look completely different today. But don't worry: in 10 years from now it WILL look completely different :)</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://riaflex.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>38</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-7543709064700879345</id><published>2011-03-29T13:28:00.004+01:00</published><updated>2011-03-29T13:32:03.732+01:00</updated><title type='text'>Autosizing of the DataGroup component</title><summary type='text'>After unsuccessfully trying to use the Spark List component in combination with a TileLayout I decided to try it in combination with the DataGroup component. This worked fine apart from the fact that the DataGroup didn't auto-size correctly.The following trick solved the problem:&lt;s:DataGroup   id="lst"   width="{lst.contentWidth}"   height="{lst.contentHeight}"&gt;</summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=7543709064700879345' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/7543709064700879345'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/7543709064700879345'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2011/03/autosizing-of-datagroup-component.html' title='Autosizing of the DataGroup component'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-598541292169911947</id><published>2010-04-21T14:49:00.005+01:00</published><updated>2010-04-21T15:11:04.006+01:00</updated><title type='text'>Prevent changing the cursur position in TextInput fields</title><summary type='text'>Ever tried to prevent the user from changing the cursor position using the arrow keys (or other keys that normally change the cursor position)? In that case you probably already know that event.preventDefault() and event.stopImmediatePropagation() won't help you out. The code below seems to solve the problem:private function keyDownHandler(event: KeyboardEvent): void{  switch (event.keyCode)  {</summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=598541292169911947' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/598541292169911947'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/598541292169911947'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2010/04/prevent-changing-cursur-position-in.html' title='Prevent changing the cursur position in TextInput fields'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-8893394037517837776</id><published>2010-02-26T20:27:00.004Z</published><updated>2010-04-21T14:49:19.685+01:00</updated><title type='text'>Trouble accessing data from another server?</title><summary type='text'>Of course you know about crossdomain.xml and you made sure that it's accessible. But you still get an error when you try to access data when doing an http request? If you're setting http headers through your Actionscript code then that is most probably the reason. Try specifying the "allow-http-request-from" attribute in your crossdomain.xml file.</summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=8893394037517837776' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/8893394037517837776'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/8893394037517837776'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2010/02/trouble-accessing-data-from-another.html' title='Trouble accessing data from another server?'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-5449540339116998732</id><published>2009-10-26T18:22:00.003Z</published><updated>2009-10-26T18:35:42.317Z</updated><title type='text'>Adobe Flex and commercial component libraries</title><summary type='text'>Do you also think that Adobe Flex lacks a component library update? Yes, I know Spark is around the corner but after more than 2 years I'm not looking for less, I really need more. New components, new functionality within the existing components.As far as I'm concerned Adobe doesn't have to come up with these components itself. Third party components with a decent licensing scheme (comparable to </summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=5449540339116998732' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/5449540339116998732'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/5449540339116998732'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2009/10/adobe-flex-and-commercial-component.html' title='Adobe Flex and commercial component libraries'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-1407994303387016906</id><published>2009-08-26T19:25:00.004+01:00</published><updated>2009-08-26T19:34:43.708+01:00</updated><title type='text'>FP-444 and other neglected Adobe Flex jira bug/feature posts</title><summary type='text'>Did you also read the recent blog post by Ted Patrick that resulted in lots of comments on the fact that nothing seems to happen with most of the Adobe Flex related bug/feature posts? The most notable throughout all the comments was FP-444 (possibility to catch global exceptions - let alone that the Flash Player starts ignoring events after such an exception...). It's open for years and a lot of </summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=1407994303387016906' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/1407994303387016906'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/1407994303387016906'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2009/08/fp-444-and-other-neglected-adobe-flex.html' title='FP-444 and other neglected Adobe Flex jira bug/feature posts'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-4091594840887737974</id><published>2009-06-08T22:38:00.003+01:00</published><updated>2009-06-08T22:44:58.464+01:00</updated><title type='text'>Launch of Geniográfico.com</title><summary type='text'>I've been pretty busy lately. Last weekend we released the result of all this hard work: www.geniografico.com. I'd love to get your feedback and I hope you want to help me spread the news!</summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=4091594840887737974' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/4091594840887737974'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/4091594840887737974'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2009/06/launch-of-geniograficocom.html' title='Launch of Geniográfico.com'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-1771364522976436708</id><published>2009-02-23T11:04:00.003Z</published><updated>2009-02-23T11:10:25.158Z</updated><title type='text'>Auto-sizing the height of a TileList</title><summary type='text'>Would you like the TileList component to auto-size to its content? If you have a fixed width OR height you could use the following hack (the example is based on a fixed width of 4 columns):&lt;mx:TileList id="tl" columnWidth="160" rowHeight="160" columnCount="4" verticalScrollPolicy="off" horizontalScrollPolicy="off" updateComplete="upd()" dataProvider="{xx}"&gt;private function upd(): void{  var rc: </summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=1771364522976436708' title='9 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/1771364522976436708'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/1771364522976436708'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2009/02/auto-sizing-height-of-tilelist.html' title='Auto-sizing the height of a TileList'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>9</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-4147417364820380100</id><published>2009-01-26T11:33:00.003Z</published><updated>2009-01-26T11:35:38.488Z</updated><title type='text'>Dynamic objects and the Flex profiler</title><summary type='text'>In certain situations it can be handy to use dynamic objects. The advantage of dynamic objects is that you can add properties at runtime (something you can't do in Java or C#). Dynamic objects are slower than 'normal' objects but there's another problem: if it's an object of type 'Object' (for example because you wrote { id: 123 } to create a dynamic object on the fly) it doesn't show up in the </summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=4147417364820380100' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/4147417364820380100'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/4147417364820380100'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2009/01/dynamic-objects-and-flex-profiler.html' title='Dynamic objects and the Flex profiler'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-4216459364970326641</id><published>2009-01-21T15:55:00.002Z</published><updated>2009-01-21T16:00:47.512Z</updated><title type='text'>Adobe Flex - Silverlight compiled size</title><summary type='text'>I promised to provide some details on the compiled size of the application I built in Adobe Flex and Silverlight:Flex applicationFlex framework = 551 KBApplication = 279 KB Total = 830 KB Silverlight XAP file = 994 KB --&gt; application DLL + AppManifest.xaml =  85 KB (compressed) --&gt; Silverlight framework = 348 KB (compressed) --&gt; Telerik controls used = 560 KB (compressed) Some remarks:The Telerik</summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=4216459364970326641' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/4216459364970326641'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/4216459364970326641'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2009/01/adobe-flex-silverlight-compiled-size.html' title='Adobe Flex - Silverlight compiled size'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-2018538087742095238</id><published>2009-01-20T11:47:00.003Z</published><updated>2009-01-20T12:21:51.139Z</updated><title type='text'>Size Matters (when comparing Adobe Flex and Silverlight)</title><summary type='text'>I've been developing an administrative application the last couple of weeks. I actually developed it twice: the first version was done using Adobe Flex, the second version was done using Microsoft Silverlight.Because Silverlight was new to me (I know, use and love .NET however for server side development) I couldn't compare development time. Therefore I decided to compare the size of a number of </summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=2018538087742095238' title='20 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/2018538087742095238'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/2018538087742095238'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2009/01/size-matters-when-comparing-adobe-flex.html' title='Size Matters (when comparing Adobe Flex and Silverlight)'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>20</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-4054151033501015110</id><published>2008-12-23T10:58:00.001Z</published><updated>2008-12-23T11:01:23.980Z</updated><title type='text'>Some objective comparison of Adobe Flex and Microsoft Silverlight</title><summary type='text'>In the past I've read a number of posts comparing Silverlight to Flex. Often the authors remain very vague on why Flex is better than Silverlight. We all know by now that the Silverlight plug-in isn't near the installed base of the Flash player but there's more than that. Therefore I think it's about time to give an overview of my recent experience. I've been developing a proof of concept </summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=4054151033501015110' title='12 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/4054151033501015110'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/4054151033501015110'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2008/12/some-objective-comparison-of-adobe-flex.html' title='Some objective comparison of Adobe Flex and Microsoft Silverlight'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>12</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-4579728868642141334</id><published>2008-12-14T21:36:00.002Z</published><updated>2008-12-14T21:43:30.441Z</updated><title type='text'>Flip book using the nice component built by Ruben Swieringa</title><summary type='text'>I've created a mini-site for a family member using the flip book component built by Ruben Swieringa:http://klepsydra.vdeprojects.com.What do you think? Would it make sense to build a Flex-based CMS solution for creating this type of projects? Do you think there's a demand for a CMS to build this type of mini-sites?</summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=4579728868642141334' title='8 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/4579728868642141334'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/4579728868642141334'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2008/12/flip-book-using-nice-component-built-by.html' title='Flip book using the nice component built by Ruben Swieringa'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>8</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-2675214985700217681</id><published>2008-12-02T11:26:00.004Z</published><updated>2008-12-02T11:33:57.108Z</updated><title type='text'>Why is it called Flash Catalyst???</title><summary type='text'>Why are the project names always better than the names the marketing department can come up with???? Thermo is now called "Flash Catalyst". Can someone explain to me why "Flash" had to be added to the name? "Flash Catalyst" imports Photoshop, Fireworks and Illustrator files and 'converts' them to Flex projects. I don't see any "Flash" in this... Why not simply call it "Adobe Catalyst" (or Ca in </summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=2675214985700217681' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/2675214985700217681'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/2675214985700217681'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2008/12/why-is-it-called-flash-catalyst.html' title='Why is it called Flash Catalyst???'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-5206974116620952734</id><published>2008-11-16T15:45:00.003Z</published><updated>2008-11-16T15:55:39.315Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='keyboard'/><category scheme='http://www.blogger.com/atom/ns#' term='focus'/><category scheme='http://www.blogger.com/atom/ns#' term='mouse'/><category scheme='http://www.blogger.com/atom/ns#' term='adobe flex'/><title type='text'>Focus in all cases</title><summary type='text'>Have you also noticed that Flex draws a focus border around its components when you give them focus using the keyboard (by using the tab button)?Great but why is the focus border not drawn when using the mouse to give a component the focus?The solution is simple: extend the existing components and force the border drawing yourself:&lt;mx:CheckBox       xmlns:mx="http://www.adobe.com/2006/mxml"      </summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=5206974116620952734' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/5206974116620952734'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/5206974116620952734'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2008/11/focus-in-all-cases.html' title='Focus in all cases'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-7878817927784680407</id><published>2008-11-13T20:36:00.003Z</published><updated>2008-11-13T20:38:07.553Z</updated><title type='text'>Discount code for Adobe Max in Milan</title><summary type='text'>It seems that those who haven't registered yet for Adobe Max can get in for less than those who registered a month ago. Interested in knowing more? Just contact me.</summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=7878817927784680407' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/7878817927784680407'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/7878817927784680407'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2008/11/discount-code-for-adobe-max-in-milan.html' title='Discount code for Adobe Max in Milan'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-1765413430080160655</id><published>2008-11-08T14:40:00.004Z</published><updated>2008-11-08T14:47:28.487Z</updated><title type='text'>"Classes must not be nested" error</title><summary type='text'>If you ever come across the "classes must not be nested" error (and/or the "internal build" error) then you're in trouble :) There are different possible causes for these errors. In my case it was because I was referring to a none existing component from within an itemRenderer. A good list with a number of potential causes can be found on http://rjowen.wordpress.com/2007/06/21/</summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=1765413430080160655' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/1765413430080160655'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/1765413430080160655'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2008/11/classes-must-not-be-nested-error.html' title='&quot;Classes must not be nested&quot; error'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-6118286873996278227</id><published>2008-09-27T17:45:00.002+01:00</published><updated>2008-09-27T17:47:33.331+01:00</updated><title type='text'>FileReference events not firing?</title><summary type='text'>If the UPLOAD_COMPLETE_DATA event (or any other FileUpload related event) isn't fired after a succesful upload then you need to check whether your page returns something. It's enough that it just returns for example 'OK' but it at least has to return something.</summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=6118286873996278227' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/6118286873996278227'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/6118286873996278227'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2008/09/filereference-events-not-firing.html' title='FileReference events not firing?'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-1903504135799313207</id><published>2008-08-05T13:50:00.002+01:00</published><updated>2008-08-05T13:53:52.328+01:00</updated><title type='text'>Certified Adobe Flex Developer</title><summary type='text'>I've waited and waited but it seems that the Adobe Flex 3 certification exam won't come before the release of Adobe Flex 4... Therefore I finally decided to do the Adobe Flex 2 certification and guess what: I passed :) It was a nice bunch of questions, some on UI, some on application design (even some UML) and some on data services. Most of them were 'practical' question but of course some are </summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=1903504135799313207' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/1903504135799313207'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/1903504135799313207'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2008/08/certified-adobe-flex-developer.html' title='Certified Adobe Flex Developer'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-5073602971588809433</id><published>2008-06-18T14:21:00.004+01:00</published><updated>2008-06-18T14:28:04.409+01:00</updated><title type='text'>Where to put your removeEventListeners?</title><summary type='text'>Everyone tells you to make sure to execute a removeEventListener for each addEventListener but where do you put this code? Most people put their addEventListeners in the creationComplete event but there's no destructionComplete event...There are 2 options:Or you don't use removeEventListener and make sure that you use a weak reference when doing addEventListener (setting the 5th parameter of </summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=5073602971588809433' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/5073602971588809433'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/5073602971588809433'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2008/06/where-to-put-your-removeeventlisteners.html' title='Where to put your removeEventListeners?'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-1342471075148301051</id><published>2008-06-18T13:14:00.002+01:00</published><updated>2008-06-18T13:16:06.714+01:00</updated><title type='text'>Degrafa component not showing up?</title><summary type='text'>There seems to be some problem when building a Degrafa component in MXML. It seems that using "Surface" as the outer container results in an invisible component. The workaround is simple: put a Canvas around it but don't ask me why :)</summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=1342471075148301051' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/1342471075148301051'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/1342471075148301051'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2008/06/degrafa-component-not-showing-up.html' title='Degrafa component not showing up?'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-7730996686223019069</id><published>2008-05-27T09:02:00.002+01:00</published><updated>2008-05-27T09:05:22.781+01:00</updated><title type='text'>Dynamic (Advanced)DataGrid columns</title><summary type='text'>Trying to add columns dynamically to your DataGrid or AdvancedDataGrid and having trouble with specifically setting the width of a column?Try the following:var cols: Array = datagrid.columns;cols.push(newColumn);datagrid.columns = cols;// The following line is very important// (otherwise the grid won't be aware of the new columns yet)datagrid.validateNow();// Force the width of a specific </summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=7730996686223019069' title='24 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/7730996686223019069'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/7730996686223019069'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2008/05/dynamic-advanceddatagrid-columns.html' title='Dynamic (Advanced)DataGrid columns'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>24</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-3949464998620934462</id><published>2008-05-15T14:00:00.002+01:00</published><updated>2008-05-15T14:03:20.072+01:00</updated><title type='text'>Reducing the space between the legend marker and the legend label</title><summary type='text'>If you ever try to reduce the space between the legend markers and the legend labels:LegendItem{  horizontalGap: 0;  verticalGap: 0;}</summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=3949464998620934462' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/3949464998620934462'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/3949464998620934462'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2008/05/reducing-space-between-legend-marker.html' title='Reducing the space between the legend marker and the legend label'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-4524891805619941879</id><published>2008-04-21T08:21:00.001+01:00</published><updated>2008-04-21T08:36:41.479+01:00</updated><title type='text'>Deep object compare</title><summary type='text'>Ever wanted to check in Flex whether all the public members of an object are the same? You can use the ObjectToString method in that case:public class SerializeUtil{public static function ObjectToString(object: *): String{var ba: ByteArray = new ByteArray();ba.writeObject(object);return ba.toString();}public static function ObjectToByteArray(object: *): ByteArray{var ba: ByteArray = new ByteArray</summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=4524891805619941879' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/4524891805619941879'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/4524891805619941879'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2008/04/deep-object-compare.html' title='Deep object compare'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-977973308037452841</id><published>2008-02-14T10:53:00.003Z</published><updated>2008-02-14T11:13:46.604Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='w'/><title type='text'>ChartItemEvent.CHANGE in conflict with IndexChangedEvent</title><summary type='text'>Earlier this week I ran into a strange problem when the ChartItemEvent.CHANGE event is raised. It seems that the string behind the constant is 'change' and this happens to be the same as the string behind the IndexChangedEvent.CHANGE event. Probably programmed on monday morning :) Fortunately there's a simple workaround:Put a container around your 'problematic' charting component (for example a </summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=977973308037452841' title='14 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/977973308037452841'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/977973308037452841'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2008/02/chartitemeventchange-in-conflict-with.html' title='ChartItemEvent.CHANGE in conflict with IndexChangedEvent'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>14</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-7246566794818814773</id><published>2008-01-29T14:09:00.001Z</published><updated>2008-01-29T14:10:13.093Z</updated><title type='text'>Is your PopupButton suffering from Alzheimer?</title><summary type='text'>Recently I noticed that my PopupButton didn't want to popup anymore... Sometimes it worked and most of the time it didn't. The problem is related to a 'fix' Adobe did to get rid of a memory leak. The 'fix' may have fixed the memory leak but introduced serious trouble. Scott Melby seems to have found a workaround that works most of the time. More information on http://tech.groups.yahoo.com/group/</summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=7246566794818814773' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/7246566794818814773'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/7246566794818814773'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2008/01/is-your-popupbutton-suffering-from.html' title='Is your PopupButton suffering from Alzheimer?'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-5165536753325730707</id><published>2008-01-24T10:35:00.000Z</published><updated>2008-01-24T10:43:20.578Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='width height percentage maxheight maxwidth'/><title type='text'>How to use a percentage for maxWidth or maxHeight?</title><summary type='text'>Recently I wanted to set the maxHeight of a component to a percentage. Sadly enough this isn't supported in Flex. There's however a very simple workaround that seems to work all the time: set the maxHeight or maxWidth in the resize event of its container:&lt;mx:Canvas  id="cnvsComponent"  resize="childComponent.maxHeight = cnvsComponent.height"  width="100%" height="100%"&gt;    &lt;mx:Tree id="</summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=5165536753325730707' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/5165536753325730707'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/5165536753325730707'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2008/01/how-to-use-percentage-for-maxwidth-or.html' title='How to use a percentage for maxWidth or maxHeight?'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-5764248135634126479</id><published>2008-01-22T11:14:00.001Z</published><updated>2008-01-22T11:20:23.832Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='combobox'/><category scheme='http://www.blogger.com/atom/ns#' term='width'/><category scheme='http://www.blogger.com/atom/ns#' term='adobe flex'/><category scheme='http://www.blogger.com/atom/ns#' term='measure'/><title type='text'>Taming your combobox width</title><summary type='text'>Recently I discovered that setting a combobox to width="100%" doesn't mean the combobox won't grow bigger than the width of its container. If the text cannot be completely displayed your combobox becomes wider than 100%. You can use the following construction to tame its width:&lt;mx:canvas id="cnvs" width="100%" resize="cb.width = cnvs.width"&gt;  &lt;mx:combobox id="cb" text="this is a rather long </summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=5764248135634126479' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/5764248135634126479'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/5764248135634126479'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2008/01/taming-your-combobox-width.html' title='Taming your combobox width'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-6635766021835291669</id><published>2008-01-18T15:34:00.000Z</published><updated>2008-01-18T15:38:03.265Z</updated><title type='text'>Trouble centering your popups ???</title><summary type='text'>I had some trouble centering popups created through PopupManager. If you simply use 'this' as the parent display object then the popup is 'centered' according to the parent component specified (instead of to the complete stage). If you want to center your popup in the middle of your application screen you should specify 'Application.application.parentDocument'...</summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=6635766021835291669' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/6635766021835291669'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/6635766021835291669'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2008/01/trouble-centering-your-popups.html' title='Trouble centering your popups ???'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-5433726769819850006</id><published>2007-11-12T19:19:00.000Z</published><updated>2007-11-12T19:21:52.795Z</updated><title type='text'>Is your TabNavigator showing wrong content?</title><summary type='text'>I ran into a very strange problem: sometimes my tab navigator showed the content of a different tab than the selected tab... This happened when the tabs were VDividedBox containers instead of Canvas containers. Putting a Canvas container around the VDividedBox solved the akward problem. I hope it does for you as well.</summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=5433726769819850006' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/5433726769819850006'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/5433726769819850006'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2007/11/is-your-tabnavigator-showing-wrong.html' title='Is your TabNavigator showing wrong content?'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-1456858350419111783</id><published>2007-09-21T08:26:00.000+01:00</published><updated>2007-09-25T15:48:37.184+01:00</updated><title type='text'>How to make Adobe Flex compile 60 times faster</title><summary type='text'>Thanks to a collegue I learned how to speed up compilations with a factor 60!!! It's actually very easy: instead of 10 or 15 projects with references to each other put everything in 1 project. I know that it's 'not done' from a structural point of view but if compilations only take 5 seconds instead of 5 minutes...</summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=1456858350419111783' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/1456858350419111783'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/1456858350419111783'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2007/09/improve-adobe-flex-compilations-with.html' title='How to make Adobe Flex compile 60 times faster'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-8593554626048249524</id><published>2007-07-28T21:29:00.000+01:00</published><updated>2007-08-07T13:58:44.466+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='flex'/><category scheme='http://www.blogger.com/atom/ns#' term='webservice'/><category scheme='http://www.blogger.com/atom/ns#' term='.net'/><category scheme='http://www.blogger.com/atom/ns#' term='dataset'/><category scheme='http://www.blogger.com/atom/ns#' term='adobe flex'/><category scheme='http://www.blogger.com/atom/ns#' term='datasets'/><title type='text'>Getting .NET datasets in Flex through webservices</title><summary type='text'>The current support in Flex for .NET datasets is rather 'limited' to say the least. This is a pitty because most .NET developers make use of datasets and the missing support currently prevents major adoption of Flex by the .NET community.Although this solution doesn't add complete dataset support to Flex it at least allows you to get the records of a .NET dataset (or a datatable) in Flex through </summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=8593554626048249524' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/8593554626048249524'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/8593554626048249524'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2007/07/getting-net-datasets-in-flex-through.html' title='Getting .NET datasets in Flex through webservices'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-4044841011701778540</id><published>2007-06-12T09:37:00.000+01:00</published><updated>2007-06-12T09:40:44.496+01:00</updated><title type='text'>Exception after TileList resize</title><summary type='text'>Does this exception look familiar to you:TypeError: Error #1010: A term is undefined and has no properties. at mx.controls.listClasses::TileBase/mx.controls.listClasses:TileBase::scrollVertically() at mx.controls.listClasses::ListBase/set verticalScrollPosition() at AssetViewerListStandardThumbnails/::OnPage() at AssetViewerListStandardThumbnails/__next_click()I got it when trying to scroll </summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=4044841011701778540' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/4044841011701778540'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/4044841011701778540'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2007/06/exception-after-tilelist-resize.html' title='Exception after TileList resize'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-7410251571453064474</id><published>2007-05-09T09:00:00.000+01:00</published><updated>2007-05-09T09:14:14.721+01:00</updated><title type='text'>Do you count months from 0 to 11 ???</title><summary type='text'>Just to let you know that for some strange reason Flex dates are a bit 'unusual' (at least to .NET developers like me). When checking the 'month' property of a date it's 1 less than the actual month. Why? Flex assigns 0 to January, 1 to February, 2 to March, ... Easy to get around but rather 'silly', no?Another unusual thingie is the fact that you need to use the 'date' (!) property in order to </summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=7410251571453064474' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/7410251571453064474'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/7410251571453064474'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2007/05/do-you-count-months-from-0-to-11.html' title='Do you count months from 0 to 11 ???'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-5192977511661344188</id><published>2007-05-07T13:30:00.000+01:00</published><updated>2007-05-07T13:43:25.805+01:00</updated><title type='text'>Dragging and dropping but what about the Z-INDEX ?</title><summary type='text'>I don't know whether you know but dragging components around the screen is sooo easy in Flex. The code below works within an MXML component. If you want it to work in an MXML application then you should replace 'this' by the actual component name.mouseDown="this.startDrag(); " mouseUp=" this.stopDrag();"Question is: how to make the component being dragged the top component (make it appear above </summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=5192977511661344188' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/5192977511661344188'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/5192977511661344188'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2007/05/dragging-and-dropping-but-what-about-z.html' title='Dragging and dropping but what about the Z-INDEX ?'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-1658316385647589857</id><published>2007-03-18T20:51:00.000Z</published><updated>2007-03-18T20:56:13.090Z</updated><title type='text'>Namespaces - aarrghhhh</title><summary type='text'>Am I overlooking something or is it just impossible to use an HttpService with resultFormat="e4x" in combination with databinding IF the incoming XML contains a (default) namespace???Preventing the namespace from being sent to the HttpService seems to solve the problem but isn't really a nice solution...Suggestions are more than appreciated!</summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=1658316385647589857' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/1658316385647589857'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/1658316385647589857'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2007/03/namespaces-aarrghhhh.html' title='Namespaces - aarrghhhh'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-4630380977082147335</id><published>2007-03-15T11:35:00.000Z</published><updated>2007-03-15T11:56:00.951Z</updated><title type='text'>Interested in server-side session state ?</title><summary type='text'>I've been trying to make my Flex based client to end up in the same server-side session upon each HttpService request.Each request to a session-enabled ASP.NET page returns a cookie with the session id. By sending this ASP.NET_SessionId cookie back upon each request you can benefit from the session support built in ASP.NET.There's one problem however: there doesn't seem to be a way to get the </summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=4630380977082147335' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/4630380977082147335'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/4630380977082147335'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2007/03/interested-in-server-side-session-state.html' title='Interested in server-side session state ?'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-1865479338823774383</id><published>2007-03-15T11:28:00.000Z</published><updated>2007-03-15T11:35:12.683Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='flex'/><category scheme='http://www.blogger.com/atom/ns#' term='caching'/><category scheme='http://www.blogger.com/atom/ns#' term='asp.net'/><title type='text'>Too enthousiastic Flex caching</title><summary type='text'>I've been trying to call a dynamic ASP.NET webpage multiple times (each time the page returns different information).It seems that Flex is, by default, caching the response. The 'ugly' way is to append some unique id at the end of the url to force a new request (http://somewebsite/stockquotes.aspx?ID=1, http://somewebsite/stockquotes.aspx?ID=2, ...).There is however also a 'nice' way to solve the</summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=1865479338823774383' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/1865479338823774383'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/1865479338823774383'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2007/03/too-enthousiastic-flex-caching.html' title='Too enthousiastic Flex caching'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8098306946384665646.post-8163883647623343185</id><published>2007-03-15T11:19:00.000Z</published><updated>2007-03-15T14:48:28.049Z</updated><title type='text'>Welcome, I'm Ria Flex</title><summary type='text'>Hi! I'm Ria, Ria Flex (aka Tom Van den Eynde) and I would like to share with you my passion and experiences with Adobe Flex.For those who don't know Adobe Flex yet: it is the ultimate solution to build modern, easy to use, web applications. You can find some examples of applications built using Adobe Flex online:http://www.belgacomtv.behttp://www.intelisea.com/demo/demo.htmhttp://194.229.29.150/</summary><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8098306946384665646&amp;postID=8163883647623343185' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/8163883647623343185'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8098306946384665646/posts/default/8163883647623343185'/><link rel='alternate' type='text/html' href='http://riaflex.blogspot.com/2007/03/welcome-im-ria-flex.html' title='Welcome, I&apos;m Ria Flex'/><author><name>Ria Flex</name><uri>http://www.blogger.com/profile/09205515206362534229</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry></feed>
