Archives For airvqp

Someone pointed out in a forum posting that there was a problem with Script 9.4 of my Adobe AIR with Ajax: Visual QuickPro Guide (View at Peachpit.com). Script 9.4 lists the items in a directory (a folder on the user’s computer). By clicking on the name of any item, that item will be moved to the user’s trash. Then the script removes and rebuilds the list of items. I’m not sure if this is due to a change in AIR 1.5 or not, but the problem is that after deleting an item and the list is rebuilt, clicking on any other item no longer works. The solution I came up with may actually be better than the original script (in fact, it probably is). The solution is to remove the specific item that was deleted from the list, instead of deleting and rebuilding the entire list. Continue Reading…