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
...
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?
...
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?
...
how do i calculate the angle of rotation for any given object (ie a uiimageview)?
...
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...
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...
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...
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 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...
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 ...
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];
}
...
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...
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...
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...
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
...
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 ?
...
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.
...
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 can you make a UITextView expand with the text that is inside of it?
...
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 ...