Page 1 of 1
Make screen
Posted: 2007-07-31 13:12:30
by motxu
sub MakeScreen()
Var FileName
FileName=UO.GetInfo("shard")+" ("+UO.GetInfo("character")+") "+UO.asmGetDate("dd/mm/yy")+" "+UO.asmGetTime("h.n.s") +".bmp"
UO.Snap("BMP",FileName)
end sub
Makes screen but all black
KnoW WHy?

Posted: 2007-08-01 09:04:01
by Destruction
Try to set UO window on top when using the script.
Sorry for my clumsy English.
Posted: 2007-08-01 22:30:42
by Mihail
he's right, if UO window minimazed in tray, when script using uo.snap command - screenshot will be black