app

Assign IBOutlet from appDelegate variable in an Array in a view Controller.

Hello Everyone, I have what seams simple, but I just cannot get it to work. I have a variable coming into a ViewController(presented by a modal view) and in the viewController I access the appDelelgate to get at a variable in the passed NSArray. I can verify that the variable is availible with my NSLog just before I make a mess of assig...

Determine the app IDs of applications on iPhone

Does anyone know how to programmatically determine the application IDs of the apps on an iPhone? I.E. to determine what applications have been installed on an iPhone? ...

iphone app run on background?

hi experts, is it any possibilities iphone app run on background, because my task is to retrieve wifi info and send it to the server about ssid & rssi, how this can be done, thanks ...

IPhone Web App reurn to app after call

Hi I have created a web app that produces a list of items to buy, It also gives a link to call the shop using a Tel: link to its phone number. I want to stay on the app page during the call so the user can read the page out to the shop Is that possible? ...

Creating an Python/py2app application that simply opens a terminal on launch?

I've written a nice Python application that is basically an HTTP proxy for SMS modems, and I'd like to make it a double-clickable application on Macs. So far I've been including a .commmand file which is double-clickable, which basically consists of cd `dirname $0` (sleep 8;open http://127.0.0.1:8080/)& mac/slingshotsms.app/Contents...

iphone app UIAlert

I have an app that has a "store locater" in it. If there is no store within the range being searched there is a UIAlert that shows saying there is no store in that range. It works in simulator mode, but not on my iphone...any ideas? Here is the code: if([cities count] == 0) { UIAlertView *alert = [[UIAlertView alloc] initWithT...

What controls the list of supported languages of an iPhone app in iTunes?

What controls the languages shown as supported in an iPhone app's iTunes page (in the right side, below "Description", under "Languages")? From the iTunes Connect Developer's Guide it appears it's not something you choose during submission. I assume it's something in the bundle. ...

UIImageView slows down app (in a news application)

I have a news application that gets the content from a xml stream- to every news entry belongs a picture.. which one i display in a table cell.. it loads all the content, but it looks like the image in the cells slows the whole scrolling down .. any advice?? thanks in advance swisschris ...

Contacts App crashes when switching between Dialer to Call log

I've altered the contact app so that in Dialer the soft keypad always stays and it hides when other tab activity resumes, We've given different look for the contacts app, but when using the same, a crash occurs when we rapidly change from dialer to call log. And the App crashes without the standard crash dialog. I have copied the log an...

In app Purchase "Invalid Product Identifier" problem

hi everyone i am getting invalid identifier problem while requesting for product information i have done the following thing i have added my application to the itunes connect and the bundle identifier matches with that of the one in programme portal i have enabled in app purchase in programme portal for the app id and created provisi...

how can i add a swing application as a whole in a java applet?

i have made a urdu editor using swing in java and now wana add it in an applet to make a gadget that will be be available online, i am also reading the information of fonts from windows font folder is it possible to make an applet of it? ...

How to set focus on fb:swf tags in Facebook app?

My code is as follows: <input id="input" type="text" onfocus="Focus('Input')" /> <input id="text" type="text" /> <fb:swf id="game" onfocus="Focus('Game')" swfsrc="http://ventoline.com/frozenbubble/preloaderbustamove.swf" width="640" height="480" /> <script type="text/javascript"> function Focus(msg){ new Dialog...

how to create app which can view larger than iphone screen

hi, i create a new InputData.xib which has few text box which actually larger than iphone screen, but when i exe the app, text box which in beyond the iphone screen is hidden and i unable to scroll the screen, how this can resolve, thanks ...

Queuing Emails on App Engine

I need to send out emails at a rate exceeding App Engine's free email quota (8 emails/minute). I'm planning to use a TaskQueue to queue the emails, but I wondered: is there already a library or Python module I could use to automate this? It seems like the kind of problem someone might have run into before. ...

Changing an iPhone app id?

I would like to change the app id of an iPhone app that i am selling. Is it possible to do so, update it, maybe add in-app purchases and have no problems? Thanks guys, please tell me anything bad that could happen... ...

When installing an App to the iPhone, is there a way to install files to the App's Documents folder?

When installing an App to the iPhone, is there a way to install files to the App's Documents folder? To say it another way: When the user downloads an App and installs it on their iPhone, I want to automatically install some files to the App's Documents directory. For example: I have a file foo.txt that I create at development time fo...

Keeping XML files in iPhone apps safe from jailbreak?

As you may know, jailbreaking allows you to access the directories of apps that iPhone developers make. For example, there are many websites that show people with jailbreaks the file path of some of the XML files in fieldrunners app. After changing these you can change nearly anything and make each paid weapon free. I was thinking ab...

How can I add an icon to the title bar of a BlackBerry app?

I'm writing a BlackBerry app in Java using the BlackBerry Java API (OS 4.7 and above). I would like to add an icon to the title row of my app. The API documentation says that the method "setTitle" of the "MainScreen" class takes a "Field", so I thought I could just create a "HorizontalFieldManager" that contains an icon (BitmapField) and...

Is there any application that shows live changes while you design your Website? (not WYSIWYG)

I think an application like that would make web design faster, providing faster visual feedback. But I don't see many applications like this. Are there big drawbacks for this kind of programs? So basically I would like to know if there is an application that provides live changes like Firebug and coding tools like Notepad++. ...

KeyUp jQuery in Facebook iFrame app

I'm making a facebook game and the users asked me to make the game start by pressing spacebar, because clicking on a button wastes their time. I tried to make it by this code: jQuery("body").focus().bind('keyup', function (e) { if ( e.keyCode == 32 ){ startgame(); }}); But this code doesn't work in the app (http://apps.facebook.com...