Re: [Gambas-user] Frame container bug?

2018-10-23 Thread Benoît Minisini
Le 24/10/2018 à 04:07, sbungay a écrit : On 18-10-23 07:55 PM, Benoît Minisini wrote: Le 23/10/2018 à 17:56, sbungay a écrit : I did send a sample project along yesterday and it never got posted. Will try again, hope it gets through this time. I have two frames on the form, two text boxes,

Re: [Gambas-user] FRAME

2016-11-26 Thread Fabien Bodard
Put a scrollview between the frame and the elements So the elements are contained by the scrollview witch show scrollbar if the content not feet the visible part. Le 25 nov. 2016 14:15, "zeus Jesus" a écrit : > GREETINGS. > IS THERE ANY OPTION TO ADD A SCROLL TO A FRAME? > I HAVE AN APPLICA

[Gambas-user] FRAME

2016-11-25 Thread zeus Jesus
GREETINGS. IS THERE ANY OPTION TO ADD A SCROLL TO A FRAME? I HAVE AN APPLICATION WITH ALL THE ELEMENTS CONTAINED IN A FRAME BUT WHEN THE RESOLUTION OF THE SCREEN WHERE THE APPLICATION IS INSTALLED IS LOW THE SYSTEM IS NOT SHOWN PROPERLY, LOSING PART OF THE ELEMENTS CONTAINED IN THE FRAME.

Re: [Gambas-user] Frame Arrangement

2014-05-17 Thread Patrik Karlsson
Great news, looking forward to use it, thanks! 2014-05-17 1:44 GMT+02:00 Benoît Minisini : > Le 10/05/2014 10:12, Patrik Karlsson a écrit : > > I found this [1] and other threads on the topic of having Frame arrange > it > > contents. > > We still miss the option to do it. > > What is the status

Re: [Gambas-user] Frame Arrangement

2014-05-16 Thread Benoît Minisini
Le 10/05/2014 10:12, Patrik Karlsson a écrit : > I found this [1] and other threads on the topic of having Frame arrange it > contents. > We still miss the option to do it. > What is the status today, 10 years later, still problematic to implement? > > Any good work arounds? I was thinking of havin

[Gambas-user] Frame Arrangement

2014-05-10 Thread Patrik Karlsson
I found this [1] and other threads on the topic of having Frame arrange it contents. We still miss the option to do it. What is the status today, 10 years later, still problematic to implement? Any good work arounds? I was thinking of having a panel that I re-calculate the size for, but maybe I ju

Re: [Gambas-user] Frame Borders not displaying correctly

2012-09-05 Thread rocko
Changing the theme in Gnome does change how the frames are displayed. On Wed, 2012-09-05 at 21:36 +0200, M. Cs. wrote: > Try to set the components to the gb.gtk rather than using gb.qt. It will > give you the old fashioned look. But beware! I'm not sure that gb.qt and > gb.gtk dependencies are 10

Re: [Gambas-user] Frame Borders not displaying correctly

2012-09-05 Thread M. Cs.
Try to set the components to the gb.gtk rather than using gb.qt. It will give you the old fashioned look. But beware! I'm not sure that gb.qt and gb.gtk dependencies are 100% compatible! I found it better to use gb.qt since it feels more stable. Csaba > > -

Re: [Gambas-user] Frame Borders not displaying correctly

2012-09-05 Thread M. Cs.
What does happen when you change the theme of GNOME? I think this may be connected with the theme used, but I'm not the developer of the component. Csaba 2012/9/5 rocko > Say what? > Really? > I prefer the old fashioned way, with the borders of the frame all > around. > Is there a way to change

Re: [Gambas-user] Frame Borders not displaying correctly

2012-09-05 Thread rocko
Say what? Really? I prefer the old fashioned way, with the borders of the frame all around. Is there a way to change this? On Wed, 2012-09-05 at 21:21 +0200, M. Cs. wrote: > This is the correct look of the frames when using KDE, and probably with > the GNOME too. It isn't error. > > Csaba > > 20

Re: [Gambas-user] Frame Borders not displaying correctly

2012-09-05 Thread M. Cs.
This is the correct look of the frames when using KDE, and probably with the GNOME too. It isn't error. Csaba 2012/8/29 rocko > Using Gambas 3.2.1 > > The frame container is not displaying correctly. > The sides of the border are fading about midway and are > completely absent at the bottom. >

[Gambas-user] Frame Control

2012-08-16 Thread Ivan Kern
t; ivan-k...@freenet.de> > At moment I use Clearlooks theme > > -Ursprüngliche Nachricht- > Von: Fabien Bodard [mailto:gambas...@gmail.com] > Gesendet: Donnerstag, 16. August 2012 15:30 > An: mailing list for gambas users > Betreff: Re: [Gambas-user] Frame C

Re: [Gambas-user] Frame Control

2012-08-16 Thread Ricardo Díaz Martín
abien Bodard [mailto:gambas...@gmail.com] > Gesendet: Donnerstag, 16. August 2012 15:30 > An: mailing list for gambas users > Betreff: Re: [Gambas-user] Frame Control > > It's because of the oxygen theme > Le 16 août 2012 12:33, "Ivan Kern" a écrit : > > > Hel

Re: [Gambas-user] Frame Control

2012-08-16 Thread Ivan Kern
At moment I use Clearlooks theme -Ursprüngliche Nachricht- Von: Fabien Bodard [mailto:gambas...@gmail.com] Gesendet: Donnerstag, 16. August 2012 15:30 An: mailing list for gambas users Betreff: Re: [Gambas-user] Frame Control It's because of the oxygen theme Le 16 août 2012

Re: [Gambas-user] Frame Control

2012-08-16 Thread Fabien Bodard
It's because of the oxygen theme Le 16 août 2012 12:33, "Ivan Kern" a écrit : > Hello, > > There is some problem with a Frame control. > > When I place the control on my Form I cannot see it. There is no border. > > And I must change the background to see it. > > > > Ubuntu 10.04 > > Gambas3 Rev

[Gambas-user] Frame Control

2012-08-16 Thread Ivan Kern
I've updated Gambas3 up to Rev. 5046 and there is still no border round the Frame control. I forgot to mention, I use component QT4. Regards Ivan On Thu, 2012-08-16 at 12:29 +0200, Ivan Kern wrote: > Hello, > > There is some problem with a Frame control. > > When I place the contr

[Gambas-user] Frame Control

2012-08-16 Thread Ivan Kern
Hello, There is some problem with a Frame control. When I place the control on my Form I cannot see it. There is no border. And I must change the background to see it. Ubuntu 10.04 Gambas3 Rev. 5004 Regards Ivan ---

Re: [Gambas-user] frame control border won't display in IDE

2010-12-18 Thread Zach Smith
On Sat, Dec 18, 2010 at 12:39 PM, Fabien Bodard wrote: > kde style... certainly > Yes, running qtconfig and changing the GUI style from default to anything except GTK+ fixed the problem. Thanks. -- Lotusphere 2011 Regist

Re: [Gambas-user] frame control border won't display in IDE

2010-12-18 Thread Fabien Bodard
kde style... certainly 2010/12/18 Zach Smith : > While drawing a frame control on a form the border doesn't show even > though the frame is created.  When I run a simple test program in the > IDE, the frame border shows with gtk but not with qt.  When I close > the program running qt I get a signa

[Gambas-user] frame control border won't display in IDE

2010-12-18 Thread Zach Smith
While drawing a frame control on a form the border doesn't show even though the frame is created. When I run a simple test program in the IDE, the frame border shows with gtk but not with qt. When I close the program running qt I get a signal #11 error but the IDE continues to run. Arch 64-bit g

Re: [Gambas-user] Frame

2010-09-15 Thread Shane
On 13/09/10 23:06, Fabien Bodard wrote: > 2010/9/13 Shane: > >> On 13/09/10 22:46, Benoît Minisini wrote: >> Hi everyone I'm using the latest svn of gambas3 and was wondering where the border property for the frame control has gone? >>> Th

Re: [Gambas-user] Frame

2010-09-13 Thread Fabien Bodard
2010/9/13 Shane : > On 13/09/10 22:46, Benoît Minisini wrote: >>> Hi everyone >>> >>> I'm using the latest svn of gambas3 and was wondering where the border >>> property >>> for the frame control has gone? >>> >>> >> The frame is drawn by the toolkit, not by Gambas, so I think it has gone >> becaus

Re: [Gambas-user] Frame

2010-09-13 Thread Shane
On 13/09/10 22:46, Benoît Minisini wrote: >> Hi everyone >> >> I'm using the latest svn of gambas3 and was wondering where the border >> property >> for the frame control has gone? >> >> > The frame is drawn by the toolkit, not by Gambas, so I think it has gone > because of your widget style.

Re: [Gambas-user] Frame

2010-09-13 Thread Benoît Minisini
> Hi everyone > > I'm using the latest svn of gambas3 and was wondering where the border > property > for the frame control has gone? > The frame is drawn by the toolkit, not by Gambas, so I think it has gone because of your widget style. Regards, -- Benoît Minisini

[Gambas-user] Frame

2010-09-13 Thread Shane
Hi everyone I'm using the latest svn of gambas3 and was wondering where the border property for the frame control has gone? -- Start uncovering the many advantages of virtual appliances and start using them to simplify a

Re: [Gambas-user] Frame where the first item is not Enabled - focus problem

2009-11-27 Thread Benoît Minisini
> bbb888 wrote: > > In this form I have > > - several misc controls > > - a textarea > > - a frame (with several checkboxes and buttons) > > - a listview > > in that order in the heirarchy. > > > > In certain conditions, the first item in the frame has it's Enabled > > property set to false. > > Wh

Re: [Gambas-user] Frame where the first item is not Enabled - focus problem

2009-11-26 Thread Fabien Bodard
gambas manage the tab order with the zorder of childs... but the problem seem to be that gambas give focus to desabled controls... it's no a good behaviour. 2009/11/25 bbb888 : > > > > bbb888 wrote: >> >> In this form I have >> - several misc controls >> - a textarea >> - a frame (with several ch

Re: [Gambas-user] Frame where the first item is not Enabled - focus problem

2009-11-24 Thread bbb888
bbb888 wrote: > > In this form I have > - several misc controls > - a textarea > - a frame (with several checkboxes and buttons) > - a listview > in that order in the heirarchy. > > In certain conditions, the first item in the frame has it's Enabled > property set to false. > When this happen

[Gambas-user] Frame where the first item is not Enabled - focus problem

2009-11-24 Thread bbb888
In this form I have - several misc controls - a textarea - a frame (with several checkboxes and buttons) - a listview in that order in the heirarchy. In certain conditions, the first item in the frame has it's Enabled property set to false. When this happens and I tab from the textarea to the fr