There was also a bug that prevented changes from "sticking" when you changed a time entry's project from the Time Entries tab that has been fixed with this update.
Tuesday, November 30, 2010
Klok 2.2.7 now available - New Features Added
This new release of Klok contains a frequently asked for feature: the ability to move or delete multiple time entries. You can now select multiple items from the Time Entries tab (Shift+click or Ctrl+click). Then right click and choose Move Selected Entries or Delete Selected Entries.
Klok 2.2.7 now available - New Features Added
This new release contains a frequently asked for feature: the ability to move or delete multiple time entries. You can now select multiple items from the Time Entries tab (Shift+click or Ctrl+click). Then right click and choose Move Selected Entries or Delete Selected Entries.
There was also a bug that prevented changes from "sticking" when you changed a time entry's project from the Time Entries tab.
Monday, November 29, 2010
Adobe AIR Application: Klok Mobile for Android Beta now available - update
With the excitement of Thanksgiving last week you may have missed our exciting announcement regarding the Android version of Klok Mobile. If you have an Android phone that meets the requirements for Adobe AIR for Android and would like to try out the mobile version of Klok, feel free to click on over to the Klok Mobile for Android page on our site. Make sure you read the Getting Started section. Also, please send any bugs or feature requests to us at support@mcgraphix.com.
Thursday, November 25, 2010
Adobe AIR Application: Klok Mobile for Android Beta now available
I am pleased to announce that the first beta version of Klok Mobile for Android is now available for download from the Klok website at http://www.getklok.com/KlokMobileAndroid.html.
Klok Mobile requires that you have the Adobe AIR for Android application installed. For those developers out there wondering how easy or difficult it was to create, I am happy to say that working with Flex 4 Hero is very simple. While I still have some bugs to work out, some skinning to do and some performance enhancements to add, I was able to go from blank canvas to working beta version is just about 20 hours worth of work. Note too, that this was really the first real application I created using Flex 4 at all, so there was a learning curve to overcome too.
Tuesday, November 9, 2010
Adobe AIR Application Klok surpasses half a million downloads
This is giving me a bit of deja vu, as it was only a little over a month ago that I announced that Klok had reached 350,000 downloads. But, I am happy to announce today that while I was on vacation for the last two weeks, Klok has surpassed 500,000 downloads. As of today it is actually more like 600,000. Thanks to everyone who has helped make Klok such an enormous success.
Wednesday, October 20, 2010
What happened to the AIR Marketplace?
If you haven't noticed, Adobe has a new website. Unfortunately, it leaves a bit to be desired IMHO.
I wanted to look for something in the AIR Marketplace (which is where my application Klok lives) but could not find a link for the AIR Marketplace anywhere. I expected this to get a more prominent spot. I ended up searching for it and found it that way, but I never did find it in the navigation anywhere
It also took me a few minutes to find the links to the designer and developer community sections. They are nestled under Learning in case you are looking for them too. While there is certainly a lot to be learned there, I didn't immediately make the connection.
Perhaps the site isn't completely done yet?
Aside from the missing link, you will notice another item that has gone missing... Flash content. There is surprisingly little Flash being used on the site. Now it isn't to say that there should be a lot of Flash on the site, I'm just saying that I was surprised to see the home page with the big Acrobat X graphic on there without some cool animation or interactive content.
Tuesday, October 12, 2010
Flex: The ABC data is corrupt - Solution
About a half hour ago, I was happily coding along on my Flex Adobe AIR application and all of a sudden when I tried to run the application (which compiled without error) I got this error when the application was initializing.
VerifyError: Error #1107: The ABC data is corrupt, attempt to read out of bounds.
My first thought was "What the hell is ABC data?". I still have no idea what that means but I did figure out what the problem was. After doing a bunch of searching I finally went back through every change I had made in my code since the last time it ran successfully.
What I found was that I had added two optional arguments to a method with the same name. I'm not sure exactly how that mistake caused that error message but in case you run into this error take a look at your method arguments. Given the genericness off the error message, I suspect that there are probably a lot of other different ways to cause that error message but this fixed it for me.
Subscribe to:
Posts (Atom)