Android Question Where is my Event

jcredk

Member
Licensed User
Longtime User
Hi all,

I have a simple widget with a background image, when clicking on the background image, the triggered event is starting an activity.

It was working fine, but I changed my package name as it was not properly spelled ... and for some reason my event is not triggered anymore:
- On my device I ear a bip when clicking on the widget, but first line of my event that is a log is not called ...!
- I checked: spelling of event name in code and on the image in the designer is the same ...!?
- I tried to put the log unfiltered but too much information ... kills information: I was not able to understand what's going wrong...

==> is there a simple way to know what event the imageView tries to call ?

Any idea on where to search please ?

Thanks
 

DonManfred

Expert
Licensed User
Longtime User
Have you tried to delete the witget (and make sure the app is killed by android) and put it back on desktop again?
 
Upvote 0

jcredk

Member
Licensed User
Longtime User
Definitly yes ... I also restarted B4A in case of ...!
Also everything that is supposed to be done in the widget in a service is correctly done ...!
 
Upvote 0

tunderin

Member
Licensed User
Longtime User
Can you post your code
 
Upvote 0

jcredk

Member
Licensed User
Longtime User
That s unbelivable. After restarting everything, redeploying many times now it is OK!
I did not change any line of code ...?!
Tanks anyway for your support ...
 
Upvote 0
Top