Re: [MonoTouch] Newbie question : MonoDevelop error when creating outlet

2012-06-12 Thread Kerry Street
Kerry Street writes: I submitted bug 5627 to Xamarin bugzilla: https://bugzilla.xamarin.com/show_bug.cgi?id=5627 ___ MonoTouch mailing list MonoTouch@lists.ximian.com http://lists.ximian.com/mailman/listinfo/monotouch

Re: [MonoTouch] Newbie question : MonoDevelop error when creating outlet

2012-06-12 Thread Kerry Street
Hello, Same problem here. MB Pro Mac OS X Lion 10.7.4 (11E53) 2.4 GHz Intel Core i5 4 GB 1067 MHz DDR3 Intel HD Graphics 288 MB Xcode Version 4.3.2 (4E2002) MonoDevelop 3.0.2 MonoTouch version and Mono Version = whatever installer would have picked on 6/12/2012 Just installed MonoTouch Trial

[MonoTouch] Newbie: MonoTouch + Janrain Engage ?

2012-06-12 Thread Pure Krome
Hi folks, I'm trying to see if I could use the Janrain Engage social-sign in product with MonoTouch. They have an IOS sdk and full obj-c instructions about how to do it 1) Code: https://github.com/janrain/engage.iphone 2) How to use the code / instructions: https://rpxnow.com/docs/iphone#quicker

[MonoTouch] Newbie: File -> New -> MonoTouch Sln -> XCode build error

2012-06-12 Thread Pure Krome
Hi folks, I'm not sure if this is right nor not .. but if I create a new default MonoTouch solution (eg. Single view or Master->Detail, etc)... before i change any code i can build and run .. which works. but if I double click one of the .xib files, it opens up XCode (kewl..) and then i build ..

[MonoTouch] NSDictionary and dictionary bindings

2012-06-12 Thread Baramuse
Hi, Another question to try not to ask too much question in the futur :) I'd like to know how I can find by myself if there is an existing dictionary class for a specific NSDictionary, and where should I find it :) I was trying to instantiate a simple AVUrlAsset : So I wondered how to create th

Re: [MonoTouch] Newbie question : MonoDevelop error when creating outlet

2012-06-12 Thread John Schwartzberg
Bill Holmes writes: > > I have been seeing this as well since the last update late last week. > This latest version is buggy with the interface builder. If you have > a specific workflow I that reproduces the problem I suggest filing a > bug at https://bugzilla.xamarin.com/ > > -bill > > On T

Re: [MonoTouch] Class __MonoTouch_NSActionDispatcher is implemented in both ?? and ??. One of the two will be used. Which one is undefined.

2012-06-12 Thread Jeff Stedfast
Hi Felix, I've not experienced this, so I don't know... but it won't hurt to submit a bug report about it. Hope that helps, Jeff On Tue, Jun 12, 2012 at 5:31 PM, Felix Collins wrote: > Anyone, anyone? Has no one else experienced this? > > > On 11/06/2012 1:43 p.m., Felix Collins wrote: > >> H

Re: [MonoTouch] Class __MonoTouch_NSActionDispatcher is implemented in both ?? and ??. One of the two will be used. Which one is undefined.

2012-06-12 Thread Felix Collins
Anyone, anyone? Has no one else experienced this? On 11/06/2012 1:43 p.m., Felix Collins wrote: Hi, I'm getting this "notice" multiple (8) times at run time in the device log. Class __MonoTouch_NSActionDispatcher is implemented in both ?? and ??. One of the two will be used. Which one is undefi

Re: [MonoTouch] trying to understand the best way to call tableviewcontrollers in relation to GCing.

2012-06-12 Thread Pete Macko
I usually don't hold references to VCs pushed onto the nav controller - just let them go out of scope when they're popped off. Recreate them every time you need to push one onto the stack. On Jun 12, 2012, at 3:35 PM, Alex White wrote: > Hi, > > I have a small application that goes several l

[MonoTouch] trying to understand the best way to call tableviewcontrollers in relation to GCing.

2012-06-12 Thread Alex White
Hi, I have a small application that goes several levels deep into tableviewcontrollers, navigating down the tree works fine then back up works fine, but the second time down the tree I hit errors where objects have been GC'd. It is advisable to create a variable at the appdelegate level for ea

Re: [MonoTouch] (no subject)

2012-06-12 Thread Andreas Ploetzeneder
I am sry, did Not think about that. Von meinem iPhone gesendet Am 12.06.2012 um 15:06 schrieb Tomasz Cielecki : > This may sound a bit harsh, but instead of creating two threads, with > the almost same content, with no topic at all I would advise you to > next time you write something here creat

Re: [MonoTouch] (no subject)

2012-06-12 Thread Tomasz Cielecki
This may sound a bit harsh, but instead of creating two threads, with the almost same content, with no topic at all I would advise you to next time you write something here create ONE, WITH a topic. Also it would be very wise to include information about what you are trying to accomplish, what kin

Re: [MonoTouch] (no subject)

2012-06-12 Thread Nic Wise
http://stackoverflow.com/questions/300793/iphone-simulator-springboard-failed-to-launch-application-with-error-7 Did this solve it? It's springboard (the icon launcher interface) not being able to start your app On Tue, Jun 12, 2012 at 12:48 PM, Andreas Ploetzeneder wrote: > Hi, > i have

[MonoTouch] (no subject)

2012-06-12 Thread Andreas Ploetzeneder
Hi, no i get ERR: There was an error launching the application: SpringBoard konnte das Programm nicht starten (Fehler: 7) ___ MonoTouch mailing list MonoTouch@lists.ximian.com http://lists.ximian.com/mailman/listinfo/monotouch

[MonoTouch] (no subject)

2012-06-12 Thread Andreas Ploetzeneder
Hi, i have got an app: Starting iOS simulator 5.1 Launching application ERR: There was an error launching the application: SpringBoard could not start .. (error: 7) and changed various settings, now when i start it in simulator, i get error above, how can i determine the reason?

Re: [MonoTouch] iOS 6 support

2012-06-12 Thread Nic Wise
In the past, Xamarin have released betas which support the new SDKs, before it's GM'ed, then an official release shortly after the OS GM's. Of course, no one can (legally) talk about iOS[REDACTED] here, 'cos it's a public forum. Thats a breach of your NDA. Also don't mention it in Appstore descri

Re: [MonoTouch] Simple Question about compile as Release or Distribution

2012-06-12 Thread Nic Wise
AH! Sorry, I didn't think to ask you about that - I assumed you started at the solution level :) On Tue, Jun 12, 2012 at 8:45 AM, ZNNXL wrote: > Hello again, > > i found the solution for the issue. > > That i see the Distribution option, i must add Distribution in the Settings > of Solution not P

Re: [MonoTouch] Trying to upload my first app to the AppStore! Getting code signing errors :(

2012-06-12 Thread Nic Wise
Nope. 7 days, 5 business :) Depends on the day you submit. Just sit back. Install the itunes connect app and login,and it'll notify your phone when they do something. On Mon, Jun 11, 2012 at 9:01 PM, HairyJohn wrote: > So realistically Im looking for the review to start by Thursday or Friday. >

Re: [MonoTouch] How I can convert NSData to CIImage in monotouch

2012-06-12 Thread pritish
actually I got byte array of data from RLE uncompressed data How I can convert it to IOS supported image format. var image = CIImage.FromData(NSData.FromArray(data)); // data is RLE uncompressed byte array -- View this message in context: http://monotouch.2284126.n4.nabble.com/How-I-can-co

Re: [MonoTouch] iOS 6 support

2012-06-12 Thread Alan
Hi, Historically we have released a new stable of MonoTouch within a very short amount of time of the final release being made by Apple. I'd expect this to happen for iOS 6 too. Alan On 12 June 2012 06:22, Jason Awbrey wrote: > MT support for iOS5 was released the same day as the official Apple

Re: [MonoTouch] How I can convert NSData to CIImage in monotouch

2012-06-12 Thread Pete Macko
The constructor that takes an NSData and the CIImage property aren't working for you? On Jun 12, 2012, at 3:25 AM, pritish wrote: > How I can convert NSData to CIImage in monotouch > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/How-I-can-convert-NSData-to-CIIma

Re: [MonoTouch] How I can convert NSData to CIImage in monotouch

2012-06-12 Thread Mikkel Lønow
My example seems to give null on MT 5.3.3 (alpha). Try this: var image = CIImage.FromData(NSData.FromArray(data)); On Tue, Jun 12, 2012 at 10:06 AM, pritish wrote: > Monbodevelop 3.0 and MonoTouch 5.2.11 > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/How-I-can-c

Re: [MonoTouch] How I can convert NSData to CIImage in monotouch

2012-06-12 Thread pritish
Monbodevelop 3.0 and MonoTouch 5.2.11 -- View this message in context: http://monotouch.2284126.n4.nabble.com/How-I-can-convert-NSData-to-CIImage-in-monotouch-tp4655308p4655314.html Sent from the MonoTouch mailing list archive at Nabble.com. ___ MonoTou

Re: [MonoTouch] How I can convert NSData to CIImage in monotouch

2012-06-12 Thread Mikkel Lønow
Help us help you, i.e. let us know which version of MonoTouch and MonoDevelop you're using, and preferably, show us your implementation. On Tue, Jun 12, 2012 at 9:45 AM, pritish wrote: > It gives an error as Unknown member > > -- > View this message in context: > http://monotouch.2284126.n4.nabbl

Re: [MonoTouch] Simple Question about compile as Release or Distribution

2012-06-12 Thread ZNNXL
Hello again, i found the solution for the issue. That i see the Distribution option, i must add Distribution in the Settings of Solution not Project Options. thanks -- View this message in context: http://monotouch.2284126.n4.nabble.com/Simple-Question-about-compile-as-Release-or-Distributi

Re: [MonoTouch] How I can convert NSData to CIImage in monotouch

2012-06-12 Thread pritish
It gives an error as Unknown member -- View this message in context: http://monotouch.2284126.n4.nabble.com/How-I-can-convert-NSData-to-CIImage-in-monotouch-tp4655308p4655310.html Sent from the MonoTouch mailing list archive at Nabble.com. ___ MonoTouc

Re: [MonoTouch] How I can convert NSData to CIImage in monotouch

2012-06-12 Thread Mikkel Lønow
Hello, Try this: var image = UIImage.LoadFromData(data).CIImage; Mikkel On Tue, Jun 12, 2012 at 9:25 AM, pritish wrote: > How I can convert NSData to CIImage in monotouch > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/How-I-can-convert-NSData-to-CIImage-in-mono

[MonoTouch] How I can convert NSData to CIImage in monotouch

2012-06-12 Thread pritish
How I can convert NSData to CIImage in monotouch -- View this message in context: http://monotouch.2284126.n4.nabble.com/How-I-can-convert-NSData-to-CIImage-in-monotouch-tp4655308.html Sent from the MonoTouch mailing list archive at Nabble.com. ___ Mono