Is there a way to detect if an application is running in Kiosk mode? I have run into a problem where if you are running in kiosk mode and you get the coordinate information for an object on the page and then try to use those coordinates to open a popup menu, the popup menu is then placed on the page and not over the object where you clicked. This is of course when dealing with a project that does not fit the size of the screen.
I figure if I have to I can set a variable that states if the app is running in Kiosk mode and if it is, I can then adjust the coordinates accordingly for the popup to appear where i want it to appear, or even use Worms Mouse.dll to base the coordinates on the mouse position instead of the screen button coordinates.
Tigg

