During loading of a Flex 3 built application, it always shows this blue-grayish background color. I've tried a handful of tips, building preloaders etc, and all that works, but even before the preloaders kick in, that blue-grayish color is displayed. I've tried lots of ways to change it, like editing compiler options, setting background ...
Hello, I have a datefield in flex with editable="true".
When I type: 20-1-69 and I go to another field, it changes into 20-01-2069. but I don't want it to change into 2069. Is it possible to turn off this automatically change thing?
Thanks,
JSMB
...
Hi,
I'm new in flex.
I have a design like this
in one page have two option like this
Hard & soft
when i click hard(option) there will show three option(in php got to another page) like
standard, square & pocket and in the page below BACK(when click this option it will back previous state(page)) option will be show
When mouse over o...
I'm using Flash CS4 and Flex 3.4.0. I'd like to create a vector-graphic button in Flash and use it in Flex.
I'd tried to install the Flex Component Kit, but it won't add me the 2 commands I need for the conversion as stated here.
Anyone has seen/dealt with this problem before?
...
I have a LinkBar which is linked to a viewstack. However, as I change the fontsize of my LinkBar, when I run it, the font size does not change at all! I've tried changing the font using CSS and it doesnt change the font size! Any ideas? Here is the code:
<mx:Canvas x="0" y="0" width="30%" height="100%">
<mx:Label x="10" y="10" text...
I have an AdvancedDataGrid that I allow the user to drag/drog the rows to reorder them and also allow them to sort on columns. I want to save the row ordering so that the next time I load up the data, the row ordering is preserved.
I have a bindable array collection to the data grid. The array is a collection of a custom AS object. I...
I'm working with Flex 3.4 SDK.
I need to change the default close button image from a TitleWindow. So what I'm doing is defining a CSS selector, like this:
TitleWindow{
close-button-skin: Embed('assets/close.png');
border-color: #FFFFFF;
corner-radius: 10;
closeButtonDisabledSkin: ClassReference(null);
closeButto...
I have been working on an Adobe Flex application for some months now, and the application is meant to run 24/7 for days (weeks!) continuously. However, I'm now seeing that after a few days of running nonstop the computer it runs on tells me that the system is low on virtual memory and gives me an error about Page File usage. Once I clo...
If I load a bitmap using a loader in Flex, I can use the loaderInfo.bytesTotal to get the size, total bytes used, of a bitmap.
If I create a bitmap in run time, how can I find out the size, the total bytes used, by that bitmap.
Please advice. Thanks
...
Hello everybody.
I'm new to Flex, but I've been exploring it with Flex Builder, and its pretty good.
Indeed the best for fast building of Web based Apps...
I'm trying to do something with eventListeners, but i still do a lot of messy code, so wanted help of those who already know flex.
I'm have a DataGrid, and its itens are added b...
Is there any way to halt execution in ActionScript, such as a sleep() method?
I know that there is a setTimeout() method, but setTimeout() just sets up an event for deferred execution.
...
Hi all,
I am not able to figure out how to zoom the image displayed with the help of an item renderer.If i apply the Zoom effect on rollover ,the particular cell zooms the image with the scroll bars.Is their any other way of doing this without showing the scrollbars.
...
Hi guys.
This is related to other question. But never mind it. I've fixed part of it.
I have a DataGrid, its data provider is a ArrayCollection, and i want it to parse all itens in it (Object Type) to a String.
For that I've done a "for each" loop, it manages to get the Object and its values, but if i have more that one object it only...
I've created a flex-based application and uploaded it to vkontakte. For some reason the auth-key parameter (at the flash vars) is empty, how come?
Here is a link to the application.
EDIT:
Here is my application tag inside the site:
<embed width="607" height="590" flashvars="api_id=1549899&viewer_id=47745507&
amp;viewer_type=2&...
i have an application in which i have around 100 textinputs all are numbers
i want to simplify the addition ie. any other way than saying txt1.text+txt2.text.....
that would increase my code a lot
is it possible to have (n+=txt*.text) or some thing like that
any help would be appreciated have to get the application done in two days ...
I'm working with Flex 3.4 SDK.
I'm trying to programmatically(yep, must be this way) style/skin a VBox so that its top right corner is rounded, and it gets a two colors gradient brackground.
Modifying examples I found around I was able to accomplish both effects(corner and background) but only separately:
VBox with not all rounded co...
I have a xml source like this
<TS val="2005">
<DP y="75-79 yr" l="-114.9" r="108.6" />
<DP y="<1 yr" l="-13.9" r="11.8" />
<DP y=">85 yr" l="-117.5" r="104.0" />
<DP y="70-74 yr" r="39.2" l="-33.1" /></TS>
In FlexBuilder 3:
the chart Y axis is not showing the value for "<1 yr" where as others are coming like ">85 yr".
So ...
Hi,
i need to read css and access individual styles and its properties,and i need to update the css file . at present i can laod css by URLLoader and get all styles using the StyleSheet.styleNames; but its get only stylename but i need to get all the properties ,
so that i can update the style and save as css file,
If you have an...
Hi Everyone,
I'm new at Flex and I wanted to know how to read an xml file to pull its data into a chart, using Flex Builder 3.
Even though I've read and done some tutorials, I haven't seen any of them loading the data dynamically. For example, I'd like to have an xml like the following:
<data>
<result month="April-09">
<vi...
I have two mx:TileList controls that I'm using to allow editing of objects in batch. The first contains a collection of all available data, and the 2nd contains the current batch. Both are bound to ArrayCollections, and using the native drag-n-drop functionality of the TileList control the data is moved from one ArrayCollection to the ot...