Klaus,
I'm drawing my own markers on the overlaying panel so that I don't need to redraw the whole mapview when I want to move my markers. And when I move my map (using a sweep touch) i want to move my markers accordingly. (EDIT : By moving the markers I mean updating their position programatically , not using the mouse)
I allready tried to add listeners for mouse events using javscript. The problem is that , although i can catch the events in b4a ,it seems that the coordinates returned by mousedown , mousemove and mouseup are all the same when I do one "touch sweep". (when map dragging is enabled)
When I disable "map dragging" the coordinates are ok but i can't drag the map
so that's why I want to catch the touch event with my panel