why lwm_Tick event is not raised ?
Sub Process_Globals
Dim lwm As LWManager
End Sub
Sub Service_Create
lwm.Initialize("lwm", True)
lwm.StartTicking(30)
End Sub
Sub lwm_Tick (Engine As LWEngine)
Dim a as int
a=1
End sub
1. What is LWEngine?
2. Use code tags when posting code!
3. It would be of help if you upload your project. without seeing the code we hardly can help.
Edit: Found it. It´s the livewallpaper...
I downloaded the sample and run it. It works as expected here. The tick is called multiple times in a second which bring us back to point 3)
1. What is LWEngine?
2. Use code tags when posting code!
3. It would be of help if you upload your project. without seeing the code we hardly can help.
Edit: Found it. It´s the livewallpaper...
I downloaded the sample and run it. It works as expected here. The tick is called multiple times in a second which bring us back to point 3)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.