N nico78 Active Member Licensed User Longtime User Sep 21, 2011 #1 Hello, I create widget but i have no event on imageview, see attached file for the test. Attachments testwidget.zip 10.9 KB · Views: 195 Last edited: Sep 22, 2011
Erel B4X founder Staff member Licensed User Longtime User Sep 22, 2011 #2 You are missing this line (Service_Start): B4X: If rv.HandleWidgetEvents(StartingIntent) Then Return Android home screen widgets tutorial - part I Upvote 0
You are missing this line (Service_Start): B4X: If rv.HandleWidgetEvents(StartingIntent) Then Return Android home screen widgets tutorial - part I
N nico78 Active Member Licensed User Longtime User Sep 22, 2011 #3 i uploader the file! Always don't work ? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Sep 23, 2011 #4 You must include this sub: B4X: Sub rv_RequestUpdate rv.UpdateWidget End Sub Otherwise the widget isn't configured. Upvote 0
You must include this sub: B4X: Sub rv_RequestUpdate rv.UpdateWidget End Sub Otherwise the widget isn't configured.
N nico78 Active Member Licensed User Longtime User Sep 23, 2011 #5 OK,I understands better how all this work. Thanks Upvote 0