Re: [Gambas-user] Gambas on Suse 11.4

2011-04-14 Thread Steven Lobbezoo
Hi, I tried that repository for 11.4. Installed all that has gambas2 in it. And it works ! Get no error on libstdc++ Maybe because I already installed qt3 complete. Thanks, Steven Le jeudi 14 avril 2011 à 13:07 +0200, wig a écrit : > It was said Gambas doesn't work in openSuse 11.4 and 11.3:

Re: [Gambas-user] Gambas on Suse 11.4

2011-04-10 Thread Steven Lobbezoo
Here they are, as gz Steven Le samedi 09 avril 2011 à 23:56 +0300, Jussi Lahtinen a écrit : > > I cannot do that, this list-server does not accept large files. > > > > Compress them first, prefer *.tar.gz or *.zip. > > Jussi > -

Re: [Gambas-user] Gambas on Suse 11.4

2011-04-10 Thread Steven Lobbezoo
Here they are, as gz Steven Le samedi 09 avril 2011 à 23:56 +0300, Jussi Lahtinen a écrit : > > I cannot do that, this list-server does not accept large files. > > > > Compress them first, prefer *.tar.gz or *.zip. > > Jussi > --

Re: [Gambas-user] Gambas on Suse 11.4

2011-04-09 Thread Steven Lobbezoo
of configure and make, and maybe someone can help > you. > But if you are sure this is Qt4 bug, then maybe you can downgrade your Qt4 > revision, > or maybe Benoit knows workaround for this problem. > Otherwise, this is Qt4 bug not Gambas bug... > > Jussi > > > On

Re: [Gambas-user] Gambas on Suse 11.4

2011-04-09 Thread Steven Lobbezoo
gt; Hmmm... You are trying to install Gambas 3 from what? Sources? > Seems that Gambas will at least compile fine on OpenSuSE 9.x/10.x/11.x. > > Check that dependencies are satisfied. > http://gambasdoc.org/help/install?en&view > > Jussi > > > > On Sat, Ap

[Gambas-user] Gambas on Suse 11.4

2011-04-09 Thread Steven Lobbezoo
Hi, I tried everything to install 2 on SuSE 11.3 and 11.4. Then found out that it's not possible since they abandoned qt3 for qt4. So, Ok, I will try to switch to gambas 3. Tried to install that, but also no way. I get an error : /usr/lib/gcc/i586-suse-linux/4.5/../../../../i586-suse-linux/bin/l

Re: [Gambas-user] Emulating wizard Back/Next navigation

2008-12-15 Thread Steven Lobbezoo
I think you need to use the form's show event, not the open event. Steven Le lundi 15 décembre 2008 à 09:36 -0600, M0E Lnx a écrit : > BTW, the functions that populate my content are called in each form's > _Open() event > > > On Mon, Dec 15, 2008 at 9:34 AM, M0E Lnx wrote: > > After testing

[Gambas-user] List server

2008-11-21 Thread Steven Lobbezoo
Hi Benoit, As promised i've set up an mailman installation on my server. I've created a gambas mailing list at your convenience. If you're still interested, i'll send you the list managers password, so you can change it's settings to your liking. The list is called : [EMAIL PROTECTED] kindest,

Re: [Gambas-user] Bleh

2008-10-06 Thread Steven Lobbezoo
t ;-) ) Steven Le samedi 04 octobre 2008 à 15:07 +0200, Benoit Minisini a écrit : > On samedi 04 octobre 2008, Steven Lobbezoo wrote: > > I will host it for free if you want me to. > > Dedicated Server is in paris. > > > > Just which list software would you like ? > &g

Re: [Gambas-user] Bleh

2008-10-04 Thread Steven Lobbezoo
I will host it for free if you want me to. Dedicated Server is in paris. Just which list software would you like ? I use Exim mail server with Qpop for mail at the moment. Steven Le vendredi 03 octobre 2008 à 21:49 +0300, Kari Laine a écrit : > On Fri, Oct 3, 2008 at 9:37 PM, Kari Laine <[E

Re: [Gambas-user] Control arrays

2008-09-12 Thread Steven Lobbezoo
.LAST Steven Le vendredi 12 septembre 2008 à 16:42 +0300, Kari Laine a écrit : > Hi, > > if I use groups of controls how I find out which one was the originating > control in events? > > Best Regards > Kari Laine > > > ---

[Gambas-user] Grideditor

2008-08-29 Thread Steven Lobbezoo
Hi, I want to add a row to the gridedito from code, so i do this : PUBLIC SUB Button5_Click() ' on ajoute la selection du listbox gridd.GridEditor_Create() ' met les données dans le grid gridd.putData(gridd.Table.Row, 2, "Tout-Bien") gridd.putData(gridd.Table.Row, 4, "Request") gridd.

[Gambas-user] Allocations non freed

2008-08-28 Thread Steven Lobbezoo
Hi, I'm getting more and more messages like this : WARNING: 978 allocation(s) non freed. What does it mean ? Is it serious ? What can I do if it is ? Steven - This SF.Net email is sponsored by the Moblin Your Move Develope

Re: [Gambas-user] Mysql connection bug/problem ?

2008-08-21 Thread Steven Lobbezoo
Did you check the Mysql database in mysql ? In the users records there is also reference to the host the user is allow to use. If it's marked localhost, that's your problem. Regards, Steven Le jeudi 21 août 2008 à 13:39 +0300, Kamau Gatheru a écrit : > As a matter of fact I have, > > Here is a

Re: [Gambas-user] execute shell command then exit

2008-08-18 Thread Steven Lobbezoo
OOffice does it like this : # execute soffice binary "$sd_prog/$sd_binary" "$@" & trap 'kill -9 $!' TERM wait $! Regads, Steven Le samedi 16 août 2008 à 19:30 +0200, Benoit Minisini a écrit : > On samedi 16 août 2008, joshiggins wrote: > > I'm making a menu replacement which I will call from

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-30 Thread Steven Lobbezoo
Le mercredi 30 juillet 2008 à 13:42 +0200, Benoit Minisini a écrit : > On mercredi 30 juillet 2008, Benoit Minisini wrote: > > On mercredi 30 juillet 2008, Steven Lobbezoo wrote: > > > Le mercredi 30 juillet 2008 à 13:30 +0200, Benoit Minisini a écrit : > > > > On me

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-30 Thread Steven Lobbezoo
Le mercredi 30 juillet 2008 à 13:38 +0200, Benoit Minisini a écrit : > On mercredi 30 juillet 2008, Steven Lobbezoo wrote: > > Le mercredi 30 juillet 2008 à 13:30 +0200, Benoit Minisini a écrit : > > > On mercredi 30 juillet 2008, Steven Lobbezoo wrote: > >

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-30 Thread Steven Lobbezoo
Le mercredi 30 juillet 2008 à 13:30 +0200, Benoit Minisini a écrit : > On mercredi 30 juillet 2008, Steven Lobbezoo wrote: > > Sorry again Benoit, > > > > Now I got it right, here's the console : > > ... > > Why is gbx2 not compiled with debugging informa

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-30 Thread Steven Lobbezoo
Sorry again Benoit, Now I got it right, here's the console : ==16663== Memcheck, a memory error detector. ==16663== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al. ==16663== Using LibVEX rev 1804, a library for dynamic binary translation. ==16663== Copyright (C) 2004-2007, and GNU

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-30 Thread Steven Lobbezoo
Le mercredi 30 juillet 2008 à 11:47 +0200, Benoit Minisini a écrit : > On mercredi 30 juillet 2008, Steven Lobbezoo wrote: > > Le mercredi 30 juillet 2008 à 11:27 +0200, Benoit Minisini a écrit : > > > On mercredi 30 juillet 2008, Steven Lobbezoo wrote: > > > &

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-30 Thread Steven Lobbezoo
Le mercredi 30 juillet 2008 à 11:27 +0200, Benoit Minisini a écrit : > On mercredi 30 juillet 2008, Steven Lobbezoo wrote: > > As clear as glas ;-) , but . > > I don't want to contradict you, but it does not work like that. > > If I do exactly as you said, it'

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-30 Thread Steven Lobbezoo
Le mercredi 30 juillet 2008 à 10:59 +0200, Benoit Minisini a écrit : > On mercredi 30 juillet 2008, Steven Lobbezoo wrote: > > Le mercredi 30 juillet 2008 à 09:00 +0200, Benoit Minisini a écrit : > > > On mardi 29 juillet 2008, Benoit Minisini wrote: > > > > On

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-30 Thread Steven Lobbezoo
Le mercredi 30 juillet 2008 à 09:00 +0200, Benoit Minisini a écrit : > On mardi 29 juillet 2008, Benoit Minisini wrote: > > On mardi 29 juillet 2008, Steven Lobbezoo wrote: > > > No, if I do that i test the 'executable' directly and there is no error. > > >

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-29 Thread Steven Lobbezoo
No, if I do that i test the 'executable' directly and there is no error. The error is only if I start the app under the ide (run button) Steven Le mardi 29 juillet 2008 à 14:01 +0200, Benoit Minisini a écrit : > valgrind --tool=memcheck --num-callers=50 gbx2 -p -

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-29 Thread Steven Lobbezoo
de segmentation [EMAIL PROTECTED]:/usr/bin> So that's not very helpful. Steven Le mardi 29 juillet 2008 à 13:37 +0200, Benoit Minisini a écrit : > On mardi 29 juillet 2008, Steven Lobbezoo wrote: > > and part II > > Thanks for that, but all this info is not really useful. W

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-29 Thread Steven Lobbezoo
You are right, of course. Anyway it passed already. Sorry, Steven Le mardi 29 juillet 2008 à 13:35 +0200, Benoit Minisini a écrit : > On mardi 29 juillet 2008, Steven Lobbezoo wrote: > > Will this get delivered ? > > Or should i send it in pieces > > > > Just compr

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-29 Thread Steven Lobbezoo
Will this get delivered ? Or should i send it in pieces Steven Your mail to 'Gambas-user' with the subject Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3 Is being held until the list moderator can review it for approval. The reason it is being held: Message body is too big

Re: [Gambas-user] Multidimensionally Collection/Arrays

2008-07-28 Thread Steven Lobbezoo
arsMyStrings AS String[] outside of functions. Steven Le lundi 28 juillet 2008 à 13:11 +0200, Stefan Miefert a écrit : > Hello, > > and how can i use this Array as a public var? > > > > DIM arsMyStrings AS String[] > > > -

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-28 Thread Steven Lobbezoo
Furthermore, i tested this with my real apps: They produce a sig 11 in the ide direct they just quit immediately, without any message. Steven Le lundi 28 juillet 2008 à 10:34 +0200, Steven Lobbezoo a écrit : > It is attached. > However: the problem changed a bit. > With this projec

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-28 Thread Steven Lobbezoo
It is attached. However: the problem changed a bit. With this project, I only get the sig 11 if i run it from the ide, if i run the .gambas file directly, all is ok ! Steven Le lundi 28 juillet 2008 à 10:19 +0200, Benoit Minisini a écrit : > On lundi 28 juillet 2008, Steven Lobbezoo wr

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-28 Thread Steven Lobbezoo
Hi, I'm afraid not. still got the same signal 11 sorry, Steven Le lundi 28 juillet 2008 à 01:22 +0200, Benoit Minisini a écrit : > Hi, > > I finally succeeded in fixing Gambas for gcc 4.3, and therefore OpenSuse 11. > > For all people being in that case, please compile the latest version of

Re: [Gambas-user] Sig 11

2008-07-27 Thread Steven Lobbezoo
tarting program: /usr/local/bin/gbx2 -p [Thread debugging using libthread_db enabled] Error while reading shared library symbols: Cannot find new threads: generic error Cannot find new threads: generic error (gdb) Steven Le samedi 26 juillet 2008 à 18:46 +0200, Benoit Minisini a écrit : > On samedi 26

Re: [Gambas-user] Sig 11

2008-07-26 Thread Steven Lobbezoo
Ok, that worked, I compiled and all went ok However... The signal 11 is still there. Regards, Steven Le samedi 26 juillet 2008 à 16:54 +0200, Benoit Minisini a écrit : > On samedi 26 juillet 2008, Steven Lobbezoo wrote: > > I'll do that, just to be sure : > > sv

Re: [Gambas-user] Sig 11

2008-07-26 Thread Steven Lobbezoo
I'll do that, just to be sure : svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/branches/2.0 is the right command is it ? Regards, Steven Le samedi 26 juillet 2008 à 16:35 +0200, Benoit Minisini a écrit : > On samedi 26 juillet 2008, Benoit Minisini wrote: > > > > Did you

Re: [Gambas-user] Sig 11

2008-07-26 Thread Steven Lobbezoo
re « /home/steven/2.0 » make: *** [all] Erreur 2 So, same error. I did ./reconf-all before running $ QTDIR=/usr/lib/qt3 ./configure I'll try to completely redo the whole (rm -R 2.0 loading from trunk, etc.), if that changes anything i'll send a new message. Regards, Steven Le s

[Gambas-user] Sig 11

2008-07-25 Thread Steven Lobbezoo
Hi, As for weeks now, I get a signal 11 returning from : fileselector.ShowDialog I tried to compile the latest trunk (2.7), but i get : Making all in ext make[5]: entrant dans le répertoire « /home/steven/2.0/gb.qt/src/ext » /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_

Re: [Gambas-user] Fonts, sizes and colors

2008-07-15 Thread Steven Lobbezoo
> On mardi 15 juillet 2008, Steven Lobbezoo wrote: > > Hi Jacky, > > > > Yes, ... No, i want to change it for the whole app. All forms, menus > > textboxes etc. > > (and to save it for the next time). > > > > Steven > > > > Note that ch

Re: [Gambas-user] Fonts, sizes and colors

2008-07-15 Thread Steven Lobbezoo
Hi Jacky, Yes, ... No, i want to change it for the whole app. All forms, menus textboxes etc. (and to save it for the next time). Steven Le mardi 15 juillet 2008 à 16:30 +0200, Jacky a écrit : > Le Tuesday 15 July 2008 16:10:38 Steven Lobbezoo, vous avez écrit : > > Hi, > >

[Gambas-user] Fonts, sizes and colors

2008-07-15 Thread Steven Lobbezoo
Hi, Has anyone available a class /forms to set fonts, fontsizes and colors for an application ? I know Fabien Bodard has done something like this in his Laurux program, but the fonts donnot work properly. I just thought, before inventing the wheel ;-) Steven -

Re: [Gambas-user] project transfer

2008-07-15 Thread Steven Lobbezoo
If you have already installed gambas on your notebook: Just copy the directory tree with your project. Steven Le mardi 15 juillet 2008 à 19:34 +0800, Mike a écrit : > How do I transfer a gambas2 project from my pc to my notebook > > -

Re: [Gambas-user] Draw.Begin signal 11

2008-07-11 Thread Steven Lobbezoo
Sorry Benoit, but my signal 11 ??? Maybe the same area ? Thanks, Steven Le jeudi 10 juillet 2008 à 18:50 +0200, Benoit Minisini a écrit : > On jeudi 10 juillet 2008, Ron wrote: > > Benoit Minisini schreef: > > > On jeudi 10 juillet 2008, Ron wrote: > > >> When writing some code to display an i

Re: [Gambas-user] problem sig 11 with 2.7

2008-07-09 Thread Steven Lobbezoo
Hi, I'm on a suse 11.0 system. /opt/lib32 does not exist there. So, i don't know where to link to /usr/lib/gtk-2.0/modules/libgnomebreakpad.so (which does exists !) regards, Steven Le mercredi 09 juillet 2008 à 14:12 +0200, Ron Onstenk a écrit : > On Wednesday 09 July

Re: [Gambas-user] problem sig 11 with 2.7

2008-07-09 Thread Steven Lobbezoo
No no, just plain old 32 bits. Le mercredi 09 juillet 2008 à 14:26 +0200, Benoit Minisini a écrit : > On mercredi 09 juillet 2008, Steven Lobbezoo wrote: > > Le mercredi 09 juillet 2008 à 13:40 +0200, Steven Lobbezoo a écrit : > > > Ok, i did that, it compiled with any errors

Re: [Gambas-user] problem sig 11 with 2.7

2008-07-09 Thread Steven Lobbezoo
Le mercredi 09 juillet 2008 à 13:40 +0200, Steven Lobbezoo a écrit : > Ok, i did that, it compiled with any errors. > B.t.w. : I just have a brand new suse 11 installation, in stalled gnome > 2.23 and KDE 4.0 > Nothing special. > Sorry about the typo : Compiled wit

Re: [Gambas-user] problem sig 11 with 2.7

2008-07-09 Thread Steven Lobbezoo
ll reachable: 2,622,381 bytes in 14,988 blocks. ==11731== suppressed: 0 bytes in 0 blocks. ==11731== Rerun with --leak-check=full to see details of leaked memory. Hope this helps, Regards, Steven Le mercredi 09 juillet 2008 à 11:58 +0200, Benoit Minisini a écrit : > On mercredi 0

Re: [Gambas-user] problem sig 11 with 2.7

2008-07-05 Thread Steven Lobbezoo
15:31 +0200, Benoit Minisini a écrit : > On samedi 05 juillet 2008, Steven Lobbezoo wrote: > > Ok, I just packed the directory with all it's files > > It's attached > > > > Regards, > > > > It works without crashing at all there... Strange! > >

Re: [Gambas-user] problem sig 11 with 2.7

2008-07-05 Thread Steven Lobbezoo
Ok, I just packed the directory with all it's files It's attached Regards, Le samedi 05 juillet 2008 à 12:26 +0200, Benoit Minisini a écrit : > On samedi 05 juillet 2008, Steven Lobbezoo wrote: > > I'm affraid not. > > If I do that, gambas just quits immidiatly.

Re: [Gambas-user] problem sig 11 with 2.7

2008-07-05 Thread Steven Lobbezoo
I'm affraid not. If I do that, gambas just quits immidiatly. No errors, no messages, no archive. Steven Le samedi 05 juillet 2008 à 12:14 +0200, Benoit Minisini a écrit : > On samedi 05 juillet 2008, Steven Lobbezoo wrote: > > Yes, here it is attached. > > > > Steve

Re: [Gambas-user] problem sig 11 with 2.7

2008-07-05 Thread Steven Lobbezoo
Yes, here it is attached. Steven Le vendredi 04 juillet 2008 à 22:50 +0200, Benoit Minisini a écrit : > On jeudi 03 juillet 2008, Steven Lobbezoo wrote: > > Hi, > > > > I just installed gambas 2.7 (as per instructions on the site from the > > repository on suse for

[Gambas-user] problem sig 11 with 2.7

2008-07-03 Thread Steven Lobbezoo
Hi, I just installed gambas 2.7 (as per instructions on the site from the repository on suse for suse 11 (freshly installed also). I got a signal 11 exeption closing a modal form. It's called as this : PUBLIC SUB photo_DblClick() ' Add/replace the image photo DIM Mpath AS String DIM sData AS St