Hey guys,
can I get the background image from the Maps app (when the map is curled up and the segmented control for map modes is visible) from somewhere?
I had created entity in google app engie datastore using JPA.I set the id as follows
@Id
@GeneratedValue(strategy=GenerationType.SEQUENCE)
private Long s;
After i deployed my applicaiton it give identity (i.e) unique value.but igive 1001,1002,1003 ....as id.But i wnat 1,2,3,4,5 like that.how to achive this?
Thanks in advance
I don't want to take the time to learn Obj-C. I've spent 7+ years doing web application programming. Shouldn't there be a way to use the WebView and just write the whole app in javascript, pulling the files right from the resources of the project?
Hi
I am facing a problem while executing my app. all the tab buttons are not clearly visible means that they are shifted below with there current position. so give me some code to adjust
the position of tab bar buttons
Thanks
Ritesh
i am a fairly new iOS programmer, and I've lately been having trouble with my multi view app. Im using a paged based application with two view. I just don't seem to be able to make an IBAction that allows me to switch between each view. i tried using:
[self presentModalViewController: SecondViewController animated: YES];
but i keep getting an error that says:
"use of undeclared identifier 'SecondViewController'
Hi,
When I use this to write to my app.config file:
Configuration config =ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None);
config.AppSettings.Settings["Wachtwoord"].Value = "Test";
config.Save();
ConfigurationManager.RefreshSection("appSettings");
I can read it again. But when i close and restart the program, the value of "Wachtwoord" has changed again to the old value.
Does anybody how I could fix this?
Thanks
I want both mobile phones and regular PCs to be able to use my app by navigating to the same URL, but I want them to get different versions of the code. How do I tell Django to give different versions of the code to different clients?
Hi I am trying to write some iPhone app with a theme switcher, where users can select a theme to change the background color, alpha, images, and some push buttons' look and feel as well (size, image, or even locations).
What would be the best way to apply the theme?
Thanks,
Tim
Hi.
After migrating my app to .NET 4 it's not starting. When i'm trying to load it in browser it endlessly loading it and nothing else happening. There is no errors or timeouts, just loading.
Please help. What should i do? What reasons there might be? I'm using IIS6 btw.
I'm planning to have a desktop app interact with some .ASP or .ASPX pages on a server.
I've only done a little bit with .asp pages and I'm thinking I'd just Post or Get a URL with some variables:
MySite.com/Functions.asp?FunctionName=?Paramater1=somevalue?Parameter2=...
I'm wondering if there is any better way to go about this?
Am I missing something? Is there perhaps a better way to go about this?
Hello,
Is it possible to access voice recognition in an iphone app,similar to voice dialing available in iphone 3gs...when the user says something that related information needs to be fetched... Is there any particular api for the same? I have seen apps on itunes..but how to go about it?
Thanks in advance.
hi all...
i want to post a string to the facebook wall from my iphone app like.. sharing the status in facebook.
presently i am doing like..when i press a button after logging in, i am getting a webview with the string i want to post and with buttons 'post' and 'cancel'.
but i want like.. when i click the first button only(after logging in, with out the facebook webview) the string should be posted to the wall.
Hello All,
I want to go Root view Controller from another view controller but i got the terminating error. following is the error message in console,
Terminating app due to uncaught exception 'NSRangeException', reason: '* -[NSCFArray removeObjectsInRange:]: index (4) beyond bounds (1)'
This is my code for that
NSArray *arr=self.navigationController.viewControllers;
//ListOfInjuriesViewController *list=[[ListOfInjuriesViewController alloc]init];
[self.navigationController popToViewController:[arr objectAtIndex:2] animated:YES];
So any one can give me the suggestion on it so can remove the crash
Hi - how do I push server alerts to tray apps in java without using xmpp or other heavy protocols?
Do you recommend a way to accomplish this?
I was planning to write an app which uses URLConnection on a server equipped with Comet but I doubt if that would work as the client requires a JS to be invoked and URLConnection is not a browser..
What is the best way to push instead of using a proprietary client-server approach?
Hi
New to Instruments and get the following (see pic) messages when I run my iPhone App on the phone.
Being new with Instruments I don't know if this is caused by me (it's not from my library so no code to alter) or what I can do do get it go away.
Thanks
I am looking for a system to parallelise my tests in a Ruby on Rails app (using rspec, cucumber) that works using JRuby.
The systems I can find (hydra, parallel-test) look like they use forking, which is problematic in a JRuby environment.
Hi,
I'm looking at jumping on the band-wagon and knock out a couple iPhone and Android apps.
I'm not a complete beginner as I have programmed in quite a few languages, with my current focus on PHP and Drupal development, but I have not developed for either the iPhone or Android before.
I have downloaded the respective SDKs, but I was hoping to find some good quality tutorials that with step-by-step guides getting your development environment up and building your first app.
hey guys:
it's simple i had this linux pc which i connect remote and i have this application that i run there and i want to debug it, but i just don't know how.
It's the simpler c++ app on the world, load some libraries, do some calculus, print some output and return,
It's just that, i just haven't any clue.
So any help would be appreciated. Thxs anyway
I am close to finishing my first application (a UITableView style one) on the iphone but have realised it will look much better, and stand a far better chance of getting through the approval process, if it is presented as a navigation-based app rather than a view-based one - in hindsight my initial choice is not really suitable...
Is it possible for me to somehow change easily the application into a new type, or would i be better starting again from scratch with all the hassle that would entail...
thanks for any advice on how it may be done,
karl
Can someone help me resolving the following issue:
When trying to connect from iPad app to SAP ECC system through ODATA channel services via SUP, it is allowing me to login for the first time and could retrieve the data successfully from SAP system. But when I logout and try logging in again with the same session, application gets crashed. Below is the crash report for your reference.
I am using SDM Parser to connect the SAP system.
SDMODataServiceDocumentParser *sdmDocParser = [[SDMODataServiceDocumentParser alloc] init];
[sdmDocParser parse:aServiceDocument];
m_serviceDocument = sdmDocParser.serviceDocument;
//Load the object with metadata xml:
SDMODataMetaDocumentParser *sdmMetadataParser = [[SDMODataMetaDocumentParser alloc] initWithServiceDocument:m_serviceDocument];
[sdmMetadataParser parse:aMetadata];
After initiated the service, setting the URL.
[service setServiceDocumentUrl:m_serviceDocumentURL];
Using SDMconnectivityhelper to connect the URL
id<SDMRequesting> serviceDocumentRequest2 = [connectivityHelper executeBasicSyncRequestWithQuery3:[[ODataQuery alloc]initWithURL:[NSURL URLWithString:encodedStrUrl]]] ;
- (id <SDMRequesting>)executeBasicSyncRequestWithQuery3:(ODataQuery *)aQuery
{
id<SDMRequesting> request = [self createRequestWithQuery:aQuery];
[request setTimeOutSeconds:TIMEOUT_SEC];
[request setRequestMethod:@"GET"];
[request addRequestHeader:@"Content-Type" value:@"application/xml"];
[request startSynchronous];**[App getting CRASH in this line]**
return request;
}
- (id <SDMRequesting>)createRequestWithQuery:(ODataQuery *)aQuery
{
if (isSUPMode)
{
[SDMRequestBuilder setRequestType:SUPRequestType];
}
else
{
[SDMRequestBuilder setRequestType:HTTPRequestType];
}
id <SDMRequesting> request = [SDMRequestBuilder requestWithURL:aQuery.URL];
request.username = self.username;
request.password = self.password;
return request;
}
Crash Report:-
Incident Identifier: 347511BA-5F7F-45D4-8662-D5DCD2F88EA7
CrashReporter Key: 9a4d38cf19b1a94476eb6b2170d4f56678d6ca60
Hardware Model: iPad3,4
Path: /var/mobile/Applications/F38AD64F-03F8-4A21-
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x00000000
Triggered by Thread: 0
Thread 0 Crashed:
0 libsystem_platform.dylib 0x393a94c0 _platform_memmove$VARIANT $Swift + 160
1 Eby Sales Order 0x0015a2c8 0xb7000 + 668360
2 Eby Sales Order 0x0015a8b8 0xb7000 + 669880
3 Eby Sales Order 0x003331ee 0xb7000 + 2605550
4 Eby Sales Order 0x0031856e 0xb7000 + 2495854
5 Eby Sales Order 0x00338454 0xb7000 + 2626644
6 Eby Sales Order 0x000e6ad8 0xb7000 + 195288
7 Eby Sales Order 0x000e99a0 0xb7000 + 207264
8 Eby Sales Order 0x000ea442 0xb7000 + 209986
9 Eby Sales Order 0x000eb0d6 0xb7000 + 213206
10 Eby Sales Order 0x000c13d0 0xb7000 + 41936
11 Foundation 0x2ec93112 __NSFireDelayedPerform + 410
12 CoreFoundation 0x2e27ef4c __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 12
13 CoreFoundation 0x2e27eb66 __CFRunLoopDoTimer + 790
14 CoreFoundation 0x2e27ceee __CFRunLoopRun + 1214
15 CoreFoundation 0x2e1e7764 CFRunLoopRunSpecific + 520
16 CoreFoundation 0x2e1e7546 CFRunLoopRunInMode + 102
17 GraphicsServices 0x331216ce GSEventRunModal + 134
18 UIKit 0x30b4688c UIApplicationMain + 1132
19 Eby Sales Order 0x000bd8da 0xb7000 + 26842
20 Eby Sales Order 0x000bd89c 0xb7000 + 26780
I'm trying to get a Twitter iPhone app working using Matt Gemmell's MGTwitterEngine. I can post tweets OK, but I can't work out how to attach location data to those tweets... anyone have any idea?
I have this application developed for Blackberry 4.5.
I´m using Eclipse, and I want to test my application for blackberry 4.6.
What´s the easy way to generate the alx and cod file to install my app for this version?