sdk

iphone - programatically call navigation controller back button

hi guys in my navigation control based iphone app, in a method I would like the programmatic equivalent of the back button being pressed and going back a view. i.e. automatically press the Jobs button as seen here: Is there a generic iphone call i can make, or is more information required? Regards ...

ByPassing Google App Engine SDK to allow black listed classes

Is there a way to circumbent google app engine sdk to allow the usage of classes that are not present in the GAE JRE white list? I know the app that I would be building will not run in appspot, but at least in my development server, I need to access a postgresql database(java.net.socket.*) and generate some files(java.io.FileWriter) in m...

How safe is to build an app for Android 1.5 devices while targeting Android 1.6 SDK?

I'm building an application, and need to support both 1.5 (Magic and Hero) and 1.6 (Tattoo) devices. As Android SDK is forward compatible, it seemed logical to build against Android 1.5 SDK, and expect application to work on Tattoo. While that's true, (I tested app, it works ok), I'm now having problems on Android Market. On Tattoo, Mar...

iPhone sdk tab bar auto rotate on orientation change

Hi, I have a an application that has a tabbar controller and some navigation controllers inside the tab bar controller. I customized the tab bar by extending it and implementing the shouldAutoRotateOnOrientation Change method and returning YES for specific view controllers that I wish to show allow auto rotation. This works fine until I...

Trying to get CLLocationCoordinate2D Latitude and Longitude

Hello im trying to get the latitude and longitude values where the the location of the user is without having the map show up so basically it will run on the background. I guess i have to use the map kit but are there any examples? ...

change webView Font size with Setting Bundle ! [iPhone SDK]

hi .. i want change my UIWebView with Setting bundle . what is the property for webview font ? i know my codes is wrong ! if([defaults boolForKey:@"large_font"]) { myWeb.font = [ UIFont fontWithName:myGhazal size:32.0f]; } else { myWeb.font = [ UIFont fontWithName:myGhazal size:18.0f]; } ...

Disable iPhone vibrate with Setting Bundle [iPhone SDK]

hi .. i build an app, now i want disable my shaking with setting bundle when iphone is shaking and vibrating AudioServicesPlaySystemSound(kSystemSoundID_Vibrate); Setting Bundle : Title: Vibrate //// Key : dis_vib//// Type : PSToggleSwitchSpecifier ...

Domain model of Team Foundation Server

Did anybody see a domain model (information model) of Microsoft TFS (team foundation server)? Where it can be found? I need to understand ability to integrate it with other product. ...

Remove subview UIImageview from UIScrollView

Hello i have a uiscrollview and i have one object of uiimageview inside the uiscrollview. I start the app. then i scroll to the right at the scrollview and the scrollview changes but i can not see the next uiimageview object that i add at - (void)scrollViewDidEndDecelerating:(UIScrollView *)scrollView . before i add the next object i rem...

Open UIPickerView by clicking on an entry in the app's preferences - How to?

Hey, I am wondering how and whether the UIPickerView can be opened due to the user's pushing of an entry in the app's preference pane. Thank you ! I am speaking about iPhone Development. ...

How to use an image taken in the 1stViewController in the 2ndViewController?

The user can choose whether he wants to use an existing image or take a new one for use as the background. Everything works as far as the FirstViewController is concerned. Sadly the image is no longer set as the background when the SecondViewController is displayed. How do I enable the use of the image as background for the SecondView...

Help for create search bar for my table view [ iPhone SDK ]

hi iam new to iphone sdk and i want create a search bar for my table view ... for creating my cells i use .plist . can you help me step by step how can i mange it . here is my sample code : [for everyone wants help me quickly]: http://rapidshare.com/files/340551323/Ghazal_3.zip.html ...

is there a pre-compiled OAuth frameworks for objective c that i can download?

i cant compile it for some reason... ...

iPhone SDK - WebView activity indicator

Hey guys, I have a big problem with the UIWebView in iPhone SDK. I have a TabBarApplication with one WebView on each Tab (except the first). Because it takes quiet a while to load the views I'd like to show an activity indicator. Here is the code I'm using in order to do that: -(void)webViewDidStartLoad:(UIWebView *) portal { [UIApp...

iPhone SDK CCCrypt 3DES and ECB mode always returns PARAM ERROR

Hi, I've seen quite a lot of posts about CCCrypt and 3DES on the iPhone at various places around the Net, but there does not seem to be a working example of using it with ECB mode, always with PKCS7Padding. Does anyone have any working code to encrypt and decrypt a passed string using 3DES and ECB mode using the CCCrypt function? Curre...

UISearchBar clear background color or set background image [iphone sdk]

hi how can set image or clear background of search bar ? like note application ? ...

Where can I find beginner iPhone tutorials?

Hi, I am looking for beginner iPhone SDK tutorials, but something a little bit more complex than "Hello iPhone!". So far I only found a free one at: http://dynamic-leap.com/beginner-iphone-tutorial-polygon/ Any other suggestions? ...

Update text from UITextView to Plist

I have a TestData.plist stored in the resource folder and when the content is displayed in the textview i want it to be editable in a sense that user can edit and save the text on textview to the same TestData.plist file. what is the best way to do it?I am a total noob in iphone dev. Need help please.. ...

Problem with building applications for 10.4

When I try to build my app for 10.4, ppc, I get the following error: GCC 4.2 is not compatible with the Mac OS X 10.4 SDK (file MBM.m) What does this mean, and how can I stop it and build for 10.4? MBM.m: http://localhostr.com/files/bb385f/MBM.m Sorry for the brief explanation, but I have to go. Please help, HiGuy S ...

unable to mount AVD during installation

I'm doing a fresh installation of Eclipse/Android SDK. Reaching AVD installation trying to do android create avd --target 2 --name my_avd mounting is rejected geting following err msg: Error: Target is not valid. Use 'android.bat list target ids. using the .bat doesn't give you any answer Any help will be very much appreciated tk...