Re: [android-developers] Getting exception when clicking button to connect to soap and return dataset

2015-03-19 Thread Daniel Chacon
Well actually after comparing and looking at both projects, i found the issue.. which i dont understand, the line above the error line was looking for R.id.button2, But after searching and looking around that doesnt exist, so why would it allow me to use that as the id if it doesnt actually exist?

Re: [android-developers] Getting exception when clicking button to connect to soap and return dataset

2015-03-19 Thread Steve Gabrilowitz
Have you checked to make sure that the get_view_buttonView is not null? On Mar 19, 2015 3:35 PM, "Daniel Chacon" wrote: > this is the line its complaining about.. > > get_view_buttonView.setOnClickListener(get_view_buttonView_Listener); > > And here is everything within that. But like i said, thi

Re: [android-developers] Getting exception when clicking button to connect to soap and return dataset

2015-03-19 Thread Daniel Chacon
this is the line its complaining about.. get_view_buttonView.setOnClickListener(get_view_buttonView_Listener); And here is everything within that. But like i said, this is literally a copy of working app. Since it builds and runs, not sure how to debug / trouble shoot deeper.. private void f

Re: [android-developers] Getting exception when clicking button to connect to soap and return dataset

2015-03-19 Thread Kostya Vasilyev
The relevant stanza from your logcat is: 03-18 16:34:05.627: E/AndroidRuntime(9005): at com.InventoryList.inventory.ViewInventoryActivity.find_and_modify_text_view( *ViewInventoryActivity.java:58*) Now you just need to debug and fix this part of your code. -- K 2015-03-19 22:06 GMT+03:00 Dani

Re: [android-developers] Getting exception when clicking button to connect to soap and return dataset

2015-03-19 Thread Daniel Chacon
Anyone see anything that would cause the error? Im trying to atleast get past this issue today, i can run my other project which is identical other than the SOAP_ACTION, METHOD_NAME and URL. I basically wanted to start this project from a working point and it doesnt work.. On Wed, Mar 18, 2015 at

[android-developers] Restart InputMethodService

2015-03-19 Thread trans
I have a InputMethodService subclass, and I have implemented custom themes for it, calling `setTheme()` before `super.onCreate()` in the `onCreate()` method (as instructed). But when the user selects a new theme via a PreferenceActivity, I can't just call `setTheme()` again because I get an err