flex

Adobe Air/Flex + SQLite database problem

I'm still a newbie to Adobe Air/Flex, and still fairly new with SQL. I've downloaded this (http://coenraets.org/blog/2008/11/using-the-sqlite-database-access-api-in-air…-part-1/) code and have been looking over it and I'm trying to implement the same idea. I think it's just something stupid. I'm using Flex Builder. I made a new deskto...

Flex: Is there any way to find find out when a ComboBox is open?

I may be missing something here because I thought this might be really easy but... Using Flex, how can you tell when a ComboBox is open? I do find the open and close events that this component dispatches can be flaky so I'm looking for something a little more solid - it's probably staring me in the face. ...

Accessing mysql from Adobe flex/AIR

Is it possible to directly access MySql databases through an Adobe AIR/Flex application? If not, what is the next best alternative? ...

What's all this business about Flash, Flex, Adobe Air, Java FX and Silverlight?

What's all this business about Flash, Flex, Adobe Air, Java FX and Silverlight? Why would I choose one over the other? and what happened to Java Applets and ActiveX controls? Oh, and where does AJAX fit in to all this? and is Laszlo relevant? Afteredit (in response to some "d'uh" type answers): the question is a bit tongue-in-cheek. I ...

Anyone developed an App with a Flex UI and Rails backend?

Hi guys, i am looking into the possibilities of doing some work for a client on Flex with a Rails backend. It ain't rocket science however i was wondering if anyone out there had some experiences with these two AWESOME technologies? Thanks in advance.... ...

retaining list selectedIndex between data binding reloads in Flex

In my Flex interface, I've got a few List components that are data bound to ArrayCollections. I'm finding that when the ArrayCollections are updated (by Web services) and the data bindings for the Lists update, each List is reset and its selectedIndex is dropped. This is a problem if a user is in the middle of a task and has already sele...

How can I avoid an authentication dialog in Flex when using HTTPService or URLRequest?

This is related to this question. I'm writing a Flex app (a WindowedApplication) that uses REST. Everything's fine when I post with valid authentication, but if I happen to pass an invalid username or password to the REST API (a Twitter REST API, to be specific), an authentication dialog pops up. That's not a desirable user experience, ...

retrieving Drupal contents from Flex using RemoteObject

I have previously used DTO in Flex which is mapped to a PHP DTO file. I used PHP through remoteobject (AMFPHP) to retrieve info from a MySQL database which is converted into the DTO type and then passed back to Flex to populate Datagrid. The data used to populate the Datagrid is an ArrayCollection of DataVO, as follows. Public Function...

Flash/Flex Error #1063 When Retrieving SharedObject

I have a parts application that is built on Flex 3 and I having a problem with the parts list. The parts list uses two objects: Part ArrayOfPart I cache the parts list locally in a SharedObject. This has been working fine for a couple months. I added a new Boolean property to the Part class and re-imported web services (which shouldn...

Creating interactive reports in PDF

I want to create reports that can be drilled down by the readers - but the reports have to be PDF. I have two options: Link from the PDF to an online report tool Make the reports themselves interactive I like #2... I believe I can do this with Adobe AIR (Flex, Flash + Adobe Reader 9 or higher). There are tools that can create PDF d...

Most complex WMS mapserver?

i'm building a client-side WMS parser (flex/ActionScript 3) & i'd like to test against as complex a WMS mapserver as i can find. can anyone point me to some sites? thanks. ...

Custom Flex Ant build task

A beginner's question. I'm building a .swf with Flex Ant. To my .swf I link a file, target.as, which I generate from file source.txt with command ./tool.sh source.txt > target.as How can I add what is described in the above sentence to my ant build process? ...

Passing flashvars-style parameters to a loaded SWF

I have a Flex 3 app (player v9) which loads a Flash SWF (AS3, also player v9) and needs to dynamically pass it a collection of parameters which are known at run-time. These are parameters that are normally passed via the flashvars element in an HTML page. The embedded movie accesses these parameters via the loaderInfo.parameters object. ...

How do I make a Flex Chart refresh whenever data is added to its dataProvider?

Now I must be missing something here, as this seems a very basic issue that would be addressed in any "Getting started with Flex charting" tutorial. However, all that I could find was hints that the chart should update automatically whenever the dataProvider changes. Mind you, hints. This is my markup: <?xml version="1.0" encoding="utf...

Bitmap Asset from Embed Resource in Resource Module with Flex 3

Hi guys, I really appreciate all help I can get on this problem that I have found. I have created several resource modules with the MXMLC tool using properties files. Files get generated correctly and I'm able to load them using the resourceManager.loadResourceModule( ) function. Now here is the problem. On those files I've embedded ...

Send data to a Flex 3 application from an SWF (version 7).

Does anyone know how to take a swf (version 7) and use the SwfLoader or something similar to access a root variable in the swf from a Flex application? I have tried many things with no success. I don't want to clutter this post with all of my failed attempts, but I will post them later if I see that they are needed as examples. Just so...

How much do you charge clients per/hour for Flex development?

Hi girls/guys. I have recently been contracted for some work tying in Flex with a Rails backend. I was wondering how much you would charge for per hour for this sort of work? Thanks. ...

Flex/Accordion: Conditionally hide a child

How do I hide a child in a accordion? Using visible doesn't seem to work and enabled isn't what I'm after. <mx:Accordion> <mx:VBox width="100%" height="100%" label="Foo" id="viewOverview" visible="false"> ... </mx:VBox> ... </mx:Accordion> ...

Flex 3 - Launching a .exe file

hi there. i want to organize my ebooks. and want to create an air app that would have the list of my ebooks. i want it, that if i click that ebook name. i would launch/call the ebook file. just like double clicking the icon in a folder. how could i trigger that in flex? thanks. also, is it possible that if i saved the page number in my ...

How should I organize my Flex application?

I'm currently a .NET developer, but I'm starting to work with Flex a little bit and I've found the community to be great. There are a lot of great resources out there, but one of the issues I'm running into conceptually is how to organize a flex project. Coming from the standpoint of a "traditional" ASP.NET web application I'd create f...