Custom Controller and Method firing issue...

I have an interesting situation.

There are certain portions of my solution which will only work if I log in, in either Client or Developer. If any other user logs in, it will not work properly.

When I say not work properly I mean the following:

  1. a controller will appear on forms where the form controller is set to none.

  2. Global methods that simply perform a controller.show() of a different form will not work for any other user. They just wont fire. Even when I execute them in the debugger.

  3. Other global controller.show() methods will show the called form and then, in a flash, return to the calling form.

  4. Logged in as “other users” the screen redraw doesn’t seem to work for lables. They are either cut off or cut off and moved to a new position.

Have you seen this behavior before?

The troubling thing is, Im not getting any errors in either the log file or the java console in client.

This happens in windows and mac, Client or Developer, version 2.2.3_05.

Ive made two movies. One to show everything working, the other to show how it doesnt this is the case for any other user.

http://homepage.mac.com/providence/whenitworks.avi

http://homepage.mac.com/providence/when … otwork.avi

Kind regards,