Hello, I am implementing a LineChart in FLEX 4. I have the chart working well except I do not like the default colors and cannot use them, as they do not relate to my data very well. For instance, Orange is not a great default color for my data column "Outdoor temperature". I would rather override it and use a green color if possible.
...
Does anyone know common programming conventions for Flex?
...
I am pretty sure that this is totally what i need, however I can not get it to work for some reason. What i would like to do is call an arbitrary component that extends Canvas. Since there may be a variety of components named TestCanvasA, TestCanvasC, TestCanvasC which i won't know till run-time I figured this would be the way to go abou...
I am having trouble compiling a project built in TextMate on a Mac.
I have Flash Builder 4 and FlashDevelop on PC, and I cannot seem to compile the project even when I've downloaded the Flex 2 Hotfix 3 SDK.
Flash Builder cannot work with Flex versions prior to Flex 3, so I'm left with Flashdevelop. When I assign the SDK path to point t...
I've searched high and low for an answer and it might be a foolish endeavour but i'd like to be able to read fonts from a directory at runtime for use in an actionscript/flex app
Ive seen the answers on the web and all rely on putting fonts in external swfs and certainly rely on embed meta tags or styles when i'd like a local fonts dire...
Hi all,
I have a couple of images, representing tents, that look like this:
The red and blue parts on each side of the tents are doorways, and several tents can be connected together via these doorways. For example, I want to connect the two blue doorways so that they match up like in this picture:
If the first tent is stationary...
I am developing a Adobe Flex Application which speeches some given text inside a text box.
Here am supposed to use an inbuilt function or something else, because I dont want to give an outside link to convert the text to speech since Internet connection will not be available.
Sample program written in Air are also applicable
Can any one ...
Hi all,
we are working on a project involving lots of flash remoting stuff. Particularly, we build on Flex Builder 3 using Flex SDK 3.2.
An interesting question here: when a connection to the remote server (FluorineFX-based) is established, and we issue a call via NetConnection.call(), is it allowed to place another NetConnection call...
I want to save a screenshot from my Flex app on the Webserver (LAMP).
Here is the Flex code:
private function getBitmapData( target : UIComponent ) : BitmapData
{
var bd : BitmapData = new BitmapData( target.width, target.height );
var m : Matrix = new Matrix();
bd.draw( target, m );
...
Here I i'm trying to parsing a XML in like below:
<?xml version="1.0" encoding="utf-8" ?>
<spearkerslist>
<speakers langid="afb" countryid="SA">200000</speakers>
<speakers langid="acw" countryid="SA">6000000</speakers>
<speakers langid="ars" countryid="SA">8000000</speakers>
<speakers langid="arb" countryid="SA">20600000...
I have a Flex application which sends/receive a lot of data to/from the server. The bandwidth usage is high.
I'm using RemoteObject to send an XML(Document in Java). So I'd like to compress this XML and reduce the size.
...
Hi,
im looking forward flex php developers about their works with CI and flex combination.
did you guys feels good and keep things innovative
and im just looking for working samples you have or you came across .
Thanxs,
Gobi :)
...
Is there any way to force Flex to draw empty PieChart when all data in the PieSeries equals 0. The result I'm getting now is just a blank space in the place where my chart is supposed to be.
...
Is there a FLEX component that uploads multiple files in a multipart/form-data POST request?
...
Well i have an adobe air which runs vlc-player at background as service. i check that in Windows Task Manager , the service runs when air application launches.
here is the code
processArgs.push("--extraintf");
processArgs.push("rc"); //Remote control
processArgs.push("--rc-fake-tty"); //Use terminal as output
processArgs.push("s...
Hi all ,
As I say in the title of my question, I don't succeed in configuring Spring Security...
I've followed two articles written by James Ward or Jettro Coenradie but I still don't have it !
First I tried to make all this working in a fake project, and it worked well, thant I tried in the "real" project. The configuration files are ...
I am trying to write a custom logger target by extending TraceTarget and overriding the mx_internal function internalLog. I would like to send the occasional error log to our server for recording. I am doing this using an HTTPService, and sending it each time internalLog() is called.
However, if one does the following,
logTarget = new ...
How do I generate release build of my Flex Application
through IntelliJ Idea, like I do in Flex Builder?
...
I am currently looking at a couple of ways to integrate UI components into my current Flash project. I usually use Flash Develop and I have recently been evaluating the Yahoo Astra Flash library and I really like the following example (especially the horizontal and vertical drag bars):
http://developer.yahoo.com/flash/astra-flash/layout...
I got a requirement wherein we have to develop e-learning platform using Flex and J2EE.
I am new to e-learning. can someone help me to identify what are all the api required, how to start design and architecture. Requirement is to develop a course management system, an authoring tool and SCORM compliant player. authoring tool should be d...