[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 crash reports, or would it be useful to post the Problem Details
somewhere else?

Is there anything else I can do to help you guys fix these crashes?

Cheers
Tom

--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/MonoDevelop-crashes-randomly-sometimes-can-I-help-tp3703443p3703443.html
Sent from the MonoTouch mailing list archive at Nabble.com.
___
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch


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 m...@tomfanning.eu wrote:
 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 crash reports, or would it be useful to post the Problem Details
 somewhere else?

 Is there anything else I can do to help you guys fix these crashes?

 Cheers
 Tom

 --
 View this message in context: 
 http://monotouch.2284126.n4.nabble.com/MonoDevelop-crashes-randomly-sometimes-can-I-help-tp3703443p3703443.html
 Sent from the MonoTouch mailing list archive at Nabble.com.
 ___
 MonoTouch mailing list
 MonoTouch@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/monotouch




-- 
Nic Wise
t.  +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise
b. http://www.fastchicken.co.nz/

mobileAgent (for FreeAgent): get your accounts in your pocket.
http://goo.gl/IuBU
Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa
London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2
___
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch


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 do i fix this problem ???

Helmut

'/Users/helmut/Projects/iInterViewHD/iInterViewHD/bin/iPhoneSimulator/Debug/iInterViewHD.exe'
kann nicht ausgeführt werden. A type load exception has occurred.

System.TypeLoadException: A type load exception has occurred.
  at MonoDevelop.Debugger.DebuggerEngine.CreateDebuggerStartInfo
(MonoDevelop.Core.Execution.ExecutionCommand cmd) [0x6] in
/Users/michael/Mono/md-2-6/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/DebuggerEngine.cs:82
 
  at MonoDevelop.Debugger.DebuggingService.InternalRun
(MonoDevelop.Core.Execution.ExecutionCommand cmd,
MonoDevelop.Debugger.DebuggerEngine factory, IConsole c) [0x0003a] in
/Users/michael/Mono/md-2-6/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/DebuggingService.cs:483
 
  at MonoDevelop.Debugger.DebugExecutionHandler.Execute
(MonoDevelop.Core.Execution.ExecutionCommand command, IConsole console)
[0x0] in
/Users/michael/Mono/md-2-6/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/DebugExecutionHandlerFactory.cs:70
 
  at MonoDevelop.Debugger.DebugExecutionHandlerFactory.Execute
(MonoDevelop.Core.Execution.ExecutionCommand command, IConsole console)
[0x00015] in
/Users/michael/Mono/md-2-6/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/DebugExecutionHandlerFactory.cs:52
 
  at MonoDevelop.Projects.DotNetProject.DoExecute (IProgressMonitor monitor,
MonoDevelop.Projects.ExecutionContext context,
MonoDevelop.Projects.ConfigurationSelector configuration) [0x000b2] in
/Users/michael/Mono/md-2-6/main/src/core/MonoDevelop.Core/MonoDevelop.Projects/DotNetProject.cs:1141
 

--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/debugger-issue-tp3701764p3703682.html
Sent from the MonoTouch mailing list archive at Nabble.com.
___
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch


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 my machine, there is no /Users/michael/
 How do i fix this problem ???


Michael is the one who has built MD, and the debugging symbols
are containing his local file info that now shows up in stack traces.
There is no need to christian as Michael ;)

Clean up your bin folders, rebuild and retry.

Robert
___
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch


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 hlu...@phoenix-computer.de 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 my machine, there is no /Users/michael/
 How do i fix this problem ???

 Helmut

 '/Users/helmut/Projects/iInterViewHD/iInterViewHD/bin/iPhoneSimulator/Debug/iInterViewHD.exe'
 kann nicht ausgeführt werden. A type load exception has occurred.

 System.TypeLoadException: A type load exception has occurred.
  at MonoDevelop.Debugger.DebuggerEngine.CreateDebuggerStartInfo
 (MonoDevelop.Core.Execution.ExecutionCommand cmd) [0x6] in
 /Users/michael/Mono/md-2-6/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/DebuggerEngine.cs:82
  at MonoDevelop.Debugger.DebuggingService.InternalRun
 (MonoDevelop.Core.Execution.ExecutionCommand cmd,
 MonoDevelop.Debugger.DebuggerEngine factory, IConsole c) [0x0003a] in
 /Users/michael/Mono/md-2-6/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/DebuggingService.cs:483
  at MonoDevelop.Debugger.DebugExecutionHandler.Execute
 (MonoDevelop.Core.Execution.ExecutionCommand command, IConsole console)
 [0x0] in
 /Users/michael/Mono/md-2-6/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/DebugExecutionHandlerFactory.cs:70
  at MonoDevelop.Debugger.DebugExecutionHandlerFactory.Execute
 (MonoDevelop.Core.Execution.ExecutionCommand command, IConsole console)
 [0x00015] in
 /Users/michael/Mono/md-2-6/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/DebugExecutionHandlerFactory.cs:52
  at MonoDevelop.Projects.DotNetProject.DoExecute (IProgressMonitor monitor,
 MonoDevelop.Projects.ExecutionContext context,
 MonoDevelop.Projects.ConfigurationSelector configuration) [0x000b2] in
 /Users/michael/Mono/md-2-6/main/src/core/MonoDevelop.Core/MonoDevelop.Projects/DotNetProject.cs:1141

 --
 View this message in context: 
 http://monotouch.2284126.n4.nabble.com/debugger-issue-tp3701764p3703682.html
 Sent from the MonoTouch mailing list archive at Nabble.com.
 ___
 MonoTouch mailing list
 MonoTouch@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/monotouch




-- 
Nic Wise
t.  +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise
b. http://www.fastchicken.co.nz/

mobileAgent (for FreeAgent): get your accounts in your pocket.
http://goo.gl/IuBU
Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa
London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2
___
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch


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 vbisb...@yahoo.com wrote:
 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
 scrolls.  Can anyone give me an idea on how this is layed out or how this is
 done.  I am thinking I need to capture the scroll up down and make my main
 UIScrollView actually do it??

 Thanks,
 Ray


 --
 View this message in context: 
 http://monotouch.2284126.n4.nabble.com/Imitating-the-iPhone-Email-View-tp3703807p3703807.html
 Sent from the MonoTouch mailing list archive at Nabble.com.
 ___
 MonoTouch mailing list
 MonoTouch@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/monotouch




-- 
Nic Wise
t.  +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise
b. http://www.fastchicken.co.nz/

mobileAgent (for FreeAgent): get your accounts in your pocket.
http://goo.gl/IuBU
Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa
London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2
___
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch


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 mhu...@xamarin.com wrote:
 It's me. Those are just the source paths on the build machine, and
 don't affect running MD at all.

 The only way I can think this could happen is if a Mono.Addins bug
 caused assemblies from several installed MonoDevelop versions to
 become mixed up together.

 On Fri, Jul 29, 2011 at 12:46 PM, Nic Wise n...@fastchicken.co.nz wrote:
 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 hlu...@phoenix-computer.de 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 my machine, there is no /Users/michael/
 How do i fix this problem ???

 Helmut

 '/Users/helmut/Projects/iInterViewHD/iInterViewHD/bin/iPhoneSimulator/Debug/iInterViewHD.exe'
 kann nicht ausgeführt werden. A type load exception has occurred.

 System.TypeLoadException: A type load exception has occurred.
  at MonoDevelop.Debugger.DebuggerEngine.CreateDebuggerStartInfo
 (MonoDevelop.Core.Execution.ExecutionCommand cmd) [0x6] in
 /Users/michael/Mono/md-2-6/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/DebuggerEngine.cs:82
  at MonoDevelop.Debugger.DebuggingService.InternalRun
 (MonoDevelop.Core.Execution.ExecutionCommand cmd,
 MonoDevelop.Debugger.DebuggerEngine factory, IConsole c) [0x0003a] in
 /Users/michael/Mono/md-2-6/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/DebuggingService.cs:483
  at MonoDevelop.Debugger.DebugExecutionHandler.Execute
 (MonoDevelop.Core.Execution.ExecutionCommand command, IConsole console)
 [0x0] in
 /Users/michael/Mono/md-2-6/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/DebugExecutionHandlerFactory.cs:70
  at MonoDevelop.Debugger.DebugExecutionHandlerFactory.Execute
 (MonoDevelop.Core.Execution.ExecutionCommand command, IConsole console)
 [0x00015] in
 /Users/michael/Mono/md-2-6/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/DebugExecutionHandlerFactory.cs:52
  at MonoDevelop.Projects.DotNetProject.DoExecute (IProgressMonitor monitor,
 MonoDevelop.Projects.ExecutionContext context,
 MonoDevelop.Projects.ConfigurationSelector configuration) [0x000b2] in
 /Users/michael/Mono/md-2-6/main/src/core/MonoDevelop.Core/MonoDevelop.Projects/DotNetProject.cs:1141

 --
 View this message in context: 
 http://monotouch.2284126.n4.nabble.com/debugger-issue-tp3701764p3703682.html
 Sent from the MonoTouch mailing list archive at Nabble.com.
 ___
 MonoTouch mailing list
 MonoTouch@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/monotouch




 --
 Nic Wise
 t.  +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise
 b. http://www.fastchicken.co.nz/

 mobileAgent (for FreeAgent): get your accounts in your pocket.
 http://goo.gl/IuBU
 Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa
 London Bike App: Find the nearest Boris Bike, and get riding! 
 http://goo.gl/Icp2





-- 
Nic Wise
t.  +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise
b. http://www.fastchicken.co.nz/

mobileAgent (for FreeAgent): get your accounts in your pocket.
http://goo.gl/IuBU
Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa
London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2
___
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch


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 mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch


[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 monodevelopproperties.xml
restarted monottouch but still no luck.

Can anyone steer me in the right direction please.

Thanks

Greg

--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/Wrong-IP-Address-tp3704536p3704536.html
Sent from the MonoTouch mailing list archive at Nabble.com.
___
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch


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
capture the scrolled event from the tableview and pass that to the webview I
would be good.  Unfortunatley the scrolled event only passes up and down
scroll and ignores left and right.  And I dont see a Dragged event on the
table view.  Even then I need to know if its left to right.  Any other
thoughts?

Thanks,
Ray

--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/Imitating-the-iPhone-Email-View-tp3703807p3704733.html
Sent from the MonoTouch mailing list archive at Nabble.com.
___
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch


[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..ctor(NSCoder) is being called, but the 'InstanceLog'
code (which is a simple wrapper around
System.Diagnostics.debug.WriteLine()) is NOT being called.

The stack trace follows, but does anyone have ideas as to what would be
causing this?





Background: We have a ViewController/.xib which contains a View, which in
turn contains a UIWebView.

-XIB
--- View
--  UIWebView

This UIWebView has the 'Class' defined in the property window to
'DetailTextWebView'.


The definition of the class is as follows:
==

[MonoTouch.Foundation.Register(DetailTextWebView)]
public class DetailTextWebView : UIWebView
{

public DetailTextWebView (IntPtr handle) : base(handle) {}

[Export(initWithCoder:)]
public DetailTextWebView (NSCoder coder) : base(coder) {
InstanceLog.WriteLog(this code will not be reached);
}

public DetailTextWebView (RectangleF frame) :base(frame) {}
}


===


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..ctor(NSCoder) is being called, but the 'InstanceLog'
code (which is a simple wrapper around
System.Diagnostics.debug.WriteLine()) is NOT being called.

The stack trace follows, but does anyone have ideas as to what would be
causing this?


Stack Trace
===

Jul 29 11:45:55 Steve-Mentzers-iPad
UIKitApplication:com.lw.bookofjargoniphone[0x2370][404] Notice:
Stacktrace:


Jul 29 11:45:55 Steve-Mentzers-iPad
UIKitApplication:com.lw.bookofjargoniphone[0x2370][404] Notice:   at
MonoTouch.Foundation.NSObject.InitializeObject (bool) 0x00093


Jul 29 11:45:55 Steve-Mentzers-iPad
UIKitApplication:com.lw.bookofjargoniphone[0x2370][404] Notice:   at
MonoTouch.Foundation.NSObject..ctor (MonoTouch.Foundation.NSObjectFlag)
0x0002b


Jul 29 11:45:55 Steve-Mentzers-iPad
UIKitApplication:com.lw.bookofjargoniphone[0x2370][404] Notice:   at
MonoTouch.UIKit.UIResponder..ctor (MonoTouch.Foundation.NSObjectFlag)
0x00023


Jul 29 11:45:55 Steve-Mentzers-iPad
UIKitApplication:com.lw.bookofjargoniphone[0x2370][404] Notice:   at
MonoTouch.UIKit.UIView..ctor (MonoTouch.Foundation.NSObjectFlag) 0x00023


Jul 29 11:45:55 Steve-Mentzers-iPad
UIKitApplication:com.lw.bookofjargoniphone[0x2370][404] Notice:   at
MonoTouch.UIKit.UIWebView..ctor () 0x0002b


Jul 29 11:45:55 Steve-Mentzers-iPad
UIKitApplication:com.lw.bookofjargoniphone[0x2370][404] Notice:   at
LWBOJIPhone.DetailTextWebView..ctor (MonoTouch.Foundation.NSCoder) IL
0x1, 0x00083


Jul 29 11:45:55 Steve-Mentzers-iPad
UIKitApplication:com.lw.bookofjargoniphone[0x2370][404] Notice:   at
(wrapper runtime-invoke) object.runtime_invoke_dynamic
(intptr,intptr,intptr,intptr) 0x


Jul 29 11:45:55 Steve-Mentzers-iPad
UIKitApplication:com.lw.bookofjargoniphone[0x2370][404] Notice:   at
MonoTouch.UIKit.UIViewController.get_View () 0x00097


Jul 29 11:45:55 Steve-Mentzers-iPad
UIKitApplication:com.lw.bookofjargoniphone[0x2370][404] Notice:   at
LWBOJIPhone.BrowseViewController.SwitchToDetailView
(LWBOJIPhone.BrowseDataSource,LWBOJIPhone.IPBOJWS.BOJBookTerm) [0x00070]
in 
/Users/stevem/Desktop/TFS/Source/BookOfJargon/Common/Interfaces/BrowseViewC
ontroller.xib.cs:77


Jul 29 11:45:55 Steve-Mentzers-iPad
UIKitApplication:com.lw.bookofjargoniphone[0x2370][404] Notice:   at
LWBOJIPhone.BrowseViewController.SwitchToListViewm__4
(LWBOJIPhone.IPBOJWS.BOJBookTerm) [0x0] in
/Users/stevem/Desktop/TFS/Source/BookOfJargon/Common/Interfaces/BrowseViewC
ontroller.xib.cs:108


Jul 29 11:45:55 Steve-Mentzers-iPad
UIKitApplication:com.lw.bookofjargoniphone[0x2370][404] Notice:   at
LWBOJIPhone.BrowseDataSource.RowSelected
(MonoTouch.UIKit.UITableView,MonoTouch.Foundation.NSIndexPath) [0x0002d]
in 
/Users/stevem/Desktop/TFS/Source/BookOfJargon/Common/Support/BrowseDataSour
ce.cs:143


Jul 29 11:45:55 Steve-Mentzers-iPad
UIKitApplication:com.lw.bookofjargoniphone[0x2370][404] Notice:   at
(wrapper runtime-invoke) object.runtime_invoke_dynamic
(intptr,intptr,intptr,intptr) 0x


Jul 29 11:45:55 Steve-Mentzers-iPad
UIKitApplication:com.lw.bookofjargoniphone[0x2370][404] Notice:   at
MonoTouch.UIKit.UIApplication.Main (string[],string,string) 0x000cf


Jul 29 11:45:55 Steve-Mentzers-iPad
UIKitApplication:com.lw.bookofjargoniphone[0x2370][404] Notice:   at
MonoTouch.UIKit.UIApplication.Main (string[]) 0x00023


Jul 29 11:45:55 Steve-Mentzers-iPad

[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 and then my app stops getting updates until I unlock the
phone again.

Failing this do I have to stop the phone from locking and if so any
guidance?

Many Thanks

Greg

--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/LocationManager-when-Phone-Locked-tp3705036p3705036.html
Sent from the MonoTouch mailing list archive at Nabble.com.
___
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch


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. 

At the moment still no joy, but I am not one to give in.

Cheers

Greg

--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/Wrong-IP-Address-tp3704536p3705040.html
Sent from the MonoTouch mailing list archive at Nabble.com.
___
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch


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 g.duffi...@proteo.co.uk wrote:

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.

At the moment still no joy, but I am not one to give in.

Cheers

Greg

--
View this message in context:
http://monotouch.2284126.n4.nabble.com/Wrong-IP-Address-tp3704536p3705040.
html
Sent from the MonoTouch mailing list archive at Nabble.com.
___
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch


___
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch


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 need this to be a 192.168 address (that of my macbook) but I cannot
seem to get this to happen, i have tried with and without wifi active. 

Ironically this did work once yesterday but I cannot remember if this was
before or after updating to 2.6 Beta 3?

Cheers for helping.

Greg



--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/Wrong-IP-Address-tp3704536p3705510.html
Sent from the MonoTouch mailing list archive at Nabble.com.
___
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch


[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 call 
RestoreCompletedTransactions but this prompts the user for a login every time, 
which I don't want to do...

Any thoughts would be great :)

Cheers,
Dean
___
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch


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 g.duffi...@proteo.co.uk wrote:

 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 need this to be a 192.168 address (that of my macbook) but I cannot
 seem to get this to happen, i have tried with and without wifi active.

 Ironically this did work once yesterday but I cannot remember if this was
 before or after updating to 2.6 Beta 3?

 Cheers for helping.

 Greg



 --
 View this message in context:
 http://monotouch.2284126.n4.nabble.com/Wrong-IP-Address-tp3704536p3705510.html
 Sent from the MonoTouch mailing list archive at Nabble.com.
 ___
 MonoTouch mailing list
 MonoTouch@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/monotouch

___
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch