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

Substring in flex3

I want to use substring in flex side like eg:- m having sm no like 0001A,0287393A,22839A,etc i need to use substring for numeric only and chop character value. Or else if you have sm other idea beside using substring can share much appreciated
Ansuman
  • 23
  • 5
-2
votes
1 answer

Any tutorial for onenote api integration for cross platform mobile app dev using Flex builder?

I tried to google but could not find any tutorial which can give a head start on using MS Onenote api with Flex builder 4.6. Can anybody help me get started by pointing to a online tutorial or any other solution is also welcome. I have an existing…
user801116
-2
votes
1 answer

what happens if i rename namespace in flex?

I need a Clarification, regarding Flex. what happens if i rename namesapace in
Aravinth
  • 363
  • 2
  • 10
  • 33
-2
votes
2 answers

Google Earth integration inside Adobe AIR application?

Is it possible ( and how if it is ) to integrate Google Earth inside Adobe AIR application ?
Yordan Yanakiev
  • 2,546
  • 3
  • 39
  • 88
-3
votes
2 answers

Flex 4 VGroup.getElementAt() returning id of element

In our code we are dynamically adding checkbox into a vgroup. code follows something like this FLEX 3::: var tempVBox:VBox = new VBox; var tempCheckbox:Checkbox = new…
-3
votes
2 answers

How to set limited no of character in a line of textArea in flex

I want to set 40 character per each line in textarea. Once the user enters 40 character he should comes to next line.
Ansuman
  • 23
  • 5
-4
votes
2 answers

Corner Radius for Hover Rectangle

How can I set something like corner radius for the default rectangle which appears when an item is hovered?
fm_strategy
  • 191
  • 1
  • 1
  • 8
1 2 3
91
92