B4J Question MacOS B4XTable popup not working

madru

Active Member
Licensed User
Longtime User
morning,

adding a popup to a B4XTable has beed discussed several times, this works as expected in Win & Linux but not in MacOS

in MacOS:
B4X:
    Dim x As Double = robot.RunMethod("getMouseX",Null)' x is alway zero
    Dim y As Double = robot.RunMethod("getMouseY",Null)' y is alway zero

I found several threads in the internet regarding this issues - but also some statements that it has been fixed in FX>8

Erels original B4XTable example plus popup attached, can somebody confirm using a Mac?

THX
 

Attachments

  • B4XTableExample.zip
    55.1 KB · Views: 127
Top