Hallo! How can i hide a list item. I am trying to make a lists and hide the 'mandatory=true' items without changing (filtering) the dataprovider. As far as i...
... From: "linko27" <linko27@...> To: <flexcoders@yahoogroups.com> Sent: Tuesday, July 01, 2008 10:08 AM Subject: [flexcoders] Hide a list item without...
Hi All! When I add a new item to the tree node and then open this item by user input null pointer exceptions is thrown and after that Tree behavior becomes ...
Sergey Kovalyov
skovalyov.flexcoders@...
Jul 1, 2008 9:20 am
117891
I need to show two lists with different filter function on the same dataprovider. Therefore I have to make a deep copy of the array for the second list,...
You don't have to do a deep copy. Use ListCollectionView instead, which allows you to apply different filters to the same underlying Collection. Cheers Ralf....
Ralf Bokelberg
ralf.bokelberg@...
Jul 1, 2008 10:15 am
117893
... From: "linko27" <linko27@...> To: <flexcoders@yahoogroups.com> Sent: Tuesday, July 01, 2008 10:58 AM Subject: [flexcoders] Re: Hide a list item...
... Can you prove that with hard numbers over many runs ? -- Tom Chiverton **************************************************** This email is sent for and on...
I don't have any suggestions, but we have this problem too. In fact if you have a list of items sorted according to a specific column, and change a property of...
That is what ADT is there for, I believe. If you check the documentation it will give you enough help to use it on the command line, or in ant. Without too...
Yes, it will show row background, but, .. no column background anymore. So, it's the same as not to have column background in the first place. But what I want...
Hi All, please let me know, is there any certification form Adobe exclusively for Flex/AIR. i visited adobe site and there is no information about which are...
You should be able to verify right in actionscript, but you will have to modify the php code to request the additional details from the server. It all depends...
Hi, I'm currently learning flex by trying to build an application with flex, blazeds and Spring. My application lets users log on using spring security (which...
Hello folks, I'm a newbie in flex-world! I need to load a Bitmap (.jpg) file using Flex3. Now I've read a bunch of code that describes how to do this using ...
Thanks very much for your time in writing this; it's very helpful. But my question still stands: if there are parts of your answer that I don't understand...
Anybody knows how can I do a simple thing like remove a button's border? I just can't do this - there are no styles for it (like borderStyle, or borderAlpha). ...
I don't use Flex 2.0.1 (I use Flex 3). I ran your app in Flex 3 and it works fine - ie. no exception is thrown. Could this be a bug in Flex 2.0.1? ... user...
When working in mxml you can use the -keep-generated-actionscript compiler option. and in the 'generated' directory you will find a wealth of information! In...
Hi guys, We just installed Eclipse 3.4 with FlexBuilder and when opening a mxml file we get this error? Thx, Lieven Cardoen Cardoen Lieven development engineer...
Honestly, fucked if I know how I picked all this stuff up - it's just what I do. But if my explanation left something out, that's my fault for giving a shitty...
This is driving me nuts. I'm using two RadioButtons in a RadioButtonGroup, and they appear as two normal buttons. There is no CSS styling in effect. I'm not...
Thanks, I'll look at that. Gordon, it's just a case that the app as a whole is not being localized for everywhere just yet. For example, my understanding is ...
I have an ant script that does all my AIR compiling, signing & packaging for me. You can svn checkout a full working sample of the source build here...