I am developing a SOAP client using C#. The web service requires HTTP Basic Authentication. Can I configure the username and password in app.config? Can u provide a sample?
I'm basically pushing a UIView from a UITableViewController and all it contains is a UIWebView. However when I remove the UIView to return back to the UITableView the app crashes.
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
// Navigation logic may go here. Create and push another view controller.…
I have a python app which is supposed to be very long-lived, but sometimes the process just disappears and I don't know why. Nothing gets logged when this happens, so I'm at a bit of a loss.
Is there some way in code I can hook in to an exit event, or some other way to get some of my code to run just before the process quits? I'd like to log…
When i running Android App i got fallowing error..
[2010-03-27 02:47:28 - HelloAndroid] Connection with adb was interrupted.
[2010-03-27 02:47:28 - HelloAndroid] 0 attempts have been made to reconnect.
[2010-03-27 02:47:28 - HelloAndroid] You may want to manually restart adb from the Devices view.
How can i fix this..
Thanks
Atul Yadav
While experimenting with iPhone app development, we have several AppIDs which should be deleted - except I can't find any way to delete them! What can I do with them?
If delete is not available, how about renaming, hiding or permanently disabling?
hi
i use sqlite database on my iphone app and
i need to update this database from the internet from my server
how i can download the new database and delete the old database
and recopy the new database to document directory
I am referring to the popup window that asks the user to submit a review/rating.
I know it can be done since the Aardark app does it...it asks several times in fact! (Almost too spammy.) But there has to be an API to trigger the rating request? Google is giving me no love on this one.
I'm trying to develop a simple Android app, fixed in landscape mode. I am using Eclipse 1.3, compiling for Android SDK version 7 (OS version 2.1). When I try to run it in the emulator, it crashes on boot. (It gets as far as the unlock slider, but shortly after that when trying to launch the application itself, I get "The application Failtest…
Can I create app.config or web.config file that applies only to my developer machine, as opposed to using the default configuration files that are checked into source control?
I'm looking for a server app to be routinely generating certificates for client applications using self-signed root. Is there any streamlined process in .NET to programmatically generate those certificates?
I can, of course, keep spawning makecert or openssl, but I was looking for more programmatic, in-memory method, when you just get…
Hi, we are developing a CRM app which holds customer meeting info. Users have requested that their Outlook calendars should reflect the activity they have booked in the CRM application and vice versa.
Is there any solution to achieve this? Preferably not using any plugins or installs on the end user's PC?
When I try to add my application, I get
Info.plist does not contain a
CFBundleResourceSpecification
and
Application failed codesign
verification. The signature was
invalid, or it was not signed with an
Apple submission certificate.
I don't understand! I'm so frustrated, I finished my two apps and now I can't submit…
Can anyone point me to any useful examples of an application framework being built using the newly released Enterprise Library 5?
I have previously used v4.1 and after downloading the source for v5 and building - I'm not understanding how to integrate it with a WPF app - i.e. there doesn't appear to be any UnityBootstrapper class.
…
HI all,
can anyone let me know,
wat does dis means
* Terminating app due to uncaught exception 'NSRangeException', reason: '* -[NSCFArray objectAtIndex:]: index (13) beyond bounds (13)'
so that i can solve my problem
regards
shishir
Hi,
I am trying to use openid/hybrid in app engine, but so far, no luck.
No success with openid4java (because it creates socket etc), and no luck with dyuproject either.
How do it deploy dyuproject into my java appengine?
I just could not understand the different structure of the code in…
The default camera app has a photo gallery which has glossy and transparent look, especially the toolbar. One can see the image partially behind the toolbar. How is this achieved? Is it just by altering the opaque property of UIView? Any pointers are much appreciated.
I want to take the control of the window
for exmple i want to force to external app to start minimized
I mean when i enter this command
myapp Firefox
Firefox starts but minimized
firefox is not important I mean i want to do it with any gui application
If yes
can any body show me the…
Hi Everyone.
I had this issue, with the beta2 and I thought the beta3 was going to solve it, but I'm starting to think that I'm doing something wrong.
I have a MPMoviePlayerViewController playing a video and when the video ends I'm trying to change the video for another like this:
…
Hello, my app appears to be breaking in main.m on a line with contents:
int retVal = UIApplicationMain(argc, argv, nil, nil);
What does that line do, and why could it cause a breakpoint to fail?
I have submitted the binary file of my application to apple on appstore.
But i dint configure the APP ID i mean i forgot to do that. Does it will affect my application for apple submission.
Should i do a developer reject and if i do that Can i upload the new binary ..
Please…
i have a global variable
UIColor *textColor;
I am update this variable by the code
textColor = [UIColor colorWithRed:fr green:fg blue:fb alpha:1.0];
then assigning this color to Label like this
myLabel.textColor = textColor;
It only work once, when i again call…
Hi,
I just installed the locate me app and started to understand the CLLocation stuff. I need to know how to increase the number of digits after the lat and long numbers displayed. Can any one help me.
currently it shows 17.5968,82.8486. I need more number of digits after…
I'm creating a mobile website that will include a page from which people can download relevant apps that we recommend. I've found good instructions for creating the links to launch the Market but this assumes that you are the developer of the app in question and know the…