Re: [Gambas-user] something for the wishlist 'a Combobox with ensurevisible center'

2014-10-21 Thread Christof Thalhofer
Am 21.10.2014 um 21:52 schrieb Tobias Boege: > There is a ComboBox being implemented in Gambas by Christof Thalhofer (and > friends?). That was my fault ;-) > He wrote about it here recently. Because it is built anew on top > of other controls, I bet you can add whatever you want to it. Yes. B

Re: [Gambas-user] something for the wishlist 'a Combobox with ensurevisible center'

2014-10-21 Thread Tobias Boege
On Tue, 21 Oct 2014, Beno??t Minisini wrote: > Le 21/10/2014 21:33, Karl Reinl a ??crit : > > Salut Beno??t, > > > > Combobox with 'EnsureVisible centered' by that I mean, that if my value > > would be in the last line, instead, appears in the Center of the list > > display and so making the follow

Re: [Gambas-user] something for the wishlist 'a Combobox with ensurevisible center'

2014-10-21 Thread Benoît Minisini
Le 21/10/2014 21:33, Karl Reinl a écrit : > Salut Benoît, > > Combobox with 'EnsureVisible centered' by that I mean, that if my value > would be in the last line, instead, appears in the Center of the list > display and so making the following entries visible, if present at all. > ComboBox is enti

[Gambas-user] something for the wishlist 'a Combobox with ensurevisible center'

2014-10-21 Thread Karl Reinl
Salut Benoît, Combobox with 'EnsureVisible centered' by that I mean, that if my value would be in the last line, instead, appears in the Center of the list display and so making the following entries visible, if present at all. -- Amicalement Charlie

Re: [Gambas-user] Issue 568 in gambas: Exec fails to run scripts

2014-10-21 Thread gambas
Updates: Status: Fixed Comment #5 on issue 568 by benoit.m...@gmail.com: Exec fails to run scripts https://code.google.com/p/gambas/issues/detail?id=568 Because you usually run scripts from a shell, that does that for you automatically. But when using the EXEC instruction, programs are

Re: [Gambas-user] Issue 568 in gambas: Exec fails to run scripts

2014-10-21 Thread gambas
Comment #4 on issue 568 by mradcli...@gmail.com: Exec fails to run scripts https://code.google.com/p/gambas/issues/detail?id=568 In nearly 20 years working on unix machines I have never had use "she-bang" in scripts but then I am fairly new to Ubuntu so there you go. As you predicted changing

Re: [Gambas-user] Release goals for 3.7 / 4.0

2014-10-21 Thread Tobias Boege
On Tue, 21 Oct 2014, PICCORO McKAY Lenz wrote: > I think for gambas 3.7 the changes between versions must stop (preferable), > so then the repository can be able to stable across time.. > > i note in mocosoft like proyects that manyority of programs (99% excepts > for frameworks versions implement

Re: [Gambas-user] Issue 568 in gambas: Exec fails to run scripts

2014-10-21 Thread gambas
Comment #3 on issue 568 by benoit.m...@gmail.com: Exec fails to run scripts https://code.google.com/p/gambas/issues/detail?id=568 That program works perfectly there. But I don't know why, normally because your script must have a "she-bang" to be an executable script. I.e. it must start with "#

Re: [Gambas-user] Import qbasic

2014-10-21 Thread Julio Sanchez
Sorry, the message was for Barry 2014-10-21 20:01 GMT+02:00 Julio Sanchez : > T Lee Davidson: > I have a simple example of using menus, explained with screen shots and > source code. They are in Spanish: > http://cursogambas.blogspot.com.es/2014/04/menus-y-menus-popups.html > > Besides this the b

Re: [Gambas-user] Import qbasic

2014-10-21 Thread Julio Sanchez
T Lee Davidson: I have a simple example of using menus, explained with screen shots and source code. They are in Spanish: http://cursogambas.blogspot.com.es/2014/04/menus-y-menus-popups.html Besides this the book also,http://beginnersguidetogambas.com/, which can guide you Regards Julio 2014-1

Re: [Gambas-user] No Global Menu in Ubuntu

2014-10-21 Thread GH
In fact I installed mate-desktop to have the theme I like best. No problem with menu bar anymore ! lol Le 21/10/2014 18:47, Patrik Karlsson a écrit : > 2014-10-21 18:40 GMT+02:00 Johny Provoost : > >> Op 21-10-14 om 17:47 schreef Patrik Karlsson: >>> Hi, it's me again. :) >>> >>> Am I the only Ubun

Re: [Gambas-user] Import qbasic

2014-10-21 Thread T Lee Davidson
On 10/21/2014 09:57 AM, Barry wrote: > Hello > > I have a package written in qbasic which is run from command line and > then controlled by a menu program. I would like to import programs to > gambas with the intent of running using the GUI and developing extra > capabilities to the package. I know

Re: [Gambas-user] No Global Menu in Ubuntu

2014-10-21 Thread Fabien Bodard
It seem to be rellated to DBusMenu... 2014-10-21 18:40 GMT+02:00 Johny Provoost : > > Op 21-10-14 om 17:47 schreef Patrik Karlsson: >> >> Hi, it's me again. :) >> >> Am I the only Ubuntu (Unity) user on this list having problem with menus? >> Or am I the only Ubuntu (Unity) user on this list with

Re: [Gambas-user] Import qbasic

2014-10-21 Thread Fabien Bodard
well ... Gambas is more near from VB than QBasic. I think you will have some work to do. Maybe the best will be to create a module, and then copy the whole file.bas in it. Then procedure by procedure you will have to convert some parts. 2014-10-21 15:57 GMT+02:00 Barry : > Hello > > I have a

Re: [Gambas-user] No Global Menu in Ubuntu

2014-10-21 Thread Patrik Karlsson
2014-10-21 18:02 GMT+02:00 Benoît Minisini : > Le 21/10/2014 17:47, Patrik Karlsson a écrit : > > 2014-10-17 19:41 GMT+02:00 Patrik Karlsson : > > > >> Hi, > >> > >> I have just updated to Gambas 3.6 from the gambas-team ppa and > discovered > >> that Gambas does not longer support Global Menu in

Re: [Gambas-user] No Global Menu in Ubuntu

2014-10-21 Thread Patrik Karlsson
2014-10-21 18:40 GMT+02:00 Johny Provoost : > > Op 21-10-14 om 17:47 schreef Patrik Karlsson: > > > > Hi, it's me again. :) > > > > Am I the only Ubuntu (Unity) user on this list having problem with menus? > > Or am I the only Ubuntu (Unity) user on this list with Gambas 3.6? > > > > I really do l

Re: [Gambas-user] No Global Menu in Ubuntu

2014-10-21 Thread Johny Provoost
Op 21-10-14 om 17:47 schreef Patrik Karlsson: > > Hi, it's me again. :) > > Am I the only Ubuntu (Unity) user on this list having problem with menus? > Or am I the only Ubuntu (Unity) user on this list with Gambas 3.6? > > I really do like to get rid of that menu bar... > -

Re: [Gambas-user] No Global Menu in Ubuntu

2014-10-21 Thread Benoît Minisini
Le 21/10/2014 17:47, Patrik Karlsson a écrit : > 2014-10-17 19:41 GMT+02:00 Patrik Karlsson : > >> Hi, >> >> I have just updated to Gambas 3.6 from the gambas-team ppa and discovered >> that Gambas does not longer support Global Menu in Ubuntu when using >> GB_GUI=gb.qt4. >> >> I can not make the I

Re: [Gambas-user] Release goals for 3.7 / 4.0

2014-10-21 Thread Charlie Reinl
Am Dienstag, den 21.10.2014, 16:38 +0200 schrieb Benoît Minisini: > The rule is the following: A program made with Gambas 3.X will work with > all Gambas 3.Y where Y >= X, except if your program relies on the bad > behaviour of a bug that is fixed in a new version. Salut Benoît, exist somewher

Re: [Gambas-user] No Global Menu in Ubuntu

2014-10-21 Thread Patrik Karlsson
2014-10-17 19:41 GMT+02:00 Patrik Karlsson : > Hi, > > I have just updated to Gambas 3.6 from the gambas-team ppa and discovered > that Gambas does not longer support Global Menu in Ubuntu when using > GB_GUI=gb.qt4. > > I can not make the IDE export the menus and my own apps only exports the > me

Re: [Gambas-user] Release goals for 3.7 / 4.0

2014-10-21 Thread Fabien Bodard
2014-10-21 16:38 GMT+02:00 Benoît Minisini : > Le 21/10/2014 16:25, PICCORO McKAY Lenz a écrit : >> Date: Thu, 16 Oct 2014 17:41:07 +0200 >> From: Beno?t Minisini >> >> Now let's start hacking for Gambas 3.7. >> >> >> >>> >>> *The main goal now is making a dedicated Gambas software repository.* >>

Re: [Gambas-user] Release goals for 3.7 / 4.0

2014-10-21 Thread Benoît Minisini
Le 21/10/2014 16:25, PICCORO McKAY Lenz a écrit : > Date: Thu, 16 Oct 2014 17:41:07 +0200 > From: Beno?t Minisini > > Now let's start hacking for Gambas 3.7. > > > >> >> *The main goal now is making a dedicated Gambas software repository.* >> > > I think for gambas 3.7 the changes between versions

[Gambas-user] Release goals for 3.7 / 4.0

2014-10-21 Thread PICCORO McKAY Lenz
Date: Thu, 16 Oct 2014 17:41:07 +0200 From: Beno?t Minisini Now let's start hacking for Gambas 3.7. > > *The main goal now is making a dedicated Gambas software repository.* > I think for gambas 3.7 the changes between versions must stop (preferable), so then the repository can be able to sta

[Gambas-user] Issue 570 in gambas: ValueBox does not prevent text entry

2014-10-21 Thread gambas
Status: New Owner: Labels: Version-TRUNK Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 570 by char...@cogier.com: ValueBox does not prevent text entry https://code.google.com/p/gambas/issues/detail?id=570 1) Problem: - ValueBox does not prevent text en

Re: [Gambas-user] Pre-release of Gambas 3.6 (2)

2014-10-21 Thread PICCORO McKAY Lenz
> From: Beno?t Minisini > > Setting up an up-to-date system would take weeks or months > until everything would run again. > > remember that i have same problem, due i support still debian lenny and squeeze, does still gambas 3.6 compiles in debian lenny or squeeze? (i have gstreamer 1.X and l

[Gambas-user] Import qbasic

2014-10-21 Thread Barry
Hello I have a package written in qbasic which is run from command line and then controlled by a menu program. I would like to import programs to gambas with the intent of running using the GUI and developing extra capabilities to the package. I know I have a lot of work to do to achieve this

Re: [Gambas-user] Font size vs. Paint.Scale

2014-10-21 Thread Fabien Bodard
O Le 21 oct. 2014 11:05, "Rolf-Werner Eilert" - sprachen @t- online.de > a écrit : > > > > Am 20.10.2014 17:53, schrieb Fabien Bodard: > > Le 20 oct. 2014 15:32, "Rolf-Werner Eilert" - sprachen @t- online.de > a > > écrit : > >> > >> Hi, > >> > >> just browsed the help text for the Paint system, an

Re: [Gambas-user] Issue 568 in gambas: Exec fails to run scripts

2014-10-21 Thread gambas
Comment #2 on issue 568 by mradcli...@gmail.com: Exec fails to run scripts https://code.google.com/p/gambas/issues/detail?id=568 Here is a project from my failing Gambas installation. I've also included a screen shot showing the error. I don't know if it is significant but the machine was insta

Re: [Gambas-user] Font size vs. Paint.Scale

2014-10-21 Thread Rolf-Werner Eilert
Am 20.10.2014 17:53, schrieb Fabien Bodard: > Le 20 oct. 2014 15:32, "Rolf-Werner Eilert" a > écrit : >> >> Hi, >> >> just browsed the help text for the Paint system, and found this. It >> sounds contradictory to me: >> >> BEWARE: The font size, as returned by Paint.Font.Size, is an absolute > s