Re: [Gambas-user] gridview column clicked indicator

2014-02-07 Thread Jorge Carrión
Just click on title bar... Regards 2014-02-06 bill-lancaster bill-lancas...@lineone.net: Thanks Jorge, can the indicator be changed to point up as well as down? -- View this message in context: http://gambas.8142.n7.nabble.com/gridview-column-clicked-indicator-tp45567p45570.html Sent

Re: [Gambas-user] R: morse code sound ?

2014-02-07 Thread Mike Crean
So how about di, di, dit, dar,dar,dar On Friday, 7 February 2014 3:53 PM, Ru Vuott vu...@yahoo.it wrote: morse code  sound a kind of bip bip ? Ven 7/2/14, Dirk y...@gmx.net ha scritto: Oggetto: [Gambas-user] morse code  sound ? A:

Re: [Gambas-user] Parent bug ?

2014-02-07 Thread Shane
lol what i have is a form2 on a workspace1 and the workspace1 is on the main form1 so from2 I want to get the location of workspace1 on form1 hope that makes sense? it just seem that these properties should be filled. On 07/02/14 17:13, Fabien Bodard wrote: Le 7 févr. 2014 02:46, Shane

Re: [Gambas-user] R: morse code sound ?

2014-02-07 Thread Mike Crean
Correction to my last. For those that are interested complements of Wikipedia   International Morse code is composed of five elements: 1. short mark, dot or dit (·) — dot duration is one time unit long 2. longer mark, dash or dah (–) — three time units long 3.

Re: [Gambas-user] Parent bug ?

2014-02-07 Thread Fabien Bodard
Well this property is relative. So the position is defined relatively from the container of the workspace. Tel me exactly what you want to and maybe I can help you... Because I don't know why you want this properties I can't know if you need a relative pos or a screen position

Re: [Gambas-user] gridview column clicked indicator

2014-02-07 Thread bill-lancaster
Oh! I should pay better attention. Thanks again -- View this message in context: http://gambas.8142.n7.nabble.com/gridview-column-clicked-indicator-tp45567p45583.html Sent from the gambas-user mailing list archive at Nabble.com.

[Gambas-user] Benoit, How to bypass a super event

2014-02-07 Thread Fabien Bodard
For example i have a class that emit an event MyClass1 Event data MyClass1 - so over drive the native class 1 Event Data Public sub Super_Data() - this is what i want to do inc_Index raise Data end For the user it's transparnt as it is alway the class MyClass1 that

Re: [Gambas-user] R: morse code sound ?

2014-02-07 Thread Randall Morgan
Morse Code is a binary code. An audible binary code. It has two states. Long tone or short tone. I used the similarity between Morse Code and Binary ASCII text to help teach how computers represent text in binary many years ago. I am sure you could find Morse code audio files (They provide them

Re: [Gambas-user] morse code sound ?

2014-02-07 Thread Pino Zollo
El 07/02/14 03:13, gambas-user-requ...@lists.sourceforge.net escribió: morse code sound ? Can even send characters to cwdaemon. 73 Pino ZP4KFX -- Managing the Performance of Cloud-Based Applications Take advantage

[Gambas-user] MessageBox: probable bug with GTK - GUI ?

2014-02-07 Thread Ru Vuott
Hello, I have this code: Public Sub Form_Open() Dim s As String = Gambas is a free development environment based on a Basic interpreter with object extensions Message.Info(s) Message.Delete(s) Message.Error(s) Message.Question(s) Message.Warning(s) End Well, with gb.gtk or

Re: [Gambas-user] Benoit, How to bypass a super event

2014-02-07 Thread Bruce
On Fri, 2014-02-07 at 11:37 +0100, Fabien Bodard wrote: For example i have a class that emit an event MyClass1 Event data MyClass1 - so over drive the native class 1 Event Data Public sub Super_Data() - this is what i want to do inc_Index raise Data end

Re: [Gambas-user] ncurses help texts missing

2014-02-07 Thread Rolf-Werner Eilert
Am 05.02.2014 18:15, schrieb Tobias Boege: On Tue, 04 Feb 2014, Tobias Boege wrote: On Tue, 04 Feb 2014, Tobias Boege wrote: On Tue, 04 Feb 2014, Rolf-Werner Eilert wrote: Am 04.02.2014 09:46, schrieb Tobias Boege: On Tue, 04 Feb 2014, Rolf-Werner Eilert wrote: Hi Tobias, your name is

Re: [Gambas-user] MessageBox: probable bug with GTK - GUI ?

2014-02-07 Thread PICCORO McKAY Lenz
well i test the code and works perfectly only in gambas 3.4 (that's why i still use the 3.4 release and not 3.5 release) i think its a bug or u have used a win-like env in u'r linux (i mean u have a problem in u'r desktop or u'r distro maybe) Lenz McKAY Gerardo (PICCORO)

Re: [Gambas-user] R: morse code sound ?

2014-02-07 Thread Jussi Lahtinen
Morse Code is a binary code. An audible binary code. It has two states. Long tone or short tone. I used the similarity between Morse Code and Binary ASCII text to help teach how computers represent text in binary many years ago. I am sure you could find Morse code audio files (They provide

Re: [Gambas-user] MessageBox: probable bug with GTK - GUI ?

2014-02-07 Thread Jussi Lahtinen
I confirm. Bug can be reproduced with latest revision, but only with gb.gtk, not with gb.qt4. Jussi On Fri, Feb 7, 2014 at 1:02 PM, Ru Vuott vu...@yahoo.it wrote: Hello, I have this code: Public Sub Form_Open() Dim s As String = Gambas is a free development environment based on a

Re: [Gambas-user] R: morse code sound ?

2014-02-07 Thread Ru Vuott
I'ld suggest some my little study about.. http://www.gambas-it.org/wiki/index.php?title=Emettere_suoni vuott -- I have never done any audio things with Gambas, but isn't there possibility to make tones?

Re: [Gambas-user] MessageBox: probable bug with GTK - GUI ?

2014-02-07 Thread Ru Vuott
My system: [System] Gambas=3.5.90 OperatingSystem=Linux Kernel=3.11.0-12-generic Architecture=x86_64 Distribution=Linux Mint 16 Petra Desktop=GNOME Theme=QCleanlooks Language=it_IT.UTF-8 Memory=3954M [Libraries] Cairo=libcairo.so.2.11200.16 DBus=libdbus-1.so.3.7.4

[Gambas-user] how to customize report print size

2014-02-07 Thread PICCORO McKAY Lenz
in the report form i set the custom size and in code set: Report.Size = Custom Report.Width = 10.5 cm Report.Height = 15 cm but said: mising parameter in lines how can i set size of page or printing or size of report? documentation are very vage about that!

Re: [Gambas-user] R: morse code sound ?

2014-02-07 Thread Ru Vuott
Wow! That's exactly what I was looking for. Great job, vuott. Thank you very much, Jesus. In the other hand, I suggest Dirk to take a close look at this project [1], though written in Python, well worth to give it a try, or perhaps trying to convert to gambas the relevant code. [1]

[Gambas-user] Issue 510 in gambas: problemas al cargar datos en gridview

2014-02-07 Thread gambas
Status: New Owner: Labels: Version-TRUNK Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any Arch-X86 New issue 510 by hiperz...@gmail.com: problemas al cargar datos en gridview http://code.google.com/p/gambas/issues/detail?id=510 1) Describe the problem. el problema

Re: [Gambas-user] Issue 510 in gambas: problemas al cargar datos en gridview

2014-02-07 Thread gambas
Updates: Status: Invalid Comment #1 on issue 510 by benoit.m...@gmail.com: problemas al cargar datos en gridview http://code.google.com/p/gambas/issues/detail?id=510 Please post in english. I can't speak spanish. -- You received this message because this project is configured to send

Re: [Gambas-user] how to customize report print size

2014-02-07 Thread Fabien Bodard
Well report.size ?? Report.Paper = Printer.Custom Report.Width=10.5cm Report.Height=15cm Normally if you set The width or the height then the paper change to custom so it is not necessary to setup (or just in the ide with the editor) why don't you use the editor ? 2014-02-07 17:57

Re: [Gambas-user] gambas on gentoo

2014-02-07 Thread Dominique Michel
Le Thu, 06 Feb 2014 00:47:24 +0100, Benoît Minisini gam...@users.sourceforge.net a écrit : Le 05/02/2014 20:38, Dominique Michel a écrit : Le Tue, 4 Feb 2014 09:13:08 +0100, Dominique Michel dominique.mic...@vtxnet.ch a écrit : More important, another user get the following error: I

Re: [Gambas-user] R: morse code sound ?

2014-02-07 Thread Jesus
El 07/02/14 15:17, Ru Vuott escribió: I'ld suggest some my little study about.. http://www.gambas-it.org/wiki/index.php?title=Emettere_suoni vuott Wow! That's exactly what I was looking for. Great job, vuott. In the other hand, I suggest Dirk to take a close look at this project [1],

[Gambas-user] NEWS

2014-02-07 Thread Fabien Bodard
Hey gambasians, i've update the report component. Try the new viewer and tell me what you think about (Good and/or bad). -- Fabien Bodard -- Managing the Performance of Cloud-Based Applications Take advantage of what

[Gambas-user] Need a little help getting things going

2014-02-07 Thread Stephen
Getting a sore forehead from banging against this wall Trying to get gambas 2.2.24.0 up and running on a rather hefty CentOS box. Here's the specs... CentOS 6.5 (final) Kernel: 2.6.32-431.3.10el6.x86_64 GNOME 2.28.2 RAM: 32GB CPU: AMD FX-8320 reconf-all appeared to complete OK.

[Gambas-user] configure options

2014-02-07 Thread Dominique Michel
On gentoo, portage policy is to handle every single configuration option. A part of the output of configure --help is: --enable-bzlib2 enable bzlib2 component (default: yes) --enable-zlib enable zlib component (default: yes) --enable-mysqlenable mysql

Re: [Gambas-user] Issue 510 in gambas: problemas al cargar datos en gridview

2014-02-07 Thread gambas
Comment #2 on issue 510 by mckayger...@gmail.com: problemas al cargar datos en gridview http://code.google.com/p/gambas/issues/detail?id=510 confirm, in gambas 3.4 (that works perfectly in debian lenny) load and works.. in gambas 3.5.1 or 3.5.2 in debian wheeze crash confirmo este problema..

Re: [Gambas-user] MessageBox: probable bug with GTK - GUI ?

2014-02-07 Thread Benoît Minisini
Le 07/02/2014 15:09, Jussi Lahtinen a écrit : I confirm. Bug can be reproduced with latest revision, but only with gb.gtk, not with gb.qt4. Jussi Fixed in revision #6138. Regards, -- Benoît Minisini -- Managing

Re: [Gambas-user] To the wishlist

2014-02-07 Thread Benoît Minisini
Le 06/02/2014 20:14, Matti a écrit : CheckBox and RadioButton: Sometimes, just for the look-and-feel, it would be better to have the label on the left side of the control. Of course, this can be done with a separate label and the text property set to , but - why not add a Label_left/right

Re: [Gambas-user] how to customize report print size

2014-02-07 Thread PICCORO McKAY Lenz
From: Fabien Bodard gambas...@gmail.com Report.Paper = Printer.Custom Report.Width=10.5cm Report.Height=15cm dont work, said null objetc where i need to set that? -- Managing the Performance of Cloud-Based

[Gambas-user] sound in gambas 3

2014-02-07 Thread Dominique Michel
Hi, I try to do my first gambas program, and I am stuck with the sound. All I have for now is 2 labels, 2 value boxes and 1 toggle button. When I press the toggle button, it launch a message box with the 2 values in the value boxes and some text. 1 is a frequency, the other is the amplitude. I

Re: [Gambas-user] R: morse code sound ?

2014-02-07 Thread Caveat
A very crude implementation... I first used audacity to generate a basic tone that lasts a few seconds and saved it as tone.wav. The form contains a text box called TextBox1 and a button called Button1. The results sound kind of morsey, but you will probably want to play around with the pauses

Re: [Gambas-user] sound in gambas 3

2014-02-07 Thread Benoît Minisini
Le 08/02/2014 01:24, Dominique Michel a écrit : Hi, I try to do my first gambas program, and I am stuck with the sound. All I have for now is 2 labels, 2 value boxes and 1 toggle button. When I press the toggle button, it launch a message box with the 2 values in the value boxes and some

Re: [Gambas-user] R: morse code sound ?

2014-02-07 Thread Randall Morgan
It seems like playing a simple tone is something that should be a primitive in the Gambas Language... A simple Play(frequency, duration) type of function as was found in many of the early BASIC languages. Am I the only one who think like this? On Fri, Feb 7, 2014 at 4:15 PM, Caveat

Re: [Gambas-user] sound in gambas 3

2014-02-07 Thread Benoît Minisini
Le 08/02/2014 02:04, Benoît Minisini a écrit : Le 08/02/2014 01:24, Dominique Michel a écrit : Hi, I try to do my first gambas program, and I am stuck with the sound. All I have for now is 2 labels, 2 value boxes and 1 toggle button. When I press the toggle button, it launch a message box

[Gambas-user] help with gb.qt4.

2014-02-07 Thread Stephen
Gambas 3.5.2 is close to being successfully built but I have run into a snag with the gb.qt4 component. ./reconf-all works OK. ./configure results in the following || || THESE COMPONENTS ARE DISABLED: || - gb.jit || - gb.media || - gb.openal || no errors, but when then make fails with the

Re: [Gambas-user] how to customize report print size

2014-02-07 Thread Fabien Bodard
Send me a small project that show the problem Le 7 févr. 2014 23:36, PICCORO McKAY Lenz mckaygerh...@gmail.com a écrit : From: Fabien Bodard gambas...@gmail.com Report.Paper = Printer.Custom Report.Width=10.5cm Report.Height=15cm dont work, said null objetc where i need to set that?

Re: [Gambas-user] R: morse code sound ?

2014-02-07 Thread Bruce
On Fri, 2014-02-07 at 18:15 -0800, Randall Morgan wrote: It seems like playing a simple tone is something that should be a primitive in the Gambas Language... A simple Play(frequency, duration) type of function as was found in many of the early BASIC languages. Am I the only one who think like

[Gambas-user] Paint.ClipRect

2014-02-07 Thread Fabien Bodard
Benoit, Does ClipRect not follow the scale transformation ?... it seem not Is it a Bug ? -- Fabien Bodard -- Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid

Re: [Gambas-user] configure options

2014-02-07 Thread Fabien Bodard
The Development Environment The Gambas IDE is made with Gambas. In order to compile and use it, you need to compile the following components: gb.db gb.db.form gb.debug gb.desktop gb.eval gb.eval.highlight gb.form gb.form.dialog gb.form.mdi gb.image gb.image.effect gb.qt4 gb.qt4.ext gb.qt4.webkit

Re: [Gambas-user] R: morse code sound ?

2014-02-07 Thread Randall Morgan
I got 5F here. Looking forward to a possible 30F next week. True the old BASIC machines used the internal speakers, and those are hard to find. But almost every *nix box has a sound system. And we no-longer need to count clock cycles, we can use the the built-in timing routines or delay routines.