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

How to set hslider alignment in flex

I am working with Flex 4.6 AIR application. I have used mx slider but there is a problem in alignment. The slider should alignment and start below the 0 min. and end 60 min but slider is starting middle of the 0 min. and end middle of the 60 min…
3
votes
0 answers

In flex how should I copy and paste connector connecting two object

I have dragged objects from Diagram Palette on to the Group container.After that I clicked on connector button and then connect dragged objects by mouse move.Now i want to perform copy and paste.On copying only objects are copying not connector.How…
Sunil486
  • 224
  • 1
  • 14
3
votes
0 answers

On mouseover how to highlight an object's point so that I can draw connector from highlighted point

I want to develop similar features as in http://www.cacoo.com for connector.Please somebody help me its urjent.
Sunil486
  • 224
  • 1
  • 14
3
votes
3 answers

How to display custom player controls on youtube chromeless player using Flash builder 4.6?

I have a View component which initialises youtube cloud api using "http://www.youtube.com/apiplayer?version=3&modestbranding=1" url and plays the video fullscreen. It has play, pause and progress bar under s:actionContent, but I am trying to put…
AabinGunz
  • 12,109
  • 54
  • 146
  • 218
3
votes
2 answers

Save image in sharedObject

How to save an Image into SharedObject? I'm using SharedObject for save application state,It is working well for Text Object and UIComponent well,but saving an Image create problem.It doesn't throw any error. userdiagram.imageData =…
Devendra
  • 1,864
  • 6
  • 29
  • 49
3
votes
1 answer

How to use IExternalization?

I want to save the application state that contains some UIcomponents as shown in image. When the user leaves the editing mode the work should save in some form so the user can edit later. I'm not able to retrieve data from sharedObject. Instead,…
Devendra
  • 1,864
  • 6
  • 29
  • 49
3
votes
2 answers

Flex TextArea and TextInput on mobile not positioning correctly

I've had two issues when working with TextArea and TextInput on mobile components I don't know how to solve. The first is that the TextArea text does not position correctly and the second is that it overlaps other components. The issues occur when…
1.21 gigawatts
  • 16,517
  • 32
  • 123
  • 231
3
votes
1 answer

cut copy paste with DisplayObject(Group ,UIComponent) in action script 3 flex 4

I am implementing Cut Copy Paste in my application like cacoo. but I face problem during these operation. i'm using idea behind cut copy paste var className:String = getQualifiedClassName(objcut.getItemAt(i)) var klass:Class =…
Devendra
  • 1,864
  • 6
  • 29
  • 49
3
votes
3 answers

Save Application state on Disk or some where so user access it later

In flex builder 4.5 i'm working on a project like cacoo. I want to save diagrams(display object,ui components,text) before close the application into somewhere than I would be able to access after the application open again. more clear:-If user…
Devendra
  • 1,864
  • 6
  • 29
  • 49
3
votes
1 answer

Flex 4.6: could not resolve to a component implementation

I'm very new at this. Building a "Flex Application" mobile app for Android devices. Running the latest Flex/FlashBuilder (4.6). Looking at Project Properties: Builders: Flex & AIR application Builder Flex Compiler: "Use default SDK (currently "Flex…
ScotterMonkey
  • 1,007
  • 12
  • 25
3
votes
3 answers

Away3D Context3D not available

I'm checking out Flash's 3D capabilities with Away3D, and I'm following the tutorial here. I've run into a major problem though. Everytime I run my project in the browser, I get this error: Error #2044: Unhandled ErrorEvent:. text=Error #3702:…
Pranav Hosangadi
  • 23,755
  • 7
  • 44
  • 70
3
votes
0 answers

Does the latest Flex SDK support iOS 5.1?

We developed an iPhone app using Flex SDK 4.6 some months before and it worked fine (although it is slow). However, today the app cannot be installed after users upgrade to iOS 5.1. Does the latest/most current Flex SDK support iOS 5.1? Is there…
john fantasy
  • 173
  • 1
  • 6
2
votes
1 answer

How to ensure that the popUp always displays above the PopUpButton? With test case and screenshot

Few users of my Flex 4.6 web application are complaining, that the mx.controls.PopUpButton at the right bottom corner of it sometimes opens a List underneath it and is thus unusable (I can't reproduce that myself - probably an unlucky combination of…
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
2
votes
1 answer

How can I show a confirmation message (not a dialog) without an Alert?

I'm working on a project for a User Interface Design class, so the emphasis is on the UI being as nice to use and non-annoying as possible. I would like to display a message to the user after they've clicked save, for example, without requiring…
Maltiriel
  • 793
  • 2
  • 11
  • 28
2
votes
1 answer

Could not resolve * to a component implementation with custom CalloutButton component

I've got a custom CalloutButton component in a package called uiComponents. This custom CallOutButton is needed because I need some more properties in it. This CalloutButton gets added to my MXML like usual;
AlBirdie
  • 2,071
  • 1
  • 25
  • 45
1
2
3
22 23