Re: [MonoTouch] Wrong IP Address

2011-07-29 Thread Jason Awbrey
to clarify, what is a. the IP of your iOS device? b. the IP of your MBP (& over which connection)? c. the IP the debugger is trying to connect to? On Fri, Jul 29, 2011 at 5:47 PM, Greg wrote: > I have tried everything now. I have rebooted all devices and I am now > restricting all devices to 1

[MonoTouch] Checking for store login?

2011-07-29 Thread Dean Harry
Does anyone know how to check if a user is signed into the store or not? I am doing a StoreKit implementation and the notice that the SKPaymentQueue doesn't test for store login, so unless the user is logged in there are no previous transactions passed back to the application. I know I could cal

Re: [MonoTouch] LocationManager when Phone Locked

2011-07-29 Thread Tom Renneke
You could perhaps disable the IdleTimer preventing the phone from locking :) UIApplication.IdleTimerDisabled = true; Tom 2011/7/29 Greg > Before wasting my life following every link from google... > > Does anyone know how it is possible to keep collecting location data when > the iphone is l

Re: [MonoTouch] Wrong IP Address

2011-07-29 Thread Greg
I have tried everything now. I have rebooted all devices and I am now restricting all devices to 1 wifi network and nothing else and still I cannot get the right IP address only the device address which is wrong. You are all right that the 10.211 address is that of my IPhone in this case, but I ne

Re: [MonoTouch] Wrong IP Address

2011-07-29 Thread Christian Moores
Greg, I've had exactly the same behaviour you describe. I rebooted the MBP and restarted MD, it then picked the correct IP to listen on. Try switching AirPort on/off? Regards, Chris -- Christian Moores VP User Experience, Psonar On 29/07/2011 20:09, "Greg" wrote: >Thats strange as I had my

Re: [MonoTouch] Wrong IP Address

2011-07-29 Thread Greg
Thats strange as I had my phone connected to my laptop via usb, it was connected to the network (the right one) the same as my laptop (though one was connected via wifi and the other ethernet) but still getting different IP's It would be better if I could specify this in Monodevelop somewhere. A

[MonoTouch] LocationManager when Phone Locked

2011-07-29 Thread Greg
Before wasting my life following every link from google... Does anyone know how it is possible to keep collecting location data when the iphone is locked, I am happy that this will only work while my app is running in the "foreground" but at the moment everything works well until the screen locks

[MonoTouch] Strange crash w/ UIWebView descendent on iOS 5 beta 4

2011-07-29 Thread Steve.Mentzer
We are seeing a crash only in iOS5 which occurs during the .get_View() method of the parent controller. Looking at the stack trace, it appears that .get_view() is initializing child controls and calling their constructors... Oddly enough, part of the stack trace indicates that DetailTextWebView.

Re: [MonoTouch] Wrong IP Address

2011-07-29 Thread Christian Moores
Hi Greg, A tip: If you remove your app from the device, and redeploy (via debug or run), your app will automatically be configured with the current computer's IP address. Both device and mac should be on the same network or at least be able to communticate. You may have to check firewalls if your

Re: [MonoTouch] Imitating the iPhone Email View

2011-07-29 Thread vbisbest
Well, ran into another wall. I have a webview in a table cell and the scroll up and down works correctly. However I need left and right scroll to actually scroll the web view (again, think email app. IF you drag over the >From or To, the webview still scrolls left to right). So I though if I ca

Re: [MonoTouch] Wrong IP Address

2011-07-29 Thread Wally McClure
That should be the ip address of the iOS device on your wireless network. If you can't find the device, it might be because the device has attached itself to the wrong wifi network at your place. This sometimes happens to me. > Date: Fri, 29 Jul 2011 09:16:49 -0700 > From: g.duffi...@proteo.co.u

[MonoTouch] Wrong IP Address

2011-07-29 Thread Greg
I appreciate that this may not be a new issue but I cannot find a solution. When trying to debug on my Iphone the debugger always tries to connect to the wrong IP address in this case 10.211.55.2 which I do not believe exists on my system. I have googled and added/changed the IP in the monodevelo

Re: [MonoTouch] debugger issue

2011-07-29 Thread helusoft
Hi Robert, this solved the problem. thank you very much Helmut -- View this message in context: http://monotouch.2284126.n4.nabble.com/debugger-issue-tp3701764p3704330.html Sent from the MonoTouch mailing list archive at Nabble.com. ___ MonoTouch mail

Re: [MonoTouch] Imitating the iPhone Email View

2011-07-29 Thread Nic Wise
No problem. After writing a few apps, I can deconstruct what I see on screen pretty well :) On Fri, Jul 29, 2011 at 14:13, vbisbest wrote: > Ahhh, thats interesting, I didnt think of a UITableView.  I dug into the > MessageUI calls and it seems they are only for creating new emails, not for > vie

Re: [MonoTouch] Imitating the iPhone Email View

2011-07-29 Thread vbisbest
Ahhh, thats interesting, I didnt think of a UITableView. I dug into the MessageUI calls and it seems they are only for creating new emails, not for viewing existing. I think I will try your table view idea. Once again, thanks Nic! Ray -- View this message in context: http://monotouch.2284126

Re: [MonoTouch] debugger issue

2011-07-29 Thread Nic Wise
Any ideas on how to clean it out? I'm happy to delete everything MD-related and reinstall (including MT if needed) aside from the .app, I'm not sure where to look. On Fri, Jul 29, 2011 at 13:18, Michael Hutchinson wrote: > It's me. Those are just the source paths on the build machine, and >

Re: [MonoTouch] Imitating the iPhone Email View

2011-07-29 Thread Nic Wise
I would assume it's a scroll view (which only goes vertically) with a couple of views (to/from/subject) and another scroll view, which can go in all directions. or it's a uitableview (up down) with one of the cells having a uiscrollview On Fri, Jul 29, 2011 at 12:57, vbisbest wrote: > I am cre

[MonoTouch] Imitating the iPhone Email View

2011-07-29 Thread vbisbest
I am creating an email view for my app. I have it all layed out pretty well and working, my only remaining problem is the scroll behavior. If you notice in iPhone email, if you scroll the body up or down, the entire view scrolls up and down. If you zoom or scroll right, then just the email body

Re: [MonoTouch] debugger issue

2011-07-29 Thread Nic Wise
This is the same error as I get in this bug: http://bugzilla.xamarin.com/show_bug.cgi?id=18 (well, one of them. Michael is (I guess) Michael Huchinson or Mike Kruger It's been around for a while, sadly On Fri, Jul 29, 2011 at 11:59, helusoft wrote: > Yesterday i updated to MD 2.6 B3 and

Re: [MonoTouch] debugger issue

2011-07-29 Thread Robert Jordan
On 29.07.2011 12:59, helusoft wrote: > Yesterday i updated to MD 2.6 B3 and MT 4.0.4.1 and all worked fine. > But today, when i started MD to run a build to debug/simulater (debug/device > too), i get this error: > (i'm still working with OSX 10.6.x and Xcode 3.2.6) > > wrong package ? because on m

Re: [MonoTouch] debugger issue

2011-07-29 Thread helusoft
Yesterday i updated to MD 2.6 B3 and MT 4.0.4.1 and all worked fine. But today, when i started MD to run a build to debug/simulater (debug/device too), i get this error: (i'm still working with OSX 10.6.x and Xcode 3.2.6) wrong package ? because on my machine, there is no /Users/michael/ How

Re: [MonoTouch] MonoDevelop crashes randomly sometimes - can I help?

2011-07-29 Thread Nic Wise
Which versions of everything are you using? MD, MT, Mono, OSX etc This is a good place to start, too: http://bugzilla.xamarin.com On Fri, Jul 29, 2011 at 09:57, tomf84 wrote: > When using MonoDevelop / MonoTouch, I get a seemingly random crash roughly > 1-2 times per day. Pretty frustrating! >

[MonoTouch] MonoDevelop crashes randomly sometimes - can I help?

2011-07-29 Thread tomf84
When using MonoDevelop / MonoTouch, I get a seemingly random crash roughly 1-2 times per day. Pretty frustrating! I can be doing completely different things. There's no pattern, and I can't reproduce the issue. I get a Problem Report window - do the MonoDevelop team actually get sight of these cr