[flexcoders] Re: Vertical Axis Label Placement

2007-12-20 Thread geoffreymina
--- In flexcoders@yahoogroups.com, "geoffreymina" <[EMAIL PROTECTED]> wrote: > > Is there a simple way to have vertical axis labels show up on both the > right and left sides of a chart? I have a very wide chart and it > would be helpful if there were reference point

[flexcoders] Vertical Axis Label Placement

2007-12-17 Thread geoffreymina
Is there a simple way to have vertical axis labels show up on both the right and left sides of a chart? I have a very wide chart and it would be helpful if there were reference points on both sides. Thanks in advance. Geoff

[flexcoders] Re: crossdomain.xml... real or not-so-real security?

2007-10-30 Thread geoffreymina
ver at www.foo.com." ? Are you > concerned about data (xml, rss, server-side scripts etc) access? Are you > concerned about XSS (Cross Site Scripting - like reading cookies etc)? > > -abdul > > > > On 10/30/07, geoffreymina <[EMAIL PROTECTED]> wrote: > > &

[flexcoders] Re: Flex2Gateway Security Question

2007-10-29 Thread geoffreymina
I am using CFMX7... no remoting-config.xml file present. Just services-config.xml --- In flexcoders@yahoogroups.com, João Fernandes <[EMAIL PROTECTED]> wrote: > > that property that defines remote / remote & public is for CF Server > only. It will say if public methods can be invoked remotly

[flexcoders] Re: Flex2Gateway Security Question

2007-10-29 Thread geoffreymina
e is, then whatever you have set in > is what is used. > > i don't even have CF installed on my development box, only a copy of > services-config.xml in the same path as it is on the server, so that when i > compile and send it to the server it all works. > > i ag

[flexcoders] Re: crossdomain.xml... real or not-so-real security?

2007-10-29 Thread geoffreymina
right trust config)? Why to run a internal server and > > create host entry? SWF in AIR/Standalone can access data from foo.com. > > > > Can you put (give an example) this use-case in context of internet > > (public)? > > > > -abdul > > > > On 10/26

[flexcoders] Re: Flex2Gateway Security Question

2007-10-29 Thread geoffreymina
le, i think remoting-config is for when > using LCDS but i'm not really sure on that, look for > > remote > > in your destination definition. > > On 10/26/07, geoffreymina <[EMAIL PROTECTED]> wrote: > > > > Thanks for the answer. I only have the

[flexcoders] Re: Flex2Gateway Security Question

2007-10-26 Thread geoffreymina
Thanks for the answer. I only have the services-config.xml where is the remoting-config.xml file? Is this server side, or client side? Thanks, Geoff --- In flexcoders@yahoogroups.com, João Fernandes <[EMAIL PROTECTED]> wrote: > > by default you can only invoke remote functions, not public one

[flexcoders] crossdomain.xml... real or not-so-real security?

2007-10-26 Thread geoffreymina
Say there is a site which has a crossdomain.xml defined: http://www.foo.com/crossdomain.xml with If I were to load an SWF file on my internal webserver and create a local host file which contained an entry for fake.foo.com could I then load the SWF file from fake.foo.com and access data

[flexcoders] Flex2Gateway Security Question

2007-10-26 Thread geoffreymina
OK, I have come across something that I find VERY disturbing. It appears that the Flex2Gateway can invoke any access="remote" or access="public" CFFunction. I have developed a very large OO application for use with a Flex front end. My gateway components are all declared with remote access f

[flexcoders] Re: Inline MXML event handlers - weak reference?

2007-04-26 Thread geoffreymina
Thanks for the info. I too think this should end up somewhere in the docs... it is very useful. Thanks, Geoff

[flexcoders] Re: PopUpManager Memory Leak > 10 children???

2007-04-26 Thread geoffreymina
The question I have is why doesn't the garbage collector reclaim _any_ of the memory? It is probably more of a bug with the flash runtime as opposed to flex. I am not going to file a bug report as this is something that will most likely never happen in a real world situation. Thanks, geoff

[flexcoders] Slider with mutlitple highlighted areas

2007-04-26 Thread geoffreymina
I am trying to make an HSlider with 6 thumbs. I would like highlights between 1-2, 3-4, and 5-6 with no highlight between 2-3 and 4-5. Is this possible with styles or do I need to start building my own custom component? Thanks, Geoff

[flexcoders] Re: A big newbie flex question.

2007-04-25 Thread geoffreymina
The absolute best thing you can do right now is read this article. http://www.adobe.com/devnet/flex/articles/cairngorm_pt1.html The Cairngorm framework is a great option for flex projects big and small, This 6 part series will help you understand how it all ties together. I had never used Fl

[flexcoders] Inline MXML event handlers - weak reference?

2007-04-15 Thread geoffreymina
Does anyone know if the event handlers you inject into MXML components are weak references? There is no way to remove the event handler, so I don't see how they couldn't be... but I am struggling with lots of memory leak issues right now and this could be the source. Thanks, Geoff

[flexcoders] PopUpManager Memory Leak > 10 children???

2007-04-15 Thread geoffreymina
I am not sure how Adobe goes about logging bug reports, but I have tracked down a serious memory leak in the PopUpManager class. I have worked up a little two file application which will demonstrate the problem. The first file contains a Timer object which fires every 50 milliseconds. Each time it