Hi, I am very fresh to flex & cairngorm but have several years of development in "traditional" j2ee. Now I am after reserach if choose or not choose flex to UI...
please i have a deadline to meet and am really stuck, i want to apply a filter function to display products within a certain range shown by a HSlider on a tile...
Use the Comparator class in the Cairngorm store. Download the example app from here: http://www.cairngormdocs.org/exampleApps/CairngormStoreWeb2_1.zip The...
That should work too :^) _____ From: cairngorm-documentation@yahoogroups.com [mailto:cairngorm-documentation@yahoogroups.com] On Behalf Of arieljake Sent:...
Hi, I've recently upgraded to Flex Builder 3, and now when I build Cairngorm 2.2.1 I get a warning: 3608: 'getString' has been deprecated since 3.0. Please use...
thanks so much guys for replying and helping out, i found a way around the filter but i am looking for a better way to structure the code. I have this code ...
another thing has to do with the search textbox, as the values in the text box changes, the products also get filtered but my code logic there doesnt make it...
"Works like a charm" is not really true. If you have only few products that are all in one page, then it absolutely works like a charm, but... ... if you have...
True. What I did was a GUID for the key instead of comparable.identifier var key : String = UIDUtil.createUID(); I also took out the standard "Fade" effect and...
P.S. if you are using List-based controls you'll have to be careful to register and un-register renderers since they are recycled. Use the set data() setter...
Thank you, I already tried lot of things few months ago but not this, so I will definitely try it someday :) ... Gifford ... event ... you can ... Doric ... ...
Just to be clear you don't need Cairngorm to call web services. You can certainly do it the Cairngorm way but I'd save Cairngorm for the next step once you see...
Hello all. Now that Cairngorm has been around a while and we've all had a chance to use it to structure our own projects I'm wondering ... How many of you have...
Evan, Take a look to Universal mind Cairngorm extension: http://code.google.com/p/flexcairngorm/ Alberto Acevedo Computer Engineer US Army CERDEC SED/ABSD ...
Hi Evan, Regarding AIR, though I have not yet used Cairngorm on an AIR project, Eric Feminella and David Tucker have published Cairngorm extensions that they ...
Try changing the old (commented line below) to the next line: //var message : String = StringUtil.substitute( resourceBundle.getString( errorCode ), rest ); ...
Hello All, I am relatively new to Cairgnorm and need some guidance about class functionality. I am creating a simulation in Flex that involves listening for...
I'm no expert, but I'd say the key press listener function should instanciate a custom event extending CairngormEvent, add the key press event to it, and then...
... the other place for consideration would be a responder. Disclaimer: I'm new to this too, so if my suggestions are nonsense I'd like to listen and learn... ...
Thanks for the assistance. I had not seen David Tucker's site, thanks for the link. It looks like he has some really good info on the site for Cairngnorm. --...
... That's quite topical particularly given Grant Skinner's recent article on licensing. http://www.gskinner.com/blog/archives/2008/07/source_code_lic_1.html ...
... Sorry for not being clear myself... If i deliver an AIR project which uses Cairngorm (distribution in binary), do I need to include an about box or in...
@Paul, Thanks! The licensing boilerplate in the current version of Cairngorm's individual class files threw me off. The boilerplate in the current class ...
i am having problem while invoking webservice in FlexBuilder 3, my application is built using Cairngorm Framework. while invoking the webservice i getting...
HI, i am using cairngorm for my new application but i have a problem. well, i am using the same application as Demo (with xml file) and as application (with...