sdk

How to Get Notification When Checkin is done in TFS

Whenever someone checks in code to TFS, I want to receive a notification. Is there some way to do it using the API? Further, I want to get the details of the checkin, like files impacted/change types ...

VOIP service with an API that can be resold?

Looking to add dialing capabilities to my desktop application. Requires: API/SDK to allow seamless integration into C#. An application user would have no idea who the VOIP provider is. Allows re-sale in license. We include it as part of the package and charge our end users Any packages out there that fit this bill? ...

What is the best resource for learning how to handle service calls in the iPhone SDK?

I'm starting out with iPhone development and am struggling to find tutorials on handling service calls whether via SOAP or REST etc. As I understand it the SDK can't handle SOAP so is it best to look into REST? ...

iphone sdk CGAffineTransform getting the angle of rotation of an object

how do i calculate the angle of rotation for any given object (ie a uiimageview)? ...

iPhone Wi-Fi Manager SDK

I'm attempting everal methods trying to enable/disable Wi-Fi (toggle). Here are some things I am trying: //Enable WiFiManagerClientEnable(WiFiManagerClientCreate(kCFAllocatorDefault, 0)); //Disable WiFiManagerClientDisable(WiFiManagerClientCreate(kCFAllocatorDefault, 0)); -and- //Enable WiFiManagerClientSetProperty(WiFiManagerClient...

MPMoviePlayerController problem when play a movie

hi .. i put a movie when my application will lunch . just like gameloft games . so when application has lunched , movie plays fine but before the move plays .. my FirstViewController xib file show first then moview start to play ! why ? here is my code : - (void)applicationDidFinishLaunching:(UIApplication *)application { NSBundl...

Using iPhone touch & drag interface for intuitive List creation

1) I want to create a List by touch and dragging icons from a Master List. 2) Also have the ability to Delete items in this newly created List or Rearrange their order. Is there some code sample one could look at or possible design pointers on cleanly accomplish this functionality. I realize UITableView could accomplish this. But doi...

OpenGL ES 2.0 SDK for Windows Mobile

I would like to get started developing native (C/C++) OpenGL ES 2.0 applications for Windows Mobile (version 5 or later, any version would do, really). I do however have trouble finding appropriate headers and libraries. What I am looking for is a OpenGL ES 2.0 SDK for Windows Mobile, or an SDK which contains the appropriate headers and...

i have a problem with MPMoviePlayerController [iPhone SDK]

i want create an app with movie intro just like gameloft games . so when application has lunched , movie plays fine but before the move plays .. my FirstViewController xib file show first then movie start to play ! why ? here is my code : - (void)applicationDidFinishLaunching:(UIApplication *)application { NSBundle *bundle = [NSBun...

Is there a way to get/use the OS X 10.3 Cocoa SDK on a 10.6 machine?

Before you ask, yes, I have a very good reason for wanting something to run on 10.3. It's a very small in-house project that must run on a very important person's machine, which cannot be upgraded for a very good reason. =) The 10.6 DVD doesn't seem to offer an option to install the 10.3 SDK, only 10.4+. I also can't seem to find it on ...

Iphone load XIB/m/h Problem

Hello, why does this not work: - (void)viewDidLoad { Login *neu =[[Login alloc] initWithNibName:nil bundle:nil]; [self presentModalViewController:neu animated:NO]; } but this works -(IBAction)dologin:(id)sender{ Login *neu =[[Login alloc] initWithNibName:nil bundle:nil]; [self presentModalViewController:neu animated:NO]; } ...

Deploying Expression Encoder SDK Without Installing

I am trying to prove a concept while using the Microsoft Expression Encoder 3 SDK. I am trying to deploy the SDK to my hosted web server to understand more about whether or not that will work and what else needs to be installed. I cannot get anything to work on the server. Here are the 4 Dlls that I understand that I need that I am de...

iPhone keyboard with 0-9 and decimal point?

I'm writing an iPhone app that has a textField for the user to enter a "dollar amount" like 12.34 None of the SDK keyboards seem to have a decimal point. (OR do they?) So I decided to just let the user type in "1234" and I would add the decimal point for him... as he types.... by using EDITING CHANGED. But each time my code adds the d...

multiple web cams in AMCap

Hi, I built the AMCap sample under direct show in SDK. It is able to handle 2 or more web cam, how do I modify the program for me to use them simultaneously… like press one button that says ‘start capture’ and make sure that all the cameras start capturing and one button that says ‘stop capture’ to stop all the cameras. i want the frame...

Iphone development : Play MPMediaCollection using AVAudioPlayer

Hi.. I am trying to play music in ipod library using AVAudioPlayer. I have added the music items to using MPMedia framework but do not know how to read the MPMediaCollection so that they can passed to the AVAudioPlayer. Thanks for your help ...

iPhone SDK windows ?

Is there an official iPhone SDK for Windows? I thought there was none, but a colleague at work said he downloaded one from Apple. Which one of us is wrong? I thought Apple doesn't release it's developer tools for windows. Or is that just Windows on non-apple computers ? ...

send an HTML formatted email using MFMailComposeViewController

I am formatting a mail with HTML content and sending it using MFMailComposeViewController.But on the receiver side mail is not reaching in HTML format.Only Plain text is visible.How could I resolve this issue.Thanks in advance. ...

Are download usage statistics available through the iPhone API?

i'm referring to the cellular usage stats in settings->general->usage (documented or undocumented API is ok). I'm also looking for APIs to the wifi statistics as well. ...

How to make a UITextView Expand with the text like the Notes app

How can you make a UITextView expand with the text that is inside of it? ...

iphone sdk bluetooth application test

i developed one bluetooth application...( i mean ,i got it from internet) ,, this application could i test in my simulator.. ? when i execute this application in simulator showing only one message box,, " LOOKING FOR OTHER iPHONE OR iPOD TOCUH" ( my computer is mini mac. there is bluetooth), if we test it in my iphone ,,, does it ...