[Gambas-user] EXEC progress

Jussi Lahtinen jussi.lahtinen at ...626...
Thu Mar 23 01:14:40 CET 2017


> Yes, a progress bar or even just a label showing which operation is
> current.
> hProc = Exec ["ffmpeg", "-i", sPathTape, etc, etc] Wait For Output As
> "Process"
>
> with
>
> Public Sub Process_Read()
> Dim sData As String
>     Read #Last, sData, -255
>    Label1.caption = sData
> End
>
> doesn't show anything
>

As expected, you declared the process for output, not for input..?



Jussi



More information about the User mailing list