[MonoTouch] Apple + Shift + T hotkey double mapped

2011-10-23 Thread dermotos
The hotkey combination Apple + Shift + T is supposed to be Step Out (of debugging) according to the tooltip over the button, but it brings up a Go to Type search box. -- View this message in context: http://monotouch.2284126.n4.nabble.com/Apple-Shift-T-hotkey-double-mapped-tp3930061p3930061.html

[MonoTouch] (no subject)

2011-10-23 Thread Andreas Ploetzeneder
Hi, in a rowselected, i have a push method: editserver1=new EditServer(indexPath.Row,false); editserver1.setdata(indexPath.Row,false); _controller.NavigationController.PushViewController(editserver1,true); But everytime i push, i have to pop one more timeso after the third time, when i

[MonoTouch] Change url of webreference

2011-10-23 Thread Andreas Ploetzeneder
hi, how can i programatically change the url of a webreference during runtime -- Mit freundlichem Gruß,* Andreas Plötzeneder* CEO *ihr ploetzeneder it-solutions Team **Mobile Development* * – **Desktopanwendungen*

Re: [MonoTouch] Change url of webreference

2011-10-23 Thread Robert Jordan
On 23.10.2011 13:25, Andreas Ploetzeneder wrote: > hi, > how can i programatically change the url of a webreference during runtime var srv = new SomeWebReference(); srv.Url = "http://another.uri.comes.here";; Robert ___ MonoTouch mailing list MonoTouch

Re: [MonoTouch] Change url of webreference

2011-10-23 Thread Miljenko Cvjetko
Hi On 2011.10.23 13:25, Andreas Ploetzeneder wrote: hi, how can i programatically change the url of a webreference during runtime Shouldn't there be Url property of the webservice proxy?!? From MSDN: myNamespace.myReferenceName.ReportExecutionService rs = new myNamespace.myReferenceName.Repor

Re: [MonoTouch] Change url of webreference

2011-10-23 Thread Andreas Ploetzeneder
Thank you robert, for your Feedback Regarding coloring the Font Color of the navigationbar, i get "unrecognized selector sent to instance". Can the reason be, that it just works on ios5? > > public override void ViewDidLoad () > { >base.ViewDidLoad (); > >// Hintergrundfarbe: >

[MonoTouch] UIActionsheetbackground Color to gray

2011-10-23 Thread Andreas Ploetzeneder
Hi, my UIActionsheetbackgroundcolor which is sent from tabbar is black,... how can i make it gray, i guess i saw this already -- Mit freundlichem Gruß,* Andreas Plötzeneder* CEO *ihr ploetzeneder it-solutions Team **Mobile Development*

Re: [MonoTouch] Change url of webreference

2011-10-23 Thread Robert Jordan
On 23.10.2011 15:25, Andreas Ploetzeneder wrote: > Thank you robert, for your Feedback > > Regarding coloring the Font Color of the navigationbar, i get "unrecognized > selector sent to instance". Can the reason be, that it just works on ios5? Oops, sorry. textAttributes/SetTextAttributes is only

Re: [MonoTouch] Activation Failure

2011-10-23 Thread Nic Wise
Have you contacted supp...@xamarin.com? On Sat, Oct 22, 2011 at 21:35, Rodney J. Thomas wrote: > I tried to install MonoTouch 5.0 and recieved an activation failure. > > I received an unknown error and what looked like a stack trace. > > Unknown error.  Please contact support System.Xml.XmlExcept

[MonoTouch] UITabBarController with UISplitViewController

2011-10-23 Thread Michael Muegel
Greetings. I want a tab bar, but in some of the tab modes I want to host a split view controller. I have a screen shot below. The setup I have works OK w/ newer iOS 4 versions, except that when I navigate "back" in the navigation controller / MonoTouch.Dialog master (left) side of the split view,

Re: [MonoTouch] Please advise wrt two apps with same source files

2011-10-23 Thread Michael Muegel
In situations like this for Windows development I have created an application library. You would have two MonoTouch app projects that reference this library, which in turn reference all your other support libraries. Each app project just has a few files to bootstrap things and invoke the common app

Re: [MonoTouch] New Mono 2.8 & MonoTouch 3.6 UI Builder not updating

2011-10-23 Thread Karl Heinz Brehme Arredondo
Fo-DeuŠ I need to deliver an upgrade tomorrow to a client presentation and at this moment I opened IB to put some outlets and there isŠ no updateŠ I think know you get one person less in the worldŠ Karl From: Jeff Stedfast Date: Tue, 18 Oct 2011 19:59:30 -0400 To: kissgamestudios Cc: "mon

[MonoTouch] ConnectFailure error causes app to cease connecting externally

2011-10-23 Thread bamagrad03
I've got an app that does a number of externally focused things: twitter via oAuth, connecting to my web server services, etc. And everything works great, but after about 3-4 minutes of heavy use, the app starts throwing: Error: ConnectFailure (System call failed) More specifically: at System.

Re: [MonoTouch] New Mono 2.8 & MonoTouch 3.6 UI Builder not updating

2011-10-23 Thread technohead
Ah ok, that's good to know. So for people who have projects that were coded using MD 2.6 or earlier, what would be the process for updating them to work with MD 2.8? thanks, Dennis -- View this message in context: http://monotouch.2284126.n4.nabble.com/New-Mono-2-8-MonoTouch-3-6-UI-Builder-not-u