Questions tagged [flex4.5]

Flex 4.5 is an iteration of the ActionScript and MXML based RIA SDK focused on expanding support for mobile / tablet platforms.

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 set of Spark components replacing MX versions, including:
    • DataGrid
    • Form
    • Image
    • formatters
    • validators

The initial 4.5 release in April 2011 provided support for Android devices. A subsequent release in June 2011 (Flex SDK 4.5.1) added functionality to target both iOS and BlackBerry Tablet OS platforms.

References

Introducing Adobe Flex 4.5 SDK

Flex Blog Announcement of Flex SDK 4.5 Release

Flex Blog Announcement of Flex SDK 4.5.1 Release

1372 questions
-1
votes
1 answer

Global Variables and GlowFilters is not working

Good day all, I m new to actionscript3 , and I cant solve few problems on my code. The first problem is glowfilter is not run. According to my research glowfilter 's alpha is set like that but , when ı click true answer it do not response. But the ı…
-1
votes
1 answer

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
votes
1 answer

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. Please provide solution. these are my two datagrids.
-1
votes
2 answers

How to retrieve a value from a node of XML in Flex 4.5

My node is: It is stored in item:Object I have to retrieve MATL_GROUP from it. Please provide me solution.
-1
votes
1 answer

How to remove Flex IFrame while loading a new module?

I have an application (container) within which modules are loaded using a module loader, when a menu item in the application is clicked. Within one of the modules, I have an iframe which is created and added dynamically when the user clicks on a…
-1
votes
3 answers

Open new Tab or browser tab on click in flex 4.5

I am new in Flex. I have a Advance data-grid. I click on column in advance data-grid, stage1 get open with filled data using WSDL. I want to open stage1 in new tab or new browser tab with filled data using WSDL. like that if i click on 10 times on…
Rock with IT
  • 361
  • 3
  • 5
  • 14
-1
votes
1 answer

How to launch 2 applications in Flex mobile?

I am building 2 applications in flex mobile. These applications should communicate together (a kind of chat system). My problem is that I cannot run 2 applications in Flex Builder at the same same: any time I launch one instance, the other instance…
yarek
  • 11,278
  • 30
  • 120
  • 219
-1
votes
1 answer

how to save a text file automatically in flex when the text area is changed/edited. please help me

I had a situation like.... I need to save a text area field in the form of .text file automatically when ever the text area is changed/edited. Please some one help me. Thanks in advance
dam
  • 33
  • 11
-1
votes
2 answers

Push notification in flex

Guy's i'm building mobile application with flash builder using flex so while reading about the push notification I've stopped on this link Lately Google deprecated Android Cloud to Device Messaging (C2DM) and C2DM will accept no new users.C2DM…
Ram
  • 11
  • 1
  • 3
-1
votes
1 answer

Save form data to MySQL DB - FLex + Java

I need to connect my Flex front end to a Java backend. I need to save some form data to MySQL. The FLex front end has 2 form fields namely Name and Age. When the user clicks on the button i need it to be saved in a MySQL DB. Can someone help me. I…
Illep
  • 16,375
  • 46
  • 171
  • 302
-1
votes
1 answer

User upload content

I wanted to crate an mobile app (using Flex) that let user upload some user generated content (eg. Text, Picture) to my website and also able to display/view it on the website as well. I don’t much on the back end (web programming, website…
jameslcs
  • 265
  • 2
  • 8
  • 25
-2
votes
1 answer

flex : regular expression for accepting only numbers, letters , white spaces

I want to write a regular expression to check string that contains only letters,digits,spaces,# and the string length should be minimum 10 and maximum 29 and string should not begin with blank. please help me
Prabhu M
  • 3,534
  • 8
  • 48
  • 87
-2
votes
1 answer

Fill in the blanks questions in flex using action script

I need to create a fill in the blanks component dynamically. Question text will be retrieved from XML. For Example (some text ____________ some text). The Underline portion should have a text input. The question text will be dynamically loaded and…
-2
votes
1 answer

I want to run in android mobile my code for PDF viewing from url in to flex mobile application using ActionScript 3.0

protected function printBtn_clickHandler(event:MouseEvent):void { var webView:StageWebView = new StageWebView(); webView = new StageWebView(); webView.loadURL("https://www.bobcards.com/images/pdf/Annexure_d.pdf"); …
Manish
  • 1
  • 2
-2
votes
1 answer

How to open a mxml page on a button click event in Adobe flash?

I have 2 buttons on my main page (main.mxml). When i click on btn1 it has to show btn1_main.mxml , and similarly on click of btn2 I want btn2_main.mxml. Both these btn1_main.mxml and btn2_main.mxml are in ./components I have created event…
1 2 3
91
92