Hi,
I would like to ask you for a help with rad Window. It should be opened with height and width specified in window manager declaration, but once I open radWindow from JavaScript, it shows up in fullscreen mode. When I close this "fullscreen" window and reopen it, radWindow is loaded in the left top corner of the browser and there is no way to move it anywhere. I also tried to set up width and height on the radWindow but it didn t work too.
The other problem (it seems that these problems are connected) is that opened radWindow is loaded twice. First load fills the values of components placed in the form, places the form in the center of the screen for a little while and set up window title. The second load places the form in top left corner of the browser and changes title of the form to text "Info".
This is the way how I open the form:
This is part of declaration of radwindow and radwindow manager:
This is the function which runs once the form s body is loaded: