V4MD basic problem.
Peter Salomon
peter.salomon at gmx.net
Mon Apr 4 22:44:00 CDT 2005
Hi Gregory,
i tried your moviescript with the same result: crash!
test this way, it works fine on my machine:
global gDb
global valentina
on startmovie
valentina = new (Xtra "valentina")
valentina.init ( 8 * 1024 * 1024, "", "")
valentina.logToFile(true, false)
valentina.debugLevel = #klogfunctions
valentina.logToMessageWindow = true
gdb = new(Xtra "VDatabase", #kLocal)
end
on stopmovie
gDb.close()
valentina.shutdown()
gdb = 0
end
Am 04.04.2005 um 21:13 schrieb Gregory Kowalski:
> but all you have to do is paste the following few lines into a movie
> script, run it and watch it crash.
>
>
> global gDb
> global valentina
>
> on startmovie
> valentina = new (Xtra "valentina")
> valentina.debugLevel = #klogfunctions
>
> valentina.logToMessageWindow = true
> valentina.logToFile(true, false)
> valentina.init ( 8 * 1024 * 1024, "", "")
> gdb = new(Xtra "VDatabase", #kLocal)
> end
>
>
>
> on stopmovie
> gDb.close()
> valentina.shutdown()
> gdb = 0
> end
>
More information about the Valentina
mailing list