[Gambas-user] Movieplayer example Gambas 3.0

2011-02-09 Thread Stephen Bungay
Line # 39 $hProcess = Exec ["mplayer", "-wid", lblMoviePlayer.Handle, Conv$($sPath, Desktop.Charset, System.Charset)] For Read Write results in this error Type mismatch: Wanted String[] got Variant[] instead the problem is with lblMoviePlayer.Handle... has something fundamentaly changed w

[Gambas-user] Message Dialog Question

2011-02-09 Thread richard terry
With Mesage.Optional a couple of questions 1) What is the key parameter for/how used. 2) Only one button name can be included, ?any reason Regards richard -- The ultimate all-in-one performance toolkit: Intel(R) Paralle

Re: [Gambas-user] Issue 24 in gambas: Desktop.SendKeys("[RETURN]") doesn't work

2011-02-09 Thread gambas
Updates: Status: Invalid Labels: -Version Version-TRUNK Comment #1 on issue 24 by benoit.m...@gmail.com: Desktop.SendKeys("[RETURN]") doesn't work http://code.google.com/p/gambas/issues/detail?id=24 The X11 documentation says that you get the key name by removing the 'XK_' pre

[Gambas-user] TextEdit (gb3)

2011-02-09 Thread Matti
Setting TextEdit.ReadOnly = True prevents the text itself being modified by the user, ok. But all the text attributes of TextEdit1.Format.xxx can be modified. You can test this in the TextEdit example. I wonder if this is a bug or feature? I tend to bug, since the HTML source is changed. Regards M

Re: [Gambas-user] exception 11

2011-02-09 Thread Olivier Cruilles
Hi Steven, When you install a software from sources by compiling it, the only one solution to clean all the previous installation you need to keep the directory where you put the sources and use the following command to uninstall your previous version: 1- go in sources directory of previous gam