Ben Clayton

Results 10 issues of Ben Clayton

Perhaps I am missing something obvious, but I'm unable to get the example app from the Play Store to play anything. Steps: - Download an mp3. Verify mp3 can be...

I followed this tutorial which led me here: http://navinpeiris.com/2011/10/17/appcelerator-titanium-javascript-code-completion-in-intellij/ Everything worked great except documentation was not appearing in the popup window. Opening the titanium-mobile-alloy-3.4.0.js file gave this error: ![screen shot...

Can now use `escapeId` and `format` functions on the `mysql` object. The previous type of the mysql.escape function was wrong - should be a function returning a string (not a...

LESS simplifies making highlight and shadow colors based on a primary colour by having a function that can darken or lighten an existing color. I think this'd be pretty cool...

t1:enhancement

``` ADTransitionController * transitionController = [[ADTransitionController alloc] initWithRootViewController:vc]; [self presentViewController:transitionController animated:YES completion:^{ }]; ``` ![ios simulator screen shot 14 nov 2013 15 08 25](https://f.cloud.github.com/assets/288569/1541879/a4340624-4d3e-11e3-829e-b46127430983.png) On iOS6 it lays out as...

Since upgrading I'm now getting this error. My setup looks like this: ``` ``` e.g. I'm using withSections={false}. Any ideas?

Great control by the way, thank you! I would like to reload the data in the list manually. I've found the _refresh() method, which works quite nicely when I use...

Apparently because the PLCameraController private class is no longer available or has different methods to those that are used. (Line 18, KaleidoscopeAppDelegate.m)

First up, thanks for this really interesting library! It's a challenging problem and your solution is neat. Do you have any thoughts on how widgets using this could be made...