Re: [MonoTouch] iOS 5 crash

2013-01-10 Thread Alex Soto
Could you provide more information like the stacktrace or any error that gets printed on console logs?? Cheers Alex El 10/01/2013, a las 07:39 p.m., Dotnet Projects escribió: > Hi > I recompiled with latest Monotouch and the app crashes when I run on iOS 5. > It works fine on iOS 6. I haven'

[MonoTouch] MonoTouch and Objc @Synchronized and makeObjectsPerformSelector

2012-11-30 Thread Alex Soto
Hello, Im just porting some Objective-C code to MonoTouch but I got stuck here UIColor *color = ARandomColor(); // ARandomColor Returns a Random UIColor ;) @synchronized(self) { [_annotationDict enumerateKeysAndObjectsUsingBlock:^(NSNumber *page, NSArray *annotations, BOOL *stop) { [a

Re: [MonoTouch] Correct Bindings

2012-10-15 Thread Alex Soto
ance **/ +(id)sharedDevice; So, you need to call: var mydevice = DTDevices.SharedDevice; or something like it. It'll make it, or reuse the one it has. [Static][Export ("sharedDevice")] DTDevice SharedDevice { get; } (I dont think you need the : on the end, as it doesn't

Re: [MonoTouch] Correct Bindings

2012-10-14 Thread Alex Soto
ks J > > From: monotouch-boun...@lists.ximian.com > [mailto:monotouch-boun...@lists.ximian.com] On Behalf Of Dean Cleaver > Sent: Sunday, October 14, 2012 22:49 > To: Alex Soto > Cc: monotouch@lists.ximian.com (monotouch@lists.ximian.com) > Subject: Re: [MonoTouch] Correct Bindings

Re: [MonoTouch] Correct Bindings

2012-10-14 Thread Alex Soto
[Export("getBatteryCapacity:voltage:error:")] bool GetBatteryCapacity(int capacity, float voltage, out NSError error); thats it Alex El 14/10/2012, a las 22:29, Dean Cleaver escribió: > And this one? > > - (BOOL) getBatteryCapacity: > (int *) > capacity > voltage: > (float *) > voltage >

Re: [MonoTouch] Correct Bindings

2012-10-14 Thread Alex Soto
If you want, I could take a look at your bindings :) just to see if I can find something Alex El 14/10/2012, a las 04:49 p.m., Dean Cleaver < dean.clea...@xceptionsoftware.com> escribió: It’s definitely iOS Objective-C – might just be the way they’ve done the documentation. I’ve created my

Re: [MonoTouch] [mono-android] Introducing the Xamarin Forums

2012-10-04 Thread Alex Soto
I hope this is not, I really enjoy opening my inbox everyday and see tons and tons of useful information I do archive them into categories folders :) Alex El 04/10/2012, a las 09:38, René Ruppert escribió: > So the mailing list is (finally) dead? > > Grüße, René > > Am 04.10.2012 um 09:43

[MonoTouch] Updated AdMob Bindings to version 6.2

2012-09-29 Thread Alex Soto
Hello guys just to let you know I just updated bindings of GoogleAdMobAds to most recent version 6.2 you can find them here, this version is compatible with new iOS 6 advertising identifier (IDFA) and the iOS 5 universal device identifier (UDID). https://github.com/dalexsoto/AlexTouch.GoogleAdM

Re: [MonoTouch] MonoTouch 6 - Package failed to install

2012-09-21 Thread Alex Soto
Contact supp...@xamarin.com they will help you El 21/09/2012, a las 08:30 a.m., MilkyJoe escribió: > MonoTouch installation failed with more than one exception (Attempt > #MonoTouch) > Some installation errors are present. > Exception type: System.AggregateException > Message: Some installation

Re: [MonoTouch] New Resources Folder

2012-09-20 Thread Alex Soto
, but it looks like it > didn't make it into 3.0.4. It should be included in the next major release of > MonoDevelop, though. > > Hope that helps, > > Jeff > > On Thu, Sep 20, 2012 at 10:20 AM, Alex Soto wrote: > Hello I'm quoting MonoDevelop 3.0.4 Releas

[MonoTouch] New Resources Folder

2012-09-20 Thread Alex Soto
Hello I'm quoting MonoDevelop 3.0.4 Release notes > New “Resources” folder. There is no need to clutter root project directory > w/ icons or other bundled resources anymore. With the BundledResource build > action, you can also override the Bundle Id (so it doesn’t have to match the > file nam

Re: [MonoTouch] Update monodevelop for the ios6 issue

2012-09-12 Thread Alex Soto
Hello Try reinstalling MonoDevelop First drop MonoDevelop to trash Second delete this directories http://monodevelop.com/developers/articles/user_profiles Third reinstall MonoDevelop latest version from here http://monodevelop.com/Download This should work, this has helped me in the past so I

[MonoTouch] Updated MonoTouch Google's AdMob Ads Binding to latest 6.1.5 version

2012-09-07 Thread Alex Soto
but should work fine ;) ] Cheers Alex Soto ___ MonoTouch mailing list MonoTouch@lists.ximian.com http://lists.ximian.com/mailman/listinfo/monotouch

Re: [MonoTouch] Monotouch.Dialog and Reusable Cells

2012-09-05 Thread Alex Soto
ng a subset of a large set, or to get an > aggregate of a large set, not so much. > > Frank might have changed it since I did that tho, to make the WHERE > affect the sql, not do it after the objects are hydrated. > > > > On Wed, Sep 5, 2012 at 2:33 PM, Alex Soto wrote:

Re: [MonoTouch] Monotouch.Dialog and Reusable Cells

2012-09-05 Thread Alex Soto
Hello Nic, something called my attention, why not to use LINQ?? Hope you can elaborate on it Alex El 05/09/2012, a las 04:32 a.m., Nic Wise escribió: > Yes and no. > > Out of the box: no. HOWEVER, if you add 1000 items into the root, it's > only making > > 5 + 3 + 3 (5 visible, 3 invisible a

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

2012-09-05 Thread Alex Soto
Nice so you have your solves your problem right?? Alex El 05/09/2012, a las 04:38 a.m., Richard Heesbeen escribió: 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

Re: [MonoTouch] Clarification on the XamarinHQ tweet/blog about iOS 6

2012-09-04 Thread Alex Soto
ing problem moving forward? Was > the change from .12 to .13 something fundamental that will remain forever? > > Dino > > -Original Message- > From: monotouch-boun...@lists.ximian.com > [mailto:monotouch-boun...@lists.ximian.com] On Behalf Of Nic Wise > Sent:

Re: [MonoTouch] How to bind correctly?

2012-09-03 Thread Alex Soto
And just for the record, documentation ;-) http://docs.xamarin.com/ios/advanced_topics/binding_objective-c_types#Binding_Blocks Alex El 03/09/2012, a las 06:32 a.m., Nic Wise escribió: > Excellent! :) > > On Mon, Sep 3, 2012 at 11:58 AM, Nikita wrote: >> This actually works, thank you! ) >> >

Re: [MonoTouch] App working fine in iOS 5, crashes in iOS 4

2012-09-02 Thread Alex Soto
You can find the iOS 4.3 to iOS 5.0 API Differences here http://developer.apple.com/library/ios/#releasenotes/General/iOS50APIDiff/index.html Alex El 02/09/2012, a las 17:26, Chris Maka escribió: > > Unfortunately I don't, Nic. There's not a way to see what the error is via > the simulator,

Re: [MonoTouch] Clarification on the XamarinHQ tweet/blog about iOS 6

2012-08-31 Thread Alex Soto
Hello Gerry Mt 5.3.6 does contain the fix so you can use it http://docs.xamarin.com/ios/releases/MonoTouch_5/MonoTouch_5.3#MonoTouch_5.3.6 Alex El 31/08/2012, a las 08:40 a.m., Gerry High escribió: > http://blog.xamarin.com/2012/08/13/important-ios-6-information-for-monotouch-users/ > > Nic--

[MonoTouch] How to make documentation for MonoTouch Bindings??

2012-08-30 Thread Alex Soto
Is there any way to document methods and properties in MonoTouch binding projects so we can have intellisense available?? Alex ___ MonoTouch mailing list MonoTouch@lists.ximian.com http://lists.ximian.com/mailman/listinfo/monotouch

Re: [MonoTouch] System.ArgumentNullException exception when using subclassed UIViewController

2012-08-28 Thread Alex Soto
ll, the base c'tor is getting called!? I'm totally >> puzzled. >> I can subclass any UIViewController in MonoTouch without issue, why not that >> one? Why it that popover NULL? >> >> René >> >> >> 2012/8/27 Alex Soto >>> >>> >>

Re: [MonoTouch] System.ArgumentNullException exception when using subclassed UIViewController

2012-08-27 Thread Alex Soto
Ok, if you subclass you need to implement all methods and properties needed, and how to know whats needed ?? You need too look at original ObjC code in this case (thank God it is very well documented) you need to see PSPDFViewController.h, you can find it inside PSPDFKitExample xcode project /

Re: [MonoTouch] System.ArgumentNullException exception when using subclassed UIViewController

2012-08-27 Thread Alex Soto
Ok, if you subclass you need to implement all methods and properties needed, and how to know whats needed ?? You need too look at original ObjC code in this case (thank God it is very well documented) you need to see PSPDFViewController.h, you can find it inside PSPDFKitExample xcode project

Re: [MonoTouch] System.DllNotFoundException coming back to my app!?

2012-08-23 Thread Alex Soto
Does it crashes on device??? Do you make any sqlite operations when you restore your app?? Correct me if I'm wrong here but I remember that simulator had issues with sqlite Alex El 23/08/2012, a las 07:27 a.m., "René Ruppert" escribió: > Hi, > > From my app I open a URL in Safari. The open pag

[MonoTouch] Binding an interface that conforms to multiple protocols already defined in MonoTouch

2012-08-21 Thread Alex Soto
Hello I am binding an objective-c library using MonoTouch and I have the following objective c interface @interface CustomSearchViewController : UITableViewController ///. ///... @end Where CustomCacheDelegate, CustomSearchDelegate, CustomStatusBarStyle Are defined interfaces within my

Re: [MonoTouch] How to write bindings for a framework?

2012-08-06 Thread Alex Soto
Ok let me see if I understood correctly We manually create a folder named "Resources" in our MT binding project Then we add the xName.bundle to that folder and any resource files included on the framework Then We compile and everything gets added to the bindingfile.dll file and that it. Do we h

Re: [MonoTouch] New to MonoTouch and Mac

2012-08-02 Thread Alex Soto
Also you could try http://www.macincloud.com/ Alex El 02/08/2012, a las 09:23, Steve Maier escribió: > When I got started it was with a Mac mini as well and I can say that it does > run the compiler and emulator nicely. I switched to a Mac Air laptop because > I sometimes need to show things

Re: [MonoTouch] Volunteers or professional service for binding a library?

2012-08-02 Thread Alex Soto
. Alex El 02/08/2012, a las 07:47, Nic Wise escribió: > Hey Rene > > Alex Soto pointed me at this a while back. It worked nicely to do a > lot of the grunt work, but you do have to check it all > > he tool you need is inside monomac its called parse.exe (you need to > download

[MonoTouch] Signalr and monotouch

2012-07-20 Thread Alex Soto
Hello guys, Do you know if SignalR can be used with MonoTouch?? Also any example would be great Or if you know a better solution that would be great. What I need to achieve is when the app is running in foreground i must push info from the server to the device When some records are stored in a d

Re: [MonoTouch] New Macbook 2012 range and development

2012-06-14 Thread Alex Soto
; model ID closely. > > -Original Message- > From: monotouch-boun...@lists.ximian.com > [mailto:monotouch-boun...@lists.ximian.com] On Behalf Of Gerry High > Sent: Thursday, June 14, 2012 14:14 > To: Jonathan Pryor > Cc: monotouch@lists.ximian.com; AnthonyLambert; Alex Soto >

Re: [MonoTouch] New Macbook 2012 range and development

2012-06-14 Thread Alex Soto
Abe or Jason or any "Mono-teista" I got a 15-inch, Early 2011 MBP can this one be upgraded to 16 gigs of ram?? if so what brand do you have also how many MHz?? my current set up is 8 GB 1333 MHz DDR3 and 2 GHz Intel Core i7 Im quite interested on this since i have a couple of VMs on my MBP and

Re: [MonoTouch] Forced crash on device - what is happening?

2012-06-07 Thread Alex Soto
Is MonoTouch 5.3.4 already out?? If i switch to alpha channel I just get 5.3.3. Alex El 07/06/2012, a las 06:00, Rolf Bjarne Kvinge escribió: > Hi, > > This is a bug that happens when using the debugger (it will not happen > unless you attach the debugger to the app). > > Several of these dead

Re: [MonoTouch] Dropbox API (the official one)

2012-04-19 Thread Alex Soto
ok all of an hour. > > Thanks Alex :) > > On Thu, Apr 19, 2012 at 06:18, Nic Wise wrote: >> Excellent - thanks Alex. I'll give it a try tonight. >> >> >> >> On 18 Apr 2012, at 23:31, Alex Soto wrote: >> >>> hey nic do you have

Re: [MonoTouch] Dropbox API (the official one)

2012-04-18 Thread Alex Soto
hey nic do you have skype?? i can help you with it the tool you need is inside monomac its called parse.exe (you need to download a copy of maccore and monomac then run make from /monomac/src/ folder and it will generate parse.exe) https://github.com/mono/monomac/tree/master/src or just downl

Re: [MonoTouch] Reporting and Invoice Transaction Printing

2012-04-04 Thread Alex Soto
Get an apple airport extreme and if your printer is canon, hp, lexmark, brother or epson you might be able to print using native app just by calling it from your application and passing a pdf as argument to the native printer app available on app store, i was able to print using the native app of H

Re: [MonoTouch] Fwd: UIDevice.CurrentDevice.CheckSystemVersion

2012-03-26 Thread Alex Soto
gt; > If you're running on an iOS 4.x device then I'd expect CheckSystemVersion(5, > 0) to return false - which it does for me. > > Roy > > On 25 March 2012 19:58, Alex Soto wrote: > is UIDevice.CurrentDevice.CheckSystemVersion() bro

[MonoTouch] UIDevice.CurrentDevice.CheckSystemVersion

2012-03-25 Thread Alex Soto
is UIDevice.CurrentDevice.CheckSystemVersion() broken?? it always returns true no matter what params I use Debug.WriteLine(UIDevice.CurrentDevice.CheckSystemVersion (5, 0)); Debug.WriteLine(UIDevice.CurrentDevice.CheckSystemVersion (4, 0)); Debug.WriteLine(UIDevice.CurrentDevice.CheckSystemVersio

Re: [MonoTouch] How to make users of my app vote automatically?

2012-03-25 Thread Alex Soto
Hello guys just to let you know that you can find the MonoTouch binding for iRate here https://github.com/dalexsoto/AlexTouch.iRate I worked on this yesterday so please let me know if you encounter any issues with it Alex___ MonoTouch mailing list Mono

Re: [MonoTouch] How to make users of my app vote automatically?

2012-03-25 Thread Alex Soto
No problem =) also thanks to you Roy since you shared the iRate link first hehe Alex On Mar 24, 2012, at 12:38 PM, Roy Goode wrote: > Fantastic, thanks for sharing! > > On 24 March 2012 13:26, Alex Soto wrote: > Hello guys just to let you know that you can find the MonoTouch

Re: [MonoTouch] How to make users of my app vote automatically?

2012-03-25 Thread Alex Soto
Hello guys just to let you know that you can find the MonoTouch binding for iRate here https://github.com/dalexsoto/AlexTouch.iRate I worked on this yesterday so please let me know if you encounter any issues with it Alex On Mar 23, 2012, at 3:46 AM, Nic Wise wrote: > There is a .NET port of A

[MonoTouch] Fwd: How to make users of my app vote automatically?

2012-03-25 Thread Alex Soto
Hello guys just to let you know that you can find the MonoTouch binding for iRate here https://github.com/dalexsoto/AlexTouch.iRate I worked on this yesterday so please let me know if you encounter any issues with it Alex ___ MonoTouch mailing list Mo

[MonoTouch] Fwd: UIDevice.CurrentDevice.CheckSystemVersion

2012-03-25 Thread Alex Soto
is UIDevice.CurrentDevice.CheckSystemVersion() broken?? it always returns true no matter what params I use Debug.WriteLine(UIDevice.CurrentDevice.CheckSystemVersion (5, 0)); Debug.WriteLine(UIDevice.CurrentDevice.CheckSystemVersion (4, 0)); Debug.WriteLine(UIDevice.CurrentDevice.CheckSystemVersio

Re: [MonoTouch] OData support

2012-03-02 Thread Alex Soto
I remember there was a project named OData Browser by the famous hacker behind iCircuit Frank Krueger and you can find it here, https://github.com/praeclarum/odata so maybe that helps you to get you started Alex On Mar 2, 2012, at 12:26 PM, delfo wrote: > Hi, i'm writeing an app that need t

Re: [MonoTouch] Binding issue

2012-03-01 Thread Alex Soto
Is your lib an universal native lib? (armv6, 7 and i386?? See http://docs.xamarin.com/ios/advanced_topics/linking_native_libraries for more info Just wondering if you are deploying to simulator or device Alex El 01/03/2012, a las 12:47 p.m., Morph268 escribió: > Hi Jeff, > > Thank you for the

[MonoTouch] Intellisense while filling template fields

2012-02-29 Thread Alex Soto
When using templates in MonoDevelop code editor intellisense won't show up when filling template fields, for example typing prop and use Tab we get public object MyProperty { get; set; } but when replacing "object" i don't get intellisense while typing the desired class. Is it already implem

Re: [MonoTouch] Threading best practice

2012-02-23 Thread Alex Soto
On latest MonoTouch this isn't needed anymore using (NSAutoreleasePool threadPool = new NSAutoreleasePool ()) See http://spouliot.wordpress.com/2011/12/01/threading-and-pooling/ Cheers Alex El 22/02/2012, a las 10:05 p.m., cbailey escribió: I made one import omission. From MT documentatio

Re: [MonoTouch] Binding Woes

2012-02-22 Thread Alex Soto
It would be a lot easier to help if you could provide your ApiDefinition.cs file and your .h file =) Alex On Feb 22, 2012, at 3:00 PM, JB wrote: > Anyone? > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Binding-Woes-tp4406123p4411742.html > Sent from the MonoT

Re: [MonoTouch] XCode 4.3 Issues?

2012-02-16 Thread Alex Soto
software update nor the app store (where I last installed it from) were showing me the update. On Thu, Feb 16, 2012 at 11:37 PM, Alex Soto wrote: > Installed > > MonoDevelop 2.8.6.5 > Runtime: > Mono 2.10.9 (tarball Tue Feb 14 20:23:29 EST 2012) > GTK 2.24.9 > GTK# (2.12.0

Re: [MonoTouch] XCode 4.3 Issues?

2012-02-16 Thread Alex Soto
Installed MonoDevelop 2.8.6.5 Runtime: Mono 2.10.9 (tarball Tue Feb 14 20:23:29 EST 2012) GTK 2.24.9 GTK# (2.12.0.0) Apple Developer Tools: Xcode 4.3 (1175) Build 4E109 Monotouch: 5.2.5 So far its working great as expected nice job Xamarin guys =D Alex

Re: [MonoTouch] Modal activity indicator?

2012-02-14 Thread Alex Soto
ced_topics/linking_native_libraries On Feb 14, 2012, at 8:03 PM, Gerry High wrote: > Alex, > > I sent this out earlier today to the list about an existing port to > Monotouch--not sure how yours is different. > > https://github.com/detroitpro/MBProgressHUD-MonoTouch > > Gerry > >

Re: [MonoTouch] Modal activity indicator?

2012-02-14 Thread Alex Soto
I created the MBProgressHUD bindings for monotouch You can download them from here https://github.com/dalexsoto/AlexTouch.MBProgressHUD Just import the DLL and you are good to go :) Alex El 14/02/2012, a las 08:14 a.m., MilkyJoe escribió: > Is it possible to implement a modal activity indica

Re: [MonoTouch] Setting a UITableView's Style in code - How?

2012-02-09 Thread Alex Soto
I Not on my computer so sorry if i make any mistake, well just use c# initializer Var tblView = new UITableview() { Style=UITableViewStyle.Grouped }; That should do the trick Alex Sent from my iPhone El 09/02/2012, a las 08:22 a.m., MilkyJoe escribió: > Ok... Stupid question time... >

Re: [MonoTouch] 5.2.2 install failure

2012-02-03 Thread Alex Soto
Actually I was on IRC channel because of the same reason a couple of hours ago, so it is a issue with the installer maybe. Alex El 03/02/2012, a las 09:14 p.m., Wally McClure < theevilprogram...@hotmail.com> escribió: I'm getting an activation error when attempting to install 5.2.2. The exact

Re: [MonoTouch] App for Website

2012-01-26 Thread Alex Soto
Well its pretty simple (depending on how much info you need to extract etc...) you just need a webclient.downloadstring(URL HERE); and then parse the html results, you can use regular expressions or HTMLAgilityPack ( http://htmlagilitypack.codeplex.com/ ) then build the UI based on the

Re: [MonoTouch] Weird error using btouch

2011-12-08 Thread Alex Soto
I guess the problem is actually that the interface has the same name as the file and that causes the issue, as the temporary classes generated during the process causes conflicts, the solution to this issue is simple ;) just rename the file to something other than whatever the interfaces you are

Re: [MonoTouch] Error while building

2011-11-23 Thread Alex Soto
Could you please tell us Mono version MonoDevelop version MonoTouch Version OS x version And ios sdk version? Alex El 23/11/2011, a las 08:29 p.m., Ed Anuff escribió: > Manually installing the latest Monodevelop corrects the problem of it > not building, but still seeing the numerous "Couldn't

Re: [MonoTouch] annotating pdfs

2011-11-08 Thread Alex Soto
em to matter (it still builds fine), > but depending on how the binding evolves, it might not continue working. > > Also, the rule: > > libAjiPDFLib.a: libAjiPDFLib.a > > Doesn't actually do anything. I suspect this was just accidently left there > as the Makefile ev

Re: [MonoTouch] annotating pdfs

2011-11-07 Thread Alex Soto
Happy Mono Coding. Alex Soto On Nov 4, 2011, at 4:12 PM, Jason Awbrey wrote: > Alex, that would be extremely helpful, thanks > > On Fri, Nov 4, 2011 at 4:16 PM, Alex Soto wrote: > I will see if i get some time today to take a look into binding the lib so > Jason can test it

Re: [MonoTouch] annotating pdfs

2011-11-04 Thread Alex Soto
I will see if i get some time today to take a look into binding the lib so Jason can test it :) Alex soto El 04/11/2011, a las 02:49 p.m., Jeff Stedfast escribió: Hi Jason, Doesn't looks like you can actually get the source, so you'll probably have to bind it instead. If you do

Re: [MonoTouch] Add multiple transformations to a UIView

2011-10-27 Thread Alex Soto
Hello Kent Well i have not looked if it is on this page http://tirania.org/tmp/rosetta.html But Miguel's Rosseta Stone maps Objective-c classes/selectors to C# classes/methods/properties Also idk if it is up to date but you might find it there if not you should fill a bug on http://bugzilla.x

Re: [MonoTouch] Do the makers of Monodevelop actually test the application?

2011-10-25 Thread Alex Soto
lick the .app file :) Alex Soto On Oct 25, 2011, at 12:25 PM, Brian Newton wrote: > Right, > > It's not about opening a second version of the program, just being able to > have two solutions open simultaneously for comparison etc. Many apps allow > new windows with new cont

Re: [MonoTouch] monotouch/monodevelop

2011-08-29 Thread Alex Soto
Was that project opened/created on MD 2.8??? If thats the case you need to restore the plist file from the backup folder (if it was an old project migrated to the new project type MD2.8a) before opening it on older MD Alex El 29/08/2011, a las 08:42 p.m., Wally McClure < theevilprogram...@hotmail

Re: [MonoTouch] Questian wrt Binding Objective-C #define statements

2011-08-29 Thread Alex Soto
Yup you need to define them on another cs file, like extensions.cs and define the constants on each class as needed, you can check my Admob binding on https://github.com/dalexsoto/Monotouch-AdMob-Bindings witch handles that specific case. Alex Soto On Aug 29, 2011, at 12:06 PM, Jeff

Re: [MonoTouch] Monotouch activation with proxy

2011-08-23 Thread Alex Soto
This might help if you are behind a proxy server http://ios.xamarin.com/Documentation/Installation/Offline_Activation Alex On Aug 23, 2011, at 9:13 AM, scheelings wrote: > Hi, > > I am trying to activate my Monotouch license, but it is not able to connect > to the activation server, because m

Re: [MonoTouch] Examples dont work -getting a but fed up

2011-08-18 Thread Alex Soto
Hello John I know sometimes its frustrating when things aren't working as they should but join me at IRC and i'll do my best to help you. You can find more information on how to join IRC at http://ios.xamarin.com/Community I'm under the name of Alex or Alex_ ping me and lets make it work. Alex

Re: [MonoTouch] Debugger won't connect

2011-08-18 Thread Alex Soto
Actually yes there is a difference between MD 2.4.2 / 2.6RC1 and MD 2.8a projects, MD 2.8a will ask you to upgrade projects to the new format, but it will allow you to backup the project in case you want to rollback. this is needed due to MD 2.8a has experimental Xcode's 4 IB integration, so if

Re: [MonoTouch] Forum upgrade from Mailing list to BulletinBoard maybe?

2011-08-07 Thread Alex Soto
Well i dont think that would be a great idea, since my primary communication media its email, and every morning after waking up i check my email, when im on the office i do it too, i would not have much time to be on forums (also they would be blocked on the office) and if you dont like Mailing lis

Re: [MonoTouch] OSX Lion 1.7 + MD 2.6b3 + MonoTouch 4.0.4.1 + Mono 2.10.3 = Awesome

2011-08-06 Thread Alex Soto
Yes, making a clean installation of everyting will count against your activations, but i guess there wont be any problem if you ran out of activations since xamarin guys are here to support us =) Alex Enviado desde mi iPhone El 06/08/2011, a las 02:50 a.m., Chris van Wyk escribió: > Did a clea

[MonoTouch] Fwd: [New post] Lion Support in Mono

2011-08-04 Thread Alex Soto
Just to let you know, a new Joy!!! For all devs thanks a lot mono crew!! Alex Lion Support in Mono *migueldeicaza * | August 4, 2011 at 2

Re: [MonoTouch] 4.0.4.1 update with Monodevelop 2.4.2

2011-07-27 Thread D. Alex Soto G.
I can Confirm this is working for me too thanks Michael!!, but now the monotouch debugger stopped working :( the debugger port its broken it is getting the right ip address but its attemping to conect to port 0 (see attached image) [image: aaa.jpg] any ideas on this?? Alex <>___