Re: [Gambas-user] Controls WebForm Ignore Events

2018-01-25 Thread Benoît Minisini
Le 25/01/2018 à 13:22, Mayost Sharon a écrit : Hello gambas: 3.10.0 Hello Is there a possibility to cancel EVENT of a control I need this for the controls of WebForm In my example I do it But it's complicated I want not to run the WebTextBox1 event when I press WebButton1 If there was such

[Gambas-user] Controls WebForm Ignore Events

2018-01-25 Thread Mayost Sharon
Hello gambas: 3.10.0 Hello Is there a possibility to cancel EVENT of a control I need this for the controls of WebForm In my example I do it But it's complicated I want not to run the WebTextBox1 event when I press WebButton1 If there was such a possibility WebTextBox.IgnoreEvent = True This

Re: [Gambas-user] Controls on form do not respond.

2014-01-03 Thread VonZorch
I am calling frmCurve from frmMain, frmStat works fine. As for the Label array, I am doing an X,Y plot, the array allows me to quickly and easily change the labels text when the data range changes. I think the problem was a glitch in the form editor. I tried to use an inelegant brute force approa

Re: [Gambas-user] Controls on form do not respond.

2014-01-03 Thread Fabien Bodard
You must to be more explicit ... where is the problem ? you are lauching the MainForm and then you call ... StatForm ? where is the code of the widget you want to be active ? which one ? is it a dynamiquely created widget ? You have an incredibely too complex code ... for a Gambas one... why t

Re: [Gambas-user] Controls on form do not respond.

2014-01-02 Thread VonZorch
My archivers are being balky, I couldn't send the entire project. What follows is the class files for the main form and the opened form. ' Gambas class file frmMain Private Names As String[] Private Stats As New FrmStat[] Private strHtQ[2] As String Private strWtQ[2] As String Private Hx As Stri

Re: [Gambas-user] Controls on form do not respond.

2014-01-02 Thread Tobias Boege
On Thu, 02 Jan 2014, VonZorch wrote: > I have a form called from the main program. > When called it opens and does everything in SUB _new(). However using the > controls on it does not cause any event. I have tried using all varieties > of .Show. > Any help will be greatly appreciated. > There

[Gambas-user] Controls on form do not respond.

2014-01-02 Thread VonZorch
I have a form called from the main program. When called it opens and does everything in SUB _new(). However using the controls on it does not cause any event. I have tried using all varieties of .Show. Any help will be greatly appreciated. -- View this message in context: http://gambas.8142.n

Re: [Gambas-user] Controls with colorated background

2013-05-16 Thread Fabien Bodard
On all the grid? Le 16 mai 2013 14:15, "Antonio Sánchez" a écrit : > I don't understand what you mean. Background white is ok (any color > selected in properties), so 3.3.4 version is good. If I upgrade to 3.4.1, I > get bad blur orange background (in the same case, any color selected for > backg

Re: [Gambas-user] Controls with colorated background

2013-05-16 Thread Dimitris Anogiatis
Antonio, It could be the theme you're using. Change themes and see if you still get the same behaviour. If the colour on the control changes regardless of the theme you might have to specify a white background on the gridview Regards, Dimitris On Thu, May 16, 2013 at 6:14 AM, Antonio Sánchez wro

Re: [Gambas-user] Controls with colorated background

2013-05-16 Thread Antonio Sánchez
I don't understand what you mean. Background white is ok (any color selected in properties), so 3.3.4 version is good. If I upgrade to 3.4.1, I get bad blur orange background (in the same case, any color selected for background). 2013/5/16 Benoît Minisini > Le 16/05/2013 10:48, Antonio Sánchez

Re: [Gambas-user] Controls with colorated background

2013-05-16 Thread Benoît Minisini
Le 16/05/2013 10:48, Antonio Sánchez a écrit : > More datas. There is a mistake in my past message. I found a PC with gambas > 3.3.4 where background was white. > > Look at the attachment. > > > 2013/5/15 Antonio Sánchez > >> >> I have just register to the mailing list because I was looking for >>

Re: [Gambas-user] Controls with colorated background

2013-05-12 Thread Benoît Minisini
Le 12/05/2013 08:58, Maria a écrit : > Hi! > I have just updated to 3.4.1 gambas version, I didn't change anything else in > my system. Why some of my programs have now a coloreated background even if I > didn't choose any color for them? Please provide a screenshot of the problem and an example

[Gambas-user] Controls with colorated background

2013-05-11 Thread Maria
Hi! I have just updated to 3.4.1 gambas version, I didn't change anything else in my system. Why some of my programs have now a coloreated background even if I didn't choose any color for them? -- Learn Graph Databases -

Re: [Gambas-user] Controls by code are invisible in Gnome

2010-08-31 Thread Fabián Flores Vadell
2010/8/31 EA7DFH : > You forgot to mention this only happens when using gb.gui in Gnome or gb.gtk > specifically. Thanks for the correction. > Sorry for re-posting... I've clicked the Send button too early! > > May be you need to specify X, Y coordinates and size for the new widget > to be posit

Re: [Gambas-user] Controls by code are invisible in Gnome

2010-08-31 Thread EA7DFH
El 31/08/10 22:50, Fabián Flores Vadell escribió: > I was testing a custom control in a Ubuntu 9.10 virtualized by > VirtualBox (using Gambas 2.18), and my controls become invisible in > execution time. This not happens on Kubuntu 10.04 on virtualbox too > (using Gambas 2.20). > > I was suprized w

Re: [Gambas-user] Controls by code are invisible in Gnome

2010-08-31 Thread EA7DFH
El 31/08/10 22:50, Fabián Flores Vadell escribió: I was testing a custom control in a Ubuntu 9.10 virtualized by VirtualBox (using Gambas 2.18), and my controls become invisible in execution time. This not happens on Kubuntu 10.04 on virtualbox too (using Gambas 2.20). I was suprized when I

[Gambas-user] Controls by code are invisible in Gnome

2010-08-31 Thread Fabián Flores Vadell
I was testing a custom control in a Ubuntu 9.10 virtualized by VirtualBox (using Gambas 2.18), and my controls become invisible in execution time. This not happens on Kubuntu 10.04 on virtualbox too (using Gambas 2.20). I was suprized when I verified that the same happens with controls provided by

Re: [Gambas-user] Controls

2009-07-03 Thread craf
Hi Steve. Thanks for reply. Yeah, I knew to do, my question is because those icons appear, as I have tried to understand it serves. Regards -Mensaje original- De: Stephen Bungay Reply-to: mailing list for gambas users Para: mailing list for gambas users Asunto: Re: [Gambas-user

Re: [Gambas-user] Controls

2009-07-03 Thread Stephen Bungay
They are container objects that arrange their children in rows or columns. See http://gambasdoc.org/help/comp/gb.qt/hbox?en http://gambasdoc.org/help/comp/gb.qt/hpanel?en Steve craf wrote: > Hello. > > Does anyone know that these controls are used, which are enclosed in the > color red? >

[Gambas-user] Controls

2009-07-03 Thread craf
Hello. Does anyone know that these controls are used, which are enclosed in the color red? Regards <>-- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https