0

An AIR gotcha

Flex, AIR

I am working on an AIR application at work and I thought I would post a little gotcha when creating an application that does not use the default system chrome.

The documentation says to set the systemChrome to none, and set transparent to true and that will turn off the chrome... well... almost. If you are building a Flex based AIR application, you also have to set showFlexChrome to false as well, or you still get the flex chrome... Hope this helps someone :)

0

How To: Dynamic Datagrid

Flex

I have an example to share with you all. I am on a project that needed to be able to load a datagrids columns dynamically. Now, I had done something similar at one point, but not like this. I figured I would share this with you all(without giving away project secrets) a simple example of how to define datagrid columns and their data at runtime.

[Box lm9kiqbidp ]

tags:
Flex
0

Its good to be a Flex developer...

Flex

Ted Patrick outlines why its good to be a flex developer right now... 

http://www.onflex.org/ted/2007/07/how-to-find-flex-developers.php 

tags:
Flex
0

Code from Presentation

Flex

Ok, I have the code ready for use. Adding and viewing employees is what is working. I figured I would leave it to you to see if you can get edits working and to use that as an avenue for you to ask questions.

The SQL scripts are for SQL 2005 but I can make ones for 2000 or MySQL. Although it wouldn't take much to do it anyway.

http://www.box.net/shared/k7307p7fp1


Thanks,

Clint

tags:
Flex
0

Presenting on Flex

Flex

I will be presenting on Flex tonight at our local user group. Its been a couple of years since I last presented and that was on Flex 1.5.

I will post my prez here when I get it finished :)

tags:
Flex
0

A count down timer component

Flex

On a project I am working on, I needed a count down timer. The first iteration was just built into the MXML file that needed the counter, but I soon wanted/needed to use this in other places. I also need more control over the layout so I decided to make this a component.

One thing I am finding about making this a component is that the code is much cleaner now and actually smaller that the original inline timer I made. I released this last night and realized that it has some bugs, but I have fixed those. I am including a MXML app that uses the counter so you can see it in action.

To change where it starts, just change the minutes attribute and there you go.

Get the zip here

 You are free to use this however you see fit.

tags:
Flex

Search