RE: [flexcoders] THIS IS ABSOLUTELY NUTS

2008-07-02 Thread Tim Rowe
most common compilers, Flex does incremental building and linking. --Tim Rowe Software Engineer carsales.com.au From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dan Pride Sent: Wednesday, 2 July 2008 4:06 AM To: flexcoders@yahoogroups.com

RE: [flexcoders]

2008-07-02 Thread Tim Rowe
I could be mistaken, but it was my understanding that the Flex Builder plug-in was not yet compatible with Ganymede (3.4), only Europa (3.3). --Tim Rowe Software Engineer carsales.com.au From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] blazeds-turnkey doen't work?

2008-07-04 Thread Tim Rowe
This shouldn't be a problem if you encapsulate the path inside quotes. --Tim Rowe From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of shaun Sent: Friday, 4 July 2008 4:44 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] blazeds

RE: [flexcoders] Your Opinion: Best way to Load Data to your components?

2008-07-08 Thread Tim Rowe
. --Tim Rowe From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh McDonald Sent: Tuesday, 8 July 2008 3:16 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Your Opinion: Best way to Load Data to your components? It really depends

RE: [flexcoders] When not to use weak references?

2008-07-14 Thread Tim Rowe
and there. --Tim Rowe From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Boon Chew Sent: Tuesday, 15 July 2008 2:08 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] When not to use weak references? Hi all, I have read posts

RE: [flexcoders] When not to use weak references?

2008-07-14 Thread Tim Rowe
to correct me on anything here. Personally I'd be happy to just do away with garbage collection altogether - that would 'solve' the problem ;) I must admit I'm finding a lot of anti-patterns and bad implementations/ideas in the Flex world so far. --Tim Rowe

[flexcoders] Tristate checkboxes in Flex 3

2008-07-15 Thread Tim Rowe
correct, and if not, is there any missing information in the language reference regarding any tristate options? If the control is still not available, has anyone else developed one or come across one that's available? Tim Rowe Software Engineer carsales.com Ltd Level 1, 109 Burwood Road Locked Bag

RE: [flexcoders] Tristate checkboxes in Flex 3

2008-07-16 Thread Tim Rowe
be preferred. --Tim Rowe From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Wednesday, 16 July 2008 3:55 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Tristate checkboxes in Flex 3 Is the 3rd state disabled/enabled

RE: [flexcoders] Can SQLite work in non-AIR envirnoment ?

2008-07-23 Thread Tim Rowe
be something more like MySQL. Obviously it depends on the environment and how much control of this you have, amongst other design decisions. Without know what you're actually talking to and what your backend is, it's hard to really give advise as to what to use or how to go about it. --Tim Rowe

RE: [flexcoders] CRC

2008-08-06 Thread Tim Rowe
with this same kind of checking? :) Tim Rowe Software Engineer carsales.com Ltd From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Scott Sent: Thursday, 7 August 2008 3:50 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] CRC

RE: [flexcoders] Flex with proxy server

2008-08-06 Thread Tim Rowe
Oh, this will be fun :/ Tried establishing your connection to the proxy server yet, not the destination endpoint? Tim Rowe Software Engineer carsales.com Ltd From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of walberleal Sent: Wednesday, 6

RE: [flexcoders] Re: How to check a table already exist in SQLite?

2008-08-25 Thread Tim Rowe
If you only want this for when you're actually creating the table, rather than trying to confirm it exists: From http://www.sqlite.org/lang_createtable.html CREATE [TEMP | TEMPORARY] TABLE [IF NOT EXISTS] [database-name .] table-name ( column-def [, column-def]* [, constraint]* )

RE: [flexcoders] Changing Root Node attributes

2008-09-08 Thread Tim Rowe
not necessarily be your problem, it certainly doesn't help, and took two of us ages to track down. Needless to say, we won't be making that mistake again, and after getting that all sorted it was relatively painless to traverse the XML document of the elements we had in our DOM. Tim Rowe Software

RE: [flexcoders] Compile to external folder or server?

2008-09-09 Thread Tim Rowe
Are you talking about in Flex Builder? Not sure how you can only get the swf (and no other files) to a certain path, but you can certainly do it using ANT. Tim Rowe Software Engineer carsales.com Ltd Level 1, 109 Burwood Road Locked Bag Hawthorn VIC 3211 t: 03 9093 8600 (Reception) t

RE: [flexcoders] Convert String to Date?

2008-09-15 Thread Tim Rowe
in. var a:Array = data.split(-); // Create the new Date object. Note that the month argument is 0-based (with 0 being January). var newDate:Date = new Date(a[0],a[1],a[2]); return newDate; } Enjoy. Tim Rowe Software Engineer carsales.com Ltd Level 1, 109 Burwood

RE: [flexcoders] Date issue - need to create date out of string like xxxx-xx-xx from XML

2008-09-16 Thread Tim Rowe
It's got to just be total coincidence that what's virtually the same question has come up twice in the same day. The answer I provided earlier will also work, and will do so in ~5 lines of code. --Tim From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]

RE: [flexcoders] Do you use a Mac?

2008-10-23 Thread Tim Rowe
will be an XPS rather than a MacBook (a large factor was also Apples recent .au price increases), though I'll likely keep using a Mac for a number of tasks. --Tim Rowe From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Haykel BEN JEMIA Sent

RE: [flexcoders] Best browser for debugging on Mac OSX?

2008-11-25 Thread Tim Rowe
... or buy/demand a new machine. --Tim Rowe From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: Wednesday, 26 November 2008 11:12 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Best browser for debugging on Mac

RE: [flexcoders] GPS in Flex

2009-01-08 Thread Tim Rowe
If you want to do it in realtime you're going to first have to decide what devices you support. There might be some standards for communication, but others go off and do their own thing and those might be the ones you want to support. Garmin often take a lot of heat for this (despite what

RE: [flexcoders] Re: Expanding size of panel, and its contained objects.

2009-01-12 Thread Tim Rowe
It won't run in 40 column mode? I feel evil suggesting this when 1280x1024 is the norm these days. --Tim From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of aceoohay Sent: Tuesday, 13 January 2009 8:59 AM To:

RE: [flexcoders] Re: Expanding size of panel, and its contained objects.

2009-01-12 Thread Tim Rowe
such as textinputs, labels, comboboxes and the like. Paul --- In flexcoders@yahoogroups.commailto:flexcoders%40yahoogroups.com, Tim Rowe tim.r...@... wrote: It won't run in 40 column mode? I feel evil suggesting this when 1280x1024 is the norm these days. --Tim

RE: [flexcoders] Re: AIR and SQLLite

2009-01-13 Thread Tim Rowe
You also need to consider how you patch your DB when you don't want it to be destructive. I would suggest for this that you have your base version-1 database, and every change from then on is applied as a patch, incrementally. If you have 60 different database structure changes, then that's

[flexcoders] Disabling copy with dragDrop/dragEnabled

2009-02-15 Thread Tim Rowe
with a +), so doesn't really meet the requirements. 3. Ideally I'd like to just disable the copy function - but I can't find a way of doing this. Can anyone suggest how this can be done? Would this need to be done manually with a mouseMoveHandler wrapping a DragSource instead? Thanks, Tim Rowe

RE: [flexcoders] Flex Builder Compiler Performance Benchmarking

2009-03-25 Thread Tim Rowe
done so already. Hell, you could even execute it manually. Does mxmlc.exe take the same amount of time as the eclipse build? These are just a few small things I'd consider trying/looking at which might help identify the problem Tim Rowe Software Engineer carsales.com Ltd

RE: [flexcoders] Re: Flex Builder Compiler Performance Benchmarking

2009-03-26 Thread Tim Rowe
I originally said the same thing in the response I wrote, but removed it on the basis of getting more info before just jumping to random ideas. However, a defrag of all drives should pretty much be done as a scheduled task on any non-SSD system nightly, imo. Just set it up to run at 3am every

RE: [flexcoders]Where does my SWF gain it's weight?

2009-04-01 Thread Tim Rowe
baked in... Oh? I see. Well, at least it's not the whole .NET Framework, right?... ... ... Oh. :) Tim Rowe Software Engineer carsales.com Ltd -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Anirudh Sasikumar Sent: Wednesday, 1

RE: [flexcoders] Eclipse Ganymede

2009-04-05 Thread Tim Rowe
jars from that install to my plug-in environment. Supposedly the plug-in version is available as the same version, but I couldn't find it. Alternatively, try this: http://www.tekool.net/blog/2008/06/28/flex-builder-3-plugin-dont-work-with-eclipse-34/ Tim Rowe Software Engineer carsales.com Ltd

RE: [flexcoders] Serialize Java ResultSet To Flex

2009-04-13 Thread Tim Rowe
Have you already read into use of Transfer Objects and Data Access Objects, or are you looking for a solution a little more raw than that? Tim Rowe Software Engineer carsales.com Ltd From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf

RE: [flexcoders] Post on the flex coders message board

2009-04-16 Thread Tim Rowe
At least it wasn't May I ask a question?. --Tim From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Aaron Hardy Sent: Friday, 17 April 2009 1:24 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Post on the flex coders

RE: [flexcoders] Re: Need Suggestions for database application.

2009-04-17 Thread Tim Rowe
There might be a few others in PEAR, but start with PEAR::DB http://pear.php.net/package/DB --Tim From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of raja_s_patil Sent: Friday, 17 April 2009 4:07 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] Drive Letters and Ant

2009-04-22 Thread Tim Rowe
that a try if all else fails? --Tim Rowe From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of cuttenv Sent: Thursday, 23 April 2009 6:16 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Drive Letters and Ant So I have my

RE: [flexcoders] Re: CRUD generator...

2009-05-25 Thread Tim Rowe
it not be an idea that the project summary actually states so somewhere in it's description? (I'm looking for a replacement for FlexORM as it has a few too many problems). Tim Rowe Software Engineer carsales.com Ltd Level 1, 109 Burwood Road Locked Bag Hawthorn VIC 3211 t: 03 9093 8600

RE: [flexcoders] Value Objects

2009-05-26 Thread Tim Rowe
The use of 'VO's in Flex has always confused me, largely because as everyone I've spoken to has explained it, all a 'Value' object is is just a Model object - therefore WTF are they being referred to as 'VO's when 'Object' (or Model object) would suffice. My understanding is that the Object

RE: [flexcoders] Is this list declining?

2009-06-01 Thread Tim Rowe
Hm, I notice a steady decline since I joined. Coincidence? :) But no, think quality not quantity. --Tim From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of luvfotography Sent: Tuesday, 2 June 2009 7:48 AM To:

[flexcoders] Resource bundles and static vars

2009-06-01 Thread Tim Rowe
?) going on? Thanks, Tim Rowe Software Engineer carsales.com Ltd Level 1, 109 Burwood Road Locked Bag Hawthorn VIC 3211 t: 03 9093 8600 (Reception) t: 03 9093 8757 (Direct) f: 03 9093 8697

RE: [flexcoders] Resource bundles and static vars

2009-06-01 Thread Tim Rowe
installCompiledResourceBundles() function. That's where the resource bundles are set up. It's possible that your class is being loaded before the resource bundles are set up, and that's why you're getting null. Manish On Tue, Jun 2, 2009 at 5:08 AM, Tim Rowe tim.r...@carsales.com.aumailto:tim.rowe

RE: [flexcoders] Bitmap downsampling

2009-07-01 Thread Tim Rowe
Bjorn, Does the current method you're using appear to have any anti-aliasing at all? In the past, resizing with Image using img.resize((height, width), Image.ANTIALIAS) (where img is mx.controls.Image) has worked - I'm sure there'd be a similar method for BitmapData. Of course, if you're not

RE: [flexcoders] Re: Bitmap downsampling

2009-07-02 Thread Tim Rowe
@yahoogroups.commailto:flexcoders%40yahoogroups.com, Tim Rowe tim.r...@... wrote: Bjorn, Does the current method you're using appear to have any anti-aliasing at all? In the past, resizing with Image using img.resize((height, width), Image.ANTIALIAS) (where img is mx.controls.Image) has worked - I'm

[flexcoders] Actionscript on JSR223

2009-07-07 Thread Tim Rowe
here would be appreciated. Thanks, Tim Rowe Software Engineer carsales.com Ltd Level 1, 109 Burwood Road Locked Bag Hawthorn VIC 3211 t: 03 9093 8600 (Reception) t: 03 9093 8757 (Direct) f: 03 9093 8697

RE: [flexcoders] Any suggestion for server (java) side run-time styling solution?

2009-08-02 Thread Tim Rowe
loading, and the ability to store, modify and retrieve it however you like on the server-side. Tim Rowe Software Engineer carsales.com Ltd From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of guy.tomer Sent: Saturday, 1 August 2009 6

RE: [flexcoders] Fields grouping?

2009-08-18 Thread Tim Rowe
How about mx.containers.Form ? --Tim From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Nick Middleweek Sent: Wednesday, 19 August 2009 3:08 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Fields grouping? hi guys, Is

RE: [flexcoders] how to wait for more than one httpserivice/remoteobject result to finish?

2009-08-20 Thread Tim Rowe
You don't really get much in the way of thread control in Flex, but a neater way might still be to create something of a pseudo-barrier. At the time each object is fired, you would also add a token to the barrier, latching it and increasing the counter on that token. Each event listener could