FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How we must do if we see the dvd.
Posts: 109
Joined: Sun Nov 13, 2005 12:40 AM

How we must do if we see the dvd.

Posted: Sun Apr 02, 2006 01:48 PM

Hi all.

How do you see a MPEG file which the DVD increases even though it goes well ?

DVD Control method ?

/--------------MPEG Player----------/
FUNCTION MAIN()

publ oDlg, oVideo, oTimer

DEFINE DIALOG oDlg

@ 1, 0 VIDEO oVideo FILE "d:\test.mpg" MPG

@0, 0 SAY oSay Prompt oVideo:Position()

DEFINE TIMER oTimer;
       INTERVAL 100;
       ACTION IF( oVideo:Position() = oVideo:Length(), oDlg:End()  )

oDlg:bStart = { || oTimer:hWndOwner := oDlg:hWnd, oTimer:Activate(), oVideo:PlayFull() }

ACTIVATE DIALOG oDlg;
         CENTER

oTimer:End()

RETURN NIL
FWH User

FWPPC User

FWLinux User
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

How we must do if we see the dvd.

Posted: Sun Apr 02, 2006 03:21 PM

Are you testing it on FWPPC ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 109
Joined: Sun Nov 13, 2005 12:40 AM

How we must do if we see the dvd.

Posted: Sun Apr 02, 2006 05:04 PM

No,

I'm FWH March version user and FWPPC user.

The FWH comes and is the user to use at the same time.

FWH testing.....

The question is a FWH thing.

FWH User

FWPPC User

FWLinux User

Continue the discussion