Adobe Flex is a software development kit (SDK) released by Adobe Systems for the development and deployment of cross-platform rich Internet applications based on the Adobe Flash platform.
0
votes
0answers
104 views
Draw a LineChart in Flex 3
I have a requirement to display a Linechart in Flex. I have a complex Data structure that need to be displayed on LineChart.
the Structure of Data is something like this:
[Bindable]private var ...
0
votes
0answers
99 views
flex 3 smooth scroll handling
Flex SDK Container API has following code to handle mouse wheel events and scroll:
private function mouseWheelHandler(event:MouseEvent):void
{
// If this Container has a vertical scrollbar, then ...
0
votes
2answers
261 views
Increase the gap between the buttons of Alert Box in Flex 3
I am trying to put a gap of 20-30px between the Alert box buttons(YES and NO).
but unable to find such styling point in flex. I have tried horizontal-gap, and also padding, but in vain.
Below is the ...
1
vote
1answer
314 views
I want to put a button inside datagrid's column tag in flex 3
I need to put a button in one of the columns of datagrid tag and the column's value should appear on the buttons label. Any help will be highly appreciated
0
votes
1answer
76 views
passing custom events between modules through parent application
I have created a custom event that I want to use to pass a string between two modules. The event looks like this:
package com.mypackage.events
{
import flash.events.Event;
public class ...
0
votes
1answer
179 views
How to programmatically change highlighted item in the spark combobox
I want to change the highlighted item in the spark combobox programmatically.
When the combobox popup is opened with selected item it shows as highlighted color in the popup.With the popup opened now ...
1
vote
0answers
525 views
Applying Item Renderer to Flex Advanceddatagrid
I'm trying to apply a custom item renderer to a Flex AdvancedDataGrid. I'm testing right now by applying a solid black square to the parent nodes @ depth="1". The black square is not the final item ...
0
votes
3answers
37 views
The property still has the old value in validateProperties
I have a custom renderer (inherits from AdvancedDataGridItemRenderer), and I'm overriding validateProperties and using the value of the width property, but I'm getting the old value every time! Isn't ...
0
votes
2answers
58 views
How to get the effect of showDataTips on a custom renderer?
I have an AdvancedDataGrid with a custom renderer on one of the columns (that extends AdvancedDataGridItemRenderer). I'm interested in displaying the full text in the column as a tooltip when it's too ...
0
votes
1answer
120 views
Change embed source class dynamically
im working on a Flex application and i need to update a button icon source dynamically, but, its not enough for me by changing the icon attribute to another Class variable on runtime, i need to ...
0
votes
1answer
25 views
From where was the current class called in FLEX?
I have a LoginView.mxml class that is being called from a number of places. I wanted to know if there exists a method to know from which class LoginView.mxml was called?
EDIT
I have not phrased the ...
-1
votes
1answer
260 views
Error in Out Memory FLEX 3
friends
It is an urgent problem'm in my flex command when compiling an application in Flex3 gives the error image attached.
ERROR:
An out of memory error has occurred. Consult the "Running Eclipse" ...
2
votes
1answer
57 views
Call Function on Inner Component
I'm working with flex 3. I've a mx:Compnonet in a mx:Canvas, Can I call a function declared in canvas on inner component?
I've somethink like this:
<mx:Canvas ...
0
votes
0answers
219 views
Flex HTTPService not working on chrome
I have a flex script which shows data from an httpservice and is working fine when I run it from within Flex and Internet Explorer. When I run it on Google Chrome it doesn't show any values, below is ...
0
votes
0answers
22 views
Catching alerts
I want to be able to stop alerts from showing. And when Alert.show is called, I want to be able to get the message and stop the Alert from showing.
I would really apreciate if somebody has an idea of ...
1
vote
0answers
35 views
how can I change the color of weekends in datefield in flex 3.5
How can I change the color of Weekends in datefield. for example when user click on datefield, dateChooser popup. I want to show weekends (Sat, SUN) in red color in datechooser. How can I do this? I ...
0
votes
0answers
81 views
Flex 3 http fields cannot set encoding to utf-8
I am sending an email using HTTPService. I use UTF-8 in my app. When I send the email the ΓΌ is not correct.
I tried setting the service.headers to:
service.headers = { 'Content-Type': ...
0
votes
2answers
98 views
Detect when object really removed from stage
I want to detect whether object was definitely removed from stage. I check many answers here and in other places & do not know how to be noticed that object was really removed from stage (i mean ...
0
votes
0answers
42 views
Screen orientation issues in Flash Builder 4 (open plug flex 3 SDK) - nearly there
I am using OpenPlug 3 SDK with Flash Builder 4.. I can trap the screen orientation movements and have made this function to "reshift" all the images and text etc... but don't know why it isn't working ...
0
votes
1answer
75 views
Using mx components in spark skins
Since fontSharpness and fontThickness don't work in Flex 4, as it says here (though I'd like to be proven wrong), I have replaced every <s:Label/> in my application with <mx:Label/>.
...
0
votes
1answer
300 views
Trace on Chrome/Browser console
Does anybody know how to trace messages in the google chrome console using Flex3. In the logs section for example.
0
votes
1answer
65 views
Add and Remove Item in list Binded Index focus incorrect
I have a dataProvider from a list. The list has the selecteIndex Binded from a var -selectedDamageIdx. I am changing the selectedDamageIdx and more or less and at the same I move items arround in the ...
0
votes
0answers
30 views
Flex stage MOUSE_MOVE needs click before trigerred
I have code that adds MOUSE_MOVE event listener to stage:
public static function setMoveCapture(d:Object):void{
if (d != null && d.stage != null){
...
0
votes
1answer
224 views
UIComponent seems to have “padding/margins” set (Flex 3 to Flex 4 migration issue?)
I have a Flex application that has a single UIComponent, which contains a single Bitmap object. In Flex 3 everything was good. In Flex 4, the same code results in an offset of the children within the ...
1
vote
1answer
159 views
Flex to HTML5 - what for presentation layer (canvas, div, ???)
My question is about migration from Flex3 to HTML5. I want do migrate myself not application actually. The question is, what direction is the best and most similar to flex knowledge. Maybe I will ...
1
vote
1answer
141 views
ActionScript:ArrayCollection declaration
I am new to ActionScript and Flex.I need to learn the application developed using Flex and ActionScript.I saw an ArrayCollection declaration :
[Bindable]
public var ...
0
votes
1answer
127 views
Icons for flex tree folders
I have a flex tree and i have some folders that dont have any children in them.
The result is that they are displayed as leaf items. Is there any way to avoid this and let them display as folders?
...
2
votes
1answer
259 views
Endless NullPointerExceptions in Flash Builder 4.5
I've been using Flash Builder 4.5 with Flex SDK 3.5B on Mac OS X 10.8.2 for a couple months. It hasn't been a perfect experienceβthe software has quite a few bugsβbut in general it has been working ...
2
votes
1answer
133 views
programmatically create Background Images in Flex 3
I'm developing a visualization for certain parts of a Warehouse with Flex 3. In this visualization there are lot of blocks where 1 to x pallets can be placed where x is between 9 and 15. I need to ...
0
votes
0answers
27 views
Items are no longer in the correct place after scrolling inside a flex tree
I've encountered a pretty bad problem in my project. I have a tree and when clicking on a node it will make a soap call, get the children en load them on the fly.
This is working well but the moment ...
3
votes
1answer
67 views
Title window in Flex
I want to make title window (pop up) in flex .. which contains some buttons if i click on any button then another button has to add outside the title window
can anyone help me out.
Thanking you
1
vote
0answers
69 views
Migrating from Flex 3.5 to Flex 4.6 : error 1137
when migrating an existing app from flex 3.5 to 4.6 we have the following error :
Description Resource Path Location Type
1137: Incorrect number of arguments. ...
0
votes
0answers
126 views
Cant Compile JW Player
I am trying to compile jw player and can't get it. I just added secure token and that is all I changed. I am using ant to compile and have flex sdk 3.
root@server1 [/home/hold/compile/trunk/fl5]# ...
0
votes
1answer
86 views
relationship between scale DisplayObject and width
Event if the container is scaled, both itself and its children not change width value, so how can they change their width?
<?xml version="1.0" encoding="utf-8"?>
<s:Application ...
0
votes
0answers
67 views
Flex 3: ColorPicker Customization
I am using a ColorPicker control in Flex 3.6 project, and I want to customize it like this:
Basically removing the border from the ColorPicker selector button and reducing the gap size between the ...
0
votes
0answers
53 views
Flex 3 Sort only some of the items on the arrayCollection
I want to add an item at the end of a sorted ArrayCollection.
I think this issue has probably been addressed numerous times. In Flex3 when an ArrayCollection is refreshed, or opeations such as ...
0
votes
1answer
56 views
Custom Flex 3 Container
I'd like to create a custom Container in Flex 3.
I want this container to have an inner container which is either a TabNavigator or a VBox, depending on some flag the user sets. This flag won't change ...
1
vote
2answers
108 views
Reading The Browser URL in AS3?
My application is integrated with the Other application as a Tab in the IFrame of Parent Application.
I want To read the Browser Address Bar URL.
Is it Possible to read.
<iframe ...
0
votes
2answers
250 views
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 ...
0
votes
1answer
88 views
Rewinding or resetting Parallel effect in Flex 3
How can I 'rewind' or force the parallel effect to play from the very beginning once it already started to play?
Code sample:
<mx:Parallel id="parallelEffect" repeatCount="0">
<mx:Fade ...
0
votes
0answers
19 views
Making custom renderers not occupy all the containing cell
I have an AdvancedDataGrid and some of the columns have custom renderers. The problem is that the renderers always occupy all the space in the containing cell. Is there a way to make them occupy only ...
0
votes
1answer
97 views
how to discover devices through Bonjour(Zeroconf) in Adobe Flex Mobile application for iOS and Android
I am writing an app in Adobe Flex framework targeted on iOS and Android platforms.
My app is suppose to 'talk' with other hardware devices on the network e.g. Printers, game consoles, computers etc.
...
0
votes
2answers
143 views
textinput restrict to accept number with four decimal precision
I have a textfield in which I want to restrict user to enter only valid number with 14 digit before .(dot) and 4 digit after .(dot).
I have tried it using :
<mx:TextInput id="txtValue1" ...
0
votes
0answers
15 views
AxisLabel's position is NaN
I have a LineChart, and when it has only 1 point, the position of the AxisLabel created for the category axis is NaN, which causes it to be displayed incorrectly. When the chart has multiple points, ...
1
vote
1answer
64 views
<mx:ButtonBar/> set width for individual buttons
I have a buttonbar which has both buttons with only small icons and buttons with short text labels. Problem is that each button gets huge padding while I want to set width of the button relative to ...
0
votes
2answers
79 views
Getting a list of the rendered items
I have my own custom component. This component extends from a basic container. I want to be able to access the itemRenderer instances that are being visualized. I know that the component mx:list has ...
1
vote
1answer
28 views
How can I set the menu order in adobe air app?
How can I set a menu order in adobe air, so that dynamically added menu's can be positioned as desired?
var menu1 = iconMenu.addItem(new air.NativeMenuItem('Menu 1'));
var menu2 = ...
0
votes
2answers
174 views
Flex percent-width not working
I have a TitleWindow of dimensions 600 X 400. There are a bunch of VBoxes thrown in here that I want to occupy around 80% of the width of the title window in which they are contained.
But they don't ...
0
votes
0answers
18 views
Drag and drop across two swfloaders
i am developing a web application.In one particular module i used two swfloader which loads another application. i want to drag and drop a container from one swfloader to another swfloader .
NOTE:All ...
2
votes
0answers
45 views
Apply Sprite Image data to Button Icon
I am stuck with a Flex 3 legacy application and I need to be able to dynamically apply generated Sprites containing different gradient fills as well as Embedded SVG images to the icon of a button. ...
