[flexcoders] Auto include of compile date within SWF

2008-06-27 Thread bbloggs96
I want the ability of being able to display within a flex app the date of compilation of the swf file from the Flex code. Is this achievable? I remember from using VB 6 many years ago that you could set your own version number and have it increment every time the VB was compiled to an exe.

[flexcoders] Amazing tool for Flex (Firebug for Flex)

2008-06-05 Thread bbloggs96
I just discovered this Library, that can be added into your Flex app. It is fantastic, easy to add to your project, and just works: http://code.google.com/p/fxspy/ It is like Firebug but for Flex, I particularly liked the find component functionality! Andrew

[flexcoders] Error in Adobe class MultiTopicConsumer

2008-06-02 Thread bbloggs96
I am using the MultiTopicConsumer with Blaze. I have had problems with removeSubscription, it gives me an error when I remove the last subtopic in the array of subscriptions. It works OK if any other subtopic is removed. I tracked down the problem to the actual Adobe Class MultiTopicConsumer and

[flexcoders] Re: Error in Adobe class MultiTopicConsumer

2008-06-02 Thread bbloggs96
--- In flexcoders@yahoogroups.com, Pedro Sena [EMAIL PROTECTED] wrote: Hi Andrew, Can't you subclass MultiTopicConsumer and override this method to use your instead of use this one? I haven't considered subclassing, but I suppose it is one solution. The quick and dirty solution I came up

[flexcoders] Blaze messaging how to detect when server is down

2008-05-09 Thread bbloggs96
I am looking at Blaze messaging using Consume in a Flex client to receive messages from a JMS queue via Blaze. In the flex client how can I detect that the Blaze server has gone away, either it is not responding, or has crashed or with network problems. I know it is very easy to consume