Re: [Gambas-user] Gambas2 Grab in Gambas3

2016-11-13 Thread Fabien Bodard
2016-11-11 20:16 GMT+01:00 Richard Welch : > Fabien, right on the button. > > Cached now seems to work for me - when the code was first written in G2 > some years ago, minimising the window blanked the DrawingArea to > background and overlaying it with a window from another application > blanked th

Re: [Gambas-user] Gambas2 Grab in Gambas3

2016-11-11 Thread Richard Welch
Fabien, right on the button. Cached now seems to work for me - when the code was first written in G2 some years ago, minimising the window blanked the DrawingArea to background and overlaying it with a window from another application blanked the hidden part of the DrawingArea (I can't now remem

Re: [Gambas-user] Gambas2 Grab in Gambas3

2016-11-09 Thread Fabien Bodard
2016-11-09 17:45 GMT+01:00 Richard Welch : > Fabien, thank you for your reply. > > There are snags with each of these... > > First approach: > > Although the DrawingArea is often fully visible on screen, sometimes it > will be too big. > I can think of a way round this but it is not very elegant! >

Re: [Gambas-user] Gambas2 Grab in Gambas3

2016-11-09 Thread Richard Welch
Fabien, thank you for your reply. There are snags with each of these... First approach: Although the DrawingArea is often fully visible on screen, sometimes it will be too big. I can think of a way round this but it is not very elegant! Second approach: The image is sometimes highly complex a

Re: [Gambas-user] Gambas2 Grab in Gambas3

2016-11-08 Thread Fabien Bodard
Well... there is two answers. First : Use the Desktop.ScreenShot Function (http://gambaswiki.org/wiki/comp/gb.qt4/desktop/screenshot). But your widget must be visible on the screen... This is why it is a SCREEN shot. Second : When you are drawing something in a drawingarea you use a generic dr

[Gambas-user] Gambas2 Grab in Gambas3

2016-11-08 Thread Richard Welch
I need a simple way to copy the current image in a visible DrawingArea to a hidden PictureBox. The project was written in Gambas2, where a simple Grab method did the trick, but in G3 this does something different so the converted code does not function fully. FMain.pbxPicture.W = FMain.drwRep.

Re: [Gambas-user] Gambas2 program on ArchLinux

2014-09-22 Thread Rolf-Werner Eilert
There is a printing function included, and that would have to be completely re-written. I don't really have the time for that now, so I thought if there is an easier way to do it... Rolf Am 22.09.2014 14:51, schrieb Jussi Lahtinen: > Maybe it would be easier to convert the program for Gambas3?

Re: [Gambas-user] Gambas2 program on ArchLinux

2014-09-22 Thread Jussi Lahtinen
Maybe it would be easier to convert the program for Gambas3? It should be very easy. Jussi On Mon, Sep 22, 2014 at 12:05 PM, Rolf-Werner Eilert < eilert-sprac...@t-online.de> wrote: > Good morning everyone, > > Someone here who knows ArchLinux? I have a student who would like to use > a program

Re: [Gambas-user] Gambas2 program on ArchLinux

2014-09-22 Thread Tobias Boege
On Mon, 22 Sep 2014, Rolf-Werner Eilert wrote: > > > Am 22.09.2014 11:11, schrieb Tobias Boege: > > On Mon, 22 Sep 2014, Rolf-Werner Eilert wrote: > >> Good morning everyone, > >> > >> Someone here who knows ArchLinux? I have a student who would like to use > >> a program I once wrote in Gambas2.

Re: [Gambas-user] Gambas2 program on ArchLinux

2014-09-22 Thread Charlie Reinl
Am Montag, den 22.09.2014, 11:25 +0200 schrieb Rolf-Werner Eilert: > > Am 22.09.2014 11:11, schrieb Tobias Boege: > > On Mon, 22 Sep 2014, Rolf-Werner Eilert wrote: > >> Good morning everyone, > >> > >> Someone here who knows ArchLinux? I have a student who would like to use > >> a program I once

Re: [Gambas-user] Gambas2 program on ArchLinux

2014-09-22 Thread Rolf-Werner Eilert
Am 22.09.2014 11:11, schrieb Tobias Boege: > On Mon, 22 Sep 2014, Rolf-Werner Eilert wrote: >> Good morning everyone, >> >> Someone here who knows ArchLinux? I have a student who would like to use >> a program I once wrote in Gambas2. >> >> I told him to install a Gambas2 package, then try the .g

Re: [Gambas-user] Gambas2 program on ArchLinux

2014-09-22 Thread Tobias Boege
On Mon, 22 Sep 2014, Rolf-Werner Eilert wrote: > Good morning everyone, > > Someone here who knows ArchLinux? I have a student who would like to use > a program I once wrote in Gambas2. > > I told him to install a Gambas2 package, then try the .gambas binary > from me. It does run like this on

[Gambas-user] Gambas2 program on ArchLinux

2014-09-22 Thread Rolf-Werner Eilert
Good morning everyone, Someone here who knows ArchLinux? I have a student who would like to use a program I once wrote in Gambas2. I told him to install a Gambas2 package, then try the .gambas binary from me. It does run like this on my own laptop, but not on his machine. Anything special we s

Re: [Gambas-user] Gambas2 {Control,Container}.Grab() replacement?

2014-03-03 Thread Benoît Minisini
Le 03/03/2014 19:46, Tobias Boege a écrit : > On Mon, 03 Mar 2014, Beno?t Minisini wrote: >> Le 03/03/2014 19:16, Tobias Boege a ?crit : >>> Hi Benoit, >>> >>> is it possible to provide a replacement for what the Control/Container >>> Grab() method did in Gambas2, i.e. returning a Picture of the co

Re: [Gambas-user] Gambas2 {Control,Container}.Grab() replacement?

2014-03-03 Thread Tobias Boege
On Mon, 03 Mar 2014, Beno?t Minisini wrote: > Le 03/03/2014 19:16, Tobias Boege a ?crit : > > Hi Benoit, > > > > is it possible to provide a replacement for what the Control/Container > > Grab() method did in Gambas2, i.e. returning a Picture of the control? > > > > Regards, > > Tobi > > > > You m

Re: [Gambas-user] Gambas2 {Control,Container}.Grab() replacement?

2014-03-03 Thread Benoît Minisini
Le 03/03/2014 19:16, Tobias Boege a écrit : > Hi Benoit, > > is it possible to provide a replacement for what the Control/Container > Grab() method did in Gambas2, i.e. returning a Picture of the control? > > Regards, > Tobi > You must play with Desktop.Screenshot instead. -- Benoît Minisini --

[Gambas-user] Gambas2 {Control,Container}.Grab() replacement?

2014-03-03 Thread Tobias Boege
Hi Benoit, is it possible to provide a replacement for what the Control/Container Grab() method did in Gambas2, i.e. returning a Picture of the control? Regards, Tobi -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk

Re: [Gambas-user] GAMBAS2 is now being used in school teaching in KERALA state in INDIA

2013-08-09 Thread Tobias Boege
On Thu, 08 Aug 2013, monika wrote: > hi Benoit,GAMBAS2 is now being used in school teaching in KERALA state in > INDIA. Using GAMBAS2 we (some teachers of KERALA) wrote a software called > SETIGam(Self Evaluation Tool In Gambas) to help our students in their > learning process. It is very much appr

Re: [Gambas-user] GAMBAS2 is now being used in school teaching in KERALA state in INDIA

2013-08-08 Thread Fabien Bodard
I hope too The differences between gambas2 and gambas3. Are really big in term of features.. But I'm really happy to see gambas learned at school. It give me more strength to complete my missing docs and my incomplete components :-) Thank you Regards, Fabien Bodard Le 9 août 2013 07:00, "mon

Re: [Gambas-user] GAMBAS2 is now being used in school teaching in KERALA state in INDIA

2013-08-08 Thread monika
hi Benoit, we are using Edubuntu OS in our State Syllabus. In which they haven't included Gambas3 and they are using Gambas2. We hope in the next distribution of Edubuntu they may include Gambas3. On Fri, Aug 9, 2013 at 7:48 AM, Benoît Minisini [via Gambas] < ml-node+s8142n42752...@n7.nabble.com>

Re: [Gambas-user] GAMBAS2 is now being used in school teaching in KERALA state in INDIA

2013-08-08 Thread Benoît Minisini
Le 09/08/2013 03:59, monika a écrit : > hi Benoit,GAMBAS2 is now being used in school teaching in KERALA state in > INDIA. Using GAMBAS2 we (some teachers of KERALA) wrote a software called > SETIGam(Self Evaluation Tool In Gambas) to help our students in their > learning process. It is very much a

[Gambas-user] GAMBAS2 is now being used in school teaching in KERALA state in INDIA

2013-08-08 Thread monika
hi Benoit,GAMBAS2 is now being used in school teaching in KERALA state in INDIA. Using GAMBAS2 we (some teachers of KERALA) wrote a software called SETIGam(Self Evaluation Tool In Gambas) to help our students in their learning process. It is very much apprieciated and the students are very much int

Re: [Gambas-user] Gambas2: Replace doesn't replace

2013-03-12 Thread Rolf-Werner Eilert
Am 12.03.2013 13:54, schrieb Ricardo Díaz Martín: > Hi Rolf, > > You have to use in your code > > txt = Replace(txt, alterString, neuerString) > > instead of > > Replace(txt, alterString, neuerString) > > Aaaah grr - I made just the same mistake last week but found it after some time :-) "S

Re: [Gambas-user] Gambas2: Replace doesn't replace

2013-03-12 Thread Ricardo Díaz Martín
Hi Rolf, You have to use in your code txt = Replace(txt, alterString, neuerString) instead of Replace(txt, alterString, neuerString) In http://gambasdoc.org/help/lang/replace?v2 you can see as Replace works: *Result* *= Replace (* *String* *,* *Pattern* *,* *ReplaceString* [ *,* *Comparison

[Gambas-user] Gambas2: Replace doesn't replace

2013-03-12 Thread Rolf-Werner Eilert
Hi folks, This is a just another case for me to experience trouble with Replace. Look at this: PUBLIC SUB ReplaceStringDruckformulare(kartei AS String, alterString AS String, neuerString AS String) DIM pfad, datei, txt AS String pfad = ini.pfadKarteien() &/ kartei &/ "texte" FOR EACH da

Re: [Gambas-user] Gambas2 - Debian and Ubuntu packages fail to built (Package.MakeDebPackage.368: File or directory does not exist)!

2012-12-28 Thread Willy Raets
On Thu, 2012-12-27 at 07:27 +0100, Benoît Minisini wrote: > Le 24/12/2012 01:37, Willy Raets a écrit : > > Kernel: Linux 3.2.0-23-generic > > Distribution: Linux Mint 13 > > desktop: Mate 1.2 > > Gambas version: 2.24 > > > > Haven't been working that much on Gambas 2, but I have a distributed > > G

Re: [Gambas-user] Gambas2 - Debian and Ubuntu packages fail to built (Package.MakeDebPackage.368: File or directory does not exist)!

2012-12-26 Thread Benoît Minisini
Le 24/12/2012 01:37, Willy Raets a écrit : > Kernel: Linux 3.2.0-23-generic > Distribution: Linux Mint 13 > desktop: Mate 1.2 > Gambas version: 2.24 > > Haven't been working that much on Gambas 2, but I have a distributed > Gambas 2 application that will get a version update with some bug fixes, >

[Gambas-user] Gambas2 - Debian and Ubuntu packages fail to built (Package.MakeDebPackage.368: File or directory does not exist)!

2012-12-23 Thread Willy Raets
Kernel: Linux 3.2.0-23-generic Distribution: Linux Mint 13 desktop: Mate 1.2 Gambas version: 2.24 Haven't been working that much on Gambas 2, but I have a distributed Gambas 2 application that will get a version update with some bug fixes, new implementations and translation updates. Somehow it w

Re: [Gambas-user] Gambas2 progs under Suse12.1 no window sizing

2012-10-13 Thread Fabien Bodard
The better is to have all its forms scalable... With auto arrange values or autoresize Le 13 oct. 2012 13:33, "Benoît Minisini" a écrit : > Le 13/10/2012 13:09, Rolf-Werner Eilert a écrit : > > > > > > Am 13.10.2012 10:26, schrieb Benoît Minisini: > >> Le 12/10/2012 20:11, Rolf-Werner Eilert a éc

Re: [Gambas-user] Gambas2 progs under Suse12.1 no window sizing

2012-10-13 Thread Benoît Minisini
Le 13/10/2012 13:09, Rolf-Werner Eilert a écrit : > > > Am 13.10.2012 10:26, schrieb Benoît Minisini: >> Le 12/10/2012 20:11, Rolf-Werner Eilert a écrit : >>> Hi folks, >>> >>> This really took me by surprise: I've setup a server with Suse 12.1 >>> 64bit and expected my current Gambas2 programs fro

Re: [Gambas-user] Gambas2 progs under Suse12.1 no window sizing

2012-10-13 Thread Rolf-Werner Eilert
Am 13.10.2012 10:26, schrieb Benoît Minisini: > Le 12/10/2012 20:11, Rolf-Werner Eilert a écrit : >> Hi folks, >> >> This really took me by surprise: I've setup a server with Suse 12.1 >> 64bit and expected my current Gambas2 programs from the old server to >> run flawlessly like they do on my la

Re: [Gambas-user] Gambas2 progs under Suse12.1 no window sizing

2012-10-13 Thread Benoît Minisini
Le 12/10/2012 20:11, Rolf-Werner Eilert a écrit : > Hi folks, > > This really took me by surprise: I've setup a server with Suse 12.1 > 64bit and expected my current Gambas2 programs from the old server to > run flawlessly like they do on my laptop (Suse 12.1 32bit). > > The main window appears, bu

[Gambas-user] Gambas2 progs under Suse12.1 no window sizing

2012-10-12 Thread Rolf-Werner Eilert
Hi folks, This really took me by surprise: I've setup a server with Suse 12.1 64bit and expected my current Gambas2 programs from the old server to run flawlessly like they do on my laptop (Suse 12.1 32bit). The main window appears, but I do not have the gadgets to draw the window to a larger

Re: [Gambas-user] Gambas2 prog Circular Reference

2012-05-21 Thread Rolf-Werner Eilert
Hi Jussi, just being alone in the office, I shut down the server, replugged the HD and started the new one to try it and tell you what it was. You guess what? Everything ran as expected, no circular reference anymore... No idea what had caused this... Sorry for the noise. Rolf Am 21.05.2012

Re: [Gambas-user] Gambas2 prog Circular Reference

2012-05-21 Thread Jussi Lahtinen
Sorry, this was on Gambas 3 rev 4745 @ Xubuntu 12.04 64bit. Jussi On Mon, May 21, 2012 at 5:45 PM, Jussi Lahtinen wrote: > Without source code, it's pretty much impossible to say. > That error message should specify the object involved..? > > Benoit, > I'm not sure this is related, but at leas

Re: [Gambas-user] Gambas2 prog Circular Reference

2012-05-21 Thread Jussi Lahtinen
Without source code, it's pretty much impossible to say. That error message should specify the object involved..? Benoit, I'm not sure this is related, but at least there is bug how to handle circular references. See attached project. Jussi On Mon, May 21, 2012 at 9:32 AM, Rolf-Werner Eiler

[Gambas-user] Gambas2 prog Circular Reference

2012-05-20 Thread Rolf-Werner Eilert
This weekend I came about this one: On my new server (Suse 12.1 64 bit), all Gambas2 programs we are using here are running flawlessly, only one of them gives a "Circular Reference" message and stops. It even seems not to start at all, but I guess it does start and is shot dead before any windo

Re: [Gambas-user] Gambas2 compilation problems

2011-12-17 Thread Randall Morgan
For make install and possibly make, you must have root access rights. sudo, or su or logged in as root. On Sat, Dec 17, 2011 at 9:11 AM, ac Millner wrote: > Apologies to the moderator. > > Operating System : pcLinuxOS 64bitest4.iso (Stable release candidate) > Hardware Zotac Zbox: > CPU Intel A

Re: [Gambas-user] Gambas2 compilation problems

2011-12-17 Thread Benoît Minisini
Le 17/12/2011 18:11, Randy Millner a écrit : > Apologies to the moderator. > > Operating System : pcLinuxOS 64bitest4.iso (Stable release candidate) > Hardware Zotac Zbox: > CPU Intel ATOM D525 Dual Core 1.8 Ghz 800 Mhz front bus > Chipset Intel NM10 > Graphics Intel media accelerator 3150 > 4 Gig

[Gambas-user] Gambas2 compilation problems

2011-12-17 Thread Randy Millner
Apologies to the moderator. Operating System : pcLinuxOS 64bitest4.iso (Stable release candidate) Hardware Zotac Zbox: CPU Intel ATOM D525 Dual Core 1.8 Ghz 800 Mhz front bus Chipset Intel NM10 Graphics Intel media accelerator 3150 4 Gig Ram Kingston 64Gig Sata SSD Drive My goal is to have at le

Re: [Gambas-user] Gambas2 Gambas3 Compilation

2011-12-16 Thread Caveat
This is usually managed by links. So for example, looking for libz.so... $ sudo find / -name libz.so [sudo] password: /usr/lib/libz.so $ ls -l /usr/lib/libz.so lrwxrwxrwx 1 root root 20 2011-04-15 16:32 /usr/lib/libz.so -> /lib/libz.so.1.2.3.4 The 'file' libz.so in /usr/lib is just a pointer t

[Gambas-user] Gambas2 Gambas3 Compilation

2011-12-16 Thread Randy Millner
Trying to help the 64bit distro of PcLinuxOS by compiling first Gambas2 and then Gambas3 When making sure I have all components first per the Gambas documentation, it seems most components exist, but with numbers appended to the filename For Example: [ee@localhost ~]$ locate libmysqlclient.so /u

Re: [Gambas-user] Gambas2 Bug

2011-10-28 Thread Jussi Lahtinen
Maybe there should be option for IDE to do this automatically. Gambas compiler is super fast, what would be the downside! Jussi On Fri, Oct 28, 2011 at 23:54, Fabien Bodard wrote: > 2011/10/28 Jussi Lahtinen : > > I can reproduce your problem, but I can also fix it by simply clicking on > > "

Re: [Gambas-user] Gambas2 Bug

2011-10-28 Thread Fabien Bodard
2011/10/28 Jussi Lahtinen : > I can reproduce your problem, but I can also fix it by simply clicking on > "Compile All". > First time I run into problem like this. I think this is not the case with > Gambas 3... well sometime it append with gambas 3 ... click on "compile all", solve it > > Jussi >

Re: [Gambas-user] Gambas2 Bug

2011-10-28 Thread Jussi Lahtinen
I can reproduce your problem, but I can also fix it by simply clicking on "Compile All". First time I run into problem like this. I think this is not the case with Gambas 3... Jussi On Fri, Oct 28, 2011 at 22:06, Christian DaGeek247 Stephens < imageek...@gmail.com> wrote: > * > "Sorry, pres

Re: [Gambas-user] Gambas2 Bug

2011-10-28 Thread Christian DaGeek247 Stephens
* "Sorry, pressed the SEND button too fast :-) > *Am I allowed to attach files to this email?* As far as I know, yes, but not too big ones. > *I have a menu, and it used to have input box code and a few if statements. For me, a menu is this thing at the top of the form, or a pop-up (usually fro

Re: [Gambas-user] Gambas2 Bug

2011-10-28 Thread Fabien Bodard
do you have recompiled all ...? do a project > clean then recompile all 2011/10/28 Jussi Lahtinen : >> *Am I allowed to attach files to this email?* >> > > Yes. > > > *I have a menu, and it used to have input box code and a few if statements. >> * >> *I changed it to show a form called Delays

Re: [Gambas-user] Gambas2 Bug

2011-10-28 Thread Jussi Lahtinen
> *Am I allowed to attach files to this email?* > Yes. *I have a menu, and it used to have input box code and a few if statements. > * > *I changed it to show a form called Delays* > *I run it and it still does the input box code, even after saving, > resetting > the Gambas settings, and restart

Re: [Gambas-user] Gambas2 Bug

2011-10-28 Thread Rolf-Werner Eilert
Sorry, pressed the SEND button too fast :-) > *Am I allowed to attach files to this email?* As far as I know, yes, but not too big ones. > *I have a menu, and it used to have input box code and a few if statements. For me, a menu is this thing at the top of the form, or a pop-up (usually from

Re: [Gambas-user] Gambas2 Bug

2011-10-28 Thread Rolf-Werner Eilert
Am 27.10.2011 22:28, schrieb Christian DaGeek247 Stephens: > *"*If you give no details and no information about your problem, nobody can > help you. > > Please: > > - Give the version of Gambas you are using. > > - Give informations about your system. > > - Send your project if possible. > > - Desc

Re: [Gambas-user] Gambas2 Bug

2011-10-27 Thread Christian DaGeek247 Stephens
*"*If you give no details and no information about your problem, nobody can help you. Please: - Give the version of Gambas you are using. - Give informations about your system. - Send your project if possible. - Describe exactly what you done, what you expected, and what happened instead. Tha

Re: [Gambas-user] Gambas2 Bug

2011-10-27 Thread Benoît Minisini
Le 27/10/2011 04:43, Christian DaGeek247 Stephens a écrit : > *I am seriously frustrated with this one, and I don't have a solution for > it.* > * > * > *Here's the deal. I have a program that is fairly far into construction, and > this issue is stopping all production. I made a menu item, and it w

Re: [Gambas-user] Gambas2 Bug

2011-10-27 Thread Jack
Le 27/10/2011 04:43, Christian DaGeek247 Stephens a écrit : > *I am seriously frustrated with this one, and I don't have a solution for > it.* > * > * > *Here's the deal. I have a program that is fairly far into construction, and > this issue is stopping all production. I made a menu item, and it w

[Gambas-user] Gambas2 Bug

2011-10-26 Thread Christian DaGeek247 Stephens
*I am seriously frustrated with this one, and I don't have a solution for it.* * * *Here's the deal. I have a program that is fairly far into construction, and this issue is stopping all production. I made a menu item, and it worked. I edited the menu, and changed its code completely. The menu is t

[Gambas-user] Gambas2 error

2011-09-18 Thread Ron
FWIW, I just deleted a gridview from a tabstrip in the ide and got this: Gambas2 latest rev. Ubuntu Natty 64 bit, QT SetProperty: TabStrip.Count: CControl.SetProperty.475: Tab is not empty FForm.GetChildren.490: #29: Invalid object 0: FForm.GetChildren.490 1: CControl.Delete.684 2: FForm.DeleteSe

Re: [Gambas-user] Gambas2 to gambas3 conversion - some problems

2011-09-04 Thread Benoît Minisini
> Hi Benoît and everyone, > > I have some misgivings about how gambas3 is converting or "porting" > gambas2 projects. I'm talking about the way it is renaming the old > project and creating a new project with the same name. This can have a > result of breaking stable "production" gambas2 applicat

Re: [Gambas-user] Gambas2 to gambas3 conversion - some problems

2011-09-04 Thread Benoît Minisini
> Yep, here too,conversion from gambas2 to 3 is broken. > > Running r4082 > > It starts converting the project and then halts with this error: > > Cannot open project file: > /home/ron/domotiga/convert/DomotiGaServer > > File or directory does not exist > Project.Open.511 > > No wonder, becaus

Re: [Gambas-user] Gambas2 to gambas3 conversion - some problems

2011-09-04 Thread Ron
Yep, here too,conversion from gambas2 to 3 is broken. Running r4082 It starts converting the project and then halts with this error: Cannot open project file: /home/ron/domotiga/convert/DomotiGaServer File or directory does not exist Project.Open.511 No wonder, because if you look at the last

[Gambas-user] Gambas2 to gambas3 conversion - some problems

2011-09-03 Thread Bruce Bruen
Hi Benoît and everyone, I have some misgivings about how gambas3 is converting or "porting" gambas2 projects. I'm talking about the way it is renaming the old project and creating a new project with the same name. This can have a result of breaking stable "production" gambas2 applications at wors

Re: [Gambas-user] gambas2 and gambas3 Natty

2011-06-26 Thread Benoît Minisini
> On Sat, Jun 25, 2011 at 5:29 AM, M. Cs. wrote: > > Hello, > > because of a foolish error I cannot use both gambas2 and gambas3 on > > Natty: > > > > gambas3-script_2.99.1-1natty0_i386.deb (--install): > > trying to overwrite > > '/usr/share/icons/hicolor/64x64/mimetypes/application-x-gambasscr

Re: [Gambas-user] gambas2 and gambas3 Natty

2011-06-25 Thread M. Cs.
Yes. I've just succeeded, Thanks! 2011/6/25, Ian Haywood : > On Sat, Jun 25, 2011 at 6:39 PM, M. Cs. wrote: >> Yes, I've installed these packages, and had to remove gambas2, >> although many of my apps are written in G2. G3 just looks more >> complicated, so I'll need some time for the change. >>

Re: [Gambas-user] gambas2 and gambas3 Natty

2011-06-25 Thread Ian Haywood
On Sat, Jun 25, 2011 at 6:39 PM, M. Cs. wrote: > Yes, I've installed these packages, and had to remove gambas2, > although many of my apps are written in G2. G3 just looks more > complicated, so I'll need some time for the change. > Thanks for your work! you should be able to install G2 and G3 tog

Re: [Gambas-user] gambas2 and gambas3 Natty

2011-06-25 Thread M. Cs.
Yes, I've installed these packages, and had to remove gambas2, although many of my apps are written in G2. G3 just looks more complicated, so I'll need some time for the change. Thanks for your work! Csaba 2011/6/25, Ian Haywood : > On Sat, Jun 25, 2011 at 5:29 AM, M. Cs. wrote: >> Hello, >> bec

Re: [Gambas-user] gambas2 and gambas3 Natty

2011-06-24 Thread Ian Haywood
On Sat, Jun 25, 2011 at 5:29 AM, M. Cs. wrote: > Hello, > because of a foolish error I cannot use both gambas2 and gambas3 on Natty: > > gambas3-script_2.99.1-1natty0_i386.deb (--install): >  trying to overwrite > '/usr/share/icons/hicolor/64x64/mimetypes/application-x-gambasscript.png', > which i

[Gambas-user] gambas2 and gambas3 Natty

2011-06-24 Thread M. Cs.
Hello, because of a foolish error I cannot use both gambas2 and gambas3 on Natty: gambas3-script_2.99.1-1natty0_i386.deb (--install): trying to overwrite '/usr/share/icons/hicolor/64x64/mimetypes/application-x-gambasscript.png', which is also in package gambas2-script 2.21.0-1ubuntu1 Because of

Re: [Gambas-user] Gambas2 and 3 on Suse 11.4

2011-05-17 Thread Rolf-Werner Eilert
Thanks a lot! I printed this out and will try it on a test system first as soon as I find some time for it, maybe over the weekend. Regards Rolf Am 17.05.2011 12:25, schrieb munix9: > > hi, > > use yast and search for libqt4 in software installation to identify your > current version or try in

Re: [Gambas-user] Gambas2 and 3 on Suse 11.4

2011-05-17 Thread munix9
hi, use yast and search for libqt4 in software installation to identify your current version or try in a console rpm -q libqt4 or zypper se -s libqt4 my "extended" repo http://download.opensuse.org/repositories/home:/munix9:/openSUSE:/11.4:/Extended/standard/ is connected to several other repos

Re: [Gambas-user] Gambas2 and 3 on Suse 11.4

2011-05-17 Thread Rolf-Werner Eilert
Hi Paolo, thanks for the hints! I used the Education repo and installed 2.22 from there, it seems to run flawlessly. As to libqt: what do you mean "extended" and how do I find the version on my system? Rolf Am 17.05.2011 10:04, schrieb munix9: > > hi, > > take a look at http://software.opens

Re: [Gambas-user] Gambas2 and 3 on Suse 11.4

2011-05-17 Thread munix9
hi, take a look at http://software.opensuse.org/search to find the packages, eg. http://software.opensuse.org/search?q=gambas2&baseproject=openSUSE%3A11.4&lang=de&exclude_debug=true currently there exists two official repos with gambas2 packages: http://download.opensuse.org/repositories/KDE:/KD

Re: [Gambas-user] Gambas2 and 3 on Suse 11.4

2011-05-16 Thread Rolf-Werner Eilert
Am 17.05.2011 01:14, schrieb Benoît Minisini: >> Good morning everyone, >> >> Over the weekend I tried to compile Gambas 2 and 3 on a freshly set up >> Suse 11.4 32 bit. There were problems, however, so I include the output >> for the two runs. >> >> By the way: does anyone know if there is a repo

Re: [Gambas-user] Gambas2 and 3 on Suse 11.4

2011-05-16 Thread Benoît Minisini
> Good morning everyone, > > Over the weekend I tried to compile Gambas 2 and 3 on a freshly set up > Suse 11.4 32 bit. There were problems, however, so I include the output > for the two runs. > > By the way: does anyone know if there is a repo for Suse 11.4 that holds > an official Gambas2 vers

[Gambas-user] Gambas2 and 3 on Suse 11.4

2011-05-15 Thread Rolf-Werner Eilert
Good morning everyone, Over the weekend I tried to compile Gambas 2 and 3 on a freshly set up Suse 11.4 32 bit. There were problems, however, so I include the output for the two runs. By the way: does anyone know if there is a repo for Suse 11.4 that holds an official Gambas2 version? Than

Re: [Gambas-user] gambas2 - gambas3

2011-04-07 Thread tobias
good evening, thank you, i hope this will do it for him! -- Xperia(TM) PLAY It's a major breakthrough. An authentic gaming smartphone on the nation's most reliable network. And it wants your games. http://p.sf.net/sfu/veri

Re: [Gambas-user] gambas2 - gambas3

2011-04-07 Thread Benoît Minisini
> hi developers, > i redirect another question: > is there a list that tells specifically what classes are > removed/added/changed from gambas2 in gambas3? > > best regards, > tobi > No, but something to try is doing a "diff" between all *.list files located in the '/usr/share/gambas3/info' dir

Re: [Gambas-user] gambas2 - gambas3

2011-04-07 Thread Jussi Lahtinen
I don't know if there is anything else than this: http://www.gambasdoc.org/help/doc/gb2togb3?v3 Jussi On Thu, Apr 7, 2011 at 23:01, tobias wrote: > hi developers, > i redirect another question: > is there a list that tells specifically what classes are > removed/added/changed from gambas2 in g

[Gambas-user] gambas2 - gambas3

2011-04-07 Thread tobias
hi developers, i redirect another question: is there a list that tells specifically what classes are removed/added/changed from gambas2 in gambas3? best regards, tobi -- Xperia(TM) PLAY It's a major breakthrough. An auth

[Gambas-user] Gambas2 and debian 6 with kde 4

2011-03-09 Thread Andreas Fröhlke
Hello, we used Kubuntu in the past and are now working with debian 6 and kde 4. But the layout is very odd there. We found out, that by using qb.gt.kde in our projects, the layout is ok, but then every control has an underline for the System-Hotkey ([ALT]+[UNDERLINED LETTER]), and this underlin

[Gambas-user] Gambas2 Application.Dir

2011-01-19 Thread Rolf-Werner Eilert
Just found that with a commandline application started within the IDE, Gambas2 will deliver the user's $home for Application.Dir and not the directory from the Gambas project. I would have expected the project directory. Example: My project is in /home/user/Gambas2/Project At least when run on

Re: [Gambas-user] Gambas2

2011-01-04 Thread Charlie Reinl
Am Dienstag, den 04.01.2011, 10:39 +0100 schrieb ivan-k...@freenet.de: > Me.Close does not work from the code if a form is opened ShowModal. > > PUBLIC SUB Form_Open() > Code. > WAIT > ME.Close > END > > Ubuntu 10.04 > GTK+ > Gambas2 Rev. 3439 > Salut, whats happened, if you s

[Gambas-user] Gambas2

2011-01-04 Thread ivan-kern
Me.Close does not work from the code if a form is opened ShowModal.   PUBLIC SUB Form_Open()   Code.   WAIT   ME.Close END   Ubuntu 10.04 GTK+ Gambas2 Rev. 3439 --- Exklusiv: Neue E-Mail-Adresse @iPhone.de jetzt verfügbar! Sichern Sie sich jetzt ihre persönliche e-mail-adre...@iphone.de

Re: [Gambas-user] Gambas2 IDE Snap to Grid Question

2010-12-18 Thread Benoît Minisini
> Yes, I do mean the SHIFT key. > I am using 2.9 > When do you expect to begin not supporting 2 anymore? > -Fernando > Why do you ask that if you don't use the latest version? -- Benoît Minisini -- Lotusphere 2011 Regi

Re: [Gambas-user] Gambas2 IDE Snap to Grid Question

2010-12-17 Thread nando
-user] Gambas2 IDE Snap to Grid Question > > Does anyone know how to turn off the grid snapping feature > > when place an object in a form in the IDE? > > > > I am placing a label in a specific place. > > I hold the CNTRL down so it is off while moving it. > > Yo

Re: [Gambas-user] Gambas2 IDE Snap to Grid Question

2010-12-17 Thread Benoît Minisini
> Does anyone know how to turn off the grid snapping feature > when place an object in a form in the IDE? > > I am placing a label in a specific place. > I hold the CNTRL down so it is off while moving it. You mean the SHIFT key? > However, when I click on another object and then > click on the

[Gambas-user] Gambas2 IDE Snap to Grid Question

2010-12-17 Thread nando
Does anyone know how to turn off the grid snapping feature when place an object in a form in the IDE? I am placing a label in a specific place. I hold the CNTRL down so it is off while moving it. However, when I click on another object and then click on the original one, it snaps to the grid. Ver

Re: [Gambas-user] Gambas2 to 3 port error "Form.Delete is badly overridden in class"

2010-12-14 Thread Benoît Minisini
> >have you converted your forms ? menu>tools> > > Yes > > >why not check for this after project load and ask the user to convert > >them? > > yes I have checked and verified. > > >The Delete() was reimplemented in your form. But its syntax differs from > > the > > >original Delete() method

Re: [Gambas-user] Gambas2 to 3 port error "Form.Delete is badly overridden in class"

2010-12-14 Thread Nicolas Koch
>have you converted your forms ? menu>tools> Yes >why not check for this after project load and ask the user to convert them? yes I have checked and verified. >The Delete() was reimplemented in your form. But its syntax differs from the >original Delete() method from the Control class. This i

Re: [Gambas-user] Gambas2 to 3 port error "Form.Delete is badly overridden in class"

2010-12-14 Thread Benoît Minisini
> I just finished compiling Gambas3 and verified I can play with some code > and test ok, however, when i port my project gambas2 to gambas3 I get > error > > : "Form.Delete is badly overridden in class" > > What do I need to look or change to fix that? I have verified that form > files say Gam

Re: [Gambas-user] Gambas2 to 3 port error "Form.Delete is badly overridden in class"

2010-12-14 Thread Benoît Minisini
> This seem to be a common error. > > Since the Gambas3 IDE knows that your forms are still version 2 (because > it says so on the first line of the form file) why not check for this > after project load and ask the user to convert them? > > Regards, > Ron_2nd. > Indeed. The conversion process

Re: [Gambas-user] Gambas2 to 3 port error "Form.Delete is badly overridden in class"

2010-12-14 Thread Ron
This seem to be a common error. Since the Gambas3 IDE knows that your forms are still version 2 (because it says so on the first line of the form file) why not check for this after project load and ask the user to convert them? Regards, Ron_2nd. > have you converted your forms ? menu>tools> >

Re: [Gambas-user] Gambas2 to 3 port error "Form.Delete is badly overridden in class"

2010-12-14 Thread Fabien Bodard
have you converted your forms ? menu>tools> 2010/12/14 Nicolas Koch : > I just finished compiling Gambas3 and verified I can play with some code and > test ok, however, when i port my project  gambas2 to gambas3 I get error > : "Form.Delete is badly overridden in class" > > What do I need to loo

[Gambas-user] Gambas2 to 3 port error "Form.Delete is badly overridden in class"

2010-12-13 Thread Nicolas Koch
I just finished compiling Gambas3 and verified I can play with some code and test ok, however, when i port my project gambas2 to gambas3 I get error : "Form.Delete is badly overridden in class" What do I need to look or change to fix that? I have verified that form files say Gambas Form file 3.0

Re: [Gambas-user] Gambas2 IDE preferences & System Language

2010-11-27 Thread Benoît Minisini
> Vietnamese. > With Fedora 14, Gambas 2.21. Gambas chooses its language by reading the LC_ALL environmental variables, and then the LANG environmental variable if LC_ALL is not defined. But it should not have no impact on where Qt and the Gambas IDE read their configuration. What are the valu

Re: [Gambas-user] Gambas2 IDE preferences & System Language

2010-11-21 Thread Phạm Quang Dương
Vietnamese. With Fedora 14, Gambas 2.21. -- Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and m

Re: [Gambas-user] Gambas2 IDE preferences & System Language

2010-11-20 Thread Fabien Bodard
2010/11/20 Phạm Quang Dương : > Hi, > > My system language is English. I change the system language (re-login) to > test my program GUI (but keep all my user's folders name (Desktop, Music > ...) in English), and I lost Gambas2 IDE preferences (like color, font ... > of the IDE editor). But when I

[Gambas-user] Gambas2 IDE preferences & System Language

2010-11-20 Thread Phạm Quang Dương
Hi, My system language is English. I change the system language (re-login) to test my program GUI (but keep all my user's folders name (Desktop, Music ...) in English), and I lost Gambas2 IDE preferences (like color, font ... of the IDE editor). But when I change system language back to English, e

Re: [Gambas-user] Gambas2: Archlinux/Slackware packages on Ubuntu, how can I make them?

2010-10-26 Thread M. Cs.
But it isn't written how to install it on Ubuntu. It looks like a description only. -- Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in

Re: [Gambas-user] Gambas2: Archlinux/Slackware packages on Ubuntu, how can I make them?

2010-10-26 Thread Stefano Palmeri
Il lunedì 25 ottobre 2010 22:10:18 Benoît Minisini ha scritto: > > I think that the makepkg is not available outer the Archlinux itself. > > For the tar-1.13: > > > > 1. Obtain it from here: http://ftp.gnu.org/gnu/tar/ > > 2. Extract it to a folder > > 3. Open terminal in the extracted folder and t

Re: [Gambas-user] Gambas2: Archlinux/Slackware packages on Ubuntu, how can I make them?

2010-10-25 Thread Benoît Minisini
> I think that the makepkg is not available outer the Archlinux itself. > For the tar-1.13: > > 1. Obtain it from here: http://ftp.gnu.org/gnu/tar/ > 2. Extract it to a folder > 3. Open terminal in the extracted folder and type: ./configure > 4. When finished: make > 5. When finished: sudo make in

Re: [Gambas-user] Gambas2: Archlinux/Slackware packages on Ubuntu, how can I make them?

2010-10-25 Thread M. Cs.
I think that the makepkg is not available outer the Archlinux itself. For the tar-1.13: 1. Obtain it from here: http://ftp.gnu.org/gnu/tar/ 2. Extract it to a folder 3. Open terminal in the extracted folder and type: ./configure 4. When finished: make 5. When finished: sudo make install 6. When fi

[Gambas-user] Gambas2: Archlinux/Slackware packages on Ubuntu, how can I make them?

2010-10-25 Thread Niki Star
Hello dear Gambas devels/users, I use Gambas 2.21 on Ubuntu maverick 10.10 to develop a dual-pane text editor for translators. I want to create installation packages for Archlinux and Slackware, but Gambas displays these messages: Archlinux: 'makepkg' is not installed on your system. Slackware: '

  1   2   >