sdk

Delete button on a UITableview Cell blocks custom cell images.

I have subclassed a tableview cell and added a couple of labels and images to the custom cell. [self.contentView addSubview:lblDesc]; [self.contentView addSubview:imagesToDisplay]; When i edit the tableView and press the "-" sign the delete button appears on top of the image and other contents. Some other apps squeeze the...

iPhone SDK Point to a specific location

Hi, I'm trying to develop an application that use the GPS and Compass of the iPhone in order to point some sort of pointer to a specific location (like the compass always point to the North). The location is fixed and I always need the pointer to point to that specific location no matter where the user is located. I have the Lat/Long coo...

Can in-app purchases be "gifted"? iphone / ipad sdk

Does anyone know if in-app purchase can be gifted? ...

Is there a way to programatically retrieve files from TFS using Java?

Basically I would like a TFS SDK that I can uses to retrieve files from source control. Does something like this exist for Java? My searching only returned results from 2007 about rumors that Teamprise was working on a SDK. ...

Simple ruby interpreter problem : `require': no such file to load -- (LoadError)

I get this when I run a main.rb file from OSX command line `require': no such file to load -- EngineAPIWrapper (LoadError) I have tried putting all the files that it references within the same folder instead of sym links but I still get the problem if I require 'rubygems' at the top of the main.rb file I get this error instead: link...

How to trigger a WiFi connection on iPhone SDK 4.1

Sometimes the iOS device will not connect to the available WiFi automatically, but it will if Safari is launched and try to browse to any site (or go to Settings->Wi-Fi and select the desired network). This is probably for battery savings reasons. How to trigger this from your app? ...

IPhone SDK : Basic simple Question how to open a Webview when touch a button in Alert view ?

Hi all ,I import WebView.h to my project,and it only has a simple IBOutlet UIWebView *myWebView ; How to Open a WebView when I press the button in the alert view ? here is how I define alert view button response - (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex{ if ([alertView tag]==0) { ...

UIPickerView DataSource and ObjectAtIndex

I have a UIPickerview with three components and three lengthy arrays to populate them. However, I want to selectively populate each component depending on the values selected in previous components e.g. - if component 1 has a value of 4, then component 2 will get populated with the elements 20-40 of its array. And if component 2 has a ...

How to manipulate EPS files in Java?

Hi, I am looking for an EPS library in Java. Our application generate images in different format on the server and we plan to add EPS support. I'd like the EPS library to be able to superimpose 2 images; foreground and background. I did a quick search and the libraries I found do not seem ready for prime time. Any recommendations? Thank...

iPhone Simulator chrashes in NSKeyedUnarchiver. Not running in simulator 3.0

First at all sorry for my bad english, My app works fine in Simulator 3.1 and 3.2, but when run in 3.0 always throw this exception: Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '[NSKeyedUnarchiver initForReadingWithData:]: incomprehensible archive (0x4e, .... I found this related question: http://sta...

Cancel Uploaded binary sent to Apple and load another one before "In review" state!

Cancel Uploaded binary sent to Apple(Itunes Connect) and load another one before "In review" state! Is it possibile? ...

Need Help: Android SDK Simple Test Program

I'm trying to play around with the Android SDK and I'd like to try and run a random interactive java program on the Android. However, I'm still not sure about how to convert java's System.out.println and TextIO.getlnInt(); to Android equivalents. Here is the program I'd like to convert/run: http://math.hws.edu/javanotes/c2/s4.html The ...

Parse HTML that is stored inside of an XML file

I have an xml file that contains lots of data. Inside one of the tags I have some simple html. <Xml> <post> <author>Billybob</author> <postContent> <![CDATA[ <!--cached-Sat, 16 Oct 2010 17:20:25 +0000--> <br /> <a href= 'http://google.com/ ' cla...

GameKit Framework not working on iPad

Hi have some problem with compiling GameKit framework on iPad , when xcode compiles my code , it takes me some error !!! i don't know what is it ? ...

UIToolbar is cutted on the bottom

Hy, my UIToolbar which I added via the InterfaceBuilder gets been cut if i push to the view, but in the subview's I added via the IB a Toolbar on the bottom side but it cut's it still halfway. Under the icon there is normally a text.. ...

android question

I am trying to run Apidemos sample on my PC. for that fst i hav launched AVD nd then run tht Apidemos app.. but it is giving me following errors... [2010-10-16 10:33:43 - ApiDemos] Performing com.example.android.apis.ApiDemos activity launch [2010-10-16 10:33:44 - ApiDemos] Automatic Target Mode: using existing emulator 'emulator-5554' ...

iphoneSDK and NSXMLParser problem

So have an XML file it parses perfectly fine up until I get a to an element that has weird tag inside of it. The xml file looks a little like this. <xml> <badtag><![CDATA[ This is the text that i want ]]> </badtag> </xml> For some reason when it comes in contact with "that*" tag the app goes hay wire. The next view loads however i...

iPhone SDK : How to save a image as a file and POST it back to PHP server ???

Hi all, I'm look for a solution to upload an image file to PHP server I find some tutorial to get a photo from this video and you can get source code here How can I use an IBAction to send the photo to a URL server for example I give it a URL:http://someaddress/photo_upd.php or more specific, HOW TO CONVERT IMAGE I GET FROM CAMER...

iPhone EKEvent Availability, i try to set it, but it wont change.

Im trying to set the availability of an event i import into the iphone calendar with my app. Im using this code: [event1 setAvailability:EKEventAvailabilityFree]; When i sync my iphone to my iCal i check the availability of the event, and it says "Busy". Xcode do ask for an integer, but there is none for the free option. I get no erro...

Creating a query that filters by activities' [email|phonecall|letter] recipient using CRM 4.0 SDK

I am trying to retrieve a list of all activities to a contact (not just regarding) using the CRM SDK. When ever I try to filter on 'to' (type of partylist) I get an error. {"Instance validation error: '49' is not a valid value for Microsoft.Crm.Sdk.Query.ConditionOperator."} So I guess the question is... How do I filter on a partylist...