Questions tagged [flex4.6]

Flex 4.6 is for issues in version 4.6 of the Flex SDK, an open source framework for building and maintaining mobile and web applications that deploy consistently on all major browsers, desktops and operating systems.

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.

In November 2011 Adobe released Flex SDK update 4.6. And it is for rapid Rich Internet Application development and mobile application development which runs on Flash Player or Adobe .

342 questions
2
votes
4 answers

Flex 4.6 IOS Compiler

I've recently updated my Flex SDK version to 4.6 in the hopes that my IOS application's performance will improve. Unfortunately I cannot successfully compile my application in the "standard" compile mode (The super slow one). From what I can see…
Richard Walton
  • 4,789
  • 3
  • 38
  • 49
2
votes
1 answer

Setting the value of a PopUpMenuButton programmatically?

I need to set some initial values in several mx PopUpMenuButton components. Based on this Adobe info I am casting the component as a Menu and setting the selectedIndex – but it isn't working. Any tips? The function gets called and it appears that…
spring
  • 18,009
  • 15
  • 80
  • 160
2
votes
1 answer

SQLite INSERT (multiple rows) from ActionScript not working as it should

If I try to execute the following sql command from Flex (ActionScript) code: INSERT INTO table_name (field1, field2) VALUES (1, 0), (2, 1), (3, 1), (4, 0) i'm getting the following error: SQLError: 'Error #3115: SQL Error.', details:'near ',':…
bocko
  • 388
  • 3
  • 7
  • 18
2
votes
1 answer

Flex Spark TextArea pinch&zoom?

My 1st question here... Spark component TextArea does have a gestureZoom event property, but it seems that it has no functionality? I would like to implement a simple zoom feature in my TextArea, which simply increases or decreases fontSize…
bocko
  • 388
  • 3
  • 7
  • 18
2
votes
2 answers

Using MultiDPIBitmapSource with IconItemRenderer - test case and screenshot attached

In the simple Flex mobile test case below, why aren't the icons visible in the List? Screenshot: App.mxml (just add to a blank Flex mobile project in Flash Builder 4.7):
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
2
votes
1 answer

How to make selected text in text area bold,italic etc and then add it on rich text?

I made selected text in text area bold,italic etc but i am not able to maintain bold ,italic properties when adding text on rich text.
Sunil486
  • 224
  • 1
  • 14
2
votes
1 answer

How to change text format of text area in Flex 4?

I have taken a rich text editor in text area. When I edit the text and perform operations like bold, italic etc. it does not affect the text. Please help me.
SKG486
  • 93
  • 6
2
votes
2 answers

Inserting text in text area at current cursor position from keyboard as well as from programmer made keyboard in flex4?

I am trying to insert text at current cursor position.I am able to insert text at current cursor position by keyboard but not able to insert text by programmer made keyboard.
SKG486
  • 93
  • 6
2
votes
3 answers

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 false landscape and this works also on the first start of the application. The app starts in landscape mode and…
2
votes
1 answer

How to draw different shapes using pencil on group container and resize and rotate it in flex4?

All operations like moving,rotating,resizing drawn shape can be performed.I'm using as3 and flex4.6.
SKG486
  • 93
  • 6
2
votes
1 answer

Dragging in spark List does not work in Flex mobile app? Test case and screenshot attached

I would like to reorder items of a List in a Flex mobile app by dragging them around with a finger. As a first step I have copied the example from Adobe document Using drag-and-drop with list-based controls - but while their example works fine as…
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
2
votes
2 answers

how to change shared object path when I save data in it

how to change sharedObject save location,I want to save shared object on server for particular user, what I do for this?
Devendra
  • 1,864
  • 6
  • 29
  • 49
2
votes
2 answers

Save shared object in database

Can we save SharedObject in Database if yes then how? I want to save multiple SharedObject's in Database and when I would select from one of them i'll be able to select...
Devendra
  • 1,864
  • 6
  • 29
  • 49
2
votes
1 answer

Unicode that is not recognized properly

I'm using in Unicode in my application using for(var i:int=0;i<16;i++) { for(var j:int=0;j<16;j++) { button = new Button(); button.x = j*35+10; button.y = i*20+10; button.height = 21; button.width = 35; …
Devendra
  • 1,864
  • 6
  • 29
  • 49
2
votes
1 answer

can we use textArea inside a textArea if not then how to write matrix of trigonometric functions

How to use textArea inside a textArea or can be another text editor to write some mathematics equations,matrix etc?
Devendra
  • 1,864
  • 6
  • 29
  • 49
1 2
3
22 23