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

Can user disable sharedobjects in flex?

Can user disable SharedObjects in flex, just like as they do in case of cookies? And flex application can always store sharedobjects successfully in user's pc without getting any access denied error? I f this is the case will flex application will…
Pradeep Simha
  • 17,683
  • 18
  • 56
  • 107
3
votes
1 answer

Amfphp And Flex4.5 very simple login system

I am trying to create a login screen in flex and I am sending my variables through amfphp and when I run this query I get no returned data. When I pass values to the browser of amfphp I can see that a row is returned. Can someone explain what I'm I…
3
votes
5 answers

StageWebView Lack on URLs with target="_blank"

is there any solution on StageWebView.loadURL(), how I can handle URLs in HTML Pages which have target="_blank"? It's a mobile Android App. (TabbedViewApplication) Hope someone can help. Thx
neknova
  • 57
  • 1
  • 5
3
votes
3 answers

Embedding fonts: "Font with plain weight and style was not found at..."

I am trying to embed a font in my Flash Builder 4.6 project, so far unsuccessful. I searched around and found this fix, adding "-managers flash.fonts.AFEFontManager" to the Compiler, doesn't work. I've embedded tons of images to the same project,…
3
votes
2 answers

Super interface and super class having the same method name

I am trying to create a spark datagrid item renderer. This item renderer extends a checkbox, and implements IGridItemRenderer public class CellCheckBoxItemRenderer extends CheckBox implements IGridItemRenderer When I implement IGridItemRenderer, I…
Mansuro
  • 4,558
  • 4
  • 36
  • 76
3
votes
1 answer

How to display the Soft Keyboard in Air Debug Launcher (ADL)

I've searched Google for about 1,5h now and i can't find a good answer. Is it possible to display the Soft Keyboard when debugging using ADL? If i use the existing properties I still don't see it. I want to check if my layout looks well when the…
Gigi2m02
  • 1,238
  • 3
  • 17
  • 33
3
votes
3 answers

Handling mouse click in Flex 4 List to find the selected item (since itemClick is gone)

I have prepared a simplified test case for my question. It will run instantly in your Flash Builder if you put the 2 files below into a project. I'm trying to display a List of strings and a confirmation checkbox in a popup: In the real application…
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
3
votes
1 answer

ActionScript 3, Check if font style is available

Does as3 have any way to determine if a font can support certain styles, e.g. bold & italic. Something like .NET's isStyleAvailable
Alex
  • 2,102
  • 1
  • 13
  • 16
3
votes
1 answer

Activating Flex Automation Libraries

To "turn on" or "activate" the automation libraries for a SWF, a valid Flash Builder Pro license key needs to be compiled into the SWF. If you don't compile your SWF with a valid FB Pro license, you'll end up seeing a "License not present. With the…
Jeremy Mitchell
  • 329
  • 5
  • 18
3
votes
1 answer

getting OAUthException on FacebookMobile.login

i'm trying to login to facebook in order to share a link through facebook sharer http://www.facebook.com/share.php?u= i'm init the FacebookMobile on application start with no access token and than tries the below: var facebookWebView:StageWebView…
user437631
  • 1,112
  • 4
  • 12
  • 28
3
votes
3 answers

Adobe Native Extensions -- not working?

I am trying to work with "Adobe Native Extensions" - one of the newest features released in Adobe Flash Builder 4.5. I am trying to communicate between Adobe AIR and a native C++ application on Windows 7 with the help of Adobe Native extensions. (Of…
Kapil Kaushik
  • 1,536
  • 4
  • 21
  • 28
3
votes
2 answers

Gauge or UI Object render in Datagrid or AdvancedDataGrid in flex 4.5 or flex 4

I am working with flex 4.5. I want to create Gauge component Datagrid. I am using open source com.betterthantomorrow.components. I have created custom components like this
Kamahire
  • 2,149
  • 3
  • 21
  • 50
3
votes
1 answer

Flex 4 Disappearing Labels with Embedded Fonts and Charts

I'm using an embedded font in Flex 4, which on its own seems to work perfectly. I then added some charts and specified the -fteInMXComponents compiler option to get the embedded font in the charts. When I did this, the axis values in the charts…
chris
  • 1,731
  • 4
  • 26
  • 33
3
votes
2 answers

Saving and loading image to local SQLite BLOB using Flex 4.5

I need to be able to save and load images into an SQLite database using Flex 4.5 for a mobile application. The use case is this: Inside the view there is a spark Image object with a URL as a source When user clicks button, the Image is saved to an…
Andy
  • 4,475
  • 4
  • 19
  • 20
3
votes
2 answers

Displaying spinning AJAX loader image

I would like to display a spinning image, when my application is not connected to the socket server and is in an "offline" state. So I've tried using an ajax-loader.gif, courtesy of http://www.ajaxload.info/
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
1 2
3
91 92