RE V4MD basic problem

Gregory Kowalski gregkowalski at earthlink.net
Tue Apr 5 12:50:57 CDT 2005



>
> 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

Thank you for your help, Peter.

One question: my log file is always blank.  Does yours log properly?

Greg





More information about the Valentina mailing list