Re: [MonoTouch] Any idea what this could be?

2012-10-19 Thread Richard Heesbeen
in the code to try and find the problem that way. If your CEO can make it crash but you can’t he is probably doing something you aren’t or in a different order. In short you need to get your CEOs devices and start to debug for real. Richard. From: Dean Cleaver Sent: Saturday, October 13, 2012 6

Re: [MonoTouch] Unable to build the release version for device.

2012-09-05 Thread Richard Heesbeen
Hi Alex, Thnx for your help, when i saw what the symbols where it was a easy fix. I had bindings that where not in the actual lib. Greetz, Richard. From: Alex Soto Sent: Tuesday, September 04, 2012 5:31 PM To: Richard Heesbeen Subject: Re: [MonoTouch] Unable to build the release version

Re: [MonoTouch] Unable to build the release version for device.

2012-09-05 Thread Richard Heesbeen
Yes, all my troubles are gone (knocking on wood ;) ). Greetz, Richard Op 5 sep. 2012 om 15:27 heeft Alex Soto dxdr...@gmail.com het volgende geschreven: Nice so you have your solves your problem right?? Alex El 05/09/2012, a las 04:38 a.m., Richard Heesbeen r...@xs4all.nl escribió

[MonoTouch] Unable to build the release version for device.

2012-09-04 Thread Richard Heesbeen
Hi All, I’m unable to build the release version of my project for the device. The error i get is mtouch exited with code 1. When i look at the build log, i see that the strip command fails with the message: symbol names listed in ... not found in ... I think it has something to do with the

[MonoTouch] save file to windows

2012-03-29 Thread Richard
hi there, does anyone know how to save/copy a file to a windows pc/server or unc-path? i want to let the user select files on the iPad and copy/move/transfer to a windows-folder Richard -- View this message in context: http://monotouch.2284126.n4.nabble.com/save-file-to-windows

[MonoTouch] Changing the size of an UIView.

2012-02-06 Thread Richard Heesbeen
the frame is by setting an hole new rect for it: Frame = new RectangleF(0,0, 100, 100). shouldn’t it be possible to just change the properties on the frame itself? Greetz, Richard. ___ MonoTouch mailing list MonoTouch@lists.ximian.com http://lists.ximian.com

[MonoTouch] drawontouch

2012-02-02 Thread Richard
Hello, i am using drawontouch to make some annotations on a picture. when i make short movements (drawing small lines for instance by making short contact with the screen) it all works fine. But when i want to make a long line and move across the screen my app just crashes. anyone know what this

Re: [MonoTouch] create doc

2012-01-10 Thread Richard
tried epplus, but it gives an error: Method not found OfficeOpenXml.ExcelPackage.get_Package Perhaps because of IOS5. What i actually am looking for is an option to create a password protected file and to email it. I know that you can passwordprotect a word file, thats why i'm looking for this

[MonoTouch] create doc

2012-01-09 Thread Richard
Anyone know how to create Microsoft Word files (doc or docx) richard -- View this message in context: http://monotouch.2284126.n4.nabble.com/create-doc-tp4278446p4278446.html Sent from the MonoTouch mailing list archive at Nabble.com. ___ MonoTouch

Re: [MonoTouch] create doc

2012-01-09 Thread Richard
What i want to do is create a file with a password. I checked the sample for creating pdf-files, but i only managed to see a pdf with some characters on 1 line. Don't know where the rest is. And also don't know if it's possible to secure it with a password. so now i'm trying to see if creating a

[MonoTouch] prevent leaving a view

2011-12-16 Thread Richard
I would like to check some things on a view before leaving this view. I guess i could use viewwilldisappear. but if i want to cancel this proces and let the user stay on the view, What is the best way to do this? Richard -- View this message in context: http://monotouch.2284126.n4

Re: [MonoTouch] prevent leaving a view

2011-12-16 Thread Richard
Thing is Rupert, this is the rightsection of a splitviewcontroller so the user could select another option on the leftside or hit the back-button of the navigation -- View this message in context: http://monotouch.2284126.n4.nabble.com/prevent-leaving-a-view-tp4204269p4204911.html Sent from

[MonoTouch] MonoTouch.CoreBluetooth

2011-11-18 Thread Richard
Hi there, I'm looking for some samples 'how to use' the MonoTouch.CoreBluetooth richard -- View this message in context: http://monotouch.2284126.n4.nabble.com/MonoTouch-CoreBluetooth-tp4083897p4083897.html Sent from the MonoTouch mailing list archive at Nabble.com

[MonoTouch] gebe printer bluetooth

2011-10-28 Thread Richard
Hi everyone, I'm looking for a sample of how to implement the gebeprinter in a mono touch iPad-app. Hope there is someone who can help me. thanks Richard -- View this message in context: http://monotouch.2284126.n4.nabble.com/gebe-printer-bluetooth-tp3947372p3947372.html Sent from

[MonoTouch] print with bluetooth printer

2011-10-10 Thread Richard
. Is there anyone with some examples/directions how to do this or will printer = UIPrintInteractionController.SharedPrintController also work with bluetooth printers? tia Richard -- View this message in context: http://monotouch.2284126.n4.nabble.com/print-with-bluetooth-printer-tp3889972p3889972.html

[MonoTouch] print with bluetooth printer

2011-10-10 Thread Richard
. Is there anyone with some examples/directions how to do this or will printer = UIPrintInteractionController.SharedPrintController also work with bluetooth printers? tia Richard -- View this message in context: http://monotouch.2284126.n4.nabble.com/print-with-bluetooth-printer-tp3889974p3889974.html

Re: [MonoTouch] Imitating the iPhone Email View

2011-09-15 Thread Richard
OpenPop is giving : Error 1: mtouch failed with no output (1) anyone ? -- View this message in context: http://monotouch.2284126.n4.nabble.com/Imitating-the-iPhone-Email-View-tp3703807p3816646.html Sent from the MonoTouch mailing list archive at Nabble.com.

Re: [MonoTouch] Audio streaming between iOS and Windows

2011-08-25 Thread Richard Heesbeen
. 2) You know when an connection gets disconnected. 3) Packets (your data) will be received in the same order as they are send. If you are using UDP you will have to deal with all the three points yourself. Hop this helps you a bit, Richard. -Oorspronkelijk bericht- From: pkd2010 Sent

Re: [MonoTouch] Drawing with Finger

2011-08-23 Thread Richard
I also am curious. My app needs a section where the user can load a jpg or something and can make some annotations. Or just start with a clean sheet and can do some 'painting' -- View this message in context: http://monotouch.2284126.n4.nabble.com/Drawing-with-Finger-tp3633599p3763889.html