journal
all all entries rss SoML excited dreams runes YRUU ultimate KTRU skate sleepy nihongo
Rob is 20,118 days old today.
prev day next day printable version

Entries this day: Trukz iPhone_app_source_snippet iPhone_appzzzz

Trukz

1:43am JST Friday 6 February 2009 (day 14198)

Thanks to Sach for helping me figure out how to get a javascript regex thing working for Trukz. Now my greasemonkey script is working: install Plus 5 if you play Trukz and want to automagially set your speed to be safely five miles above the speed limit, up to your truck's actual speed.

Also, join Eagle Logistics and tell 'em Thunder Rabbit sent you.

But really, don't play the game at all; it's a waste of time.

permalink

iPhone app source snippet

2:53pm JST Thursday 5 February 2009 (day 14197)

Perhaps foolishly, I'm transcribing this from the video Using iPhone Features in Your Application, at approximately 3:30 into the vid.

// Make sure the library isn't empty
if ([UIImagePickerController isSourceTypeAvailable:
        UIImagePickerControllerSourceTypePhotoLibrary]) {

   UIImagePickerConroller *picker;
   picker = [[UIImagePickerController alloc] init];
   picker.sourceType = UIImagePickerControllerSourceTypePhotoLibrary;

   picker.allowsImageEditing = YES;

   picker.delegate = self;

   [currentViewController presentModalViewController:picker
                                              animated:YES];

}
permalink

iPhone appzzzz

5:34am JST Friday 6 February 2009 (day 14198)

It's well past yesterday, and I can't say I've been awake continuously, but I have been trying to get some sort of iPhone app sorted out. I am beginning to grasp the architecture of the object hierarchy, but still can just barely make any changes, and can't really make any changes that I *want* to make. But I was able to add an extra menu item to a menu and have it point to a new instance of its clone's pointee, and even change the name of the menu item which was being set through a language file that took me a bit to find (it's under Resources).

BUT still can't make my own view yet, nor actually run anything on Little Blue Monkey (that's the name of my iPhone, but it may be too long to use very often).

Going to bed for now.

permalink
prev day next day