Following is my problem: I have a custom UserControl in my Windows Forms Project. I can design it in the designer just fine. But as soon as i want to edit the form which contains the control Visual St
so I have a tab bar application where i have put a button to go to an other view. so in the FirstView.h 开发者_如何学编程i have that
I\'m new to android and this is my first application, it seems fine to me but ev开发者_如何学编程ery time I pressed the calculate button it seems to stop unexpectedly and force close.
ok so i\'ve nearly got this. But it seems there is some logic error that i can\'t get around. Note that i cannot use try/catch. No need to ask why
i am using TabBarController , it is working fine in my ipod. but my application is crashing it 3.0 . any help please?
My app crashes when I use use a menu button to switch to a new page and call a new Activity. I have programmed the same menu button/Activity in a few apps and never had a problem.
btnNadoplata.setOnClickListener(new View.OnClickListener() { public void onClick(View v) { long inputValue1 = Long.parseLong(text1.getText().toString());
My application crashes as soon as I call [[ASIHTTPRequest alloc] initWithURL:url]; on my iPod Touch 1G. It has no issue on iOS 4.x.
I have no idea what fails in this code because I have trouble reading the crash logs. We are not talking about a app-crash but a phone crash probably caused by either a deadlocked thread or a lock-up
My activity should download a file and afterwards open it by sending Intent.ACTION_VIEW. The download itself works fine, I can acce开发者_运维知识库ss it afterwards in the Downloads section.