[flexcoders] Re: Line Chart like Task Manager

2012-02-23 Thread gtb104
My wife figured this out for me! LOL! It's not the most elegant way to do it, but I just manipulate the first element of the array to always be '0'. Pretty simple actually. --- In flexcoders@yahoogroups.com, gtb104 gtb104@... wrote: I got everything working! Looks good, but I have one

[flexcoders] Re: Line Chart like Task Manager

2012-02-22 Thread gtb104
={solidColorStroke} areaFill={linearGradientFill}/ --- In flexcoders@yahoogroups.com, gtb104 gtb104@... wrote: Ah, OK. I got you. I'll try that. Thanks! --- In flexcoders@yahoogroups.com, Brendan Meutzner bmeutzner@ wrote: Geoff, Not literally Zero data, but blank data. I

[flexcoders] Re: Line Chart like Task Manager

2012-02-18 Thread gtb104
mx:LineSeries yField=Profit displayName=Profit interpolateValues=false / /mx:series /mx:LineChart mx:Legend dataProvider={myChart}/ /mx:Panel /mx:Application On Sat, Feb 18, 2012 at 12:06 AM, gtb104 gtb104@... wrote: ** Brendan, I think that I

[flexcoders] Re: Line Chart like Task Manager

2012-02-17 Thread gtb104
manager charts look like, but I think this is accurate. Let me know if you need any clarification on the method I'm suggesting above. Brendan On Wed, Feb 15, 2012 at 12:06 PM, gtb104 gtb104@... wrote: ** Rishi, Sorry, but I don't see how that example fulfills my request

[flexcoders] Line Chart like Task Manager

2012-02-15 Thread gtb104
I'm looking to make a line chart that looks similar to Windows Task Manager (data comes in from right to left for a fixed period of time). Looking at the API, it doesn't appear that the LineChart natively supports that, and I couldn't find any 3rd party libraries that already do that. Does

[flexcoders] Re: Line Chart like Task Manager

2012-02-15 Thread gtb104
/stock_chart_example  Regards, Rishi Tandon From: gtb104 gtb104@... To: flexcoders@yahoogroups.com Sent: Wednesday, February 15, 2012 8:30 PM Subject: [flexcoders] Line Chart like Task Manager   I'm looking to make a line chart that looks similar

[flexcoders] Changing channel endpoint url

2010-03-04 Thread gtb104
Can you change the the endpoint url to point somewhere besides .../messagebroker/amf? I'd like to have two amf destination, one pointing to server X(a local server), and the other to server Y(a remote server). It seems like I should be able to create two channel-definitions pointing to

[flexcoders] Re: Changing channel endpoint url

2010-03-04 Thread gtb104
Nevermind. It magically started to work. --- In flexcoders@yahoogroups.com, gtb104 gtb...@... wrote: Can you change the the endpoint url to point somewhere besides .../messagebroker/amf? I'd like to have two amf destination, one pointing to server X(a local server), and the other

[flexcoders] Re: Modules Without Dependencies

2010-02-17 Thread gtb104
to ensure they contain everything they need) that implement an common interface so the app knows how to use them. When the app runs it pulls of list of all the available modules from a database and then can load and use them. --- In flexcoders@yahoogroups.com, gtb104 gtb104@ wrote

[flexcoders] Re: Modules Without Dependencies

2010-02-17 Thread gtb104
day. On 2/17/10 8:59 AM, gtb104 gtb...@... wrote: Thanks for the link Robert. I guess that I'm slightly frustrated because what I want doesn't seem to be unreasonable, and is what I expect modules to provide. I just want 2 teams of developers to be able to create code

[flexcoders] Modules Without Dependencies

2010-02-16 Thread gtb104
Reading the Flex Docs gave me the impression that you can create modules that have no direct dependencies to the main app, but I can't figure it out. Basically, I want a team of developer somewhere else to create a module that's coded to an interface. I then want to load that module,

[flexcoders] Re: Huge impact of Class and Function on memory usage

2009-10-21 Thread gtb104
...@yahoogroups.com] On Behalf Of gtb104 Sent: Tuesday, October 20, 2009 4:07 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Huge impact of Class and Function on memory usage Anyone? --- In flexcoders@yahoogroups.commailto:flexcoders%40yahoogroups.com, gtb104 gtb104@ wrote: I'm

[flexcoders] Re: Stand alone player vs browser memory usage question

2009-10-21 Thread gtb104
If you look around, you'll find this is a well known feature? From what I've seen, the FP team is pointing fingers at the browsers, and the browsers are pointing fingers at the FP team. So who knows what the deal is. --- In flexcoders@yahoogroups.com, ag_rcuren robert.vancuren...@...

[flexcoders] Re: Huge impact of Class and Function on memory usage

2009-10-20 Thread gtb104
Anyone? --- In flexcoders@yahoogroups.com, gtb104 gtb...@... wrote: I'm seeing similar results. We're taking great pains to reduce the memory footprint of our application. We're getting the memory requirement down slowly, but BitmapData is humongous! After running a test case 7 times

[flexcoders] Re: Huge impact of Class and Function on memory usage

2009-10-13 Thread gtb104
I'm seeing similar results. We're taking great pains to reduce the memory footprint of our application. We're getting the memory requirement down slowly, but BitmapData is humongous! After running a test case 7 times, and finding the loitering objects, we see the following (sorted by Memory

[flexcoders] Flash Builder 4 project structure

2009-10-01 Thread gtb104
Does anyone know of a resource that specifies the best way to structure a very large Flex project? Our current Flex 3 project is comprised of 30 separate flex projects that each represent a 'display' within the overall application. So there's the main app project which is pretty small. It has

[flexcoders] Re: Flash Builder 4 project structure

2009-10-01 Thread gtb104
memory (Google for instructions) 2) Look into flex-mojos for maven-based builds 3) If you're sharing code you *are* going to need library projects as you describe, and in my experience a bunch of projects does slow down FB considerably. On Thu, Oct 1, 2009 at 9:43 AM, gtb104 gtb...@... wrote

[flexcoders] Re: How do I increase the Debug Console buffer size?

2009-10-01 Thread gtb104
Right-click within the console window and select preferences. Uncheck the box for Limit console output to totally remove the limit, or put a really large value in the Console buffer size field. --- In flexcoders@yahoogroups.com, luvfotography ygro...@... wrote: Is there a way to increase the

[flexcoders] Re: Flash Builder 4 project structure

2009-10-01 Thread gtb104
Sadly, we're already doing most of these, so no help there, but thanks for the links. --- In flexcoders@yahoogroups.com, mrcaraion mrcara...@... wrote: Although this is not specific for laying out large-scale Flex project resources, its a great two-part article about flex best practices from

[flexcoders] Re: RegExpValidator Not working with code-behind - SOLVED

2009-08-31 Thread gtb104
The solution was to declare the regexp in the mxml, escaping the { and } characters. Once I did that, it worked as expected. mx:RegExpValidator id=ipValidator expression=/^(([01]?[0-9]\{1,2\}|2[0-4][0-9]|25[0-5])\.)\{3\}([01]?[0-9]\{1,2\}|2[0-4][0-9]|25[0-5])$/ source={tiIPAddress}