sdk

Microsoft Speech SDK buying Voices and different Languag

Hi Everyone, I need to know that how many languages the Microsoft Speech SDK support, I need to speak out text in different Languages, I am not sure if they support all the cultures or I need to buy the license for the same. Thanks. ...

Clickable Navbar title

How can I make the title of a navbar clickable. Much like in the facebook application. Were when you click it it dismisses the view controller. ...

How do I create a secondary message loop in vb.net?

I've got an app working semi-background stuff in the GUI thread. Another thread won't work and a timer won't work. But I want the app to be responsive while I'm going my 'background' work. I cound use application.doevents - but that gives me 3 bad choices: loop with no sleeps - end peg an entire CPU (my task waits on stuff besides cal...

android spinner NullPointerException

Hey guys I'm having trouble with a spiner throwing a nullPointerExpression I'm sure I'm missing something stupid? Thanks for you help here is my code: public class main extends Activity { /** Called when the activity is first created. */ public TextView strCurrency; public TextView strCurrencyOUT; Button butCalc; private Spinner...

nsurlconnection and iphone simulator

Hi, i am working on a sample ebook app and using nsurlconnection for downloading ebook file from net. enter code here- (void) start { if (![self isCancelled]) { NSLog(@"baslad"); connection_ = [[NSURLConnection connectionWithRequest:[NSURLRequest requestWithURL: download_.url] delegate: self] retain]; if (connection_ != n...

Is CoreText just a draw/layout Framework for text?

Hi all, Im using CoreText to display some text, creating framesetter, frames and so, and everything is fine. I can even format the text, but this all is done before I draw. Now the question that is driving me crazy: CoreText is just to render text? I cannot get any reference to CTRuns or Glyphs to highlight them? Another sub big ques...

Problem posting to the user's wall using Graph Api.

Hi, I am trying to post to the wall. It does not work when i add arguments like link, name and caption. function graphStreamPublish(){ var body = 'This is a test feed'; var url = 'http://www.my-site.com'; var heading = 'Check out the link.'; var caption = 'I am trying to ...

Android - Looking for help with force close on application.

I am using Eclipse to write the program. I have gotten rid of the errors, and have completely compiled the code and when it launches in the emulator, it forces close. I have zipped the workspace so maybe someone can grab it and load it to see if they are able to see why its bombing out? deckertdesigns.com/Android/Todo_List.zip any help ...

Developing RSS reader for iOS?

I like to make an app that reads articles from a website ad RSS or JSON. What method do I use to grab the XML or JSON to my app? How do I tell when the data is available locally? Thanks. Edit: I'm using Objective-c for iOS. I need code for iOS please. ...

Coredata relationship tutorial? Adding/finding objects that belong to something?

Anyone have a link to a coredata relationship tutorial for basic create,retrieve,update,delete type operations? I have two entities set up, entity A and entity B. I have the relationships and inverse relationships set up between A and B. A can have many B. B can have only one A. Basically the tasks I need to do: 1) When adding B to ...

iPhone coordinate system slope-intercept of two points

Hi. I have 2 points in a UIView, but I am unable to get the correct line equation between these two points because UIView coordinate system is not cartesian. When I apply the cartesian slope of a line, I keep getting the wrong slope for the UIView coordinate system. Maybe I'm applying the identity matrix incorrectly or using the wrong id...

Microsoft Speech Recognition Platform

I wrote an app in C# for speech recognition using System.Speech which works fine on Windows 7. However I'm after creating the same app that will work on windows 2003 (x86). My programming environment: Windows 7 x64 Pro Visual Studio 2008 In order to develop this application in my programming environment I installed: 1.Microsoft Speech...

Android SMS Capturing

I want to develop such an app. on installation of which I would have two choices while sending sms either through my app or default sms app. Is there any way through which we can capture an outgoing SMS? ...

NSXMLParser and duplicate tags.

I have a xml file. That I want to parse with NXXMLParser. I have a basic understanding of how to use NSXMLParser but ive reached this problem were the xml file is using duplicate tags for different reasons. The xml file looks a little like this. <member> <name>billy</name> <id>1</id> </member> <token> <name>login token<...

Facebook JS SDK FB.Login() how do I get extended permissions?

Hello. I am trying to get extended permissions with my FB Connect Application. I was wondering how one does this with FB.Login() as I am not very knowledgable in JS. Thanks ...

UINavigaiton controller from a view based application

So I have an app. On the mainWindow I have 1 button. When that button is pushed i want it to open up a completely separate file and start a navigation controller. How can I achieve this all the sample code that I look at base the view controller out of the app delegate. Basically what I want to do is create something like the facebook ...

CABasicAnimation Repeat itself

I have a CABasicAnimation that I perform on multiple layers and all it does is move the UIImageView up 10 pixels and then back down. I want this to continue ad infinitum. When the animation finishes I can't figure out how to get it to do it again! I understand theres a animationDidStop method but that doesn't solve my problem because I c...

Get Postal address from a contact using ContactsContract api on android

Hi I am using ContactsContract api intent for showing all contacts from an activity. This intent returns an id of the contact. I need to get the postal address of this contact. Here is the code which i am using for showing contacts: Intent intent = new Intent(Intent.ACTION_PICK); intent.setType(ContactsContract.Contacts.CONTENT_TYP...

Google appengine Java SDK source code?

Hello, Looking for the source of some classes from the AppEngine Java SDK, namely com.google.apphosting.utils.remoteapi.RemoteApiServlet (mentioned here). So I've downloaded http://googleappengine.googlecode.com/svn/trunk/ where I expected to find the source code of the class, instead I got zip: maxim@maxim-desktop:~/Desktop/sources$...

MySpace App Invites

I am currently working on a MySpace app (onsite) and cannot find any examples of inviting friends to the app. I'm currently using the MySpaceID SDK for C# (using the OnsiteContext instead of Offsite), but for the app invites, I can use javascript or whatever works. The MySpace developer documentation is crap. Anyone able to help? ...