sdk

multipart/x-mixed-replace with iPhone SDK

I'm trying to download several images in response to a single http request. On the server side (java) I'm using oreilly multipart response and I'm getting my datas in my iPhone Simulator in didReceiveData (approximately one call for each image) after a call to didReceiveResponse (approximately one call for each image as well) in my deleg...

Brightcove iPhone SDK

I have a Brightcove account with read tokens for my media and need help with an issue xcode will not read the iPhone simulator lib path in the Brightcove sdk on my mac, I want to know how to change this path to work with the applle iphone simulator in the apple iphone sdk? ...

What is the name of iPhone Calendar table ?

Hi , i want to know what is the iphone calendar table ? and how could implement it . and i need some information about these questions : does it way change the data of calendar ? and creat for example persian calendar ? how could import events to the table ? ...

Installing PDT in Eclipse - No runtime option .. only SDK

Hello, Admittedly I am new to Eclipse. I have it configured properly for Android development but I want to add the PDT plug-in for PHP development. I have followed the instructions for updating PDT for the Galileo version of Eclipse located here ... http://wiki.eclipse.org/PDT/Installation When I search through the available PHP tools...

Problem with using Kal Calendar [iPhone Application]

Hi . iam using Kal calendar from http://github.com/klazuka/Kal i want use this calendar on my app : so i add Kal Folder to project , the developer said if you want create basic calendar just add these code to your project : KalViewController *calendar = [[[KalViewController alloc] init] autorelease]; [self.navigationController pushViewC...

How to write "Hello World" Program for MediaTek SDK?

Hi Friends, I know these days number of mobile handsets are increasing and Vendors are trying to produce low cost handsets and some how I got to know that MediaTek SDK is the right one to write program for these kind of handsets. Is there any one who knows which IDE should I use to write programs for these kind of handsets? Is there...

Iphone - How to load Chinese text

Hi, I have a file with Chinese text that I want to use in my xcode project (I'm planning to load it through a database as it is lot of text), the problem is I dont know how to add the font to my project so that its viewable when used on an iPhone? Thanks :) ...

Debug IPhone App on 3.1.2 Phone

Hello, I recently finished my first IPhone app and want to test it on my device now. I registered (and paid) for an Developer Account and managed to install the required certificates. Unfortunately my device is on firmware 3.1.2 (which I don't want to upgrade). My SDK only shows 3.1.3 as possible Target. As a result it can't be install...

Safely move Microsoft SDKs folder

I have a folder on my hard drive, C:\Program Files\Microsoft SDKs, and I was wondering if it is safe to move it to an external drive. Does Visual Studio or any other tool depend on this particular folder? ...

.Net SDK problem, which way to go?

We're writing an SDK for a CAD program and have run into a slight disagreement regarding a specific type of function (not just disagreement between different people, also disagreement between my two brain-halves). Imagine there's a lot of classes for specific curve types (ellipse, circle, arc, line, bezier etc.). All of these classes ca...

SDK to encode media with FairPlay DRM?

My company runs a video website. We currently make our content available via streaming, and download to Windows PCs with WMRM DRM. We're looking to make content available to download for Macs but would need to protect them with the FairPlay DRM system. Is this something that we can do, or is FairPlay proprietary and only permitted to be...

Understanding PowerShell Hosting

I've done some work hosting PowerShell and have done a lot of reading but I am seeing strange behavior and it makes me wonder if I do not understand the host like I thought I did. I am creating a Runspace with RunspaceFactory: var runSpace = RunspaceFactory.CreateRunspace() I'm utilizing the same runspace throughout the execution o...

popToRootViewControllerAnimated and reloadData

Hello, I've written a tabbar application where on the first tab i have a tableview with a navigation controller. The tableviewController gets pushed every time i select a row. This is a remote directory on a Server e.g. /dir1 When from the second tab i select a differnt root directory e.g /dir2 then when i go to the first tab i want t...

IPhone - Show Wait Indicator

Hi. What I try to do: If a user is pressing a button, a new view controller is being loaded and pushed to the navigation Controller. The new view controller is doing some hard database querying in it's ViedDidLoad Method which causes some seconds to get the view loaded. I'm trying to show a wait indicator before the view is starting t...

Load data from csv file (iphone SDk)

Does anyone know how to load data from csv file? For the code example, CPTestAppScatterPlotController.m that I downloaded from core-plot Google website, a line graph can be plotted based on randomly generated initial data x, y. // Add some initial data SMutableArray *contentArray = [NSMutableArray arrayWithCapacity:100]; NSUInteger ...

JAVA SDK Modifying Table Column

I have the ReportBlock from the type VTable that I am modifying. I am able to get the horizonatal block axis to modify the cells but, I cannot seem to modify the column header (different object). I started to look into trying to get back a smalltable but, I am not confident in this approach. Any idea? ...

where can i download MGTwitterEngine for iphone sdk

hi , this is the MGTwitterEngine page code ! but how can i download it ? and has any sample code? http://svn.cocoasourcecode.com/MGTwitterEngine-1.0.8/ ...

IPhone SDK - Transition to NavigationController display problem

Hi, I am nearly finished with my first IPhone app and everything works fine - except of one very little display bug: My starscreen is an UIView (Fullscreen) without Navigationbar or Toolbar. If I tap on a start button, there is an UIViewAnimationTransitionFlipFromRight animation that flips to the main navigation controller: -(IBAction...

My Access KeyChain certificate [Xcode]

Hi , i create a provision and developer identity.certificate with apple provision assistant and i have huge problem , everything done , but when i add my certificate into KeyChain , the certificate add , but doesn't show on the Keys and my Certificate :( and xcode Organizer says a valid signing identity matching this profile coul...

reCaptcha on iPhone App using SDK

Has anyone used reCaptcha on their iPhone application? I am trying to figure out how to embed it in my App... ...