Flex 4 has been built around 3 main themes : Design in mind Developer Productivity Framework Evolution One of the main advantages of Flex 4 comes from an entirely new component architecture, called Spark, built on top of the Flex 3 component architecture (Halo), that allows better seperation of ...
0
votes
2answers
12 views
Set selectedItem on a Flex Combobox when the Combobox is not displayed?
I am trying to set selectedItem on a comboBox(mx). Following is the code :
callLater(function ():void {
if (comboBox.dataProvider && comboBox.dataProvider.length > 0) {
...
0
votes
1answer
11 views
Custom AxisRenderer
I am working with a LineChart with a CategoryAxis for the horizontal axis and I need each category to have a very custom formatted display. Using CategoryAxis.LabelFunction is not powerful enough for ...
0
votes
0answers
8 views
Can not receive message from blazeds in flex application
From THIS thread's comment I created a java class which will send message to client flex application. But the client doesn't receive any message.
The java class is
package testpackage;
import ...
1
vote
0answers
15 views
flex:how to make some sparkgrid columns editable
I want to make two spark grid columns editable on check box click event.I have written following code for that. but i dont have java function to implement this.
so can anyone plz help me..?
...
0
votes
0answers
16 views
Zoom into group of points in Flex
I have an application in Flex 4 with a map, a database of points and a search tool.
When the user types something and does the search it returns name, details and coordinates of the objects in my ...
0
votes
1answer
24 views
dynamically change the color for every line in textarea and panel using flex 4 and action script 3
I have created a simple text chat application for android device using flex 4 and action script 3. in the text chat I have given a option for change font color. I have used "TextInput" for enter text ...
0
votes
1answer
16 views
change the camera focus using Flex 4 and action script 3
I have developed video chat application for android device using Flex 4 and action script 3. all working fine. now the problem is camera focus. when I using my android device for video chat , the ...
0
votes
2answers
25 views
AS3: How to access data in XMLListCollection using ActionScript3?
I'm using an XMLListCollection for a spark ComboBox, inspired by this link
http://blog.shortfusion.com/index.cfm/2009/4/15/FlexAS3-Custom-ComboBox-for-Countries-with-XML
The XMLListCollection is ...
0
votes
1answer
28 views
Flex: Possible to run multiple instances of a Flex application, each in a different browser window?
Does a Flex application (by default) enable a user to log in more than once, each time using a new browser window or tab, and not run into any shared memory problems? That is, since it's the same ...
0
votes
2answers
35 views
Flex idle application to session time out
In my flex application, I'm using an event listener for session out in idle state.
It's not working for me.
Here is my code:
I have placed below code in a method
...
0
votes
2answers
24 views
Disable alternatingItemColor property for AdvancedDataGrid if the rows are empty
I have a custom AdvancedDataGrid and we use alternatingItemColors property which shows two different colors for rows of the AdvancedDataGrid. Now sometimes the datagrid has 15 rows but only 5 would ...
0
votes
3answers
39 views
Binding issue, unable to bind to property * on class *
I have a class named Student, it has several properties along with the property "isSelected:Boolean"and the class is defined Bindable.
[Bindable]
[RemoteClass(alias="portal::Student")]
public class ...
0
votes
0answers
22 views
How to receive push data from blazeds in flex 4
I am trying to receive push data from blazeds. I found how to send push data from blazeds without any message from client in HERE. Now I don't know how to know from flex that data has been sent from ...
0
votes
0answers
11 views
How to integrate vimeo API in Flex application?
How to list out vimeo user A/c videos in flex application by using vimeo API integration..
Please can anyone share code regarding this..
Thanks.
0
votes
1answer
45 views
Flex4: issues creating CSS file to use with application
I use a file for declaring CSS styles:
/* CSS file */
@namespace s "library://ns.adobe.com/flex/spark";
@namespace mx "library://ns.adobe.com/flex/mx";
@namespace view "com.myviews.*";
@namespace ...
1
vote
1answer
47 views
Why is a static method giving me an error
Call to a possibly undefined method test through a reference with static type Class.
here is my class
package com.singleton.sample{
public class SampleSingleton{
public static function ...
0
votes
0answers
24 views
Flex - Loading components (charts) makes app freezing
When im loading some mxml with a lot of charts, my app freez for 2-3 seconds.
When im trying to put some pieChart its not smooth either.
Im trying to enable BusyIndicator from mobilecomponents.swc ...
0
votes
1answer
29 views
Server-side Flex/AIR app possible?
Are there any clean ways to implement a server-side Flex/AIR app? The basic idea is that a large Flex app would run off a server. A user would then see client-side only the current view of the Flex ...
0
votes
0answers
6 views
Automatic tabbing in FLEX
I have an HTML file which embeds the SWF file. The SWF file is designed in such a way that I have 3 TABS.
In a clustered environment, I need to make the user come to the 3rd TAB directly, but I see ...
1
vote
0answers
23 views
Resize renderers on List resize
I have spark list with horizontal layout and custom renderers. Renderers have different width. I need renderer to be resized, when list is resized (now content is clipped if contentWidth < width).
...
0
votes
0answers
39 views
Video compression using AS3 on Flex 4
Hi I have created a Video Chat application for android mobile phone using Flex 4. but the problem is, when I running the applications the video transmission is very slow. if I reduce some video ...
-1
votes
0answers
15 views
Want to close Alert when user click LogOut button Flex 4
If there are any Alert window opens in the application and user want to logout then open Alert should be closed while logedout.
0
votes
0answers
33 views
Java - Flex 4 AIR 2.0 Native Process
i'm using Flex 4 Native Process to interact with Java to connect to a remote server using PHP.
I tried this example i found on the internet to connect Flex with Java:
Flex:
protected function ...
1
vote
1answer
21 views
Flex where to find alert object in an ApplicationInstance(applicationInstance.systemManager.rawchildren)
As one of my window has popped up an alert and got closed so i dont have its alert object to close.
Found solutions to use applicationInstance.systemManager.rawchildren. But where would i find alert ...
0
votes
1answer
48 views
Stop ArrayCollection from being constantly sorted (sort only once)
I've got a list propagated by an ArrayCollection that holds instances of a model class.
This model class has a class reference to a dictionary that holds stock values. Naturally these values get ...
-1
votes
1answer
55 views
Close Alert box without object in Flex
I have an application which consists of two states(state1 and state2). Intially state1 popups and then state2 popups. On state2 there are numbers of operations which shows alert.
Now if i click logout ...
0
votes
1answer
34 views
Multiple Deselection of rows in datagrid is not working with ItemRenderers in Flex
I have an advanced datagrid.I used itemrenderers for each cell to display text with image.Now when i try to do multiple selection of rows using ctrl key its working fine but when i try do the ...
-1
votes
1answer
35 views
Flex: Syntax Error expecting right brace before right paren
I've written a function which gives me the above error. i checked it but i am not able to find the error. I wrote the following code
public function calculateTotal():void
{
var ...
0
votes
1answer
38 views
Flex Mobile Listen for Event in <s:View>
Is there a way within a Flex Mobile application to listen for events with a <s:View> which is within a <s:ViewNavigator>? Let's say I have the following application structure:
Main ...
0
votes
1answer
23 views
Flex Mobile View Component Access Main Application
Is there a way within Flex Mobile 4.6 to access the main application from within a <s:View> component? Let's say my program looks like this:
Main application:
...
1
vote
1answer
69 views
Alternatives to not having Adobe AIR native extension for desktop Java
Background
We have an AIR client application backed by a Java backend.
In our application, we have a complex data grid that captures a lot of data at once. Each individual data cell may potentially ...
0
votes
1answer
51 views
First View - TabbedNavigator Flash Builder
Using the Tabbed View Navigator Application, I've set up a couple of pages.
<s:TabbedViewNavigatorApplication splashScreenImage="@Embed(source='images/loading.png')"
...
0
votes
1answer
39 views
Flex Components are not getting refreshed
Hi We are using Flex 4 in our project on UI side. On loading the application dashboard, we get a set of pods. We click on a pod and the pod view opens. This pod view contains datagrid with the first ...
0
votes
1answer
45 views
How to keep multiple selection of rows in datagrid after double click in flex
I selected some rows in datagrid programatically then When I edit some field in DataGrid by double clicking I loose all my multi-selected rows. How to keep multiselection of rows after double clicking ...
1
vote
1answer
43 views
how to use front camera using flex4
I have developed simple camera application for Android mobile using flex 4. The problem is , when I run that application it uses the rear camera. It's not using the front camera. How can I change the ...
1
vote
1answer
39 views
Manual drag and drop in Flex 4 while avoiding collision with other draggables
I have a generated application where one part is an exercise where the user has to drag one or more items (text mainly, but images might be possible as well) and drop it into a box as seen below.
...
1
vote
1answer
72 views
Adobe Air: scroller throws error when changes focus between different applications
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at ...
1
vote
0answers
33 views
How to loop over radiobuttons Itemrenderers in datagrid in Flex
Hello can someone help on looping on radiobuttons item renderers in a Flex MX Datagrid?
My datagrid code is as follows:
<mx:DataGridColumn width="20" headerText="isDefault" ...
-1
votes
1answer
28 views
sqlite: Possible reasons for some non-null blob fields returning null?
I am retrieving information from the sqlite database in Adobe Air, but something is amiss. Two of three blob fields (images) are null, when they got images inside the sqlite database.
For instance,
...
9
votes
2answers
122 views
AutoSizing Flex Mobile spark textarea component
I want to make my mobile spark textarea component to wrap all content. I found out mx_internal way of doing this but I'm not able to call mx_internal::getTextField().numLines method - there's no ...
0
votes
0answers
34 views
Adobe Air: why does this DataProvider create error?
I am currently getting an error at line 148 during runtime:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at PlantDB/ResultFill()[C:\Users\usern\Adobe ...
0
votes
0answers
25 views
adobe air data grid, color, picture, overlapping text between each cell
I'm starting to learn Adobe air, I would like to do the following.
what function can I use to add pictures in data grid cell?
what function can I use to fill in each data grid cell with solid color?
...
0
votes
0answers
30 views
Flex 4 Fit image into specific area after applied rotation
Is there an easy or any way to fit Image or BitmapImage component into group or other UIComponent without changing its layout width and height after applied rotation or updated source data? I tried:
...
1
vote
1answer
33 views
Issue with Flex mobile project - bug?
I have a problem with Flash, so that Flash Builder shows an error icon on my project (and I can't run my project) but there's no error I'm sure -> I's working on this project and there's not any error ...
0
votes
0answers
27 views
RadioButton in Flex Datagrid
Hello I want to use radio buttons as a group in 1 column of a datagrid. I have implemented the renderer as shown below but when I click the radio buttons, it does not deselect the others. Can sum1 ...
0
votes
1answer
46 views
Can I Set Spark Image source in CSS?
I want to set image source from stylesheet in flex 4.6.
for Example,
<s:Image styleName="imgDelete" />
Source will be given in CSS...
How can I do this ???
0
votes
1answer
60 views
How to change selected index in Tabbar flex
How to change selected index in Tabbar from ChildExistenceChangedEvent.CHILD_ADD event?
This is the Flex 4.6 sdk code:
public function set selectedIndex(value:int):void
{
// Bail if the index ...
0
votes
0answers
29 views
Flex Error: Access to undefined property
I've written a method in Flex
public function showMenuId(event:ResultEvent):int
{
}
I tried to call the method like this
var id:int=showMenuId(evnt);
But it shows me the above error on ...
0
votes
1answer
68 views
ActionScript3: regex expression for password that checks number of characters
I'm trying to use a regex expression in AS3/Flex4.6 to check for passwords meeting the following criteria:
Between 6 and 15 characters
Must contain at least one lower case letter
Must contain at ...
0
votes
0answers
33 views
How to use databinding with s:GridItemRenderer and anonymous objects?
I have a custom s:GridItemRenderer that contains a single s:CheckBox and is used to display a boolean property of the items in the grid's dataProvider which is dependend on which dataField was set for ...