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
...
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...
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...
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...
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?
...
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];
}
...
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
...
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.
...
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...
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.
...
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...
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
...
i cant compile it for some reason...
...
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...
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...
hi how can set image or clear background of search bar ? like note application ?
...
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?
...
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..
...
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
...
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...