[flexcoders] Application load focus known issue?

2006-10-30 Thread Gareth Edwards
Is it just me? or does this seem like a severe limitation of using Flex to build applications. Comment from: http://www.adobe.com/devnet/flex/quickstart/validating_data/ // Set the focus on the first field so // user does not have to mouse over to it. // Note that the user still has to click on

Re: [Junk E-Mail - LOW] [flexcoders] Application load focus known issue?

2006-10-30 Thread Gareth Edwards
[mailto:flexcoders@yahoogroups.com] On Behalf Of Gareth Edwards Sent: Monday, October 30, 2006 3:16 PM To: flexcoders@yahoogroups.com Subject: [Junk E-Mail - LOW] [flexcoders] Application load focus known issue? Is it just me? or does this seem like a severe limitation of using Flex

[flexcoders] Application load focus known issue?

2006-10-23 Thread Gareth Edwards
Is it just me? or does this seem like a severe limitation of using Flex to build applications. Comment from: http://www.adobe.com/devnet/flex/quickstart/validating_data/ // Set the focus on the first field so // user does not have to mouse over to it. // Note that the user still has to click

Re: [flexcoders] Cairngorm 2 - Sample Application?

2006-09-20 Thread Gareth Edwards
I went to download the PhonesCairngorm2.zip and it gives me a 403 Forbidden error, could someone please email me the file, or point me in the direction of getting the file from another location?CheesrGareth.On 7/27/06, Hua Wei [EMAIL PROTECTED] wrote:Here are two great examples : Benoit

Re: [flexcoders] cf session management and user authentication with flex

2006-09-20 Thread Gareth Edwards
Jason, I'm a newbie too, but.. couldn't you just use the coldfusion session to authenticate on the server side, and the VO to authenticate client side? Cheers Gareth. Jason Sheedy wrote: Hello, I'm new to the list and a flex noob too ... so be gentle. I'm trying to figure out the best way

Re: [flexcoders] Trouble to connect my debug player to flex builder

2006-08-08 Thread Gareth Edwards
I'm also having problems, Flex Builder tells me it can not find the debug version of the player, and asks me if I would like to try and load anyway, continuing doesn't work. I think in my case, the debugger is not finding the player or something? How can I test to see if the debug version is

Re: [flexcoders] [Flex 2][ArrayCollection][Bug] Bindings don't executing when setting AC to a new ArrayCollection()

2006-08-06 Thread Gareth Edwards
I'm a little confused, it seems it works o.k in the example? http://www.adobe.com/devnet/flex/quickstart/using_data_providers/ Whats occurring in the above example? Cheers Gareth. Matt Chotin wrote: If you are bound to the ArrayCollection then manipulating the AC

Re: [flexcoders] DTD Schema for Flex 2

2006-06-15 Thread Gareth Edwards
Short answer from previous post from one of the Adobe guys, is there isn't one. Flex 2.0 isn't compatible with a DTD Schema. Cheers Gareth. Tom Chiverton wrote: Where is it ? I've looked *everywhere* ! Yahoo! Groups Sponsor ~-- Great things

Re: [flexcoders] PDF aware Flash Player ???

2006-05-25 Thread Gareth Edwards
Hi John,We are using the Microsoft IE browser and is the only browser we will be supporting for the time being.Correct we are looking at ways to communicate between PDF, HTML and SWF's. To start of with, I'd like to know how it is possible to allow PDF actions to communicate with the html page,

Re: [flexcoders] PDF aware Flash Player ???

2006-05-24 Thread Gareth Edwards
Hi John, The company I work for are interested in methods we can use to communicate to the parent document. (ie HTML document where the PDF is embedded). Could you elaborate on how it is currently possible to Invoke flash player from Adobe Reader? Is this done via _javascript_ in the pdf

[flexcoders] New to Flex Skinning.

2006-05-23 Thread Gareth Edwards
Been working on a little something, and I decided to attempt to style some of what I'm working on. I have attempted to use the css and some ClassReferences to do some skinning. The first thing I get stuck on, and can't seem to get past, I'm pretty sure I'm not doing something right, but I

Re: [flexcoders] Getting Error with Beta 3 ColdFusion update.

2006-05-10 Thread Gareth Edwards
to read through the debug output and it may tell you more about what youre experiencing. HTH, Bill From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Gareth Edwards Sent: Tuesday, May 09, 2006 10:09 PM To: flexcoders@yahoogroups.com Subject

[flexcoders] Getting Error with Beta 3 Coldfusion update.

2006-05-09 Thread Gareth Edwards
Error Occurred While Processing Request Error Executing Database Query. Method can be called only once.

[flexcoders] 9Scale on mx:Box.

2006-03-28 Thread Gareth Edwards
Couple of questions. When I embed an image to the borderSkin of the box, set the scale attributes, it seems to look o.k, but when I click on the box, I have an mouseDown event, which does something weird, (well I think its weird), it returns the embedded image instead of the box in the event,

Re: [flexcoders] Installing Coldfusion Mystic beta 2.

2006-03-23 Thread Gareth Edwards
. If you change java.home in jvm.config to point to C:\JRun4\runtime\jre and re-start CF services you should be in business. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gareth Edwards Sent: Wednesday, March 22, 2006 11:28 PM

[flexcoders] Installing Coldfusion Mystic beta 2.

2006-03-22 Thread Gareth Edwards
Everything seemed to install o.k, but.. I'm running JRUN / Multiserver and it seems it didn't update my JRE to 1.4.2_06? Anyone know why this might be? Cheers Gareth. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] TabNavigator.

2005-03-17 Thread Gareth Edwards
; to work but they didn't. I did discover that if you re-assign the dataProvider for the NavBar, all the tabs become un-selected. Tracy -Original Message- From: Gareth Edwards [mailto:[EMAIL PROTECTED] Sent: Thursday, March 17, 2005 1:07 AM To: flexcoders@yahoogroups.com Subject

Re: [flexcoders] TabNavigator.

2005-03-08 Thread Gareth Edwards
Wouldnt that put a space between each tab row? On Mon, 7 Mar 2005 09:34:32 -0800, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: try using the tabBar and the repeater tag. -Art Quoting Gareth Edwards [EMAIL PROTECTED]: Unfortunately around 30 tabs is as specific as we can get

Re: [flexcoders] TabNavigator.

2005-03-06 Thread Gareth Edwards
Unfortunately around 30 tabs is as specific as we can get at the moment. Its quite a large project with some standards that have already been put in place for multirow tabs. The DHTML versions of the controls required are finished and it would be a shame to have to write custom components to