[flexcoders] JVM configuration issue with command line compiler

2009-05-15 Thread Guido VilariƱo
? I find it hard to believe that the Adobe guys didn't think of allowing relative paths. TIA, Guido.

Re: [flexcoders] Re: AreaChart bug when changing 'type' property

2008-02-19 Thread Guido
appreciate if anyone could try this, or if someone at Adobe knows there is a bug in AreaChart's type switching with dynamic series. Thanks in advance, Guido. On Feb 14, 2008 4:15 PM, Guido [EMAIL PROTECTED] wrote: Hi, and thank you guys for answering. I've tried removing the interpolation effect

Re: [flexcoders] Re: AreaChart bug when changing 'type' property

2008-02-19 Thread Guido
thik it could be a cause for this to fail. Thanks On Feb 19, 2008 6:37 PM, Guido [EMAIL PROTECTED] wrote: Has anyone had this problem? I mean, that when changing the 'type' property for an AreaChart only the first series (first meaning, the only one declared in MXML, whereas secondary would

Re: [flexcoders] Re: AreaChart bug when changing 'type' property

2008-02-14 Thread Guido
additional series are built in AS. Does anyone have any idea on this one? I can send screenshots to be more explainatory. Thanks in advance. Guido. On Wed, Feb 13, 2008 at 5:38 PM, jer_ela [EMAIL PROTECTED] wrote: I had the same thing. I believe it is due to the interpolate effect not liking

[flexcoders] AreaChart bug when changing 'type' property

2008-02-13 Thread Guido
as it is when I make the change to the type property. I mean, it works perfectly up to the moment I try to change this property, then it blows up. BTW, I'm using Flex 2. Any help on this one? Thanks in advance!! Guido.

Re: [flexcoders] How do I test if a variable is defined?

2008-01-31 Thread Guido
You could add a method to both interfaces, like isCheckboxDefined(), and let the script decide upon that. Another solution would be a more polymorphic approach. Let the script delegate to the interface the custom behavior, and let each interface (or the .as it extends) know what to do. Another

[flexcoders] WebOrb + Jasper4Flex compilation problem

2008-01-30 Thread Guido
this is horrible, just testing. throw e; } } /* public static void main(String[] args) { try { TestReportFlex.generarReporte(reporte_sujeto); } catch (Exception e) { // TODO Auto-generated catch block e.printStackTrace(); } }*/ } Thanks in advace! Guido.

Re: [flexcoders] Re: Alternatives to LCDS

2007-12-28 Thread Guido
Thank you all very, very much. You've been really helpful! Happy new year to you all! Guido. On Dec 28, 2007 7:33 AM, Johannes Nel [EMAIL PROTECTED] wrote: red5 as well On Dec 28, 2007 5:19 AM, den.orlov [EMAIL PROTECTED] wrote: Blaze is restricted but free and open source version

[flexcoders] Alternatives to LCDS

2007-12-27 Thread Guido
Hi guys, I'm starting a project and was wondering on using an alternative for LCDS for remoting. I came across things like WebORB, GraniteDS or directly BlazeDS. I thought it would be wise to ask here for experiencies, suggestions, etc. Any leads on good alternatives? Thanks in advance! Guido.

Re: [flexcoders] Re: Different DataTips for multiple series in one chart.

2007-12-27 Thread Guido
your datatip function call your series specific function based on the element id. --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Guido [EMAIL PROTECTED] wrote: any clues on this one guys? On Dec 13, 2007 3:20 PM, Guido [EMAIL PROTECTED] wrote: Oh, I forgot: I'm using

Re: [flexcoders] Alternatives to LCDS

2007-12-27 Thread Guido
Thanks For the feedback! We're planning on using a Java backend running on a simple Tomcat server, since the app will not be massivelly intended. I guess the wise choice would be either WebORB for Java or LCDS Express. Do you have any commens on any of these technologies? Thanks, Guido

[flexcoders] Re: Different DataTips for multiple series in one chart.

2007-12-24 Thread Guido
any clues on this one guys? On Dec 13, 2007 3:20 PM, Guido [EMAIL PROTECTED] wrote: Oh, I forgot: I'm using Flex 2.0.1 On Dec 13, 2007 3:20 PM, Guido [EMAIL PROTECTED] wrote: Hi, people. I have a LineChart with multiple series in it, and I'd like to have a custom data tip function

[flexcoders] Different DataTips for multiple series in one chart.

2007-12-13 Thread Guido
in advance, Guido.

[flexcoders] Re: Different DataTips for multiple series in one chart.

2007-12-13 Thread Guido
Oh, I forgot: I'm using Flex 2.0.1 On Dec 13, 2007 3:20 PM, Guido [EMAIL PROTECTED] wrote: Hi, people. I have a LineChart with multiple series in it, and I'd like to have a custom data tip function for each series, and not one for the whole chart. I've thought of a couple of ways of doing

Re: [flexcoders] Using CSS to style LineChart

2007-11-07 Thread Guido
= dataObject.keyFieldName; series.yField = dataObject.valueFieldName; return series; } Couldn't manage to do that via CSS since I can't defiene objects in CSS, just properties. Hope it helps... Guido. On 11/7/07, Tom Chiverton [EMAIL PROTECTED] wrote: How do you

Re: [flexcoders] Re: clear the cache

2007-10-30 Thread Guido
You could try using another event, instead of creationComplete, like add or added. Or, you could, via AS, destroy your previous components and have new instances of them instead. It's a problem I've encountered before, when I want Flex to make new components every time and it would just keep

Re: [flexcoders] Re: Flex 2 3 on the same machine

2007-10-30 Thread Guido
I tried installing Flex 3 beta plugin on the same eclipse and it didn't work well, I got many errors and I uninstalled Flex 3 beta. Do you recommend to use the standalone installation? Or should I just set up another eclipse (3.3 maybe?) and set the plugin to it? Thanks On 10/30/07, Samuel R.

[flexcoders] Flex 2 3 on the same machine

2007-10-29 Thread Guido
, Guido.

Re: [flexcoders] ASDoc issue with Cairngorm

2007-10-24 Thread Guido
just following the Flex documentation on ASDoc and haven't been able to find any decent resource through google on this. Still, I don't get the logic for the error I mentioned on my previous email: a Flex core definition not being found?? Any ideas on what I'm missing here? Thanks, Guido

Re: [flexcoders] ASDoc issue with Cairngorm

2007-10-24 Thread Guido
times, renaming, refeshing and rebuilding the project completely really seems very dirty fixing... Does anyone at Adobe have any say in this. Thanks, Guido. On 10/24/07, Guido [EMAIL PROTECTED] wrote: I've included the Cairgorm.swc in the library path for my project, not the Cairngorm source

[flexcoders] ASDoc issue with Cairngorm

2007-10-23 Thread Guido
, DataService is a Flex component. I'm really at a loss here. Anyone knows what I'm missing/misunderstanding? Thanks in advance. Guido.

Re: [flexcoders] Math.cos...?

2007-09-17 Thread Guido
Math.cos() (and every other trig function) should check the argument being PI (or any other of its own constants) before calculating, since it would better reflect the mathematical function and maybe even save up on some performance. On 9/17/07, Gordon Smith [EMAIL PROTECTED] wrote: In

Re: [flexcoders] Cache-Control header not working in HTTPService

2007-09-17 Thread Guido
request, it will avoid caching. hth On 9/17/07, Guido [EMAIL PROTECTED] wrote: Hi y'all, I've been having this problem for a while now, and I've went by the docs on RPC components time and time again, getting no solution for this. I have an HTTP service and I need to guarantee

[flexcoders] Cache-Control header not working in HTTPService

2007-09-17 Thread Guido
on the server side, I don't get the Cache-Control header at all. Does anyone know how to make HTTP headers work for HTTPServices? TIA, Guido.

Re: [flexcoders] Re: Mixing styles in a single component

2007-06-07 Thread Guido
Thank you! It really helped n_n On 6/6/07, candysmate [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Guido [EMAIL PROTECTED] wrote: Hi, my question is a simple one, yet I can't seem to fancy a way of doing this. Basically, I want to know how

Re: [flexcoders] Caching issue in HTTPService

2007-06-07 Thread Guido
I've had the same issue and I wasn't able to bypass it. In my case, I access an XML file throug HTTPService, and I always get the same XML even if I modify (or even delete!) the file from the server On 6/7/07, Christopher Olsen [EMAIL PROTECTED] wrote: Anyone ever have an issue where an

Re: [flexcoders] Parameter passing !! I am shocked

2007-06-07 Thread Guido
instance variable. The proper approach here would be to make obj refer to null. Hope it helped :) Guido. On 6/7/07, Jeffry Houser [EMAIL PROTECTED] wrote: I think you missed his point. He sent in obj as a parameter to a function. So objParam should be a reference to obj; and nulling one should

Re: [flexcoders] Parameter passing !! I am shocked

2007-06-07 Thread Guido
that's what I meant n_n On 6/7/07, Erik Price [EMAIL PROTECTED] wrote: On 6/7/07, Guido [EMAIL PROTECTED] ptevan%40gmail.com wrote: I'm not really familiar with technical specifications on how AS manages argument references. However, I believe this has more to do with OO Paradigm than

Re: [flexcoders] Caching issue in HTTPService

2007-06-07 Thread Guido
be a better way? -Christopher Guido wrote: I've had the same issue and I wasn't able to bypass it. In my case, I access an XML file throug HTTPService, and I always get the same XML even if I modify (or even delete!) the file from the server On 6/7/07, *Christopher Olsen* [EMAIL PROTECTED]cwolsen

Re: [flexcoders] Re: ArrayCollection not working? Pulling out my HAIR!!!

2007-06-07 Thread Guido
We are all hoping for a flex equivalent to the commons.collections for java n_n On 6/7/07, Alex Harui [EMAIL PROTECTED] wrote: I don't think ArrayUtil is as smart as you wish it was. You may have to write your own conversion. -- *From:*

Re: [flexcoders] Caching issue in HTTPService

2007-06-07 Thread Guido
Thanks! I'll try that right away! Guido On 6/7/07, Christopher Olsen [EMAIL PROTECTED] wrote: Guido, I did it on the server side with my php script that generates the XML but I see HTTPService has a .headers That's a good place to look to see if you can specify it there. -Christopher

[flexcoders] Mixing styles in a single component

2007-06-06 Thread Guido
like: I am a cool label Is there a way of doing this? Thanx! Guido.

Re: [flexcoders] DateChooser has blown my Code Coloring

2007-06-06 Thread Guido
Once, while editing a component which contained two DateFields (which open DateChoosers when clicking on the grid-like thingie) I encountered several visual glitches on my eclipse, basically the code dissapeared and reappeared elswhere on the class definition, when typing or when selecting. I

[flexcoders] Saving client data to local drive on user demand.

2007-05-17 Thread Guido
object with all the info, I just need to know how to provide a Save as XML feature. Can someone give me a hand or at least a hint on what to do with this one? Thanks! Guido.

Re: [flexcoders] Flex on Vista?

2007-05-11 Thread Guido
I don't know if Flex's working well with Vista, but I'm sure that Vista itself is not running properly, at least for the testing I've given it. My advice for you is that if you do get a new laptop, install XP on it, even as a parallel OS, and keep working on your flex projects from it. I'm not

Re: [flexcoders] Re: global variable vs passing parameters to the cus tom components

2007-05-04 Thread Guido
flexcoders%40yahoogroups.com, Guido [EMAIL PROTECTED] wrote: Lucas, remember variables are references to objects; A = B doesn't mean Put in A the same data that is in B, it means Make A reference the same object that is currently referenced by B. I.e.: var a : Number = 1; var b : Number = 5

Re: [flexcoders] Obj A = Obj B then all changes in A happen in B and Vice versa! any way around?

2007-05-01 Thread Guido
ObjectUtils, but I don't know if it resolves in a shallow copy or a deep copy of the receiver. Anyhow, I hope this was helpful, good luck! Guido. On 4/30/07, Lucas Pereira [EMAIL PROTECTED] wrote: Hi all. Today I have this beginner question. If I create Object A of ArrayCollection

Re: [flexcoders] Re: global variable vs passing parameters to the cus tom components

2007-05-01 Thread Guido
Lucas, remember variables are references to objects; A = B doesn't mean Put in A the same data that is in B, it means Make A reference the same object that is currently referenced by B. I.e.: var a : Number = 1; var b : Number = 5; /* a + 3 returns 4 b + 9 returns 14 a + b returns 6; */