[flexcoders] Upgrade from Moxie Beta Build 3 to Full retail Flex 3

2008-03-06 Thread dranoel1967
I need some help please! I just installed Flex 3 over Moxie - Beta build 3, and now get these crazy errors. I have tried uninstalling and the reinstalling and still the same. PLEASE any direction will be much appreciated :-) Platform Win Vista Flex build 3.0.194161 From error Log --

[flexcoders] Thumb Nail and Indexing

2007-11-30 Thread dranoel1967
I am wanting to create a thumbnail image of files uploaded to my Flex app, as well as gather basic info on the file (size , aspect, etc) File types: Flash swf, flv, mov, mpeg, avi, wmv Background - SQL 2005, .net 2.0, Flex 2 anyone have any thoughts on this ?

[flexcoders] contact form with ASP

2007-04-23 Thread dranoel1967
I have been searching for a tutorial, example code, etc, that will allow me to create a basic email form that will have the mail.server.com and include the mailto in ASP code. I have been able to locate using the default mail client, but this doesn't always work with our version of Lotus

[flexcoders] Flash 8 swf in Flex 2

2007-01-29 Thread dranoel1967
I have a swf that isn't working correctly in Flex, the problem is the AS2 script within. There appears to be a focus issue causing the onClick not to be registered. I have been reading about Iframe in theory this should work. If you have any other suggestions or examples of iFrame that a

[flexcoders] Re: Return a PDF as response to request

2007-01-26 Thread dranoel1967
could younot use an iFame and embed the pdf in the url? --- In flexcoders@yahoogroups.com, pdflibpilot [EMAIL PROTECTED] wrote: Is there any why to display a PDF within a Flex app that would be returned in response to an HTTPservice request ? Currently we plan to launch a new browser

[flexcoders] Re: Help me find the cool Flex2 - Amazon dataminer

2007-01-26 Thread dranoel1967
http://mark-shepherd.com/SpringGraph/AmazonDemo/bin/AmazonDemo.html --- In flexcoders@yahoogroups.com, oneproofdk [EMAIL PROTECTED] wrote: A few weeks ago I saw a cool Flex2 app, that would take a search string, then pull data from Amazon and make a web of images, linked together and

[flexcoders] LinkBar and CSS Style

2007-01-08 Thread dranoel1967
I am hoping to change the color of my text in a link bar, this is what I have so far. Not so sure where or what to do next. mx:Style LinkBar { color: #00; text-selected-color: #ff; } /mx:Style

[flexcoders] Re: Multiple ComboBox Selection and Tree from XML

2007-01-02 Thread dranoel1967
trace xmlLocation.toXMLString() to know exactly how to reference the child nodes. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dranoel1967 Sent: Monday, January 01, 2007 8:29 AM To: flexcoders@yahoogroups.com

[flexcoders] Re: Multiple ComboBox Selection and Tree from XML

2007-01-01 Thread dranoel1967
back. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dranoel1967 Sent: Friday, December 29, 2006 1:24 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Multiple ComboBox Selection and Tree from XML

[flexcoders] Multiple ComboBox Selection and Tree from XML

2006-12-29 Thread dranoel1967
Multiple ComboBox Selection from XML Okay, I am looking for some help, or an example even a nod in the right direction wouldl be much appreciated. I have three combo boxes and a tree that I need to populate from an XML file.The first combox 1 will need to have data ready for selection upon

[flexcoders] Re: Multiple ComboBox Selection and Tree from XML

2006-12-29 Thread dranoel1967
data for the dependent combo? Or can you get all the data or parts of the data at once? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dranoel1967 Sent: Thursday, December 28, 2006 5:38 PM To: flexcoders