http://superyeti420.wordpress.com/
Name: http://superyeti420.wordpress.com/
Score: 365.14
Last Seen: 422 days, 18 hours, 46 minutes ago
Member Since: 8 April, 2010
MonoTouch.Info
Upcoming Entries Submit New Entry atom rss
1
touches

Using Sqlite-net and MT-d to create simple CRUD forms - Warren Moxley's Blog

posted by http://superyeti420.wordpress.com/http://superyeti420.wordpress.com/ 422 days, 18 hours, 46 minutes ago
Wednesday, March 23, 2011 1:26:41 AM GMT
Tags:MonoTouch, MonoTouch.Dialog, Sqlite-net, MonoTouch.Dialog Reflection, CRUD Hey guys, in my latest adventures in all things MonoTouch, I learned of Fak's Sqlite-net library, and decided to delve in.  I came up a cool abstract dbbase class (I think it came with the sample for sqlite-net I found, and then used a sub-class with sqlite-net attributes, and MT.d attributes to create a simple CRUD framework for your data access.  I've included the DBBase class and a sample form class.  Here it is. Cheers ... (more)
category: Samples | clicked: 430 | comment | | source: blog.it1services.ca
tags: CRUD, MonoTouch, MonoTouch.Dialog, SQLite, Sqlite-net
1
touches

New updates and pushes to MT Dialog Fork and MT Extensions - Warren Moxley's Blog

posted by http://superyeti420.wordpress.com/http://superyeti420.wordpress.com/ 424 days, 22 hours, 59 minutes ago
Sunday, March 20, 2011 9:14:09 PM GMT
Tags:MonoTouch.Dialog, MonoTouch.Dialog.Extensions, MonoTouch, c# Today I did some housekeeping on my fork of MonoTouch.Dialog.  I've merged in all of Miguel's recent changes, and also fixed a bug I found today in EntryElement that wasn't populating a default value when you push it in.  This was related to how the value was being returned by the getter and the timing of when the value was being assigned.  I've fixed this now, and also sent a patch to Miguel for the main trunk of MonoTouch.Dialog.  You c... (more)
category: Libraries | clicked: 97 | comment | | source: blog.it1services.ca
tags: MonoTouch, MonoTouch.Dialog, MonoTouch.Dialog.Extensions
1
touches

Automated IPA generation with MonoDevelop - Warren Moxley's Blog

posted by http://superyeti420.wordpress.com/http://superyeti420.wordpress.com/ 429 days, 21 hours, 40 minutes ago
Tuesday, March 15, 2011 10:33:03 PM GMT
Tags:MonoTouch, MonoDevelop, Automated IPA, Generate IPA, AdHoc, TestFlightApp Well yesterday i discovered http://testflightapp.com what a super cool site.  It allows for OTA (Over The Air) pushing of beta applications to iOS devices making testing and deploying ad-hoc stuff for testing etc WAY easier.  Now you need to upload an IPA file, so after talking with Clancey and a couple others on the irc channel i came up with this re-usable xml fragment you an add into your project file to automate the gener... (more)
category: Samples | clicked: 291 | comment | | source: blog.it1services.ca
tags: AdHoc, GenerateIPA, MonoDevelop, MonoTouch, TestFlightApp
1
touches

MonoTouch AlertWebView - Warren Moxley's Blog

posted by http://superyeti420.wordpress.com/http://superyeti420.wordpress.com/ 446 days, 12 hours, 12 minutes ago
Sunday, February 27, 2011 8:01:02 AM GMT
Tags:MonoTouch, AlertWebView, UIAlertView, Popup UIWebView Hey everyone.  It's been a while since I've posted anything.  Well I was working on a project today where we required a popup Terms & Conditions with an Approve and Reject button, and allows you to scroll the content.  I built a Sub-Class of UIAlertView, inserting a UIWebView and allowing for a URL to be passed in.  This renders a scrollable UIWebView in the alert view so that the T&C can be reviewed, and then accepted or rejected.  Here... (more)
category: Samples | clicked: 148 | comment | | source: blog.it1services.ca
tags: AlertWebView, MonoTouch, Popup UIAlertView, UIAlertView
1
touches

MonoTouch AlertWebView - Warren Moxley's Blog

posted by http://superyeti420.wordpress.com/http://superyeti420.wordpress.com/ 446 days, 12 hours, 16 minutes ago
Sunday, February 27, 2011 7:56:32 AM GMT
Tags:MonoTouch, AlertWebView, UIAlertView, Popup UIWebView Hey everyone.  It's been a while since I've posted anything.  Well I was working on a project today where we required a popup Terms & Conditions with an Approve and Reject button, and allows you to scroll the content.  I built a Sub-Class of UIAlertView, inserting a UIWebView and allowing for a URL to be passed in.  This renders a scrollable UIWebView in the alert view so that the T&C can be reviewed, and then accepted or rejected.  Here ... (more)
category: Samples | clicked: 64 | comment | | source: blog.it1services.ca
tags: MonoTouch, Popup UIAlertView, UIAlertView
1
touches

ABAddressBook Helper « Superyeti420's Blog

posted by http://superyeti420.wordpress.com/http://superyeti420.wordpress.com/ 545 days, 12 hours, 22 minutes ago
Saturday, November 20, 2010 7:51:12 AM GMT
ABAddressBook Helper Filed under: MonoTouch Hey everyone, while working on my latest project, i discovered the need to search the address book for a phone number. Through my travels, I DID discover that it seems this functionality isn’t exposed by default with the native iOS libraries, or if it is, its with NSArrays, and NSObjects which can be slower than native MT components. So with a bit of help from Clancy, i came up with this helper class for the MonoTouch ABAddressBook. Enjoy. public cl... (more)
category: Samples | clicked: 43 | comment | | source: superyeti420.wordpress.com
tags: MonoTouch
1
touches

MonoTouch News - Im Back hehe new updates to MonoTouch.Dialog.Extensions

published 631 days, 57 minutes ago posted by http://superyeti420.wordpress.com/http://superyeti420.wordpress.com/ 632 days, 15 hours, 58 minutes ago
Thursday, August 26, 2010 7:16:15 PM GMT Wednesday, August 25, 2010 4:14:42 AM GMT
Well after a bit of a hiatus on iOS Dev, i’m back. I added a new “SpiffyDialogViewController” to the MT.D.Ext library today. Its based off of Miguel’s code sample in MT.d to do a background image on a UITable, but wasn’t working correctly on the iPad aka not at all. So i did some research figured out where it was failing and fixed it. silly SDK version inconsistencies. Well its all good to go now, and uploaded too. http://github.com/SuperYeti/MonoTouch.Dialog.Extensions feel free to add to it or any ... (more)
category: News | clicked: 427 | comment | | source: superyeti420.wordpress.com
tags: MonoTouch.Dialog, MonoTouch.Dialog.Extensions, News, UITable Background Image
1
touches

MonoTouch Library - MonoTouch.Dialog.Extensions Release

published 736 days, 13 hours, 40 minutes ago posted by http://superyeti420.wordpress.com/http://superyeti420.wordpress.com/ 736 days, 18 hours, 52 minutes ago
Thursday, May 13, 2010 6:32:31 AM GMT Thursday, May 13, 2010 1:20:20 AM GMT
Hey everyone. I’ve released the 1st version of MonoTouch.Dialog.Extensions at http://github.com/SuperYeti/MonoTouch.Dialog.Extensions. The first addition is a UrlImageStringElement extension that will load an image and caption from a URL, save the image on the file system, and create a thumbnail for it. This also utilizes an LRU cache, and download throttling mechanism thanks to Miguel. (more)
category: Libraries | clicked: 448 | comment | | source: superyeti420.wordpress.com
tags: iPhone, Library, MonoTouch, MonoTouch.Dialog, MonoTouch.Dialog.Extensions
1
touches

MonoTouch Sample - MonoTouch.DirectoryRecurser

published 737 days, 22 hours, 19 minutes ago posted by http://superyeti420.wordpress.com/http://superyeti420.wordpress.com/ 738 days, 16 hours, 25 minutes ago
Tuesday, May 11, 2010 9:53:32 PM GMT Tuesday, May 11, 2010 3:47:18 AM GMT
Well today i built a quick little File system browser for the iPhone using MonoTouch.Dialog as a little POC. It goes and recurses your documents directory, and allows you to navigate through the folder structure, and click on files to see an alert with the name. (more)
category: Samples | clicked: 215 | comment | | source: superyeti420.wordpress.com
tags: Browsing, Files, iPhone, MonoTouch, MonoTouch.Dialog, Sample
1
touches

MonoTouch Library - MonoTouch.Dialog Updates

published 737 days, 22 hours, 19 minutes ago posted by http://superyeti420.wordpress.com/http://superyeti420.wordpress.com/ 738 days, 23 hours, 56 minutes ago
Tuesday, May 11, 2010 9:53:32 PM GMT Monday, May 10, 2010 8:16:28 PM GMT
Well Miguel went to merge some/all of my changes on my fork into trunk today, and there were a ton of whitespace and formatting changes. i went through and cleaned these up, and pulled from trunk to make it more consistent. While i was in there i included all of Miguel’s recent changes, and made his new changes, and my old ones play nice together. Essentially the merge is done. (more)
category: Libraries | clicked: 236 | comment | | source: superyeti420.wordpress.com
tags: iPhone, MonoTouch, MonoTouch.Dialog
Previous 1 2 3 Next