Notable areas of focus compared to version 4: Developing mobile and multiscreen applications Accelerated coding for Flex and ActionScript projects Support for an improved designer/developer workflow (Flash Builder <-> Flash Catalyst) Updated platform support and improved performance Expanded ...
0
votes
1answer
12 views
modify flex spark scroller to scroll by page, with easing
I have modified the scroller skin for my VScrollBar per Steven Shongrunden's excellent article http://flexponential.com/2009/10/09/changing-the-position-of-the-scroll-bars-in-a-spark-list/ so there ...
0
votes
0answers
9 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
0answers
10 views
how to write data in SD card in flex mobile application?
I want to copy a file/folder from app-directory to SD card when application initialize. I used all three ways of writing data in flex. Please follow the code below:
var sFile:File = ...
0
votes
0answers
3 views
Flex with Presentation model
How to control videodisplay functions like videodisplay.stop, pause(), close etc from the presentation model?
But I need to control it from Presentation model.
Custom events is not my option, as that ...
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
1answer
27 views
How to access NativeWindow's wrapper class (mx:Window) property from NativeWindow object
Lets say I have Window component named myCustomWindow. Then I create new windows with:
var newWindow:myCustomWindow = new myCustomWindow();
newWindow.open();
myCustomWindow has public property ...
0
votes
0answers
35 views
Load Dynamic (constantly changing) XML Data to List in Flex
I have an XML file which changes after every one minute or precisely speaking data(nodes) in the XML are modified or added.
I want to Display the simple XML data in a List which is refreshed ...
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
2answers
32 views
Create combobox with non selectable separator
I'd like to custom combobox.
Indeed, I like to create a combox with two array separate by a line like that.
The line between All and above 40 must no selectable.
Do you know how to do that?
...
0
votes
0answers
56 views
Pinch to zoom independent axes in 4.0 ice cream sandwich
I developed a mobile app inside Adobe Flex (4.6) and it includes using pinch-to-zoom functionality to zoom in on pictures to make it easier to read words in the pictures. In previous android versions ...
1
vote
0answers
30 views
Flash Builder, export release build error
I am unable to do an export build for an Apple ios from flex.
I get the following error when i try to export.
how do i get around this error.
Also i able to successfully export for android.
0
votes
0answers
13 views
Make item editor editable of the advancedatagrid in flex
i have a advance datagrid in which i have 2 columns and every row of the column is a item editor
now i want to edit the row cell on double click i tried various things to make it editable
some of ...
0
votes
0answers
7 views
Building a designing application using Flex
I am new to Flex application development. I want to develop a web related design tool. An example can be seen here
Can anyone suggest me where can I start learning to build an application like this. ...
0
votes
0answers
13 views
Different Buttons in Spark ButtonBar & Tabbar
I need sprk ButtonBar & TabBar with n number of buttons be each different in look & feel to other. And how to put separator bar on desired intervals.
Thanks in Advance
0
votes
1answer
28 views
Why my grid layout is too strange
I try to understand how work gridlayout and I'm very desapointed by the result.
Indeed, my layout doesn't apply width GridItem.
For each mx:GridRow, GridItem total colspan is 6.
At first GridRow, ...
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 ...
0
votes
0answers
8 views
Setting the height of the tabs in the Tabbed View Navigator in a Flex Mobile Project
Is the a simple and quick way ( with skinning the entire app ) to set the height of the tabs at the bottom of the tabbed view navigator in a flex mobile project?
1
vote
1answer
39 views
Why do Flex mobile components layout their contents twice?
I'm using IconItemRenderer in a mobile project. I placed some logging in the class and noticed that layoutContents was being called twice for each item when the view was being created.
I have also ...
0
votes
1answer
17 views
Flash Media Gateway with SIP refer
I am trying to find out if the Flash Media Gateway (an add-on for Flash Media Server that supports Telephony integration) is capable of supporting the SIP REFER verb. In the current environment we ...
0
votes
0answers
27 views
Flex component to identify phone number and email ids in a multiline string
This is for a Flex 4.5 MOBILE APPLICATION.
Any ideas on how to implement a Flex view which does the following;
Recognizes the phone-numbers in between a bunch of text (20-30 lines), when the user ...
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
65 views
Passing a SelectedItem's Info to an ItemRenderer
Right now, I have am working with two views, a Guest view and GuestDetails view; the Guest view utilizes an ItemRenderer to populate a list with guests and descriptions from XML. When a user clicks on ...
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
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
0answers
18 views
Please help about SWFLoader security
I have a Flex4.5 application who run on Flash Player.
I'm uploading a swf file by FileReference controls, then preview it by SWFLoader controls.But I do not want the action script in uploaded swf can ...
-1
votes
0answers
35 views
How to make flex panel draggable inside a php page [closed]
I have created a flex video chat component i have to place my chat window inside a php page. I need to drag the flex video chat component over the php page. How can i achieve this?
0
votes
1answer
136 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
19 views
Detect which poi is clicked in mapquest flash
So i am trying to get a workaround solution on the problem of mobile mapquest not supporting infowindows with flex components. i managed to create a custom handler for the pois. however i cant figure ...
0
votes
0answers
36 views
How to dynamically assign displayName in lineseries - tooltip & displayName shows [object Object]
This flashbuilder 4.6 application displays a single lineSeries on a line chart based on a chosen name from a dropdown list and the lineseries data shows fine. However, the tooltip shows [object ...
0
votes
1answer
24 views
How to enter the Drop Down List Id into the sqlite database from in Flex mobile application for playbook?
Please do some help , I am not able to enter the Database Id into the Sqlite database in my flex mobile application. Below is my Code:
<fx:Script>
<![CDATA[
[Bindable]public ...
0
votes
1answer
23 views
How can you use popView in a view navigator app to return to the previous view?
Obviously poptoFirstView returns the user to the firstView. But say I want to just return to the previous? Yes, I know the user has the back button on their mobile device. But for usability sake. ...
0
votes
0answers
34 views
Flex NativeWindow changes window position after opening
I have opened a nativewindow in center.This works fine on windows But on MAC it intially opens at center for few milliseconds and it then moves to top-Left position.
var aboutDialog:AboutDialog = new ...
0
votes
0answers
48 views
Flex:How to draw a line outside the drawing plot
I have a chart which drawing contineous line.
How to put a point outside the charting plot and connect it with a point inside the charting plot ?
1
vote
0answers
51 views
Flex AdvancedDataGrid Drag Drop select item on hover
Flex AdvancedDataGrid, While dragging the item,i wanted to select the item beneath the dragging item.
Same like when we open explorer of windows and try to move a file while moving the directories ...
0
votes
0answers
15 views
Air - mx:tilelist allowMultipleSelection and drag drop
I work with Flex 4.5.
I created a component with mx:tilelist. Yesterday, I added allowMultipleSelection properties, and now drag and drop inside this tilelist dont't work, do you know why?
...
0
votes
0answers
56 views
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
0answers
40 views
Gapless playback in flex video player
Is there any way to customize flex video player as gapless video player with common time line.
Any idea.
Any web link or code sample would be appreciated.
0
votes
0answers
32 views
Mobile Flex 4.5
This is the error..
ReferenceError: Error #1069: Property source not found on valueObjects.Doc and there is no default value.
at ListDetailsRenderer1/dataChangeHandler()[C:\Users\L31206\Adobe Flash ...
0
votes
1answer
84 views
How to add a controlbar to the Flex Spark Panel component just below to the title bar
I am trying to add a controlbar to the Flex Spark Panel component just below to the title bar. It is to works as the controlbar of the spark controlbar. So that I can add components to the To ...
0
votes
0answers
19 views
Change the default border width for Flex4 components when in error state?
I'm currently using a set of validators on a variety of spark TextInput instances and DropDownLists.
I'd like to uniformly have all of them increase the thickness of the red border when in error ...
0
votes
2answers
79 views
communication with stagewebview
i am using StageWebView for displaying the html contents in my flex application,since i have to display another application( which was developed in html5 ) in my flex application.now i need to get the ...
0
votes
1answer
70 views
I get 91.199999 instead of 91.2 when multiplying 15.2 * 6 [closed]
Possible Duplicate:
Is JavaScript's Math broken?
Round Number problem flex
I am having a problem with flex 4.5. I want to multiply 15.2*6, but instead of getting 91.2, I am getting ...
0
votes
1answer
39 views
can I use javascript libraries such as turn.js inside a Adobe Flex project meant for desktop AIR app?
I want to have a turn effect for several images in an Adobe Flex 4.6 project meant for desktop AIR app.
I have come across http://pageflip.hu/ and http://www.megazine3.de/home.html but I am looking ...
0
votes
0answers
49 views
Converting Flex Application to A View
I am attempting to convert the scheduling sample 1 of Flexlib into a view.
https://github.com/flex-users/flexlib
When I placed it in a view, I was having an issue with this line:
...
0
votes
1answer
28 views
how to convert externalXML to arraylist in FLEX
only those xml tag having data need to be placed in an arraylist ,which will act as a dataprovider for a datagroup.
Can anyone pls help in achieving this task...Thanks in advance
0
votes
0answers
33 views
How should I create a horizontal list of links such that overflowed links are still available through a dynamic dropdown menu at the end of the list?
I want to be able to create an list of links (or buttons) such that when there is enough horizontal space all links are shown. When there is not enough horizontal space the overflowed links will ...
0
votes
1answer
37 views
Get all elements in a group
How can I access the TextInput value in this example?
I'm using Flex 4.5
<s:VGroup id="qItems" width="100%" styleName="qMain">
<s:HGroup id="id_1"><s:TextInput id="total_1" ...
0
votes
0answers
53 views
Embedded fonts not displaying when building via mxmlc
I have a flex 3 project and I'm trying to upgrade it to flex 4.6 sdk. I have a number of embedded fonts in my application. These display fine when I build via Eclipse/Flash builder. When I build using ...
0
votes
1answer
32 views
returnKeyLabel not working on Flex Mobile
I am using returnKeyLabel on a flex TextInpout but it is not working. It doesn't shows up what I set. Any idea what might be the issue? Do I need to set any special skinclass for this? I am testing on ...
0
votes
1answer
47 views
Flex 4.5 mobile deploy php/sql
So im building an application for android and iphone and im almost done so i decided to start testing on a remote server. However when i change the parameters for the remote server I get a 404 error ...