Search found 1395 matches

by dutch
Thu Feb 13, 2020 2:27 am
Forum: FiveWin for Harbour/xHarbour
Topic: Close Activated Dialog by oWnd:oTimer
Replies: 4
Views: 1095

Re: Close Activated Dialog by oWnd:oTimer

Dear Mr.Rao,

I will test and feedback to you.
nageswaragunupudi wrote:

Code: Select all

AEval( GetAllWin(), { |o| If( o == nil .or. o:hWnd == GetWndApp(), nil, o:End() ) } )
 
Thanks you so much.
by dutch
Tue Feb 11, 2020 4:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Close Activated Dialog by oWnd:oTimer
Replies: 4
Views: 1095

Re: Close Activated Dialog by oWnd:oTimer

Dear Uwe,

I got the solution as your recommendation, it works fine now. The lOpen will be .F. in the Main procedure (Home) after return from sub-dialog.

Thanks for an idea.
Dutch
by dutch
Sat Feb 01, 2020 3:05 am
Forum: FiveWin for Harbour/xHarbour
Topic: Close Activated Dialog by oWnd:oTimer
Replies: 4
Views: 1095

Close Activated Dialog by oWnd:oTimer

Dear All, I need to close all activated dialog by autooff() *alike screen saver*. I can use this below function for automatic log off (popup login screen) the program. http://forums.fivetechsupport.com/viewtopic.php?f=6&t=21595&start=0&hilit=getInputState I need to return to main windows...
by dutch
Mon Sep 16, 2019 10:23 am
Forum: FiveWin for Harbour/xHarbour
Topic: how to fix Black frame start with WMPlayer.OCX? *Fixed*
Replies: 13
Views: 1842

Re: how to fix Black frame start with WMPlayer.OCX? *Fixed*

Dear Uwe,

I test my solution and it works well now. Thank you so much for your kindness help.
ukoenig wrote:Dutch,

I'm just thinking about a possible dialog fade-in-effect
for the video that will cover the first frames
just a idea not tested yet.

regards
Uwe :?:
by dutch
Sun Sep 15, 2019 1:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: how to fix Black frame start with WMPlayer.OCX? *Fixed*
Replies: 13
Views: 1842

Re: how to fix Black frame start with WMPlayer.OCX?

Dear AntoninoP and Uwe, I can fix it now. - Show in TIMER DEFINE TIMER oTimer INTERVAL 100 ACTION (if(  oActiveX :controls:currentPosition > oActiveX :currentMedia:duration - 0.01, (oActiveX :controls:currentPosition := 0.01), if(oActiveX :controls:currentPosition > 0.1, oActiveX :Show() , ) )) - Hi...
by dutch
Sun Sep 15, 2019 11:07 am
Forum: FiveWin for Harbour/xHarbour
Topic: how to fix Black frame start with WMPlayer.OCX? *Fixed*
Replies: 13
Views: 1842

Re: how to fix Black frame start with WMPlayer.OCX?

Dear AntoninoP, Thank you so much AntoninoP and Uwe. It's fixed black frame flicker during loop. But It is still show black frame on start playing. How do I fixed the first black frame? Thanks in advance for any help and suggestion. I tryied too, and the only solution I found is do manually the loop...
by dutch
Sat Sep 14, 2019 4:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: how to fix Black frame start with WMPlayer.OCX? *Fixed*
Replies: 13
Views: 1842

Re: how to fix Black frame start with WMPlayer.OCX?

Dear Uwe,

Thank you so much for your idea. Firstly I try GIF file but it has 25 frames per second. It doesn't smooth as MP4. I try to get the best result.

Thanks once again for your solution.
Dutch
by dutch
Sat Sep 14, 2019 3:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: how to fix Black frame start with WMPlayer.OCX? *Fixed*
Replies: 13
Views: 1842

Re: how to fix Black frame start with WMPlayer.OCX?

Dear Uwe, Thank you for your reply but there is not black frame in vdo (mp4). I try Avidemux but no black frame. I try another mp4, it has got the same result. I guess, it is the frame of object before start. This is the mp4 file. https://ibb.co/ctkDSmY Regards, Dutch Dutch, I noticed a short loadin...
by dutch
Sat Sep 14, 2019 8:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: how to fix Black frame start with WMPlayer.OCX? *Fixed*
Replies: 13
Views: 1842

how to fix Black frame start with WMPlayer.OCX? *Fixed*

Dear All,

I try to use WMPlayer.OCX and play loop for better solution than GIF file. But it has black frame before start playing the vdo.

How to fix black frame as vdo clip?

Thanks in advance for any help and suggestion.
Image
by dutch
Sat Sep 14, 2019 3:33 am
Forum: FiveWin for Harbour/xHarbour
Topic: Autorewind or defined loops using "WMPlayer.OCX" ?
Replies: 4
Views: 675

Re: Autorewind or defined loops using "WMPlayer.OCX" ?

Dear All, Please ignore my question, I got it now. Dear Antonino, oActiveX:Settigs:setMode('loop',.T.) is working. I cannot find the property of nTop, nLeft, nHeight, nWidth. How can I setting the position. Thanks in advance, Dutch Hello, looks like the correct way is: oActiveX : Settings:setMode(&q...
by dutch
Fri Sep 13, 2019 3:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Autorewind or defined loops using "WMPlayer.OCX" ?
Replies: 4
Views: 675

Re: Autorewind or defined loops using "WMPlayer.OCX" ?

Dear Antonino, oActiveX:Settigs:setMode('loop',.T.) is working. I cannot find the property of nTop, nLeft, nHeight, nWidth. How can I setting the position. Thanks in advance, Dutch Hello, looks like the correct way is: oActiveX : Settings:setMode("loop",.T.)   look: https://stackoverflow.c...
by dutch
Fri Sep 13, 2019 2:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to play MP4?
Replies: 3
Views: 646

Re: How to play MP4?

Dear Uwe,
ukoenig wrote:Dutch,

Video.prg ( using "WMPlayer.OCX" )
from Fwh-samples works playing MP4-videos

regards
Uwe :D
Thank you so much.
Dutch
by dutch
Fri Sep 13, 2019 7:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to play MP4?
Replies: 3
Views: 646

How to play MP4?

Dear All,

I would like to play MP4 file but video class has supported AVI, MPEG format. How do I play MP4?

Thanks in advance,
by dutch
Mon Aug 19, 2019 10:31 am
Forum: FiveWin for Harbour/xHarbour
Topic: Crystal Reports 8.5 Drill Down NOT Working..??
Replies: 13
Views: 1957

Re: Crystal Reports 8.5 Drill Down NOT Working..??

Dear RiazKhan,

You can find solution here and search "Crystal Report" in this forum. It has a lot information. I use CRXI with MySql.

https://forums.fivetechsupport.com/view ... hilit=CRXI
by dutch
Mon Aug 19, 2019 6:52 am
Forum: FiveWin for Harbour/xHarbour
Topic: Crystal Reports 8.5 Drill Down NOT Working..??
Replies: 13
Views: 1957

Re: Crystal Reports 8.5 Drill Down NOT Working..??

I use CR XI Release 2. It works fine.