Flex 4.5 is an iteration of the ActionScript and MXML based RIA SDK focused on expanding support for mobile / tablet platforms.
0
votes
1answer
19 views
Button click on viewnavigator in flex 4 Mobile?
ViewNavigator is basically used for navigating around different views, but is there a easier way to just restrict switching to any view and do some operation instead?
eg: I am viewing a product ...
0
votes
1answer
17 views
how to Change the text color of one column on datagrid when user enters data on other column
I had a very simple problem that, I had a spark datagrid of 3 columns in which 2 columns will be with data and the third column is an empty column with text input as itemeditor. So what ever the data ...
0
votes
1answer
16 views
Including External File's Variables In PHP Class For Use In Adobe/Apache Flex Service
Basically what I am trying to do is relocate the database access variables (username, password, etc) to an external php file then include that file in the services. So, here's my service code that I ...
0
votes
1answer
7 views
how to highlight the selection of a top level menu (without selecting)in Flex MenuBar component?
I'm using a mx:MenuBar component in my application for navigating to different views. Say for e.g, Home | IPL | EPL | ATP are the top level menus in my MenuBar. The 'Home' menu does not have any ...
0
votes
1answer
21 views
SqlParameters to DBContext executesqlcommand
we are using vs 2012.
I wrote the below method to execute executesqlcommand on dbcontext.
//Check lock conditions for site part vrsm
public bool CanLock(int spvId)
{
SqlParameter ...
0
votes
0answers
11 views
Flex PropertyGrid Component
I'm looking for a Property Grid component for the FLEX 4, ideally Spark.
Can you help me guys? I tried Google, I tried active den, but I didn't find :(
So basically I'm looking for a control to edit ...
0
votes
0answers
14 views
Mobile ViewNavigatorApplication on Flex 4.5.1 ram increase
I have a kind of big mobile application (flex 4.5.1) with 50+ views used in a ViewNavigatorApplication..
The application use:
a local sqlite database (now is about 700mb size).
camera and manage ...
0
votes
1answer
24 views
How to generate p12 certificate with 100 years validity using flash builder
I am trying to upload debug version in google play store and i am getting this error
Upload failed
You uploaded an APK signed with a certificate that expires too soon. You need to sign your APK ...
0
votes
0answers
18 views
How to stop overriding save method in spark datagrid when clicking a button
I had a main application like this
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark" ...
1
vote
1answer
21 views
How to get instagram photos by using flex
Is there any easy way to get photos of a particular user by using flex web application. I had gone through this link, but it didn't help me a lot.
0
votes
1answer
43 views
Flex popup window not covered the entire application after changing height of swf
In my Flex application I need to increase height of swf through javascript:
FlexGlobals.topLevelApplication.height += 50;
...
0
votes
1answer
24 views
how to fix textSelectedColor property in dropdownlist uisng flash builder 4.6
I am using s:DropDownList component in flash builder 4.6. I have to set property "textSelectedColor" which is given in mx:ComboBox but not given in s:DropDownList. So can anyone help me please to fix ...
0
votes
1answer
18 views
how to handle change in checkbox in ACtion Scripit FLEX?
protected function inital():void
{
var _cb:CheckBox;
var _formitem:FormItem;
for( var i:int =0;i<program.list.length;i++)
{
...
0
votes
1answer
23 views
TextInput as ItemEditor in spark datagrid where the third column values should not duplicate
My datagrid has 3 columns and the third column is having the textinput itemEditor. when the text changes and if that text matches with any other text(basically the text is an int). the popUp should ...
0
votes
1answer
15 views
how to assign value of an dynamically array collection to check box?
protected function inital():void
{
var _cb:CheckBox;
var _formitem:FormItem;
for( var i:int =0;i<program.list.length;i++)
{
_formitem = new ...
0
votes
0answers
32 views
ItemRenderer display image according variable
I have the following code from an InterRenderer, where I try to display two kind of icons depending on the value of its labelField within a Datagrid.
<s:GridItemRenderer ...
0
votes
0answers
26 views
deactivate sound in as3 when the game terminates or loses focus
I am trying to deactivate the sound of my application when the user terminates or close the application, for which I have used an event listener:
stage.addEventListener(Event.DEACTIVATE, ...
0
votes
1answer
17 views
how to read a CSV file in flex?
I want to read a CSV file in FLex and display content of file on Datagrid. plzz provide solution...
My Datagrid and columns on which i want ot display the file file content::
...
1
vote
0answers
14 views
Disabling Dates in calendar in flex
I have a particular condition if which fulfills,
then if I click on my calendar UI image, a small popup calendar opens up but
with only last date of each month enabled. Rest all the dates are
...
0
votes
1answer
30 views
How to I keep spark Label from wrapping in the middle of a word?
I have a spark label with a fixed width, like so:
<s:Label text="the quick brown fox jumped over thelazydogsPackmyboxwithfive dozen liquor jugs." width="400"/>
The big cluster of words ...
0
votes
1answer
40 views
how to pass value from java to flex?
I have a code of JDBC which connects to database,returns the result in ResultSet which fetches two columns emp_id and emp_name with different rows every time. So rows can not be constant at all. I ...
0
votes
2answers
48 views
Item Renderer not Working correctly in Spark List
I used flex sdk 4.5 for creating Adobe Air application. My application download files one by one. I show the currently downloading, pending and completed files in spark list. I used item Renderer that ...
0
votes
2answers
58 views
set focus in button when open popup in flex
I'm having problem to set the focus on a button to open a popup.
The button gets the focus, but it does not get the appearance that focu.
It is as if no component was the focu.
My source ...
0
votes
2answers
56 views
Get selectedIndex in Datagrid from itemRenderer
I have a DataGrid and the first column cells have an itemRenderer with an embebed image and doubleClick event linked.
So, when o double click event occur, this renderer catch the event and the ...
0
votes
0answers
6 views
how to retain the value in a column after applying numericstepper?
i have an advanced data grid in flex.. i want to apply numeric stepper on a column and also numeric stepper will be displayed only when that row is selected. now when i click on some other row that ...
0
votes
1answer
51 views
Click Event in a cell of a Flex Spark Datagrid
I have the following code:
<s:DataGrid id="preciosGrid" top="65" width="935" height="379" horizontalCenter="0" requestedRowCount="4"
...
0
votes
0answers
24 views
Passing data between ViewNavigators in a TabbedViewNavigatorApplication without going into global space
Ok, I've spent the past several hours of work trying to find a solution for this. I'm afraid there may not be a solution that's not a hack. However, perhaps someone here knows a little something that ...
0
votes
1answer
36 views
Creating object variables from string in AS3
I have the following issue related to how can i create an Object varible from a String name.
var obj_product:Object = new Object;
obj_product.product = ...
1
vote
1answer
45 views
How to get the Full stack trace of all the methods executed while rendering?
In my Flex application i need to get the stack trace of the methods executed from the creation of my application and need to check how much time spend for rendering a particular component or ...
-1
votes
1answer
10 views
how to switch from one datagrid to another grid in flex 4.5?
I want to switch from one datagrid to another datagrid on the single click of a button.
Pllzz provide solution.
these are my two datagrids.
0
votes
0answers
58 views
Flex 4.6 AdvancedDataGrid Item KeyPress Event
I am using Flash Builder 4.6. Create an AdvancedDataGrid in flex Application. When i click on row 1 the selection of particular cell is highlighting. I wanted to go to Artist Column of row 1 when i ...
0
votes
0answers
10 views
Hide dock icon of new window in air
I am working in Flex 4.6 AIR application in which i open a mx:window. when we open that window
the respective dock icon will display in the taskbar, I want to hide this dock icon of window but not ...
1
vote
2answers
76 views
Closing Browser not work on Mozilla Firefox or Google Chrome using Flex 4.6
I am using Flash Builder 4.6, Creating Flex Application. I am trying to close browser using flex 4.6 code.This is work on Internet Explore but not work in Mozilla Firefox or Google Chrome. My code is ...
0
votes
0answers
45 views
TextInput setFocus not working in flash builder 4.6
I'm using Flash Builder 4.6. and working for a flex project in which i want to setFocus on textInput after the intitialize is complete. I am using the code myTextInput.setFocus();
this is working fine ...
0
votes
1answer
29 views
how to perform event on flex line
How to perform event on flex line objects.so i can able to move or re-size the line using mouse.I am using flexline as shown in below code:-
spark.primitives.Line;
var st:Stroke =new ...
0
votes
0answers
46 views
http error 405 with mobile flex application
i am having an issue everytime i try to upload an image from a flex mobile application to an IIS directory and this directory is configerd to be web application
i get an HTTP error 405 'method not ...
0
votes
1answer
49 views
Can any one explain this code how i use this in my application
I have a problem similar like this question but i'm not able to get understand this answer code, Can any one explain this code.
private function attachListeners():void
{
...
0
votes
1answer
52 views
Flash Builder 4.7 I want the spark TextInput to have an background text like Username. Is there anything ready?
I would like my spark TextInput to have a background text. It just sounds like something that should be easily in the component and so I wouldn't want to program it in an ugly way. Something like, ...
0
votes
0answers
17 views
Flex 4.6 Programming a skin on AS3 to define a background using an FXG
Hi I have an FXG graphic which I want to use as a global background image in my App. I am programming my first Android app, I started by creating a ViewNavigatorApplication where I was thinking in ...
1
vote
1answer
47 views
How to enable orientation change for some views in Flex Mobile?
I have some views in my mobile app (for both ios and android) whose orientation was fixed to PORTRAIT using <aspectRatio>portrait</aspectRatio><autoOrients>false</autoOrients> ...
0
votes
0answers
120 views
Installed FB 4.7 but cannot manage to install AIR SDK 3.7
I always get the error iOS Simulator launch requires AIR SDK 3.4 or higher when I try launching a mobile app on iOS Simulator.
I did everything they say on there website: ...
0
votes
2answers
50 views
how to convert a war file into project?
I h've a war file of a project which has written in flash builder 4.5 I just want to convert it into project.
I cannt use winzip e.t.c . I need a soultion from command prompt or any other method .
Any ...
1
vote
0answers
29 views
line connector for graphics objects
I'm designing a flex application,with that help of this application one can design uml, electronics,er diagrams etc.
I am using group as main container,
<s:Group id="designArea" width="100%" ...
0
votes
2answers
85 views
Flex Tree node not getting selected properly
Flex 4.1 SDK
I'm using mx:Tree component to load a static xml data to bring it in the tree form. I'm having a HDivided box where my left side portion will have the tree and the right side major ...
1
vote
0answers
39 views
Localizing DateSpinner month names - Flex Mobile
I want to translate Flex Mobile DateSpinner month names into Turkish ones but I couldn't cause of lacking locale support for turkish language, and even when I created a new locale using copylocale ...
0
votes
1answer
47 views
Flex 4.5.1 check whether file exists in assets folder
I'm using flex 4.5.1 to build a web application that runs on tomcat server.
I have a assets folder and in this folder i have some files. I retrieve the name of the files from xml file created from
...
0
votes
0answers
62 views
Issue in mouse rollover and rollout in flex
Im new to flex, so it might be a silly question, but I have to ask.
I have a bottom slider canvas which should come out on rollOver and go in on rollout which I achieved 90% but, the canvas is going ...
0
votes
1answer
48 views
Adobe Flex Set style for component state
I have a gradient
<s:LinearGradient rotation="90">
<s:GradientEntry id="gradient1" color="0xFAFAFA"
color.over="0xC7C7C7"
color.down="0xBBBBBB" ...
0
votes
1answer
59 views
Unable to Align data in Datagrid
Hi I have issue with alignment of data in the spark datagrid column after Rendering. All the headers are aligned towards left, however i would like to do the following
1. Middle the column header ...
0
votes
0answers
65 views
Flash Builder 4.6 capture, save and upload image in flex mobile application
In flex mobile application i want to take images then save them and upload to website
how can i take image(s) and how to upload ? Thanks



