4 Answers, 1 is accepted
0

Princy
Top achievements
Rank 2
answered on 25 Nov 2010, 11:28 AM
Hello,
Inorder to positioning the window,you can use either center() or MoveTo() .Try the sample code given below.
ClientCode:
Thanks,
Princy.
Inorder to positioning the window,you can use either center() or MoveTo() .Try the sample code given below.
ClientCode:
function
openwnd()
{
var
wndw = radopen(
"http://www.google.com"
,
"RadWindow1"
);
wndw.moveTo(1, 1);
return
false
;
}
Thanks,
Princy.
0

Christopher Lee
Top achievements
Rank 1
answered on 25 Nov 2013, 06:03 PM
Thanks Princy! This code worked for me to and got the window centered. For some reason, my
oWnd.Center()
Was not working.
oWnd.Center()
Was not working.
0
0

Christopher Lee
Top achievements
Rank 1
answered on 22 Dec 2013, 09:20 PM
Awesome! That's very helpful... thanks again!!!
Best,
Chris
Best,
Chris