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...
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...
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.
...
Pls RE...Complete example of Flex+JAVA compile and build using Ant
...
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...
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...
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
...
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, ...
Want to implement shareThis in flex? Can anyone help me in implementing this?
...
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...
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...
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...
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...
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...
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...
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...
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?
...
How do you get the depth of a node in a flex advanced data grid.
...
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...
I want to know how to play a mp3 sound every 2 seconds.
Thanks :)
...