Re: [MonoTouch] Category type "overrides"

2012-03-30 Thread jhan...@gmail.com
By the way : I would still like to know how to Register an override via Category.. It should "in theory" just be something to do with how the class is registered right? Josh From: Josh Handel on behalf of jhan...@gmail.com [jhan...@gmail.com] Se

Re: [MonoTouch] Category type "overrides"

2012-03-30 Thread jhan...@gmail.com
__ From: monotouch-boun...@lists.ximian.com [monotouch-boun...@lists.ximian.com] on behalf of jhan...@gmail.com [jhan...@gmail.com] Sent: Friday, March 30, 2012 5:27 PM To: MonoTouch Forums ‎[monotouch@lists.ximian.com]‎ Subject: [MonoTouch] Category type "overrides" I am at my whits end trying

[MonoTouch] Category type "overrides"

2012-03-30 Thread jhan...@gmail.com
I am at my whits end trying to skin a UINavigationController in iOS 4.X (yes iOS 4.x not 5.X, 5 is easy, that is taken care of). So time and time again I am brought back to having to somehow override or otherwise mangle the UINavigationBar.. So my question is this : Can anyone show me how to ov

Re: [MonoTouch] In-app search

2012-03-23 Thread jhan...@gmail.com
This was my final answer.. I did a custom build of Sqlite3 with FTS4 enabled.. Its not as good as running a mini Lucene but it only took 4 hours to get all the moving parts working in the right direction instead of the who knows how long to get LuceneKit running in an iPhone and then wrapped. J

Re: [MonoTouch] "Get" method not found Monotouch

2012-03-23 Thread jhan...@gmail.com
My bad.. I forgot how Link All Assembiles does and did the exact opposite of what I wanted to do.. LOL.. Sorry for the noise. Josh From: monotouch-boun...@lists.ximian.com [monotouch-boun...@lists.ximian.com] on behalf of jhan...@gmail.com [jhan...@gmail.com

[MonoTouch] "Get" method not found Monotouch

2012-03-23 Thread jhan...@gmail.com
Monotouch seems to be "optimizing" out any property setters and getters that aren't directly called.. But this is causing problems when I try to pass an object from one assembly to the next.. How do I ask Monotouch to be less agressive about its optimizations? This happens with a debug build to

Re: [MonoTouch] In-app Search.

2012-03-22 Thread jhan...@gmail.com
itely check out whats changed and see if It can be cobbled together. Josh From: René Ruppert [rene.rupp...@googlemail.com] Sent: Thursday, March 22, 2012 10:01 AM To: jhan...@gmail.com Cc: monotouch@lists.ximian.com Subject: Re: [MonoTouch] In-app Search. There is

[MonoTouch] In-app Search.

2012-03-22 Thread jhan...@gmail.com
Howdy all, Before I go reinvent the wheel I figured I would ask.. We have an app that will host several hundred pages of content (local).. And our client would like to make the content searchable.. What kind of in-app search strategies have you guys tried to employ in the passed? I'm debating

Re: [MonoTouch] Now that I can post : Extending the UINavigationController??

2012-03-15 Thread jhan...@gmail.com
d color) pre iOS 5.0? Hurm, thats a bummer. Josh From: Christopher Hatton [christopherhatto...@gmail.com] Sent: Thursday, March 15, 2012 1:35 PM To: jhan...@gmail.com Subject: Re: [MonoTouch] Now that I can post : Extending the UINavigationController?? The C

Re: [MonoTouch] Now that I can post : Extending the UINavigationController??

2012-03-15 Thread jhan...@gmail.com
Sadly nope, client needs this app to run on as many devices as possible. What is the MonoTouch equivalent of respondsToSelector: ? Thanks Josh From: Nic Wise [n...@fastchicken.co.nz] Sent: Thursday, March 15, 2012 11:56 AM To: jhan...@gmail.com Cc

Re: [MonoTouch] Now that I can post : Extending the UINavigationController??

2012-03-15 Thread jhan...@gmail.com
Sadly nope, client needs this app to run on as many devices as possible. What is the MonoTouch equivalent of respondsToSelector: ? Thanks Josh From: Nic Wise [n...@fastchicken.co.nz] Sent: Thursday, March 15, 2012 11:56 AM To: jhan...@gmail.com Cc

Re: [MonoTouch] Now that I can post : Extending the UINavigationController??

2012-03-15 Thread jhan...@gmail.com
ch 15, 2012 11:25 AM To: jhan...@gmail.com Cc: MonoTouch Forums Subject: Re: [MonoTouch] Now that I can post : Extending the UINavigationController?? Apple does not recommend subclassing the Nav controller http://stackoverflow.com/questions/3029959/steps-in-subclassing-uinavigationcontroller On Thu

[MonoTouch] Now that I can post : Extending the UINavigationController??

2012-03-15 Thread jhan...@gmail.com
Howdy all, Is there a known reason why inheriting UINavigationController would not work the same as directly using the UINavigationController? this very simple class below (with the constructors just passing to the base and doing nothing else) loads a blank (black) screen.. where as directly

[MonoTouch] Sorry for the noise

2012-03-15 Thread jhan...@gmail.com
ping test beause I can't seem to send from any of my addresses. Just ignore, I'll check the archive to see if it makes it. Thanks Josh ___ MonoTouch mailing list MonoTouch@lists.ximian.com http://lists.ximian.com/mailman/listinfo/monotouch

Re: [MonoTouch] linking dependency

2012-03-13 Thread jhan...@gmail.com
Thanks thats what I needed! Josh From: Jeff Stedfast [j...@xamarin.com] Sent: Tuesday, March 13, 2012 1:42 PM To: jhan...@gmail.com Cc: monotouch@lists.ximian.com Subject: Re: [MonoTouch] linking dependency Hi Josh, If you are writing a binding to a native