[MonoTouch] Monotouch Dialog ActivityElement not visible on Ipad

2012-05-14 Thread Alejandro Vazquez
Hi, I have an universal application that uses Monotouch Dialog. I found that the ActivityElement on iPad device is not working. The activity icon is not visible. I figure out a way to make it visible but don't know if is the right solution: I create a custom ActivityElement (inherits from MTD

[MonoTouch] window.backgroundcolor problem 6.0

2012-09-26 Thread Alejandro Vazquez
Hi, good morning. I just upgrade to monotouch 6 and I realize that my line: window.backgroundcolor = UIColor.White; Is not working.. the background now is transparent. So, anyone know if something change for setting the window background color? Thanks a lot and appreciate your help.

[MonoTouch] Debug Settings Section appear on AppStore distribution

2012-10-18 Thread Alejandro Vazquez
Hi, My app has been approved for App Store Ready To Sale, so I went and install the app and because my app has Settings bundle I went to set some information and I realize that a Debug Settings section contaning a Enabled and MonoDevelop Host is visible. How can I get rid of this for my next

[MonoTouch] Similar iPad Dropbox fly in login

2012-11-23 Thread Alejandro Vazquez
Hi, Does anyone know can I make a similar login like the one used in the IPad version of Dropbox app? I want to do the same fly in effect of the login. Thanks in advance. Alejandro___ MonoTouch mailing list MonoTouch@lists.ximian.com

[MonoTouch] Load images and store locally

2012-11-28 Thread Alejandro Vazquez
Hi, I have to build a funtionality in which I get a json object with a list of image url's, then I will have to load them and save them locally (Library/Cache I suppose), so the application can show a gallery collection from those files. Any clue on the best way to do this? Appreciate your

[MonoTouch] MTD Expand/Collapse Cell on touch

2012-12-08 Thread Alejandro Vazquez
Hi everyone, I'm trying to create a Custom Element using Monotouch Dialog where I can touch a cell and it will expanded showing some buttons and if touch again it will collapse. Its working fine right now but I'm sure there is a better and right way to do it. Now when the cell is in expanded

[MonoTouch] Monotouch Dialog Entry element with 2 entries (same row)

2012-12-09 Thread Alejandro Vazquez
Hi, I would like to know if there is a way to create a MTD custom entry element so I can have 2 entries in the same row. Example of an element  - | Caption    (value)  |  Caption    (value) |

[MonoTouch] Good iPhone icons sets?

2012-12-12 Thread Alejandro Vazquez
Hi, Does anyone recommend me a good and big icons set for iPhone? Thanks___ MonoTouch mailing list MonoTouch@lists.ximian.com http://lists.ximian.com/mailman/listinfo/monotouch

[MonoTouch] Photo / Image Gallery

2013-01-08 Thread Alejandro Vazquez
Hi, I need to create a photo or image gallery. Does any know any code I can use for creating this? Thanks a lot.___ MonoTouch mailing list MonoTouch@lists.ximian.com http://lists.ximian.com/mailman/listinfo/monotouch

[MonoTouch] Iphone Show Modal Below NavBar

2013-01-29 Thread Alejandro Vazquez
Hi, I have a UIViewController that has a Navigation Bar in an Iphone App and I want to show a ViewController in modal state but right now when the modal appears it covers all the screen and I want it to fly vertically from bottom to top but It util NavBar. So I can still see the NavBar. Is

[MonoTouch] IOS to Android

2013-01-31 Thread Alejandro Vazquez
Hi, Does anyone know how fast and easy is to migrate a monotouch ios app to mono for android? Thanks a lot___ MonoTouch mailing list MonoTouch@lists.ximian.com http://lists.ximian.com/mailman/listinfo/monotouch

Re: [MonoTouch] Making a ipa for internal distribution

2013-02-08 Thread Alejandro Vazquez
This is very easy!! You have to get first the UUID of each iphone/ipad device and then register the device in the apple developer. Then you have to create a Distribution profile (Adhoc) and then select all the already added devices that you want to support with the distribution. Then you

[MonoTouch] Tour Photo Gallery

2013-04-18 Thread Alejandro Vazquez
Hi, Im building a tour photo gallery app and right now all the photos are embedded as Content into the app. The problem Im facing right now is that the photos are going to be updated every month and I don't want to build a new version every month. The first approach that I was thinking is to

[MonoTouch] IPad Vertical TabBar (uitableview)

2013-07-14 Thread Alejandro Vazquez
Hi,br/br/I want to create an iPad left menu like the link below:br/br/https://github.com/futuresimple/FSVerticalTabBarController/raw/master/images/sample_screenshot.pngbr/br/I found the control is already created but its on xcode:

Re: [MonoTouch] IPad Vertical TabBar (uitableview)

2013-07-15 Thread Alejandro Vazquez
Just amazing!! Thanks a lotbr/br/Alejandrobr/br/Sent from Yahoo! Mail for iPhone___ MonoTouch mailing list MonoTouch@lists.ximian.com http://lists.ximian.com/mailman/listinfo/monotouch

Re: [MonoTouch] IPad Vertical TabBar (uitableview)

2013-07-16 Thread Alejandro Vazquez
Thanks a lot Nic, Will try and let you know my progress on that. Agree with you, the inteface is very nice :) Appreciate your advise! Have a nice afternoon. Alejandro From: Nic Wise n...@fastchicken.co.nz To: Alejandro Vazquez alexvazq...@yahoo.com Cc

[MonoTouch] Bluetooth portable printer

2013-09-02 Thread Alejandro Vazquez
Hi, I need to make an app using Monotouch in order to print receipts from the app. Does anyone can recommend me a printer and how can I hook it up using monotouch? Thanks a lot, Alejandro___ MonoTouch mailing list MonoTouch@lists.ximian.com

Re: [MonoTouch] Bluetooth portable printer

2013-09-02 Thread Alejandro Vazquez
Thanks Nice, So is it possible to use Airprint for the epson mobilink printer? From: Nic Wise n...@fastchicken.co.nz To: Alejandro Vazquez alexvazq...@yahoo.com Cc: monotouch@lists.ximian.com monotouch@lists.ximian.com Sent: Monday, September 2, 2013 10:56

[MonoTouch] Migrate app to IOS7

2013-09-21 Thread Alejandro Vazquez
Hi, I have some apps running for IOS6 and would like to migrate them so they have look feel for IOS7. Do I have to do anything special to migrate an app? Thanks a lot, Alejandro___ MonoTouch mailing list MonoTouch@lists.ximian.com

[MonoTouch] Publish for IOS7 and IOS6

2013-09-22 Thread Alejandro Vazquez
Hi, I have built my using deployment target to version 7.0 and its working great with IOS7 style. Now I would like to know how can I publish my app in order to keep IOS6 as a compatible version? I have seen in the app store apps saying that are IOS7 compatible but also IOS6, and 5. Thanks a

Re: [MonoTouch] Publish for IOS7 and IOS6

2013-09-22 Thread Alejandro Vazquez
Thanks Bob, Interesting but Deployment Target Version 6.0 is not there anymore, I just have from version 3.0 to 5.0 and then jump to 7.0... how can I get version 6.0 again :)  Thanks a lot Bog From: Robert Reck rr...@keylogic.com To: Alejandro Vazquez

[MonoTouch] Error with monotouch.dialog (new monotouch update)

2013-09-24 Thread Alejandro Vazquez
Hi, I used to have the following code: var root = new RootElement (Tasks){ new Section (Process Type) { new RootElement (Process, new RadioGroup (processtype,  0)){ new Section (){

Re: [MonoTouch] Error with monotouch.dialog (new monotouch update)

2013-09-25 Thread Alejandro Vazquez
a lot! Alejandro From: Craig Dunn craig.d...@gmail.com To: Alejandro Vazquez alexvazq...@yahoo.com Cc: monotouch@lists.ximian.com monotouch@lists.ximian.com Sent: Tuesday, September 24, 2013 11:31 PM Subject: Re: [MonoTouch] Error with monotouch.dialog (new

[MonoTouch] Keep IOS6 app style under IOS7 devices

2013-11-17 Thread Alejandro Vazquez
Hello, I have an app that is built using IOS6.1, so the appearance is IOS6.  If I install it in IOS7 iphone it will look and feel IOS7 style but many of the elements not rendered in the same position I used to have them. I would like to know if its possible to run under IOS7 devices an IOS6.1

[MonoTouch] Slide down menu

2014-01-05 Thread Alejandro Vazquez
Hi, Im trying to create the slide down menu that Dropbox app has implemented without any success. Any clue on how to do something similar? Here is the image just in case: http://i43.tinypic.com/2hxt1d3.png Thanks a lot and appreciate it___ MonoTouch

[MonoTouch] Problem IOS7 Setting background image

2014-02-13 Thread Alejandro Vazquez
Hi, Im using Monotouch Dialog and was using it since IOS 5 working perfect. I just tried to update everything to IOS 7 and I realize that there is a strange behavior when pushing views. Im using background image to the views (all DialogViewControllers inherits from a Base DialogViewController

[MonoTouch] Monotouch Dialog StringElement Value empty

2014-02-19 Thread Alejandro Vazquez
Hi, Im having problems with the Monotouch Dialog StringElement value because it's hidden or invisible, I can't see the value on when showing the view. Very simple code: DialogViewController public override void ViewDidLoad () { base.ViewDidLoad ();