[MonoTouch] Problem with IF Builder

2011-09-29 Thread Andreas Ploetzeneder
Hi, since today, when i change things on my Project in IF Builder (change color of uIbutton), it seems to be saved,... i close the if builder, reopen it, and change is there, but after building the project and running it, the change is away again,... any ideas? -- Mit freundlichem Gruß,*

[MonoTouch] Change URL of webservice during runtime

2011-09-29 Thread Andreas Ploetzeneder
hello, how can i change the url of a webservice while the service is running -- Mit freundlichem Gruß,* Andreas Plötzeneder* CEO *ihr ploetzeneder it-solutions Team **Mobile Development*http://www.ploetzeneder-it.com/softwareentwicklung/mobile-development.html * –

Re: [MonoTouch] Change URL of webservice during runtime

2011-09-29 Thread Sebastien Pouliot
Hello Andreas, Normally the bindings you generate for your web services will include a constructor/property to allow you to specify your own URL. For more details see: http://stackoverflow.com/q/7497728/220643 Regards, Sebastien 2011/9/29 Andreas Ploetzeneder i...@ploetzeneder-it.com: hello,

Re: [MonoTouch] Native code issue

2011-09-29 Thread Jeff Stedfast
Hi Walter, You can use the `file' command on the library to see if it is built for thumb or not - that's the easiest way to tell if this is a possible issue or not. Also, just to make sure, you are saying it crashes on Device, right? Does it crash in the simulator? Jeff On Wed, Sep 28, 2011 at

Re: [MonoTouch] Native code issue

2011-09-29 Thread Chris Toshok
'file' doesn't show thumb-ness. You need to use otool -tv $library and look for instructions that have an address ending in '2'. run $ otool -tv thelibrary.a | grep ^...2 and if anything is printed, it's thumb. On Thu, Sep 29, 2011 at 9:01 AM, Jeff Stedfast j...@xamarin.com wrote: Hi

[MonoTouch] How to use Localization in MonoDevelop?

2011-09-29 Thread bharath
Hi, I'm using MonoTouch for iPhone development. i don't know how to use Localization on MonoDevelop. I want to use arabic font for iPhone application. How to show arabic font? -- View this message in context:

Re: [MonoTouch] Getting SIGSEGV crash with MT 4.2.1

2011-09-29 Thread jharper
http://support.xamarin.com/customer/portal/questions/34475-sigsegv-error-after-updating-to-monotouch-4-7 -- View this message in context: http://monotouch.2284126.n4.nabble.com/Getting-SIGSEGV-crash-with-MT-4-2-1-tp3833647p3848815.html Sent from the MonoTouch mailing list archive at Nabble.com.

[MonoTouch] Custom Leftaccessory\Callout

2011-09-29 Thread iMac
I need to develop a custom callout or increase the height of the callout (which they say can't be done) when it has a ImageView in the LeftCalloutAccessoryView… Any thoughts on this? Advice on which approach will be most efficient and not make Apple yell at me? Thanks! Steve Maddox

[MonoTouch] Custom callout\LeftCalloutAccessoryView

2011-09-29 Thread Steve Maddox
I need to develop a custom callout or increase the height of the callout (which they say can't be done) when it has a ImageView in the LeftCalloutAccessoryView. Any thoughts on this? Advice on which approach will be most efficient and not make Apple yell at me? Thanks! Steve Maddox

[MonoTouch] Installing in VMWare

2011-09-29 Thread sinsro
I'm aware that running Mac OS in a virtual machine is a controversial issue, but nevertheless I found myself be much more productive in a PC environment running MonoDevelop within VMWare. That works fine for testing in the Simulator, however I have been unable to install the paid version of

[MonoTouch] IAsyncResult exception on device, on simulator is ok

2011-09-29 Thread jowi
I've written a quick ip/port scan for a specific device on my network, using Sockets. What i do is trying to create a socket to a specific port for each ip adress i can find, and if it connects within a small timeout of 15ms, it' probably my device, and i send some commands to verify. I start

Re: [MonoTouch] IAsyncResult exception on device, on simulator is ok

2011-09-29 Thread Sebastien Pouliot
Hello, The linker (partially) removed the method being called. System.NotSupportedException: Linked away Could you fill a bug report for this and include the version of MonoTouch you're using. I'll have a look at this asap. Thanks, Sebastien p.s. as a temporary workaround you can try using

Re: [MonoTouch] [System.Exception] Wrapper type 'MonoTouch.UIKit.UISearchDisplayDelegate' is missing its native ObjectiveC class 'UISearchDisplayDelegate'. Please check if it's been linked.

2011-09-29 Thread technohead
I also get this exception. I've filled out a bug report on bugzilla, but they are requesting a test project that shows this error. Unfortunately, I'm busy trying to get an app ready to submit to Apple, so don't have the time to do this. I had to roll back to 4.0.7 in order bypass this issue.

Re: [MonoTouch] [System.Exception] Wrapper type 'MonoTouch.UIKit.UISearchDisplayDelegate' is missing its native ObjectiveC class 'UISearchDisplayDelegate'. Please check if it's been linked.

2011-09-29 Thread technohead
Actually, I just realized, you're getting a slightly different exception, same type of general exception, just a different delegate. I was getting the exception with the MKMapViewDelegate. -- View this message in context:

Re: [MonoTouch] IAsyncResult exception on device, on simulator is ok

2011-09-29 Thread jowi
Reported as Bug 1144. Using the don't link option makes it function, thanks. This way i can continue my development :) -- View this message in context: http://monotouch.2284126.n4.nabble.com/IAsyncResult-exception-on-device-on-simulator-is-ok-tp3856964p3857179.html Sent from the MonoTouch

Re: [MonoTouch] IAsyncResult exception on device, on simulator is ok

2011-09-29 Thread Sebastien Pouliot
Thanks for the report and for confirming Don't link as a workaround :-) Sebastien Le 2011-09-29 à 14:47, jowi j.wiersm...@chello.nl a écrit : Reported as Bug 1144. Using the don't link option makes it function, thanks. This way i can continue my development :) -- View this message

Re: [MonoTouch] Installing in VMWare

2011-09-29 Thread Nic Wise
eg: I'm not sure it's accurate to say it won't install/activate on virtualized hardware. It's rather that virtualized instances often doesn't report all hardware accurately/correctly, particularly if you're using a 3rd party EFI layer. For what it's worth, 4.0.3 installs and activates on VMWare

Re: [MonoTouch] [System.Exception] Wrapper type 'MonoTouch.UIKit.UISearchDisplayDelegate' is missing its native ObjectiveC class 'UISearchDisplayDelegate'. Please check if it's been linked.

2011-09-29 Thread Jeff Stedfast
Hi Thomas, Try setting your Linker Options to Don't Link in the iPhone Build section of your project options dialog. Jeff On Thu, Sep 29, 2011 at 4:21 AM, Thomas Bandixen thomas.bandi...@bdh.chwrote: Hi all ** ** All of a sudden I’m getting this error with MonoTouch 4.2.2 In

[MonoTouch] top 5 in iOS 5

2011-09-29 Thread Wally McClure
What are the top 3, 5, 10, whatever upcoming features of iOS 5 that you as a developer are looking to dive into? Wally ___ MonoTouch mailing list MonoTouch@lists.ximian.com

Re: [MonoTouch] top 5 in iOS 5

2011-09-29 Thread Art
Cload storage Core animation Facial recognition Imessage Where can I find the complete list of iOS features? When do you think we will get the update? Thanks, Art On Sep 29, 2011, at 9:55 PM, Wally McClure theevilprogram...@hotmail.com wrote: What are the top 3, 5, 10, whatever

Re: [MonoTouch] top 5 in iOS 5

2011-09-29 Thread Abe Gillespie
Just FYI, NDA, people. Probably shouldn't be posting this stuff. Especially since I just learned about features I didn't know existed. On Fri, Sep 30, 2011 at 1:15 AM, Art coderproje...@gmail.com wrote: Cload storage Core animation      Facial recognition Imessage Where can I find the

Re: [MonoTouch] top 5 in iOS 5

2011-09-29 Thread dotnet projects
Thanks for reminding us. The features I mentioned are available to the public http://developer.apple.com/technologies/ios5/ Art On Fri, Sep 30, 2011 at 12:32 AM, Abe Gillespie abe.gilles...@gmail.comwrote: Just FYI, NDA, people. Probably shouldn't be posting this stuff. Especially since I