Hi,
I want to make a diagram with either flash CS4 or flex builder 3, don't know with one would be the best for the job.
More about the task:
I want to send in values external to the swf file.
The swf-file takes the vaules and makes a diagram of it using x and y values.
Any advise or tips of where i can make this is much appreciated!...
I need to delete some nodes from an XML variable and I want to keep the original intact.
So I pass the XML to a new variable and delete the nodes from that one but the original changes with it.
Is there a way to protect the XML from the original variable?
...
We have an issue were the server session associated with a Flex client times out when the browse file dialog is open for a time longer then the configured session timeout. It seems that on some players, the playback is stopped when browse or download on a FileReference is executing. This also causes remote calls to be blocked and hence o...
Hi All, my login form in flex when I login I have created a cookie in jsp like this name setValueCookie.jsp
<%@ page language="java" import="java.util.* , javax.net.*" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loo...
I've found that if I use the CursorManager to set a cursor — CursorManager.setBusyCursor() — then set stage.mouseChildren = false, the cursor set by CursorManager is replaced by the "default" mouse cursor the next time the mouse is moved.
I'm setting stage.mouseChildren = false so that, while the mouse is being dragged, other "stuff" on...
var I:Image=new Image();
I.source='C:\\Abc.png';
var H:int=I.height;
H is always Zero!
I am presuming this is because the image hasn't finished reading the png file off the disk yet.
What event can I monitor to know when it's width and height will have the right values?
The 'Complete' event only seems to work for DOWNLOADED images.
...
I am new to flash and learning action script 3.
I am using flex. But i find it hard.
Should i use Adobe flash so that i can insert the components by drag and drop
...
How to open multiple pop up browser windows from ActionScript?
...
I have searched a lot but could found a code where i can add comobox on screen
CAn anyone give me example .
like
Var combobox = new Combobox();
i don't have any gui
Where can i get the list/attributes of all the components like API for use in AS3
...
Internet says to add
import fl.controls.Combobox
But FLex says that there is no class called fl.controls
which is the equivalent class in flex
...
Hello,
I am new to Flex and needed some help setting up Web service client.
I have a web service of method:
public String printEchoStr(String str);
I am facing problem while creating action script to call this service. I am getting error:
1067: Implicit coercion of a value of type String to an unrelated type
generated.webservices...
Hi all, I'm working on file transfer application where client sends files to cpp server. At client side I can give the server's domain name but not IP address cuz it may vary. So any one can tell me how can I get my server's IP address through it's domain name. I have to put this logic into air application. Thank you.
...
Is there a way to break the line in a line-chart, if the gap between 2 values on the x axis is bigger then a given value? For example there are 20 values but the first 13 are close to each other on the x axis and should be connected with a line, but the other 7 are a bit far from these and should be connected with another line. The type ...
Hi,
I have an Item Renderer having HBox. Now I want to add child in that HBox from my application file using addChild method. Could anybody please suggest me the way around for the same.
I am not able to access the properties of HBox inside the item renderer.
Thanks in advance!
...
Hi there!
When Flex application make an asynchronus HTTP request, does it add a special header to the request, like some JavaScript framework does? Something that indicates whether this request is an AJAX call/not.
I just want my server side code to return different response format, depending on whether the request is made from browser...
Anyone know how to create animated auto-hide on ApplicationControlBar just like Windows's taskbar?
I'm totally new on this.
Thanks.
...
I' m trying to use the DateField control.
I can set the current value using the selectedDate field.
Adobe says: "Selecting the currently selected date in the control deselects it,
sets the selectedDate property to null", so when user selects other date the selectedDate = null.
How do I can get the current selected value? I only saw in...
Hi all. I have built a custom menu and overridden the drawHighlightIndicator and drawSelectionIndicator functions to create a new look. These indicators work fine for top level menu items. The problem is that they are not being used by the submenu, instead the default look is used.
Does anyone know how I can set my customized indicators...
Hey,
I have a list control and i want the user to be able to select many items at a time. Thus I want it to act that if the control key is pressed while he is clicking. Eg if he clicks on a selected row it should become unselected and if he clicks on a unselected row it should become selected.
Do you have any idea how to do this?
Than...
As the title suggests, how can I prevent the "bar" cursor from appearing when I click-and-drag over a TextField? For example, consider this interaction:
I'd like to prevent the cursor changing to the "bar" in step "2".
How can I do that?
I've tried fiddling with the selectable flag:
protected static function fixMouseOverAfordance(...