Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

AppGameKit Classic Chat / Video-frame doesn't move with window on Windows...

Author
Message
Alex_Peres
AGK Master
14
Years of Service
User Offline
Joined: 13th May 2009
Location: The Milky Way Galaxy
Posted: 25th Mar 2013 16:08
Please help!
I need to use video-playing in my game!
Want to set it right on Windows! It works fine, but!!!:
When I move window it doesn't moves with it!
To avoid this, I've made update of the video every frame.
But it works !ONLY! after I stop to move window.
It seams like "Loop" function doesn't update while window is moving!

Please help me, what can I do???
Alex_Peres
AGK Master
14
Years of Service
User Offline
Joined: 13th May 2009
Location: The Milky Way Galaxy
Posted: 25th Mar 2013 16:34
DONE!
Just added to LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in Core.cpp

case WM_MOVING:
{
App.Loop();
break;
}

Login to post a reply

Server time is: 2024-05-07 18:37:14
Your offset time is: 2024-05-07 18:37:14