Let's talk about Flex, AIR, ActionScript, ColdFusion and more    

AIR : How to create air app which does not appear in taskbar

There are a couple of needs in Flex users group in Japan, So I test it.

The important thing is to use "mx:Application" instead of "mx:WindowedApplication".

Cautions :
WinTest2.mxml appears in taskbar because it uses binding for type property. When you use mxml class based on mx.core.Window, you should write it directly (see WinTest5.mxml).

You can download sources from here.
WinTest.zip

WinTest.mxml ( Main app )


WinTest2.mxml


WinTest3.as


WinTest4.mxml


WinTest5.mxml

Flex LiveDocs try to open a paeg endlessly on FireFox 2.0.0.13

I'm using search bar of FireFox when I search APIs. Since a few days ago, Flex 3 LiveDocs try to open a paeg endlessly. I'm using FireFox 2.0.0.13. Please fix this problem!!

try this page

AIR : LibraryManager is updated a little. You can compare classes of SWFs.

I updated LibraryManager a little.

1. The comparison result has filter feature. So it's a little easier to see. The filters are like ...


Most people just needs public APIs.

2. You can export the comparison result as a report file of HTML. Here are samples. Class difference, Class property difference, Class method difference


You can download from here.
LibraryManager.air

You can donwload database of Flex 2.0.1/Flex 3.0.0 from here.
LibrariesInfo.zip

AIR : SQLiteBrowser is updated a little.

I got a couple of feedbacks.

1. "Don't filter to files with a .db extension."
In mac, there is no selection of file-type filters. So if you write code like this...

Only "db file" filter is valid in mac (it ignores the second filter). I've never known about this because I don't have mac. Anyway I fix this problem to set only "all" filter.


2. "Please set .htaccess file on your site for AIR app"
A Japanese FxUG member told me about this " AIR - Adding *.air to Apache". This is NOT only Apache thing. In mac (again), Browser recognizes AIR files as ZIP files, it try to uncompress automatically when you donwload AIR file. So I saved .htaccess files at web directories where AIR files exists in. You might be able to download AIR files correctly now, maybe ... (sorry, I can't test it because I don't have mac although I really want mac...)


3. "I wnat to open db file by drag&drop"
I thought about this feature on creating this app. But I don't use drag&drop much, so I did't. But there are people who want to use drag&drop, so I added this feature.

There are two pattern drag&drop. 3-1. You can open a db file with dropping the file on "shortcut of this app". 3-2. You can open a db file with dropping the file on "window to select a db file".


Also I added a display area for SELECT SQL sentence into result tab of Free Sql tool.


You can download SQLiteBrowser.air from here.
SQLiteBrowser.air

More Entries

BlogCFC was created by Raymond Camden. This blog is running version 5.5.005.