Re: [flexcoders] HTTP Session is lost in IE8 when SWF is opened in J2EE Web Application...

2010-07-03 Thread Jimmy G
I dont think I have experienced your issue, but here is a blog post about some related to file uploads: http://jimmyflex.blogspot.com/2010/05/fixing-file-upload-session-issue-with.html Hope it helps. Jimmy On Fri, Jul 2, 2010 at 2:12 PM, Jitesh Shah wrote: > > > Web Server: Tomcat 6

Re: [flexcoders] Re: security & flex

2010-04-20 Thread Jimmy G
at flex isn't > secure enough for a user to enter in credit card info. Otherwise, he would > have just used a credit card form w/in flex that gets passed to the Amazon > API on the backend. > > --- In flexcoders@yahoogroups.com , Jimmy G > wrote: > > > > Ok, after

Re: [flexcoders] Re: security & flex

2010-04-19 Thread Jimmy G
his word for it, > right?) says: > > "hardcoding sensitive information into a Flex application is a highly > insecure practice". > > So, is it possible that Pandora's (100% Flex) payments system is secure? > > > --- In flexcoders@yahoogroups.com , Jimmy G > wrote

Re: [flexcoders] security & flex

2010-04-18 Thread Jimmy G
(meaning HTTPS). If you dont do this in either case, then anyone can capture the data that is being transmitted. You need to provide more information so we can help you. Also the link you provide below doesn't have anything to do with you question. Jimmy On Sun, Apr 18, 2010 at 12:01 PM, ga

[flexcoders] Piechart in ItemRenderer

2009-06-16 Thread Jimmy Neutron
I'm trying to pass data to a piechart inside an itemrenderer without success.The structure is a List item and the Itemrenderer is based on a Panel.Data is retrieved from php to xml (Arraycollection).Eventually i would like to pass two fields to the piechart so it shows a percentage ratio eg 20:

[flexcoders] flexcommon library 1.0 released

2009-04-27 Thread Jimmy G
start, but hopefully I will be adding some more as the months go by and hopefully it will be useful to some of you. http://code.google.com/p/flexcommon/ Any feedback is welcomed, but for now, just go download it and use it! -- Jimmy G Development Team Lead

[flexcoders] Re: Sharing xml data across components

2008-09-26 Thread Jimmy Neutron
Many thanks tracy(& wesley) and yes i was intending to change to contents of the scroller on click - whose public property is text at the moment - an adoption of venkat's example on his blog http://butterfliesandbugs.wordpress.com/2007/09/06/marquee-component/ so i now have to find out how to p

[flexcoders] Sharing xml data across components

2008-09-25 Thread Jimmy Neutron
Humble greetz fellow flexers, I'm trying to share data from an HTTPService to two components -  one is a standard datagrid, the other is a scrolling ticker component(tried arraycollection,xmllist and object and now thoroughly confused myself) so the result i'm looking for is to extract one node

[flexcoders] Re: Thinking about going to the dark side....Apple Mac Book

2008-06-04 Thread Jimmy Neutron
1) gripes about flash 9 in ffox for osx seem to be my biggest bone of contention 2) ask yourself questions regarding ram - the java alone will soak up quite a bit of your background resources 3) - its even possible on a G3 - but it might take some time(see 2) IMHO the platform/OS is an irreleva

[flexcoders] Re: Why my message wasn't posted

2006-10-31 Thread Jimmy
Hi, Your profile was configured to have all messages approved before posting. This is normal until a moderator updates your profile, which I have just done. Enjoy! Dimitrios Gianninas Optimal Payments --- In flexcoders@yahoogroups.com, "Bill Long" <[EMAIL PROTECTED]> wrote: > > yesterday after

SV: [flexcoders] TabBar - selected tab text pushed down

2006-10-16 Thread Jimmy Lindh
y, it is an issue I'm trying to resolve as well. JudahPS Increasing your font size by 1 somewhat helps a little bit if that is an option. On 10/11/06, Jimmy Lindh < [EMAIL PROTECTED]> wrote: The TabBar control seem to have a very annoying little feature hardcoded

[flexcoders] TabBar - selected tab text pushed down

2006-10-11 Thread Jimmy Lindh
The TabBar control seem to have a very annoying little feature hardcoded in the component, namely that the text in the selected tab is pushed down 1 pixel. Any ideas on how to disable this "feature"? Thanks Jimmy Lindh -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/

[flexcoders] Using compc and localization

2006-07-05 Thread Jimmy
Hi, Using compc to create a SWC. No problem all working. Now I want to specify the location where compc can look for locale info. In my config life I specify the following: c:/opt/sfc But when I run it, I get this error: [exec] Loading configuration file C:\dev\libraries\f

[flexcoders] Re: Question about two mxml pages

2005-05-30 Thread Jimmy
component, which will be housed within some container, and you should probably take a look at the ViewStack together with a LinkBar in this case. Or a TabNavigator will do nicely as well. You can find the docs on either of those here: http://livedocs.macromedia.com/flex/15/ Hope that helps! Jimmy