Hi there,
I just uploaded my first videotutorial on how to creat columncharts with axiis. I hope you like it.
The code will be uploaded in the next days.
Cheers,
Christian
Hi there,
I just uploaded my first videotutorial on how to creat columncharts with axiis. I hope you like it.
The code will be uploaded in the next days.
Cheers,
Christian
I have been getting in the past weeks this error everytime I use Flex Builder 4 alpha in Linux. It happens randomly.
My solution is to change the compiler in FlexBuilder. Just rightclick on the project Folder -> -> Propeties -> Flex Compiler -> Flex SDK Version . Change to another version. And then change [...]
After learning how to create a custom Event, I decided to try to make a DataBinding Model. Finally I did it.
Again, I decided to create the same application but with a Model as in my previous post.
This time I needed to show/hide a button in the main application when the user clicked on a [...]
A client needed a basic contact form, but the webhost didn’t allow mail() in their scripts. This is what I did:
1. Step
I created a form that sends the required info to this file: createxml.php.
function writeXML($name, $email, $text, $newsletter="true")
{
if (getenv(HTTP_X_FORWARDED_FOR)) {
$ip_address = getenv(HTTP_X_FORWARDED_FOR);
} else {
$ip_address = getenv(REMOTE_ADDR);
}
$myFile = [...]
I spend the last few days trying to create a comunication between a Component and the main Application. My goal is to create for every State a individual component. Something like this:
I needed to tell the main application to change the State when the user clicked on the button on the component.
This is the final [...]
1. Download the latest Air Version for Linux here. Im using Adobe AIR 1.5.1 Linux , EspaƱol | 13.0 MB on Ubuntu 8.04.2
2. I like to have my applications in the /opt/ folder so my next step was:
sudo mv AbodeAIRInstaler.bin /opt/
3.
cd /opt/
4.
sudo chmod 777 AdobeAIRInstaler.bin
5.
./AdobeAIRInstaller.bin
6.
7. You will have to insert your root password.
8.
9.
10.
I just finished installing FlexBuilderAlpha4 on Eclipse 3.5. It is working like a charm.
Here are the instructions I followed: http://blog.danyul.id.au/?p=68&cpage=1#comment-88
Christian