[Gambas-user] Report problems

2016-03-09 Thread Buster Seven
I'm having problems with the report component when I run my program in the ide the report shows as expected but when i build an exe the report is all wrong? ​IDE ​EXE [System] Gambas=3.8.4 OperatingSystem=Linux Kernel=3.16.0-38-generic Architecture=x86_64 Distribution=Linux Mint 17.2 Ra

Re: [Gambas-user] MediaView1.URL cannot set status

2016-03-09 Thread Ru Vuott
Hello, I tried that url: it works for me with MediaView. regards vuott Mer 9/3/16, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] MediaView1.URL cannot set status A: "mailing list for gambas users" Data: Mercoledì 9 marzo 2016, 22:14

Re: [Gambas-user] MediaView1.URL cannot set status

2016-03-09 Thread Benoît Minisini
Le 09/03/2016 09:15, abbat81 a écrit : > Hi, > can you help me: > > MediaView1.URL = > "http://apasfiisl.apa.at/ipad/orf3_q4a/orf.sdp/playlist.m3u8"; > MediaView1.Play > > > I get: "cannot set status" > > In console: > > " > (video:5273): GStreamer-CRITICAL **: gst_element_set_state: assertion

Re: [Gambas-user] Console in V 3.8.4

2016-03-09 Thread Stephen
On 03/09/2016 10:31 AM, Fabien Bodard wrote: > The console is just a TextArea that show the output of your program on > the standard out. > > Well the good thing will be what i've begin but by lack of time and > maybe because i want to touch the clouds > i've not finished. > > I wanted to draw a tr

Re: [Gambas-user] Console in V 3.8.4

2016-03-09 Thread Stephen
On 03/09/2016 11:37 AM, Benoît Minisini wrote: > Le 09/03/2016 14:21, Stephen a écrit : >> Different is not the problem, going backwards by implementing a bad >> design is the problem. Easier to use, faster in use, and more intuitive >> to use, all of those are good; sadly a scrollable single line

Re: [Gambas-user] Ideas? New tri-state control

2016-03-09 Thread Gianluigi
Sorry Fabien, I had already deleted the email, and did not know how to re-link to the discussion. Thanks again Gianluigi 2016-03-09 19:17 GMT+01:00 Fabien Bodard : > Yes it's a mistake from me ... remove the raise call from the > lbl_MouseDown event. > It is already raised via the View_MouseDown

Re: [Gambas-user] Ideas? New tri-state control

2016-03-09 Thread Fabien Bodard
Yes it's a mistake from me ... remove the raise call from the lbl_MouseDown event. It is already raised via the View_MouseDown Sub I call in the lbl event.  2016-03-09 18:00 GMT+01:00 Gianluigi : > Hello Fabien, > thanks for the nice gift. > I ask you why the Raise in lbl_MouseDown, is an oversi

Re: [Gambas-user] Demotristate question

2016-03-09 Thread Fabien Bodard
Yes it's a mistake from me ... remove the raise call from the lbl_MouseDown event. It is already raised via the View_MouseDown Sub I call in the lbl event. 2016-03-09 18:00 GMT+01:00 Gianluigi : > Hello Fabien, > thanks for the nice gift. > I ask you why the Raise in lbl_MouseDown, is an oversight

[Gambas-user] Demotristate question

2016-03-09 Thread Gianluigi
Hello Fabien, thanks for the nice gift. I ask you why the Raise in lbl_MouseDown, is an oversight or is right? I get two results each Click Regards Gianluigi -- Transform Data into Opportunity. Accelerate data analysis in y

Re: [Gambas-user] Console in V 3.8.4

2016-03-09 Thread Benoît Minisini
Le 09/03/2016 14:21, Stephen a écrit : > Different is not the problem, going backwards by implementing a bad > design is the problem. Easier to use, faster in use, and more intuitive > to use, all of those are good; sadly a scrollable single line command > entry area with a kludge to echo the comma

Re: [Gambas-user] Copy data like Ctrl-C

2016-03-09 Thread Fabien Bodard
You can do : Clipboard.Current = ClipBoard.Selection Clipboard.Copy(txtData.Text) And then the Data will be availbale in the secondary clipboard too... AKA the middle mouse button paste datas 2016-03-09 17:07 GMT+01:00 Rolf-Werner Eilert : > > Am 09.03.2016 17:01, schrieb ML: >> On 2016-03-09 12

Re: [Gambas-user] Copy data like Ctrl-C

2016-03-09 Thread Rolf-Werner Eilert
Am 09.03.2016 17:01, schrieb ML: > On 2016-03-09 12:42, Rolf-Werner Eilert wrote: >> When I want to copy data for copy-and-paste like with Ctrl-C, how could >> I do it directly from code (via press of a button) instead of offering a >> text area for the mouse? >> >> In our database, sometimes I ne

Re: [Gambas-user] Copy data like Ctrl-C

2016-03-09 Thread ML
On 2016-03-09 12:42, Rolf-Werner Eilert wrote: > When I want to copy data for copy-and-paste like with Ctrl-C, how could > I do it directly from code (via press of a button) instead of offering a > text area for the mouse? > > In our database, sometimes I need a student's address in Writer or >

[Gambas-user] Copy data like Ctrl-C

2016-03-09 Thread Rolf-Werner Eilert
When I want to copy data for copy-and-paste like with Ctrl-C, how could I do it directly from code (via press of a button) instead of offering a text area for the mouse? In our database, sometimes I need a student's address in Writer or another program. It would be nice to have a button to copy

Re: [Gambas-user] Console in V 3.8.4

2016-03-09 Thread Fabien Bodard
The console is just a TextArea that show the output of your program on the standard out. Well the good thing will be what i've begin but by lack of time and maybe because i want to touch the clouds i've not finished. I wanted to draw a true virtual terminal (VT100 compatible) in gambas. So what i

Re: [Gambas-user] Console in V 3.8.4

2016-03-09 Thread Stephen
Different is not the problem, going backwards by implementing a bad design is the problem. Easier to use, faster in use, and more intuitive to use, all of those are good; sadly a scrollable single line command entry area with a kludge to echo the commands to the output area, is none of those th

Re: [Gambas-user] Ideas? New tri-state control

2016-03-09 Thread Fabien Bodard
2016-03-09 12:59 GMT+01:00 adamn...@gmail.com : > On Wed, 9 Mar 2016 09:10:01 +0100 > Fabien Bodard wrote: > >> This is a quick drawn usercontrol... 25 min. >> >> You can add three properties to allow user to define the used pictures >> >> Regards, >> >> Fabien >> >> 2016-03-09 8:22 GMT+01:00 Rolf

Re: [Gambas-user] Ideas? New tri-state control

2016-03-09 Thread adamn...@gmail.com
On Wed, 9 Mar 2016 09:10:01 +0100 Fabien Bodard wrote: > This is a quick drawn usercontrol... 25 min. > > You can add three properties to allow user to define the used pictures > > Regards, > > Fabien > > 2016-03-09 8:22 GMT+01:00 Rolf-Werner Eilert : > > Nice idea - but before re-inventing t

Re: [Gambas-user] Ideas? New tri-state control

2016-03-09 Thread adamn...@gmail.com
On Wed, 09 Mar 2016 08:22:54 +0100 Rolf-Werner Eilert wrote: > Nice idea - but before re-inventing the wheel, you know that there is a > checkbox with tri-state functionality? > > What would be the advantage of your version over the existing one? > > Rolf > > Am 09.03.2016 05:30, schrieb adam

[Gambas-user] (no subject)

2016-03-09 Thread Ru Vuott
Hello, "before", by using this simple code (gbdesktop and gb.desktop.x11): Public Sub Button1_Click() Dim df As DesktopFile Dim path As String percorso = "/path/of/the/file" For Each df In DesktopFile.FromMime(DesktopMime.FromFile(path).Type) Print df.Program

[Gambas-user] MediaView1.URL cannot set status

2016-03-09 Thread abbat81
Hi, can you help me: MediaView1.URL = "http://apasfiisl.apa.at/ipad/orf3_q4a/orf.sdp/playlist.m3u8"; MediaView1.Play I get: "cannot set status" In console: " (video:5273): GStreamer-CRITICAL **: gst_element_set_state: assertion `GST_IS_ELEMENT (element)' failed (video:5273): GStreamer-CRITI

Re: [Gambas-user] Ideas? New tri-state control

2016-03-09 Thread Fabien Bodard
This is a quick drawn usercontrol... 25 min. You can add three properties to allow user to define the used pictures Regards, Fabien 2016-03-09 8:22 GMT+01:00 Rolf-Werner Eilert : > Nice idea - but before re-inventing the wheel, you know that there is a > checkbox with tri-state functionality? >