flex3

Changewatcher in flex3.0?how to use in below mentioned Situation

Hello to all, Please tell me about the change watcher in flex. i have a situation like, i have few canvas, on which i have to show select and unselect,(These canvas hold product thumbnail images) , so when some thumbnail is selected i have to show selection and on selecting other, i have to unselect the previously selected canvas and h...

Flex standalone application with no database

I am trying to develop an application which can be used locally by my team mates. its a sort of issue tracking application with report generation. am planning to do it on flex. in my company environment, i do have a lots of restrictions like, can't install AIR, no database, etc. so am planning to develop on flex app, and put it in a sha...

Flex:- draw a pie chart in a popup window

Hi friends, I have drawn a pie chart,I want that when I roll over my mouse on this pie chart, a popup window opens and the same pie chart is drawn in this popup window.(Only the pie chart in this popup window is magnified).Take any input directly. Thanks in advance. ...

Complete example of Flex+JAVA compile and build using Ant

Pls RE...Complete example of Flex+JAVA compile and build using Ant ...

best way to print in adobe flex app?

Hey everybody, time to ask a question here, some days ago I saw a very nice (but pricey at about $500 USD) component for printing (and print previewing) in adobe flex instead of sending the info to a php to output html or pdf documents. I strongly dislike the way flex natively prints with jaggy letters and blurry output so I was thinking...

Flex Interface method createAutomationIDPartWithRequiredProperties error

Hi, I'm currently creating a class that extends UIComponent in Flex 3, but when the flash builder try to compile show me some errors 1044: Interface method createAutomationIDPartWithRequiredProperties in namespace mx.automation:IAutomationObject not implemented by class components:ArtWorkImage 1044: Interface method get automationEnabl...

Cross-server javascript issue? js on one server, accessing another server

Hi guys, I had a question. I have a coldfusion server that has javascript, and I am using Flex on another server. I need to use javascript from the CF server to access the Flex server, and wanted to know if there would be any cross-server (same domain though) issues that would arise. Thanks guys ...

Optimal way to enable user to pick style at run time - Flex

What I'm trying to do: allow a user to be able to select a color palette for a custom component by selecting from a drop down menu with a variety of icons. I have the drop down menu part down, but I'm trying to understand how to best handle the various styles in my code. Ideally I would have liked to be able to load styles at run time, ...

How to implement shareThis component in Flex3?

Want to implement shareThis in flex? Can anyone help me in implementing this? ...

Flex 3 FileReference not updating when new file is created

I am trying to allow download of a particular file that the user has generated (or will generate). If they try to download the file AFTER generating, the fileReference does not seem to create the new object (it downloads the old file). Code is something like this: private function downloadFile():void { var node:XML = XML(myTree.se...

Array collection values to Array values

Hi, I had defined menulist Arraycollection as [Bindable] private var menulist:ArrayCollection = new ArrayCollection(); and get the results menulist = e.result.root.items.item; I want to assign a array name and want to plot the item name menuImage of menulist item on that new defined array, For this what should I have to do. please h...

Event control in flex as3 (order of events)

Hi Guys, I have a flex application, the display of this application is build with many containers. I have a FlexEvent.UPDATE_COMPLETE on each of the displayObjects. What do I want to accomplish? I want to handle the event only on the top level where it occurred, for instance, if I have a grid and the update occurred in a label somewher...

two webservices in flex

hi i want to retrive data from 2 webservices using cairngorm. i call them in init application and this is wrong, i don't know when to call this second one. flex can get data from the firsone and from the second is telling that doesn't see method, for me it is cos service it trying to find method from second webservice in this firstone. s...

how can i insert date in yyyy-mm-dd format into flex

I have to select date from date field in flex and store that date into SqlLite database. I am inserting date by using this code : dbInsertDate = datechooser.selectedDate.getFullYear().toString()+'0'+(datechooser.selectedDate.getMonth()+1).toString()+"-0"+datechooser.selectedDate.getDate().toString(); where dbInsertDate is string type...

Sorting an array collection based on value of array in flex

Hey, I've been looking at sorting array collections. So far I've seen things like sorting numerically in ascending and descending order. What I'm looking for is to discover away to sort an arraycollection based on the order of values in another array. For Example: I have an array containing 10 numerical values. I also have an arraycol...

dynamically providing multiple arraycollection to datagrid based on comboBox selectedItem?

Hi, I want to use four arraycollcetions to the datagrid based on the comboBox selectedItem property, in first arrayCollection it having 4 columns and second having 3 columns and third having 2 columns values. based on the comboxBox value we have to plays the ArrayCollections to the dataGrid dataprovider property... plz find the solutions...

Flex Cyrillic localization

I've defined a Russian localization file but when setting the locale all I get is ? symbols... When creating a sample flex app with Cyrillic characters they are displayed just fine, but somehow setting the locale does no work. Any ideas? ...

Flex Advanced Data Grids

How do you get the depth of a node in a flex advanced data grid. ...

mutilple data shows in line charts legends

Hi, i had a issue, when the chart data is displaying the legends has to be shown theinformation of the charts. But i need to show the multiple data columns for each each legends has to be displayed. Can any one of you having this type component , please share to me. It is very urgent. Please check the attached jpeg for reference. Th...

How to play a sound every 2 seconds ?

I want to know how to play a mp3 sound every 2 seconds. Thanks :) ...