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.
1
vote
1answer
103 views
How to maximize a spark.components.Callout? Screenshots attached
How to maximize a Callout, so that it takes the maximal available space at the screen?
I'm trying to display a ViewNavigator in a Callout and while it works, the displayed View is too narrow:
In ...
1
vote
1answer
76 views
How to detect the click in the middle of a SpinnerList control? With test case and screenshot
How do you detect the click at the item in the middle of a SpinnerList control?
I.e. the typical situation - when user scrolls the SpinnerList, until the needed item is in the middle and after that ...
1
vote
1answer
177 views
Would anyone be able to guide me in a Flex 4.6 sql issue?
I am currently following a training video to learn Flex and I am trying to stay as close to the video directions as possible, I have been trying to figure out how to fix the error
Error #2044: ...
1
vote
1answer
153 views
How do I rotate StageVideo 90 degrees
I have a mobile application that I am going to allow for landscape mode when you are playing stagevideo.
I'm farmiliar with creating a veiwport and getting stagevideo to play on ios. I am detecting ...
1
vote
2answers
539 views
Convert flex web project to flex mobile project
I have a flex web project and I want to convert it into flex mobile project. What is the best way to do it. I know this is not recommended, however it is possible?
1
vote
1answer
448 views
drag image over image and positioning dynamically in flex mobile
I'm using Flash builder 4.6 for mobile applications. I need to drag an image over another image in a container and I have to initially position the draggable image with dynamic positioning by getting ...
1
vote
1answer
366 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: ...
1
vote
1answer
358 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 ...
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> ...
1
vote
2answers
464 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
1answer
338 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 ...
1
vote
1answer
122 views
Removing the group summary field from AdvancedDatagridColumn
I have a AdvancedDataGridColumn with custom itemrenderer which displays undefined in the group summary field. How do I get rid of it? I have included the code and a screenshot
...
1
vote
1answer
175 views
Flex: when to create a custom component and when to create a skin?
I don't see the difference between both cases. It began when I wanted to have some special list (e.g. with some navigation or title on the top). But then I didn't know what to do, should I extend List ...
1
vote
1answer
850 views
Flex 4.6 hostComponent no longer Works?
hostComponent seems to have stopped working as it used to before. If I create a custom comp based on lets say SkinnableContainer and apply default skin I am unable to see co hinting for ...
1
vote
1answer
4k views
Using mx.charts in a Flex mobile project
Adobe states that Charts are supported in mobile projects but when I try to change the following working files (created project with File - New - Flex Mobile Project - Google Nexus One):
MyTest.mxml:
...
1
vote
0answers
20 views
Flex mobile: waiting view is rendered before pushing the new view
This is a big problem I have, especially with non-embedded images:
After a navigator.pushView some elements are rendered DURING and AFTER the transition is occurring. Causing transition jittering and ...
1
vote
1answer
61 views
How do I completely exit a Flex 4.6 Air mobile Android app?
Ive been trying to add a button to properly exit an Android app, built using Flex 4.6. I have used the command NativeApplication.nativeApplication.exit(); which seems to work on the emulator, and ...
1
vote
3answers
53 views
Android ignores the autoOrients setting in XML after reloading app
I have a small problem with my Android app.
Within my control XML i have
<autoOrients>false</autoOrients>
<aspectRatio>landscape</aspectRatio>
and this works also on the ...
1
vote
0answers
20 views
Connector for connecting two diagram in flex4?
I have drawn a connector connecting two diagram but i am not able to select connector so that i can perform operations like copy paste resize.But i am able to select diagrams.Please guide me......
1
vote
0answers
43 views
swap 2 values in a flex spark list with animation
I use Flex4.6
<s:List useVirtualLayout="false" dataProvider="{questions}" itemRenderer="myrender" />
My goal is to swap 2 items of the list and include a slide animation between them.
...
1
vote
0answers
14 views
How to select all display object drawn on group container on mouse drag?
I'm using actionscript3.0 and flexbuilder4.6.I am unable to select object drawn by pencil on group.suggest me right direction.
1
vote
0answers
24 views
How to select diagram drawn by pencil on group so that user can resize and rotate it?
I have drag some diagrams from Diagram palette and some diagram drawn by pencil.Please suggest me the right flex code.Please help me.........
1
vote
1answer
64 views
Can not able to download image from web in flex mobile app
I want to download an image from URL to my Mobile using Flex Mobile. I have found This and tried this:
<?xml version="1.0" encoding="utf-8"?>
<s:View ...
1
vote
1answer
232 views
flex 4.6 pom file depency is not resolving
I am trying to convert flex 4.6 project into maven Following is my pom.xml
<build>
<sourceDirectory>src</sourceDirectory>
<plugins>
...
1
vote
1answer
162 views
Flex DataGrid not wanted DataTip appears
Attached you will find a small project to show the issue, there is a screenshow as well in the zip.
http://imageshack.us/photo/my-images/21/screenhunter50jan140842.jpg/
Uploaded with ...
1
vote
1answer
126 views
highlighting mx:datagrid individual cell on drag event
I'm new to flex and recently assigned a project where I need to work on datagrid to make it able to highlight individual or multiple (but adjacent) cells based on the item being dragged from a list. ...
1
vote
1answer
110 views
Where does spark SWFLoader store the loaded file?
I'm building two AIR apps - desktop and mobile.
When using the spark SWFLoader to load a remote SWF file, the desktop app seems to cache the file when loading for a second time (progress jumps to ...
1
vote
1answer
116 views
Flex4.6 mobile binding for textInput does not work when used multiple time in a callout
I'd like to use a callout to allow a rename.
The callout contains a textInput (embedded in component) which is populated via binding.
The callout is opened with a different text each time. ...
1
vote
1answer
63 views
ColumnChart: how to get rid of shadow behind columns?
I have few questions about ColumnChart please (screenshot and code below):
How to get rid of the shadow drawn behind each column? I've tried adding <mx:filters /> but it hasn't helped
How to ...
1
vote
1answer
140 views
i couldn't find s:datespinner component in flash builder 4.6 Flex 4.6
i couldn't find s:datespinner component in flash builder 4.6. it uses flex 4.6
i tried the below code
<?xml version="1.0" encoding="utf-8"?>
<s:Application ...
1
vote
1answer
112 views
embedded resources with incremental build provokes runtime exception with Flex 4.5 and 4.6
When I compile my application with ant and incremental build, the embedded images provoke runtime exceptions.
[Embed(source="/assets/logo.png")]
[Bindable]
public var logo:Class;
<mx:Image ...
1
vote
0answers
57 views
Different Behavior found when compile option - keep-generated-actionscript (SDK 4.6.0)
Is [Bindable] meta tag need to be added in the subclass if the [Bindable] property is overridden?
ParentClass
[Bindable]
public get enabled: Boolean
public set enabled(value:Boolean)
SubClass
...
1
vote
0answers
45 views
TextArea in Flex 4.6 on Android not showing
My Text Areas sometimes show sometimes dont, if I go to screen saver and back then they show.
Any ideas how to get ride o this behavior?
Regards
Craig
1
vote
0answers
100 views
How to get flex 4.6 mobile application as SWF?
I am running a flex mobile application. The goal is to create a SWF file from the same project without having to rewrite a new project.
I followed this tutotial
mobile flex to swf
But this gave me a ...
1
vote
1answer
162 views
monetization methods for adobe AIR mobile apps
I am developing android apps usin adobe flash builder with sdk 4.6. can anyone please tell me what are monetization methods I can use apart from Admob.
I used to use airpush and startapp with android ...
1
vote
1answer
60 views
Fisheye Menu for AIR application
I am trying to implement FIsheye menu in an AIR application using flash builder 4.6. I am using the bitmapTile.as class to load an image into the item-renderer. can anyone please tell me how the data ...
1
vote
1answer
98 views
Does Adobe iOS packager work on linux?
We use ant command line script to build ios flex application via adt (flex 4.6 air 3.3).
Sample:
<java jar="${FLEX_HOME}/lib/adt.jar" fork="true">
<arg value="-package"/>
...
1
vote
1answer
206 views
Reorder list rows in flex mobile app
How can I let the user reorder the rows of a list in a flex mobile app?
You know, you see it a lot in native iOS apps. Usually you hit an Edit button at the top of a list view. Each row then gets a ...
1
vote
0answers
467 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" ...
1
vote
1answer
186 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;
}
...
1
vote
1answer
291 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 ...
1
vote
1answer
212 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 ...
1
vote
0answers
418 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
463 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)
...
1
vote
1answer
139 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
0answers
285 views
cannot access property or method of a null object reference(navigate.push view)
<?xml version="1.0" encoding="utf-8"?>
<s:View
xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="
library://ns.adobe.com/flex/spark" title="Horizontal Paging" xmlns:views="views.*" ...
1
vote
1answer
418 views
Flex Mobile: TabbedViewNavigatorApplication with tab on top (Android style)?
Working on an Android app with FB 4.6, I would like to have the tabbar on top of the screen.
Moreover, I would like to have the so called 'TitleBar', at the bottom of the screen and the possibility ...
1
vote
1answer
295 views
cannot find mx:DateChooser in Flash Builder 4.6
http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7d9b.html#WS2db454920e96a9e51e63e3d11c0bf63b33-7fd3
Shows that mx:DateChooser control can be used in Flash Builder 4.6
I ...
1
vote
1answer
273 views
Flex 4.6: How does Air Application writes flat image like qemu-img?
I would like to write and update a flat image like qemu-img.
I have coded this fsFile.as
package com.bytehost.snakemedia.utils {
import flash.utils.ByteArray;
public class fsFile {
...
0
votes
1answer
2k views
How do I get itemDoubleClick event in spark DataGrid?
Recently I am working with Spark DataGrid.
Before I was using AdvancedDataGrid. In that I was capturing itemDoubleClick event.
But I am not able to find such a event in SparkdataGrid.
So I want to ...
