flex3

How should I create cookie through flex/coldfusion that is readable by another template?

Inside a flex app, I have a user login. The login calls a ColdFusion function as a remote object which authenticates the user and, if applicable, returns their id and access level. This works fine, but now I'm at the point where I want to also create a cookie for another ColdFusion template (called from fileReference.upload()) to be able...

Adobe Flex Framework Diagram wallpaper

Hi all, do anybody have flex framework diagram which can be put as wallpaper in my machine. I got some at here, but when i put it, it became unreadable. do anybody has that, so that it can be used as a quick reference. regards, PK ...

How do I detect that Drag and Drop operation ended?

This is in reference to My Other Question How do can you detect and dispatch an event when a drag and drop operation ends prematurely? I need to know that the user is no longer dragging an item. Even if the dragDrop and dragComplete events do no fire. Its almost as if I need to add an event listener to the dragManager, but that's not ...

which one is the best way to display HTML in Flex?

I want to use an external HTML file that I can import into my Flex App at run time. I've heard of too many issues with the iFrame option, so I want to avoid that, if possible. Does anyone have any other good suggestions for dealing with this issue? ...

Customising Flex Datagrid or alternative solutions

I'm currently building an application that is presenting tabular (fetched from a webservice) data and have squirted it into a datagrid - seemed the most obvious way to present it on screen. I've now come across a few limitations in the datagrid and wonder how I might move forward. As a relative newcomer to flex development I'm a little...

Setfocus property(Using custom autocomlpetion, I set the focus to auotoCompleteList at the time of adding this list as child)

I set the focus to auotoCompleteList at the time of adding this list as child but at the time of remove this popup i am getting whole text in textInput as selected with black background iwant to set the focus to this text field but not to select whole typed text. ...

Flex HTTPService: SOAP Response cannot be decoded. Raw response:

Hi guys, I am trying to connect my flex app to a CFC I have which calls a method. It's to test a login control, and when i put the correct credentials in, it comes back with the error: "SOAP Response cannot be decoded. Raw response: ". The CFC method is: <!--- Array of Users is called ---> <cfset user = En...

Select a tab in a TabNavigator in a new state

Hello, in my case I click a button. it calls changeTabState() ; it changes the state and then needs to select a tab using selectedIndex. but that does not work properly. If i go back go the main state and click the button again, it works as it should. Help! What should I do 'register' the tab navigator component in my new state? Butto...

for HTTPS application

Hi, I need to develop the HTTPS application using Flex and Java. But i have idea about remote objects or HTTPServices. Any one please help me which one is the best for developing HTTPS application. Thanks, Ravi ...

Want to get cursor position within textInput .

I am using textInput within grid using rendrer. I am populating a suggestion box just below the text input field on the basis of typed character and index of text input.Problem is that if i shrink grid column then suggestion box is not populating at the right place so I want global position of cursor in the text input field . ...

Caching webservice calls on Flex 3

Hi, I have a Flex 3 application that makes a call to a webservice. That webservice calls returns a 2 Mb file that flex reads and parses. The problem is that it takes sometimes 45 seconds. I was wondering if there is a way to cache the response form the webservice? So the next time I load the flash movie it doesn't have to re-download th...

Flex: Modules v/s Components for a large scale project

Hi, I am planning on a Flex project that involves incorporation of a lot of features. Each 'feature' can be a component / module. Which is preferred and what is the difference between a module and a component? Thanks ...

I cannot figure out how to access items by their ID if I create them dynamically.

In one area of my application I am creating a display that builds itself with actionscript during a loop. (in my actual app there are A LOT of nested children and my function might be looking for any of those children) In that AS I assign each item an ID, but when I try to access that item by it's id it fails. What gives? and how can I a...

Catch any error in Flex app and record it

Hey all, is there any way to catch any error within Flex application and send it via let's say email or record it somehow (this emailing or recording part is not the problem, just error catching for whole application is). This would be very useful, for fining any bugs that clients get while using app, and which they don't send in as n...

How do I bind XML node values to web service request parameters in Flex 3?

I'm having trouble using values from an XML file as parameters for a web service request. I'm using an HTTPService to load the config file: <mx:HTTPService id="configService" url="config.xml" resultFormat="e4x" result="configLoaded(event)"/> The XML file looks something like this: <root> <data> <wsdl>https://WEBSERVICEURL.foo/ws...

StyleManager: calling getStyleDeclaration after loadStyleDeclarations (Flex 3.5)

An AIR app has default theme compiled in & themes that may be loaded from the external swfs (css-based), that override the default. Called StyleManager.loadStyleDeclarations with update=true, and then called getStyleDeclaration in the StyleEvent.COMPLETE handler for the dispatcher returned by the loadStyleDeclarations. Expected it to re...

how to get all child itemvalues in list in flex3

Hi, i'm new for flex... we can the length by using getnumber but i want to get all item values in the list and to display the item values in the alert box one by one... is it possibile? thank's ...

how can i pass xml format data from flex to python

Hi i want to pass xml format data into python from flex.i know how to pass from flex but my question is how can i get the passed data in python and then the data should be inserted into mysql.and aslo i want to retrieve the mysql data to the python(cgi),the python should convert all the data into xml format,and pass all the data to the f...

Flex Tree not re-expanding

I have a tree control and after I drop an item in it (which updates the dataprovider) I want it to stay open. I've tried a lot of things including the example at this question which I couldn't get to work so I'm doing something I feel is even more basic. Like this: [Bindable] public var open:Object = new Object(); private function drop...

Application got very slow?

What are different approaches to filter and assign XML data to controls. my application get show when I do this using Array and looping?? ...