This morning I've heard a rumour that one can buy a single-app licence of MonoTouch (licence for just 1 application). However, in their store (http://monotouch.net/Store) there is no such licence. Was this just a nasty joke?
This was a scam. Such licence does not exist
Related
I am in the process of localizing my application. Everything works well except one issue. According to the Apple docs, if you have a specific region, it should be selected first and then to the more general. So for instance, in my project, I have:
en.lproj
Localization.strings
en_US.lproj
Localization.strings
While I am set to US English in my settings, Monotouch is picking the en.lproj before en_US.lproj when it should be the other way around. Is this a bug or is this not supported?
Thanks,
Ray
Thanks, that link helped. And I re-read the docs and it does not work that way I thought on iOS, only OSX. So iOS only looks at locale only eg. en.lproj.
I can't find a resource that clarifies the programming differences between Polaris and Orion versions. I've been googling for a few days now.
Probably you already read this article written by Jukka Niiranen
The Next Dynamics CRM User Experience: Orion
I think Gemini release will bring (at least) the possibility to use Xrm javascript with the new forms (actually is really a shame to don't be able to pre-fill a field or to do some show/hide logic) and provide the xml definition that will replace the ribbon.
I'm not sure if there is such a document yet. Before we start with Orion, we have to pass Gemini, first. And given the inconsistency between road maps and reality this far, it could as well be that Orion will be known as CRM-2014.
I am working through the pluralsight videos on MonoTouch. At one point, the trainer right clicks on the name of a derived class, and in the 'refactor' menu there is a function to override/implement members of that class. When I click however (latest version), I see only 'rename.'
The person in this link had the same issue some time ago and has included screenshots - but noone replied to them in the MonoTouch discussion group:
http://monotouch.2284126.n4.nabble.com/Right-Click-Class-name-gt-Refactor-gt-Override-Implement-members-tt4655504.html#none
Has anyone experienced (and resolved!) this?
Some of the refactoring features were reorganized or removed (for now) in the rewrite of the code code completion engine that took place for MD 3.0.
You can still access this particular feature two ways:
1) After typing the "override" keyword, MD offers the members you can override/implement. Selecting one will cause it to be stubbed out.
2) You can override many members at once using the "Edit->Show Code Generation Window" command in the class body. This command doesn't have a keybinding on Mac by default, but you can assign one in Preferences.
MonoDevelop 3.0 (and later) removed some features (including a few about refactoring) since they were not as stable, fully functional (complete) or buggy.
The same features (or similar ones) are likely to come back in future releases.
I'm new with MonoTouch.
I want to pick frames from video (I found this page http://developer.apple.com/library/ios/#qa/qa2010/qa1702.html), but it's written in Object-C, I've never learned that. Can Someone give me a MonoTouch sample. Appreciated.
Today I wrote a sample, but the APIs in MonoTouch 4.0 were not very good, they were fairly hard to use. We made some changes to MonoTouch today, and the next alpha release in the next few days will have these changes in.
The sample code has been ported and lives now in http://github.com/migueldeicaza/monotouch-samples/av-capture-frames module most of the code is in Main.cs
vCard? mecard? hCard?
Is there a de facto standard at this point? I've never personally owned a 'smartphone' -- is there a format that's supported 'out-of-the-box' for either iphone, android or blackberry?
edit:
found this discussion from last
year. Any thoughts?
this reader appears to be multiplatform and uses mecard
mecard spec
hCard is a vcard that supports html in data. Mecard, is a very lite version of vcard. One line with important info. vCard, is a format to exchange contacts data. Allot of version there.
turns out vCard, although verbose, has the broadest support.
Mecard is a de facto (read: avoid at all costs) standard