Flex 4.6 is for issues in version 4.6 of the Flex SDK. Flex SDK is an open source framework for building and maintaining mobile applications and also web applications that deploy consistently on all major browsers, desktops and operating systems.

learn more… | top users | synonyms

1
vote
0answers
474 views

Flex 4.6 Popup Menu using ItemRenderer and RadioButton

<?xml version="1.0" encoding="utf-8"?> <s:VGroup xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" width="300" height="300" ...
0
votes
1answer
91 views

Set datechooser “event” based on “if”

I have a dateChooser in an app I'm working on; the app is to submit time cards. I'm trying to figure out a way to set a color based on number of hours submitted -- i.e. red for less than 8, green for ...
2
votes
2answers
3k views

Away3D Context3D not available

I'm checking out Flash's 3D capabilities with Away3D, and I'm following the tutorial here. I've run into a major problem though. Everytime I run my project in the browser, I get this error: Error ...
1
vote
1answer
323 views

Swap between images based on if statements in Flex 4.6

I'm working on a project and I have 5 images in a row. These images need to change (red, yellow, green) based on the outcome of an if, if else, else statement. I have some javascript that will do it ...
1
vote
1answer
200 views

Flex 4.6 transform generic Object to Class Instance

Hey when I have an "Object" instance that doens't belong to any other class, how can I cast this to a class instance? Example A simple User class public class User { public var name:String; } ...
0
votes
2answers
597 views

Flash Builder (Mobile) - Dynamic Web Service URL

For my Flash Builder 4.6 Project I have a http service defined which looks at a url from our website. What I'd like to be able to do though is to change the web service url on the fly within the ...
0
votes
1answer
568 views

how to read SD card data in android mobile application?

I am building an android mobile application in Flex 4.5, Which will read some data from SD card and display data in container like image. But i am not able to access SD card in flex mobile ...
0
votes
1answer
122 views

how to display the selected number of items from the list in flex 4.6

I am having a list which contains 20 items and I am having 4 buttons which are button1, button2, button3 and button4. Now I would like to display the first 5 items of the list when I click on the ...
0
votes
1answer
687 views

Flex/AIR Mobile: TabbedViewNavigator selectedIndex not working

I have a Mobile Project in FB 4.6 with a TabbedViewNavigator. I have 4 buttons at the bottom, which are ViewNavigators, and act as the Tabs. For this instance, lets say the tabs are labeled, HOME, ...
1
vote
1answer
142 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 ...
1
vote
1answer
377 views

How to integrate google+ in a flex mobile application

Anybody know how can integrate google+ in a flex mobile application. While i tried to authenticate with google+ getting an error like text="Error #2032: Stream Error. URL: ...
0
votes
1answer
287 views

Google+ api for flex air mobile

I am new in flex air mobile application and this is my first project. I want to know about google+ api for flex air mobile. Any documentation or tutorial available for this? Its urgent.
1
vote
1answer
351 views

Flex Mobile Tab Not Working

I am trying to make an mobile flex application that has tab order enabled. I am trying the following simple app and I am not getting any functionality from the tab key both in an emulator and on an ...
1
vote
1answer
373 views

Flex Mobile StyleableTextField Truncate Text Based on Orientation

I am creating an ItemRenderer for a list component in a Flex application. In my item renderer I have a StyleableTextField which contains a short description of the current item in the list. If this ...
0
votes
1answer
289 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: ...
0
votes
1answer
191 views

Compiling Flex Air apps for PC, Android and Mac from one codebase?

I would like to use Air to build for PC, Mac, Android, Ios. Is it possible to do this from a single code base as Adobe Suggests. Or will I need to maintain 4 separate builds? Some guidance would be ...
1
vote
1answer
1k views

Flex 4.6 TabbedViewNavigatorApplication navigator

I am new to mobile development with Flex, and there is one basic piece of information with which I cannot find an answer. My main application extends the <s:TabbedViewNavigatorApplication> ...
0
votes
1answer
765 views

Adobe Flex 4.6 WebService request timeout

The code to get connected to my WebService (Lotus Notes Database) is created by the Flash Builder over "Data/Connect with WebService...". All works fine, but I have a problem to increase the request ...
0
votes
3answers
2k views

Push notification for Iphone App using Flex mobile developement

Iam working with a flex mobile project which requires push notifications for both android and ios .Already done the android part using flex native extensions adding ane file. Interested to know about ...
0
votes
1answer
496 views

How do I use selectedItem from dropdown to populate linechart in FlashBuilder 4.6

I am using FlashBuilder 4.6, coldfusion 9 and Sql Server 2005 to populate a line chart with one individual's data by year. This works fine if I use a fixed string in the data provider, but I want to ...
1
vote
1answer
296 views

How do I remove the facebookWebView after logging in? Flash Builder 4.6 ios development

After the facebook button is pushed, the user logs in and then that webview immediately goes to the facebook mobile site. What I need is for that webview to disappear so I can continue interacting ...
0
votes
1answer
751 views

Adding A Date Picker For Mobile Project Flash Builder 4.6

This is my code for my UI i am currently using, i would like to add a date picker for android into this code. The field that has the Id="datepicker" is where i am looking to add the date picker. Also ...
0
votes
2answers
317 views

Show A Total using Numeric Input Fields in Flash Builder 4.6 Mobile Project

I am new to Flash Builder but so far everything is going good. What i am trying to accomplish is using 5 numeric input fields that calculates a total. First of this is a mobile project i am trying to ...
0
votes
0answers
541 views

Adobe AIR Debug Launcher has stopped working when profiling application

I'm trying to profile my mobile application under FB4.6 win7 64bit. But I've got error: "Adobe AIR Debug Launcher has stopped working". Cant find any solution. Please, help. Problem signature: ...
3
votes
0answers
217 views

Does the latest Flex SDK support iOS 5.1?

We developed an iPhone app using Flex SDK 4.6 some months before and it worked fine (although it is slow). However, today the app cannot be installed after users upgrade to iOS 5.1. Does the ...
1
vote
1answer
221 views

Enabling drag move in Spark List while not allowing copying elements using ctrl+click

I'm having an issue with a Spark List control in a Flex 4.6 AIR app. It's a screen with a single List that we want the user to be able to reorder the items in the list. I am able to get the ...
4
votes
1answer
1k views

Text input text is not shown unless it is focused in flex 4.6 android application

I am developing an AIR application for android using flex 4.6 and air 3.1.In the application i have a view in which there is a textinput and a search button.After typing some text and clicking search ...
0
votes
2answers
498 views

How do I deselect all checkboxes in Flex 4

I am trying to deselect all checkboxes on a button click. I've tried creating a binded boolean variable like this: [Bindable] public var allselected:Boolean; and then on my checkboxes: ...
0
votes
0answers
94 views

Why does setting a property of a skin part that is NULL fail silently?

I've created a custom component and declared a skin part: [SkinPart (required="true")] public var label:Label; During component initialization I set label.text to 'foo': protected function ...
0
votes
1answer
2k views

Flex 4.6 Mobile Custom IconItemRenderer for List component

I want to create a custom IconItemRenderer for List, which looks something similar to this --------------------------------------------- 1-179503881 3/13/2012 I am ...
0
votes
1answer
146 views

Flash Builder Localhost works 100% Remote Host just shows title of Object for every entry

I have finally gotten my Flash Builder to look at my remote services but now I have a problem that my Remote information, which should be the same except for alot more entries, just displays each ...
0
votes
1answer
232 views

Alt+charkey combination in TextInput flex 4.6

I am working on one enterprise app. In that, I need to open one popup on one shortcut key, which is the combination of Alt+AnyCharKey. So when I press that key with Alt, for different char keys, ...
0
votes
2answers
446 views

Select an FXG file at the runtime - by its name

I have a test case demonstrating my problem. It runs instantly, when you add the following 4 short files into a new Flex Mobile project in Flash Builder 4.6: src/TestFXG.mxml: <?xml ...
0
votes
1answer
89 views

How to PopUp a keyboard on runtime

Hey i'am building apps with flash builder 4.6 for mobile development and on the runtime the keyboard did not appear. So what to do to show the keyboard ?!
0
votes
1answer
705 views

Using FXG graphic in a Flex mobile app works with MXML, but not with ActionScript

I have read the Adobe's docs Using FXG and Embedding application assets, but can only embed the FXG through MXML - MyStars.mxml: <?xml version="1.0" encoding="utf-8"?> ...
0
votes
0answers
141 views

How can I rewrite a single file in a .zip archive using AS3/Air?

I'm working on an app in Adobe Air that allows users to edit the contents of a specially formatted ZIP package. I want to let the user save a single file back to the ZIP without having to unpack, ...
0
votes
1answer
456 views

Flex 4.6 Increasing Socket Receive Buffer Size

I am having an issue with sockets where the data I'm sending is getting truncated on the client side (Flash/Flex). The data that is sent by my server is full and in tact, but flash does not wait the ...
0
votes
0answers
203 views

AIR 3.2 upgrade broke my application

I have an app for real-time stock data written in Adobe AIR. The app has a user base of subscribers of about 300 people. It had been released for about a month with no issues to speak of other than ...
0
votes
0answers
282 views

Modifying a spark.components.DropDownList to act like mx.controls.PopUpButton

Is it possible to add a "push button" functionality to Spark's DropDownList? (I.e. you select an item from the list and then click at the "main button" to dispatch an event). Can this be achieved by ...
0
votes
1answer
142 views

Scroller Event Issue - Urgent Help Needed

I am facing a really very serious issue, will using Scroller Container in Flex 4.6 Mobile Project. I am not able to capture the Scroll Event. I believe they have remove the scroll event from Flex 4.6 ...
2
votes
1answer
400 views

How to ensure that the popUp always displays above the PopUpButton? With test case and screenshot

Few users of my Flex 4.6 web application are complaining, that the mx.controls.PopUpButton at the right bottom corner of it sometimes opens a List underneath it and is thus unusable (I can't reproduce ...
0
votes
0answers
632 views

Flex 4.6 Datespinner hour spinnerlist width

I'm using flex version 4.6 to develop an android app. The datespinner seems have some issue as the hour spinnerlist doesn't show the double digit (10, 11, 12). I tried to set width to the datespinner, ...
0
votes
1answer
319 views

Anything similar to a parent view with sub-views in flex 4.6?

Is there any way to create a parent view with sub view system in flex? For example I need to create an application that computes insurance rates for different products. All products need to have the ...
1
vote
2answers
480 views

How to create a Flex image with transparent border and rounded corners?

I have a photo in a Flex project: <s:Image source="@Embed('images/photo.png')" /> But now I'm wondering if I can make this image as the image below, in Flex (4 / 4.5 / 4.6) (in MXML ...
1
vote
0answers
424 views

Flex Embedding Roboto Font - Transcoding error?

I've spent hours on this and it makes no sense to me. I'm really hoping someone can help me out. The code below will not compile because I get: -unable to build font 'robotoRegularNoCFF' -Unable ...
1
vote
3answers
480 views

Flex Mobile : How to skin view?

I would like to know if it's possible to skin view for my Flex mobile application : My ActivityView.as public class ActivityView extends View My ActivityViewSkin.mxml (It skin associated) ...
0
votes
1answer
362 views

Mobile App Using Remote Web Server

I must say that I am reaching the end of my tether with Flash Builder and Flex. Firstly, I have built this wonderful app that I want to start using but it is data driven meaning that when I built it, ...
0
votes
1answer
219 views

Flex 4.6 hasOwnProperty not working

I upgraded my project from Flex 4.0 to Flex 4.6 and everything seemed to work no major errors. But all of a sudden: I get TypeError: Error #1009: Cannot access a property or method of a null object ...
1
vote
1answer
145 views

Flex Mobile label underline single word

The spark label in Flex Mobile doesn't supprt the htmlText, so how can I e.g. underline a single word in a Flex Mobile spark label??
1
vote
1answer
345 views

Extending PopUpButton and using it in a Flex 4 web application

In my Flex 4.6 web application I use mainly spark components, but there is also an mx-component - a PopUpButton extended by me (the source code is below). Users report problems with that button, but ...