sdk

Iphone Core data question

Hi, I have set up the application with 2 entity, called Category1 and category2. There is a to-many relationship between category1 and category2. When a cell is pushed in tableview (category1), a new tableview will display all category2 cells related to category1. Here is what an example: I have two category1 items in the first table...

Is there a class built-in to .NET for querying XML DTD information?

Does .NET provide any built-in support for working with XML DTDs? I want to retrieve element type, attribute lists, and entity declaration information. I'm aware of the support for validating against a DTD, but want to be able to work with the DTD information itself. I'd be fine parsing DTDs manually to accomplish this, but would rather...

iPhone Caller ID Retrieval - TOOLCHAIN

Hi everyone, I was wondering if there was any way to get the Caller ID of an incoming call on the iPhone, I am currently playing with SBTelephony.h (SpringBoard header) and the CoreTelephony.framework and I am not really seeing how to do this. I am planning on using this for a dylib using WinChain/ToolChain etc. Thank you! ...

Deploy app to iPhone wirelessly?

I remember hearing about how Apple was going to include the ability to deploy an app from Xcode to your iPhone wirelessly in the 3.1 SDK. I believe it was to aid developers that wanted to deploy/test apps that used peripherals that plugged into the iphone's docking port- this way, they could deploy a build of the app with their peripher...

UISearchBar text color

Browsed the documentation and I couldn't find anything to change the color of UISearchBar. Does anybody know how to change it? There isn't any textColor property :/ Thx ...

Hard to fix Obj-C error: expected ':' before '*' token in Xcode

I've been pretty good at fixing my Xcode Obj-C errors, but this one has me stumped: - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { if ([[tableList objectAtIndex:indexPath.row] isEqual:@"Standard"]) { [StandardSetupViewController *standard = [[StandardSetupViewController alloc] initWithN...

UITableView editing-mode problems (iPhone SDK)

I have a tableView populated with custom tableViewCells. The cells are not subclasses, they are merely tableViewCells which have had a lot of tweaking and "subview-adding"(done in the cellForRowAtIndexPath method). The problem occurs when i tap the edit button. Have a look: PICTURE_1 I know the "delete badge" is hovering above the text...

How to make an UIAlertView(Pop Up) Come When a Bouncing image touches a dragable image(iPhone SDK)?

Hi Guys how can a pop up alert cum when an bouncing img touches a dragable image like how it is done in this app http://tinyurl.com/kspnh6 Example there is an image that is going up and down the screen and it touches an image that we can drag here & there,how can v bring a alertview when that image touches the moving image thanks ...

How to create new Change Requests programmatically using TFS SDK/API?

I am in the process of learning about using the TFS SDK to fully control what Team Foundation does programmatically like: Creating new Workitems(is this the same as creating change requests?) Creating new team projects Creating a new Source code branch,etc. I am developing a Windows app that can include all these tasks so it can be ...

Windows Peer-to-Peer SDK Statistics

Does anyone happen to have any throughput and speed statistics on the Windows SDK? I am attempting to do a comparative analysis of this to other P2P implementations and can not for the life of me find any form of statistical data on this SDK. ...

iPhone Book Application Help

Hello fellow programmers, What im tyring to create is an application the utilizes book features like when the user drags a touch or just touches the right screen the page turns, the book im trying to create has atleats 300 pages. What i need is a starting point on how to access the text data and display it on a view. When the user chang...

iPhone Image Rotate when user drags touch?

hello devs, im trying to create a circle image (static) and make it rotate when the user drags the image either clockwise or counter clockwise also keep its speed. i seen these effects in alot of apps in the app store. would anyone have a tutorial out to work with or a small sample? thanks ...

iphone grouped table view crash

Hello, I am trying to create a grouped table view from a plist that contains a dictionary (code only no NIB). The dictionary contains several arrays and each array several strings. I can get the grouped table to work, BUT only if I include an index along the right side. Not sure why. The code seems to be bonking at the first line of the...

Live Camera Problems in iPhone App

Hi all, Question regarding an iPhone application we have developed which uses the live camera function. Details: We are layering an adjustable semi-transparent image over the live camera feed When the user adjusts the semi-transparent image to a location that happens to cover (in any part) the camera button, it renders the camera bu...

How to load an XIB?

I have an app with 2 screens (MainViewController and AboutViewController). Upon the user clicking a button, I'd like to load the AboutViewController screen, which is defined in another XIB. Seems simple, but I can't seem to find my google-fu today. How do I pull this off? ...

Windows SDK dlls

Hi, I have a Qt and Windows SDK based Software (for COM-Port access). I used Qt creator for this project. Now I try to deploy it on another computer. But the dlls from the Windows SDK are missing. I can't find them and I am not sure how to create them. If I run the application with Qt creator everything works fine. Any hints where I c...

Is there a .Net API for querying the Windows 7 Media Center Program Guide?

I'd like to query the Windows 7 Media Center Program Guide from a C# app. e.g. to answer questions like "What time is The Inbetweeners next showing on Channel 4?". I've looked through the Media Center SDK (v6 and v5) but this suggests it is only possible to use the Microsoft.MediaCenter.TV.Scheduling classes to request recordings ("Clic...

Cannot install WinMo 6.1 Standard SDK with VS2008 Pro

I'm trying to install the Windows Mobile 6.1 Standard SDK Refresh on my Vista SP2 machine. I have Visual Studio 2008 Professional with SP1. Everytime I try to install, the installer tells me Visual Studio 2005 Standard SP1+ is required. There is no option to continue. Googling this problem I've found many forum posts stating Visual S...

Windows Server 2003 platform SDK

Hello everyone, I am using Windows Server 2003 x64 Enterprise with SP2 and I want to install platform SDK. But all I find is from here, and it is called Windows® Server 2003 SP1 Platform SDK. I am confused about SP1. For my platform, should I use this version of platform SDK or some other later version (I think there should be SP2 plat...

How to force visio to re-evalute formulas when an untrusted visio document is opened.

Hello Everyone, I have a module that creates a Visio file (VDX) outside Visio. According to the SDK this refers to 'untrusted' XML. I've created my xml file by copied the Masters from my stencil and then refer to them using an XML sparse file. In my sparse xml I override the shape's location and size this way: <Shape ID="154" Master="...