Strange ‘NOSERVER_FLEX_OUTPUT_FOLDER’ Error

October 15th, 2008 § 0 comments § permalink

Yesterday I was having trouble with FlexBuilder so I upgraded to ver. 3.1. Ever since then I've been receiving the following error.

'NOSERVER_FLEX_OUTPUT_FOLDER\bin-debug\' is not a valid location. The location is relative to undefined workspace path variable 'NOSERVER_FLEX_OUTPUT_FOLDER'.

If I go into the project properties and remove 'NOSERVER_FLEX_OUTPUT_FOLDER' from the Output Folder path I can compile the project. However, when I reopen the project that path gets put back in there and the project won't compile again. Anybody else experience this and know how to fix it?

Move Over iPhone

October 9th, 2008 § 0 comments § permalink

The latest greatest thing in mobile technology, can't wait to get my hands on one.

http://www.pomegranatephone.com/


Digg!

Copy Children From One Flex Container to Another

July 16th, 2008 § 6 comments § permalink

Okay, this shouldn't be so difficult but I'm having a helluva time with it. I have two canvases. All I want to have happen is when I add a child to canvas A I want it to also be added to canvas B at the same time. Sounds easy right, but for some reason it's only showing up in the second canvas, not the first. It's driving me crazy. Any ideas out there?

var imageContainer:WallItem = new WallItem();
...
WallModel.getInstance().dropArea.addChild(imageContainer);
WallModel.getInstance().navCanvas.addChild(imageContainer);

When I do this the item only shows up in the "navCanvas" but if I take out the second addChild it shows up fine in "dropArea." What am I missing?

Flex 4 Skinning Video

July 7th, 2008 § 0 comments § permalink

Looks like there is some very cool stuff coming in Flex 4 with regards to skinning components.


Digg!

Brightkite & Spamalot

May 27th, 2008 § 2 comments § permalink

Ryan Stewart kindly sent me a Brightkite invite a few weeks ago. Admittedly, at first I wasn't very impressed. It seemed like a more complicated Twitter without any new added value. I don't really care where people are posting their tweets from. I decided to give it another chance though and the more I looked around the more I liked it. I like that you can post photos of where you're at and what you're doing at that moment. I however, do not have a camera on my phone (pathetic, I know) so this feature isn't particularly useful to me but it is fun to see what people are doing "around me."

There was one thing that really sold me on the service though. This past week the musical Spamalot was in town for several performances. A couple of the cast members had Brightkite accounts and were posting notes and photos of their adventures around town. It was very cool to see what they did while they were here. It provided an interesting view into how a visitor sees your hometown. The things they enjoyed doing, what they felt was interesting enough to take a picture of and post for everyone else to see. I can see where this could be useful if you were going to be traveling to a new place also. You could check out what's going on around that location and get some ideas on what (or what not) to do while you're there.

So, I think I'm sold on Brightkite. I have a few invites to give out if anyone is interested. By the way, Spamalot is a great show. If it comes to your town I'd definitely recommend it.


Digg!

FlashLite Disappointments

May 22nd, 2008 § 1 comment § permalink

I've had an interest in mobile development for several years now. Where I work however, I don't have an opportunity to do much of it. Every once in a while though I get the chance to build a small prototype to use as a sales or demonstration tool. Being a Flash/Flex guy I of course turn to FlashLite to build these apps.

FlashLite is great for building attractive, rich interfaces in a relatively short amount of time. In addition, Adobe Device Central offers some fantastic tools for running simulations to check various conditions and situations. So what's the problem? The problem is (at least here in the States) that in most cases we are limited to distributing our applications to Windows Mobile 5+ devices only. Verizon does offer distribution program for developers to distribute their content but it is somewhat expensive and quite convoluted. This restriction severely limits how and where we as developers can distribute our applications. In my opinion this renders FlashLite an inviable option for developing mobile applications except in very targeted instances.

There is hope, however. The recently announced Adobe Open Screen Project aims to bridge this gap. To put it simply, Adobe plans to work with carriers and manufacturers to develop a standard platform that will run on PC's, devices and mobile phones. That platform will be SWF and FLV. If they can successfully pull this off it finally mean we can build our Flash (and AIR) apps and freely distribute them to any device available (which, with any luck, will include the iPhone). That will be a good day :)


Digg!

FlashLite Demo App

May 20th, 2008 § 0 comments § permalink

Late last week I quickly threw together a prototype of a mobile app for a big box retailer in the area. It's been a long time since I worked on anything in the mobile world so I was excited to do this. I only had about a day to throw this together so there's still a lot of tweaking but it turned out alright I think.



Digg!

Flash, Flickr, AIR

May 5th, 2008 § 0 comments § permalink

I decided I wanted to try creating an AIR app with Flash instead of Flex just to see what it was like. To date, I've never created the obligatory Flickr app that it seems like all developers make at some point so I thought what the hell. The result is this relatively useless but kind of fun little app that pulls the first 50 images from a randomly selected page (up to page 10) of "interesting" photos from Flickr.


I kind of liked the experience of creating an AIR app with Flash. Managing the settings seems to be a little easier since Flash offers a form based approach to creating your app.xml file. In Flex you have to manually edit the XML which really isn't too difficult but just entering a few values into a form is nice.

If you're interested you can download the app here.


Digg!

Twhirl Acquisition

April 3rd, 2008 § 0 comments § permalink

Congratulations to Twhirl on their recent acquisition by Seesmic. It's great to see an AIR app getting this kind of exposure.

Seesmic Acquires Popular Twitter AIR Client Twhirl


Digg!

User Group Advice

February 7th, 2008 § 0 comments § permalink

A friend and I are considering starting a local Adobe user group. Anyone out there have advice on how to make it successful or things to watch out for?