Tagged Questions
0
votes
0answers
4 views
how to highlight the selection of a top level menu (without selecting)in Flex MenuBar component?
I'm using a mx:MenuBar component in my application for navigating to different views. Say for e.g, Home | IPL | EPL | ATP are the top level menus in my MenuBar. The 'Home' menu does not have any ...
0
votes
1answer
18 views
how to handle change in checkbox in ACtion Scripit FLEX?
protected function inital():void
{
var _cb:CheckBox;
var _formitem:FormItem;
for( var i:int =0;i<program.list.length;i++)
{
...
0
votes
1answer
14 views
how to assign value of an dynamically array collection to check box?
protected function inital():void
{
var _cb:CheckBox;
var _formitem:FormItem;
for( var i:int =0;i<program.list.length;i++)
{
_formitem = new ...
0
votes
1answer
39 views
how to pass value from java to flex?
I have a code of JDBC which connects to database,returns the result in ResultSet which fetches two columns emp_id and emp_name with different rows every time. So rows can not be constant at all. I ...
0
votes
2answers
54 views
set focus in button when open popup in flex
I'm having problem to set the focus on a button to open a popup.
The button gets the focus, but it does not get the appearance that focu.
It is as if no component was the focu.
My source ...
1
vote
1answer
45 views
How to get the Full stack trace of all the methods executed while rendering?
In my Flex application i need to get the stack trace of the methods executed from the creation of my application and need to check how much time spend for rendering a particular component or ...
0
votes
1answer
59 views
Unable to Align data in Datagrid
Hi I have issue with alignment of data in the spark datagrid column after Rendering. All the headers are aligned towards left, however i would like to do the following
1. Middle the column header ...
0
votes
1answer
51 views
Flex sizing a component as wrapping the elements in custom layout
I have a custom layout called as NewsLayout:
override public function updateDisplayList(width:Number, height:Number)
: void
{
super.updateDisplayList( width, height );
...
0
votes
1answer
131 views
How to prevent the opening of pop-up submenu of mx:MenuBar (Flex) during its mouseOver/rollOver events?
Im using a mx:MenuBar component with xml data to bring a menu. The basic behaviour as I see is, initially on clicking the top level menu item (i.e on the horizontal bar), the pop-up sub menu opens. ...
0
votes
1answer
83 views
How to position all alert messages in a particular position of the screen?
I have developed a Application where it contains so many Alert Messages and i want display All Alert messages in a particular position of the screen. I have tried the following code but it works for ...
1
vote
2answers
141 views
How to change the labelDisplay x y positions of a button in flex
I want to the change the font position of a spark button component in flex 4.5 mobile application. Currently flex defaultly shows the font in the middle of the button. But i want to change the font ...
0
votes
0answers
54 views
Multiple Datagrid with different sources
Is it possible to have multiple spark Datagrid in a page with each dataprovider pointing to different source?.
I tried to create 2 Datagrid in a page but i get an error saying
Description Resource ...
2
votes
1answer
200 views
Flex 3 preloaders died with Flash 11/11.5
I really need help, I've been dealing with this for months. Basically I have an old Flex 3 app with a custom preloader. Once everyone upgraded to Flash 11 and 11.5 the preloader has disappeared. ...
0
votes
0answers
76 views
Flex 4.5 Web Application not loading
I need some help with Flex.
I have a Flex 3 web application that i migrated to the Flex 4.5 version.
The application works fine in the Flex 3 version.
In the flex 4.5 version, when i try to run the ...
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 ...
0
votes
2answers
248 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 ...
-1
votes
1answer
129 views
how to save a text file automatically in flex when the text area is changed/edited. please help me
I had a situation like.... I need to save a text area field in the form of .text file automatically when ever the text area is changed/edited. Please some one help me.
Thanks in advance
3
votes
1answer
115 views
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? ...
0
votes
1answer
284 views
if we can access outer function from rendered item by using “outerdocument” object then cant we access inner function from outside.?
These are the scripts under same application first one is under application and second is under dataGrid. from first script through outerClick() i am accessing a inner() function in itemrenderer. Well ...
0
votes
2answers
148 views
How can i use desgin pattern in flex?
I am flex developer,
I have created multiple application in flex. But i did not use any design pattern in my application.
How can i start using design pattern in my flex application.
I know there is ...
0
votes
1answer
254 views
Move focus from one to another itemRenderer inside DataGrid itemRenderer
I have a mx: DataGrid with 4 columns that have a itemRenderer with the following settings:
Mx:DataGrid:
<mx:DataGrid id="itensPedidoCompraList"
width="100%"
height="120" ...
1
vote
0answers
145 views
Flex Shoutcast player
I need a bit of help, I`m trying to find a way to play shoutcast though flex, with only a play and pause function.
I followed the steps in:
Flex/Flash Shoutcast player
But found that the new Flex ...
1
vote
1answer
44 views
Flex is it possible to access/play a video located in a shared folder?
If i am going to use a video URL placed in a shared folder (in another machine), the video couldn't be played
load("\192.168.0.10\SampleVideo\15.mp4");
but it worked fine if i put this video in my ...
0
votes
2answers
403 views
Flex:How to prompt an alert before navigating to any other page
How to ask user confirmation before highlighting/navigating to another panel/page?
I have few panels in my screen. Each panel has many controls. I would like to prompt a message box(or alert) with Ok ...
0
votes
2answers
1k views
Installing Flex 4.6 in Eclipse on Windows Vista
I am using Windows Vista 32bit. I have installed Eclipse Helios Service Release 2.
I need to integrate flex in Eclipse. Can someone show give me steps to install or point me to a good tutorial that ...
0
votes
0answers
61 views
How to integrate vimeo API in Flex application?
How to list out vimeo user A/c videos in flex application by using vimeo API integration..
Please can anyone share code regarding this..
Thanks.
0
votes
3answers
586 views
How to change font size of the flex application dynamically?
I would like to change font size of the application dynamically on button click.
Any idea ? Please guide us
Thanks all
0
votes
0answers
193 views
Flex ObjectUtil.copy cannot convert Object to mx.collections.XMLListCollection
I have a class which has var of type XMLListCollection.
Using ObjectUtil.copy (object of above class) it provides me class type Object but throws an error.
TypeError: Error #1034: Type Coercion ...
1
vote
0answers
749 views
When to use ValueCommit event of Flex [closed]
In what situation we can use Valuecommit event. How is it different from binding
Thanks
0
votes
0answers
258 views
Unable to eliminate certain values from plotting with amchart
Cannot able to eliminate zeros from plotting in the graph. I want to plot only those values which I want to plot while retrieving values from a data set.
Here is the code which I have used for ...
0
votes
1answer
126 views
Migrating flex 3 to flex 4.5 mobile development
I recently started developing mobile applications using Flex 4.5. I try to migrate an web application done flex 3 to flex 4.5 the following error shown.
Definition mx.core:Container could not be ...
0
votes
1answer
795 views
move cursor spark text input
I am using flex 4.5
I am using spark.components.TextInput control.
The values of the text can be change dynamically according to user selection.
The problem is that after the user is write anythings ...
0
votes
3answers
675 views
Different font size in Label in Flex?
I would like to display a set of Text like this "DISCONTINUED (02-02-2012) Crocin" in label. But i need smaller font size for Date. How can I set the value to Label so that I can display smaller size ...
1
vote
1answer
1k views
comparison between flash builder 4.5 and 4.6
I create a screen with flash builder 4.5 and I compile it using ant but when flash builder 4.6 is out i used the same screen under 4.6 after compilation by ant i noticed these:
flex 4.6 have a ...
0
votes
3answers
914 views
Flex 4.5 - to long build process
We are developing an app using flex 4.5. The app runs just fine (no performance issues at all) but it takes us forever to compile and build it. A minor change, like just add a comment or press enter ...
0
votes
1answer
261 views
Flex SQLite delete function
I wanted to delete a selected Item from a List control but can't. What's wrong with my code:
[Bindable]private var dp:ArrayCollection = new ArrayCollection();
private var conn:SQLConnection;
...
0
votes
2answers
178 views
Adobe Flex to pure Action Script. How?
I have the following script which allows files to be upload through a PHP script into my web server but I was hoping to turn pseudo code into pure action script. Also, for some reason, my progress bar ...
1
vote
1answer
190 views
Load png from URL save it and display it
I'm new to Flash Builder 4.6 and trying to make a mobile application.
I'm trying to load a png file from a website and then save it with PersistenceManager for later display. But nothing shows.
Here ...
0
votes
0answers
89 views
Error in displaying image in Flash Builder 4 and above versions
I am using the code below for displaying image from flex app-storage directory in HTML container in Flex 3, Flex 3.5 and Flex 3.6 flex sdk and image is displaying properly in container.
Code link
...
2
votes
1answer
194 views
draggableColumns DataGrid
I am migrating my Flex 3.2 to FLex 4.5.
the property draggableColumns of <mx:DataGrid> is obsolete in the <s:DataGrid>.
Have you an idea to have its equivalent in Flex 4.5 ?
2
votes
1answer
347 views
Flex: Remember the tab index and name on the PopUpButton of the SuperTabNavigator
As we all know SuperTabNavigator is an open source component from the flexLib which gives an advantage over Flex Tab Navigator that we can close the tabs from the close button on each tab with the use ...
0
votes
1answer
106 views
Decrypt sound before playing a mp3 file in flex
This is a very broad question , can I de-crpypt a streaming file, (assuming that i encrpyting this file on the server side during upload) , in flex before it being processed for playing.
1
vote
1answer
226 views
BitmapImage spark in Flex 4.5
i want to migrate my application from Flex 3.6 to Flex 4.5.
Let say i have this code in Flex 3.6 :
<mx:Image id="lImage"
source="@Embed(source='assets/loading.swf')"
/>
Further, ...
0
votes
2answers
110 views
Flex 4.5 - addChildToSandboxRoot?
In Flex 3.2 I had implemented a tooltip manager and I used the topLevelSystemManager from ISystemManager to add a child to the sandbox root:
The code was as follows:
var sm:ISystemManager = ...
1
vote
1answer
571 views
Upgrading Flex from 3.2 to 4.5 - Errors and Warnings
I've inherited a large codebase written primarily in Flex 3.2 using Parsley and Cairngorm.
The entire build process is done through maven using FlexMojos.
I'm relatively new to Flex and I've been ...
1
vote
1answer
199 views
Flash video capture and sharing
Is there any way to capture and upload video from web cam? Video upload expectation is it much smiler to Facebook video upload from web cam.
Can anybody recommend any technology to use and example ...
1
vote
0answers
260 views
Write a custom spark datagrid component?
I am a newbie and really stuck with this. The company I just started working for has a full MVC based application written using Flex and we have our own component library which was written using Flex ...
-4
votes
2answers
311 views
Corner Radius for Hover Rectangle
How can I set something like corner radius for the default rectangle which appears when an item is hovered?
0
votes
1answer
235 views
Clear a cell in a DataGrid
I have an editable datagrid with a dataprovider which is basically Numbers. Is it possible to delete a value? When I do it it puts a 0 in that cell but I really need an empty value, like a Null or a ...


