Hi guys,
I have an embedded image asset (with a scale9 grid), and I'm trying to get the bitmapdata when it's resized, but I can't seem to do this without adding it to the display list.
I try this:
spriteAsset.setActualSize(w,h);
spriteAsset.width = w;
bmd.draw(spriteAsset);
But when I then draw out the bitmapdata with graphics.begin...
hi friends
i have two flex applications and i want to pass the data from one application to another.Is there any way to do the same.Plz reply
...
SCinitiationtarget.selectedDate = new
Date(rows1[i]['InitiationTarget']);
I am setting my seletedDate in my DateChooser like this. The format i am getting from the Database is 2009-12-30.
Its displaying in correctly.
...
hi friends,
I have created one application in flex that is accessing the Java webservice using Actionscript3.0. In which I am getting the error during the accessing the one of the webservice method.That method is returning the list of child object I am taking this List of object in ArrayCollection class object.My code is:-
...
How to enumerate items of Spark List component after setting dataProvider property?
I mean accessing them as DisplayObject instances.
...
Hi,
I'm using mx:WindowedApplication, I'm wondering how I can skin the title bar and close/minimize button for the window. I can see application like Pandora One is using it and setting transparency. Any pointer to a doc?
Thanks,
...
I'd like to put a label to each LineSeries on my Flex LineChart so it will be shown next to the line (along it). Any relatively easy way to archieve that?
...
In my application I have an VBox control on top of another VBox that contains an Image control that loads a jpg from a URL (you can't see the bottom panel initially since it's underneath, but the image does fully download). When one clicks on the top VBox, the bottom one gets set to visible=false, then an effect causes the top VBox to va...
I am seeing unexpected behavior on a HTTPService response, and was looking for an explanation.
I am sending a HTTPService message to get a data set using the default result type. The data comes back and gets put into an ArrayCollection. On of the elements is called name which can contain any alpha-numeric data.
Then the field contain...
Whenever I add paddingRight to a column in the flex grid, it adds the padding to the header as well.
Is anyone familiar with how I can add paddingRight just to the column and not to the header? Below is the column code where I was specifying the padding.
<mx:DataGridColumn width="60" headerText="Type" dataField="Grade" headerStyleName="...
I have an AIR app initially written in Flex 3 that I had removed the Chrome from, but now it shows up when I compile using Flash Builder 4 with Flex 4 SDK. I have
<systemChrome>none</systemChrome>
<transparent>true</transparent>
set in the *-app.xml file and showFlexChrome="false" showStatusBar="false" showTitleBar="false" set in t...
Please enlighten this flex noob. I have a remoteobject within my main.mxml. I can call a function on the service from an init() function on my main.mxml, and my java debugger triggers a breakpoint. When I move the remoteobject declaration and function call into a custom component (that is declared within main.mxml), the remote functio...
Hi, I wonder if someone can tell how to solve some problem I have with the color picker control, the weird problem is that when I'm rolling over the swatch it suppose to update the big swatch preview at the top of the control with the color I'm currently over, but for reason it do it just for some colors, but with other never update the ...
I have a custom dataGrid that acts more like a 2D list (if that makes sense at all). I am dynamically creating the columns and recreating the dataProvider to suit my needs. While debugging I can see that I am creating the columns and setting them to the dataGrid and creating and setting the dataProvider, but for some reason I am able t...
Hey stackoverflow community,
I am looking for a Document Viewer application that I can embed in a Flash/Flex application that supports Microsoft Office documents as well as PDF. I have looked into print2flash as a possibility, but their automated converter executable requires access to the files and directories.
Does anyone know of oth...
I have an AdvancedDataGrid with a custom label function whose value can change based on other form status (specifically, there's a drop down to choose the time display format for some columns).
Right now, I have this labelFunction:
internal function formatColumnTime(item: Object, column: AdvancedDataGridColumn): String {
var second...
Does anyone know how can the horizontal control line be removed or made invisible.
What am trying to say is, I just want to show the drag-thumb and not the horizontal line.
Is there a way to do so, with out using skins?
Regards
Zeeshan
...
Hi,
I find out how to replace the busy cursor here: http://livedocs.adobe.com/flex/3/html/cursormgr_3.html
However, how do you animate an image for the cursor?
...
I want to add a ComboBox to a DataGrid. So far, the only way I've found to do it is like this:
<mx:DataGridColumn headerText="Header" dataField="src" >
<mx:itemRenderer>
<mx:Component>
<mx:ComboBox dataProvider="{data.srcChoices}" />
</mx:Component>
</mx:itemRenderer>
</mx:DataGridColumn>
T...
With the Google Maps Flash API, I want to add an event listener which fires when the Marker is added to the Map using map.addOverlay(); Event.ADDED_TO_STAGE is not fired, though it seems logical. What are the alternatives?
...