Skip to Content
0
Oct 24, 2006 at 08:14 AM

Window position problem

40 Views

Hi everyone,

I am having problems with window position.

If my portal is set to english language, there are no problem.

If my portal is set to hebrew language, I have troubles with position of windows. Some windows are moved to left, some are moved to right...and some are moved out of the screen.

Code:

IWDWindowInfo windowInfo = (IWDWindowInfo)wdComponentAPI.getComponentInfo().findInWindows("MyWindow");
IWDWindow window = wdComponentAPI.getWindowManager().createWindow( windowInfo, true);
window.setWindowPosition(WDWindowPos.CENTER);	
window.open();	  

Can someone help ?

Thanks in advance.