Mina
12-30-2005, 09:49 PM
I tried using the following during runtime:
-----------------------------------------
cS = Window.GetSize(Application.GetWndHandle());
mS = Plugin.GetSize("MediaPlayer");
ww = cS[1] + "10"
hh = cS[2] + "10"
Window.SetSize(Application.GetWndHandle(), ww, hh);
www = mS[1] + "10"
hhh = mS[2] + "10"
Plugin.SetSize("MediaPlayer", www, hhh);
-----------------------------------------
Why won't it work ?
-----------------------------------------
cS = Window.GetSize(Application.GetWndHandle());
mS = Plugin.GetSize("MediaPlayer");
ww = cS[1] + "10"
hh = cS[2] + "10"
Window.SetSize(Application.GetWndHandle(), ww, hh);
www = mS[1] + "10"
hhh = mS[2] + "10"
Plugin.SetSize("MediaPlayer", www, hhh);
-----------------------------------------
Why won't it work ?