Re: [flexcoders] Cairngorm is bad?

2005-11-14 Thread Robin Hilliard
No Unittests. It is very strange but after releasing FlexUnit nothing is done to improve it to support async tests. Nothing is done to implement Mock Objects in AS (however as2lib has some implementation). That is why Flex community still cannot write neither functional tests nor unittests, and

[flexcoders] mx:SetProperty with value=@Resource... coercion error?

2006-07-23 Thread Robin Hilliard
Just wondering if anyone else is using states with localisation.  I get the error:"Implicit coercion of a value of type String to an unrelated type Number"although according to the docs, value is typed *.  Anyone got any ideas?Cheers,Robin __Robin HilliardDirector - RocketBoots Pty

[flexcoders] OpenSTA/Flex/Remoting

2005-05-11 Thread Robin Hilliard
Hi All, Anyone had experience using OpenSTA to record and play back AMF traffic from a Flex or Flash application? One of our Flex clients is having some trouble with this, getting 500 errors and invalid AMF request messages. my first thought was that perhaps OpenSTA had mucked around with

[flexcoders] Flash + Cairngorm Example With Source Code

2005-06-16 Thread Robin Hilliard
FYI I have posted a Flash version of the Cairngorm sample application with source code on our blog:http://www.rocketboots.com.au/blog/index.cfm?mode=entryentry=83219052-E081-51EF-A73B5F4EF642C3F5Cheers,RobinOn 31/01/2005, at 11:10 AM, Robin Hilliard wrote:FYI the sample application code, README

Re: [flexcoders] Flash + Cairngorm Example With Source Code

2005-06-16 Thread Robin Hilliard
On 16/06/2005, at 7:51 PM, Steven Webster wrote:it should be ... good job; the business delegate and service locator encapsulate the Flex/Flashchange, so that your commands are oblivious to the implementation of the service (as theyshould be).Working with ColdFusion there's one thing that I'm

Re: [flexcoders] passing a view to a command

2005-02-24 Thread Robin Hilliard
Interestingly this is always the case in Aral's view-helper-less ARP framework - because the view itself (not the EventBroadcaster singleton) broadcasts the event, the controller uses the target property of the event (the view) to call methods to update the view. I had a talk with Aral after

Re: [flexcoders] MVC Framework for flex

2005-03-01 Thread Robin Hilliard
See http://www.ariaware.com/products/arp/ Cheers, Robin http://www.rocketboots.com.au Do you have a link or the source of the Flex application written in ARP Thanks Willem Engelbrecht On Sun, 27 Feb 2005 10:49:41 +1100 Robin Hilliard [EMAIL PROTECTED]> wrote: > > On 2

Re: [flexcoders] Cairngorm + Flash

2005-03-01 Thread Robin Hilliard
ServiceLocator for Flash Remoting.   I know that Robin Hilliard and the team at RocketBoots have also been using Cairngorm with both Flash and Flex projects.   We've not made any recommendations as to how you should build your FLA -- truth be told, in our humble opinion, if you're building RIA, you

Re: [flexcoders] Cairngorm + Flash

2005-03-03 Thread Robin Hilliard
Hi Agha, We've used Cairngorm to this point, but we had a good talk with Aral at MXDU comparing the two frameworks and what I've said about ARP is based on this discussion. Try the list Aral posted today in another Flexcoders thread. I need to try out some ARP ideas in a project to sort out my

Re: [flexcoders] Cairngorm for a newbie :)

2005-03-18 Thread Robin Hilliard
Hey Scott, Here's some feedback on your points: - formalised approach to command subscriptions, in that a controller is established which registers itself against commands for both Views and Models - but in a relatively simplified syntax (ie addCommand) A simple controller would have been a

Re: [flexcoders] Installing Flex on OS X

2005-02-08 Thread Robin Hilliard
On 09/02/2005, at 1:57 AM, Matt Horn wrote: To fix the fonts problem, have you tried using embedded fonts rather than the system fonts?   matt Hi Matt, We considered it (there were some other things we wanted embedded fonts for as well), but we're trying to keep the download size as small as

Re: [flexcoders] Installing Flex on OS X

2005-02-08 Thread Robin Hilliard
On 09/02/2005, at 1:15 AM, Seth Voltz wrote: Now if only we could get a FlashCom install for the mac I could move *all* of our servers over to Macs. Right now we're looking at some dedicated Linux boxes for FlashCom and the remainder of the machines running OS X server. Amen to that! At the moment

Re: [flexcoders] DataGridColumn sortCompareFunction arguments dua l personality

2005-02-15 Thread Robin Hilliard
Thanks Matt, had grabbed wrong end of the stick on that one. Much closer now. Noticed that the compare callback for sortItems doesn't get the third array flags argument mentioned in the docs - I was going to see if that would specify ascending or descending order, worked around by having separate

Bizzare - Flex app crashes on Windows player 7,0,19, works fine on Mac OSX 7,0,24

2005-02-16 Thread Robin Hilliard
Hello, Has anyone ever come across something that works on one of these but not the other? Here's a summary of what we're seeing with the same web application across various player/server combos: Player OSX 10.3.8 7,0,24 Flex Server JRun 4 on OSX Result Works fine Player Win XP 7,0,19 Flex

Re: [flexcoders] MVC Framework for flex

2005-02-26 Thread Robin Hilliard
On 26/02/2005, at 1:44 AM, Abdul Qabiz wrote: There is another RIA framework called Ariaware made by Aral. Not sure, if it works with Flex, but it's good for Flash no doubt. Yes, Aral has a sample Flex application written in ARP, and we've used Cairngorm on a Flash project - they mainly differ

Re: [flexcoders] Cairngorm ViewHelpers and Views and Commands

2005-01-30 Thread Robin Hilliard
On 22/01/2005, at 6:07 PM, dave buhler wrote: 1) Should the views be nothing more than the forms? Where does the validation go? Hi Dave, So far what I've done for validators, filters, formatters and other business helper classes is make sure they stay pure business logic e.g. working with

Re: [flexcoders] Breeze Live Presentation on Flex and Cairngorm

2005-01-31 Thread Robin Hilliard
FYI the sample application code, README, presentation slides and meeting recording URL are available here: http://www.rocketboots.com.au/blog/index.cfm?mode=entryentry=C6173106-E081-51EF-A73336809276EB7C Robin On 27/01/2005, at 1:50 PM, Robin Hilliard wrote: Hi All, Just letting you know

Re: [flexcoders] Cairngorm info

2005-02-03 Thread Robin Hilliard
Hi Devis, Here's an example of why delegates are useful on the client. Our current Flex project is based on an existing XML backend. We have one service with a single send() method to send XML strings up to the server and get XML string responses. Because this will probably change in the medium

Re: [flexcoders] Installing Flex on OS X

2005-02-08 Thread Robin Hilliard
Hi Jasper, We've been running Flex on JRun/OS X for a while - I first installed it on OS X when I was at Macromedia shortly after the 1.0 release. The only thing we've noticed is that the fonts look much better running our apps in Firefox than Safari - and that the font widths are a bit

[flexcoders] Background movieclip of mx:Label?

2006-01-15 Thread Robin Hilliard
to the actual TextField instance (labelField) in the label, but I can't spot it even with ASSetPropFlags (then again it is getting late and I could have missed something obvious). I can't use mx:Text in this instance. Any ideas appreciated. Cheers, Robin __ Robin Hilliard

Re: [flexcoders] Cairngorm Question

2006-01-16 Thread Robin Hilliard
for a while. Cheers, Robin __ Robin Hilliard Director - RocketBoots Pty Ltd Professional Services for Macromedia Technologies http://www.rocketboots.com.au For schedule/availability call Pamela Higgins: w+61 7 5451 0362 m+61 419 677 151 e[EMAIL PROTECTED] or Direct: m

Re: [flexcoders] Re: Cairngorm Question

2006-01-17 Thread Robin Hilliard
__ Robin Hilliard Director - RocketBoots Pty Ltd Professional Services for Macromedia Technologies http://www.rocketboots.com.au For schedule/availability call Pamela Higgins: w+61 7 5451 0362 m+61 419 677 151 e[EMAIL PROTECTED] or Direct: m+61 418 414 341 f+61 2 9798 0070

[flexcoders] How to do equivalent of makeObjectsBindable=false on mx:Consumer

2007-12-11 Thread Robin Hilliard
Robin Hilliard CEO - RocketBoots Pty Limited Consulting . Recruitment . Software Licensing . Training http://www.rocketboots.com.au switch+61 (0)2 9323 2500 fax +61 (0)2 9323 2501 direct+61 (0)2 9323 2507 mobile+61 (0)418 414 341 email [EMAIL PROTECTED]

Re: [flexcoders] How to do equivalent of makeObjectsBindable=false on mx:Consumer

2007-12-11 Thread Robin Hilliard
Hi Pete, nice to hear from you :-) Tried that out but it didn't seem to have any effect - the collections were still wrapped. Isn't that setting more to do with AMF 1/2/3 - wouldn't the array collection wrapping take place inside the mx.messaging client code? Cheers, Robin Robin

Re: [flexcoders] How to do equivalent of makeObjectsBindable=false on mx:Consumer

2007-12-12 Thread Robin Hilliard
if (o is Object) { for (k in o) o[k] = stripCollections(o[k]); } return o; } Cheers, Robin Robin Hilliard CEO

Re: [flexcoders] How to do equivalent of makeObjectsBindable=false on mx:Consumer

2007-12-12 Thread Robin Hilliard
on the client. Will let you know how I go. Thanks, Robin Robin Hilliard CEO - RocketBoots Pty Limited Consulting . Recruitment . Software Licensing . Training http://www.rocketboots.com.au switch+61 (0)2 9323 2500 fax +61 (0)2 9323 2501 direct+61 (0)2 9323 2507 mobile+61 (0

Re: [flexcoders] How to do equivalent of makeObjectsBindable=false on mx:Consumer

2007-12-12 Thread Robin Hilliard
FYI using toArray() on the ColdFusion array worked perfectly (thanks Mr Mandel): aTest = (Array #4) [0] = Hello from an array Cheers, Robin On 13/12/2007, at 10:06 AM, Robin Hilliard wrote: Ok, thanks for that - here's the relevant bit from log entry where the message

[flexcoders] MXML, visual/non-visual classes and the id property

2008-04-21 Thread Robin Hilliard
was looking around for some metadata in the core classes that might do the trick with no success. Thanks, Robin ROBIN HILLIARD Chief Executive Officer [EMAIL PROTECTED] RocketBoots Pty Ltd Level 11 189 Kent Street Sydney NSW 2001 Australia Phone +61 2 9323 2507

Re: [flexcoders] Cairngorm for AS3 projects?

2008-11-13 Thread Robin Hilliard
://www.rocketboots.com/blog/index.cfm?mode=entryentry=83219052-E081-51EF-A73B5F4EF642C3F5 Cheers, Robin ROBIN HILLIARD Chief Executive Officer [EMAIL PROTECTED] RocketBoots Pty Ltd Level 11 189 Kent Street Sydney NSW 2001 Australia Phone +61 2 9323 2507 Facsimile +61 2 9323 2501

Re: [flexcoders] Re: Cairngorm for AS3 projects?

2008-11-18 Thread Robin Hilliard
;-). If people can give me some specific examples of tight coupling or other problems they are having with Cairngorm I would be happy to spend some time over the next few weeks (while my workload is lighter) suggesting ways to address them. Regards, Robin ROBIN HILLIARD

Re: [flexcoders] AIR Cairngorm Application Command Architecture

2008-11-19 Thread Robin Hilliard
and isolation-wise the important bit is that they themselves don't know they're helping the view. ROBIN HILLIARD Chief Executive Officer [EMAIL PROTECTED] RocketBoots Pty Ltd Level 11 189 Kent Street Sydney NSW 2001 Australia Phone +61 2 9323 2507 Facsimile +61 2 9323 2501

Re: [flexcoders] Re: Cairngorm | Multiple Modules | Only one Service Locator instance instantiated

2008-11-19 Thread Robin Hilliard
well, and yet I'm still looking forward to the day I see a normal response to a Cairngorm question on this list that doesn't plug another framework. :-) Robin ROBIN HILLIARD Chief Executive Officer [EMAIL PROTECTED] RocketBoots Pty Ltd Level 11 189 Kent Street Sydney