MonoTouch.Info - Entries tagged with MonoTouch.Dialog
Using Sqlite-net and MT-d to create simple CRUD forms - Warren Moxley's Blog
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 ...
New updates and pushes to MT Dialog Fork and MT Extensions - Warren Moxley's Blog
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...
MonoTouch News - Im Back hehe new updates to MonoTouch.Dialog.Extensions
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 ...
MonoTouch Article - MonoTouch.Dialog - Improved List Documents!
Christopher (@cdeutsch) writes a follow-up entry from his last article. This time he re-creates his listing documents example using MonoTouch.Dialog. The result was that he re-created the sample quicker and easier!
MonoTouch Library - MonoTouch.Dialog.Extensions Release
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.
MonoTouch Sample - MonoTouch.DirectoryRecurser
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.
MonoTouch Library - MonoTouch.Dialog Updates
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.
MonoTouch Library - Updates to SuperYeti/MonoTouch.Dialog - Superyeti420's Blog
Updates to SuperYeti/MonoTouch.Dialog Hey guys, per Miguel’s request i’ve removed the ctor’s for the editing and auto-rotate functionality, and removed the dependancy on UserDefaults. now you can just use a block statement to instantiate a new dialogviewcontroller with auto-rotate enabled. it is disabled by default. Cheers. http://github.com/SuperYeti/MonoTouch.Dialog
MonoTouch Library - More new updates to SuperYeti/MonoTouch.Dialog
Hey guys. more new updates to my fork of MonoTouch.Dialog today. Added in support for editing and deleting rows inside radio elements. I overrode the appropriate method in the TableViewController, and added in an event to bubble the properties out for later databinding, and in the mean time so i could update the login i built using that to store the login information. Cheers. Thanks to bryan for all your help.
MonoTouch Library - SuperYeti/MonoTouch.Dialog Updates
SuperYeti/MonoTouch.Dialog Updates Hey everyone, i’ve uploaded some more changes to the SuperYeti fork of the MT.Dialog library.  I removed the orientation mode lock i was working on, after hashing it a bit further i decided it was a bad idea, so its gone.  After doing some more work with NSUserDefaults today on my 2nd app im starting to build, i went back, and cleaned up the code on the auto-rotate settings...
Previous 1 2 Next