Re: [Gambas-user] send 'pgup' to process

2014-01-21 Thread Johny Provoost
op 21-01-14 12:58, Tobias Boege schreef: On Mon, 20 Jan 2014, Johny Provoost wrote: Hi, I adapted the example Movieplayer from Beno?t . It's about sending keys to mplayer. I can send "+" and "-' to the process with success, but when want to send "PageUp", "PageDown", "Up", "Down","Left", an

Re: [Gambas-user] send 'pgup' to process

2014-01-21 Thread Tobias Boege
On Mon, 20 Jan 2014, Johny Provoost wrote: > Hi, > > I adapted the example Movieplayer from Beno?t . > It's about sending keys to mplayer. > I can send "+" and "-' to the process with success, but when want to > send "PageUp", "PageDown", "Up", "Down","Left", and 'right', I get stuck. > > > the

[Gambas-user] send 'pgup' to process

2014-01-20 Thread Johny Provoost
Hi, I adapted the example Movieplayer from BenoƮt . It's about sending keys to mplayer. I can send "+" and "-' to the process with success, but when want to send "PageUp", "PageDown", "Up", "Down","Left", and 'right', I get stuck. the line is If Not $hProcess Then Return Print #$hProcess