Re: [Gambas-user] Tutorial on native component development

2015-03-08 Thread Jesus
El 6/3/15 a las 2:13, Tobias Boege escribió: Hi list, Ru thought it would be a good idea to have a tutorial on how to set up oneself to write a native Gambas component and then to actually write one. After a marathon session since 10 a.m. today I just completed my attempt at it. It's

[Gambas-user] Fwd: Re: Re: problem with Rand statement

2015-03-08 Thread Jussi Lahtinen
Hmmm... wait, Rand is new function introduced in version 3.6. It cannot work in earlier versions. Rand is not synonym for Rnd, see the documentation. Jussi -- Dive into the World of Parallel Programming The Go Parallel

Re: [Gambas-user] Possible bug in ValueBox coding of gb.form Component

2015-03-08 Thread Willy Raets
On zo, 2015-03-08 at 16:44 +, John Rose wrote: I've attached a Test project. The significant controls are 13 ValueBoxes (named CypheredValueBox 1 etc, all in Group Cyphered) and 13 MaskBoxes (named PlainMaskBox1 etc, all in Group Plain): please ignore the other controls their coding. When

Re: [Gambas-user] Possible bug in ValueBox coding of gb.form Component

2015-03-08 Thread John Rose
On 08/03/15 19:28, Willy Raets wrote: On zo, 2015-03-08 at 16:44 +, John Rose wrote: I've attached a Test project. The significant controls are 13 ValueBoxes (named CypheredValueBox 1 etc, all in Group Cyphered) and 13 MaskBoxes (named PlainMaskBox1 etc, all in Group Plain): please ignore

Re: [Gambas-user] annoying glitch

2015-03-08 Thread Gary Emms
Thank you for this. On 08/03/15 01:57, Dimitris Anogiatis wrote: Hey Gary, I assume you're using the two for loops to find which item on the source listbox is selected and then removed after the addition to the second listbox is done. Gambas listboxes are a bit more flexible. You can get

Re: [Gambas-user] Desktop Developed in Gambas 3.6

2015-03-08 Thread Kevin Fishburne
On 03/07/2015 11:18 PM, herberth guzman wrote: Desktop Developed in Gambas 3.6 (The Desktop of Gambas - Innova Desktop) Containing Innova Desktop Suggested by Benoit Nothing possible without the special help of Benoit and Fabien. - Innova Desktop Scheduled in Gambas 3.6 100% - Graphical

[Gambas-user] R: Tutorial on native component development

2015-03-08 Thread Ru Vuott
Thank you, Tobi. it's a good work. Bye vuott Ven 6/3/15, Tobias Boege tabo...@gmail.com ha scritto: Oggetto: [Gambas-user] Tutorial on native component development A: gambas-user@lists.sourceforge.net Data: Venerdì 6 marzo 2015, 02:13 Hi

Re: [Gambas-user] Red no entry sign on Debug

2015-03-08 Thread adamn...@gmail.com
On Sun, 08 Mar 2015 19:58:56 + John Rose john.aaron.r...@gmail.com wrote: I compiled and saved a project OK. When I try to run it within the IDE, all it does is to display a red no entry sign near the bottom of the screen. It does not display an icon in Ubuntu's Unity Launcher let alone

[Gambas-user] problem with Rand statement

2015-03-08 Thread corradove...@libero.it
On my PC, different partitions I have ubuntu 14.04, 14.10 and 15.04.My gambas projects are on a separare partition accessible from all.On ubuntu 14.04 I have gambas 3.6.90 installed from gambas siteOn ubuntu 14.10 and 15.04 I have gambas 3.5.4 installed by ubuntu software center executing in

Re: [Gambas-user] Desktop Developed in Gambas 3.6

2015-03-08 Thread Stephen
On 03/07/2015 11:18 PM, herberth guzman wrote: Desktop Developed in Gambas 3.6 (The Desktop of Gambas - Innova Desktop) Containing Innova Desktop Suggested by Benoit Nothing possible without the special help of Benoit and Fabien. - Innova Desktop Scheduled in Gambas 3.6 100% - Graphical

Re: [Gambas-user] problem with Rand statement

2015-03-08 Thread Jussi Lahtinen
How aCF[] is defined? As string[]? Jussi On Sun, Mar 8, 2015 at 3:59 PM, corradove...@libero.it corradove...@libero.it wrote: On my PC, different partitions I have ubuntu 14.04, 14.10 and 15.04.My gambas projects are on a separare partition accessible from all.On ubuntu 14.04 I have gambas

Re: [Gambas-user] Desktop Developed in Gambas 3.6

2015-03-08 Thread Fabien Bodard
Well Kevin. Its just a panel and some app to create a desktop environment. So it need qt or gtk toolkit . It not manage the window too. But it's an interesting work and push limits of what can be done with Gambas. Le 8 mars 2015 15:03, Stephen sbun...@smartsonsite.com a écrit : On 03/07/2015

Re: [Gambas-user] annoying glitch

2015-03-08 Thread Benoît Minisini
Le 07/03/2015 18:41, Gary Emms a écrit : Hi I'm trying to follow a tutorial from Linux Format. I have 2 list boxes and I'm trying to move an entry from one to the other using: Public Sub btnLeft_Click() Dim i As Integer 'transfer selected itelms to left For i = 0 To

Re: [Gambas-user] Window (ALT+TAB whit KWIN) shows _NET_WM_STATE_SKIP_TASKBAR windows

2015-03-08 Thread Benoît Minisini
Le 08/03/2015 04:25, herberth guzman a écrit : Regards Benoit Window (ALT+TAB) shows _NET_WM_STATE_SKIP_TASKBAR windows When I press Alt+tab in KWin, it will show all windows visible on desktop, for example, has _NET_WM_STATE_STICKY, _NET_WM_STATE_SKIP_TASKBAR, _NET_WM_STATE_SKIP_PAGER

[Gambas-user] Possible bug in ValueBox coding of gb.form Component

2015-03-08 Thread John Rose
I've attached a Test project. The significant controls are 13 ValueBoxes (named CypheredValueBox 1 etc, all in Group Cyphered) and 13 MaskBoxes (named PlainMaskBox1 etc, all in Group Plain): please ignore the other controls their coding. When I change any CypheredValueBox to a another number, the