Re: [Gambas-user] Welcome to QT4!

2009-06-23 Thread nero
Hi all, I've get latest svn compiled without problem but when I run it I get: ERROR: #27: Cannot load component '/opt/gbx3/lib/gambas3/gb.qt4.so': /opt/gbx3/lib/gambas3/gb.qt4.so: undefined symbol: _ZNK14SystemTrayIcon10metaObjectEv gb.qt4.so is linked ok: ldd

Re: [Gambas-user] Welcome to QT4!

2009-06-23 Thread sig de
Hi Benoit, I am sorry, I have questions with differnet topic. I try t shutdown comp with script like this : SHELL halt or SHELL reboot But it can't work because need the password. Could you mind tohelp me? Thanks a lot Best Regards Sigit 2009/6/22 Benoît Minisini

Re: [Gambas-user] Welcome to QT4!

2009-06-23 Thread Ricardo Díaz Martín
In gnome, you can use gnomesu any_command (if you got this installed) or in debian gksu any_comand to force the user put root pwd. You can do an SHEL gnsu reboot and then, if the user put right password the system will be rebooted. I remember in kde there are the same comands kdesu (or something

Re: [Gambas-user] Gambas-user Digest, Vol 37, Issue 29

2009-06-23 Thread Swee Kwang Tan
Dear Sir, Thank you for your reply, after execute the line #rpm -ivh --nodeps gambas2-gb-db-postgresql-2.13.1-1.fc11.i586 fedora 11 said no such file or directory. The following is the simplify program PRIVATE $res AS Result PRIVATE $Con AS NEW Connection PRIVATE SUB OpenDataBase()

Re: [Gambas-user] Gambas-user Digest, Vol 37, Issue 29

2009-06-23 Thread Charlie Reinl
Am Dienstag, den 23.06.2009, 03:25 -0700 schrieb Swee Kwang Tan: fedora 11 Salut, I do not know where fedora 11 stores its' gambas lib files (normaly /usr/local/lib/gambasVERSION) nor witch gambas version you use ? but look at your box if this files or links :

Re: [Gambas-user] PLEASE REMOVE YOUR MAIL LIST: YOU'RE FILLING UP MY MAILBOX WITH JUNK!

2009-06-23 Thread Shawn McCuan
On Mon, 2009-06-22 at 18:27 +0200, David Paleino wrote: Once again, https://lists.sourceforge.net/lists/listinfo/gambas-user Chances are he's not even reading the responses. -- Are you an open source citizen? Join

[Gambas-user] site like rbgarage for gambas

2009-06-23 Thread kobolds
I wonder is there any site like rbgarage but for gambas out there ? site like that very important for developer where you can share your works , other users can download code and see how things can be done . -- View this message in context:

Re: [Gambas-user] GridEditor

2009-06-23 Thread Benoît Minisini
Attached is the relevant code/database. It's all very small. Essentially, I'm trying to decipher how GridEditor works--so I've added some notes to the source while I pick through it. I figured out the signal 11, it was in the SQL I was successfully malforming. :-) A signal 11 is a bug, so

Re: [Gambas-user] Welcome to QT4!

2009-06-23 Thread Benoît Minisini
Hi all, I've get latest svn compiled without problem but when I run it I get: ERROR: #27: Cannot load component '/opt/gbx3/lib/gambas3/gb.qt4.so': /opt/gbx3/lib/gambas3/gb.qt4.so: undefined symbol: _ZNK14SystemTrayIcon10metaObjectEv gb.qt4.so is linked ok: ldd

Re: [Gambas-user] GridEditor

2009-06-23 Thread Jason Hackney
Attached is the code that will cause the Sig11. This is the error I'm seeing: (testGridEditor:14683): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -3 and height -3 (testGridEditor:14683): Gtk-CRITICAL **: gtk_entry_set_text: assertion `text != NULL' failed

Re: [Gambas-user] Welcome to QT4!

2009-06-23 Thread nero
Benoît Minisini wrote: Hi all, I've get latest svn compiled without problem but when I run it I get: ERROR: #27: Cannot load component '/opt/gbx3/lib/gambas3/gb.qt4.so': ... Did you do a ./reconf ? This is needed when some files are added. You see that in the subversion log, when it

Re: [Gambas-user] GridEditor

2009-06-23 Thread Benoît Minisini
Attached is the code that will cause the Sig11. This is the error I'm seeing: (testGridEditor:14683): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -3 and height -3 (testGridEditor:14683): Gtk-CRITICAL **: gtk_entry_set_text: assertion `text != NULL'

Re: [Gambas-user] GridEditor

2009-06-23 Thread Jason Hackney
Wow, thanks for the expedient response, Benoît! -- Are you an open source citizen? Join us for the Open Source Bridge conference! Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250. Need another

[Gambas-user] Invitation to connect on LinkedIn

2009-06-23 Thread Juan Ibaceta
LinkedIn mailing, I'd like to add you to my professional network on LinkedIn. - Juan Learn more: https://www.linkedin.com/e/isd/627763211/zbTBuiAH/ -- (c) 2009, LinkedIn Corporation --

[Gambas-user] Charlie Reinl: postgresql (sorry wrong name)

2009-06-23 Thread Steven James Drinnan
Hi, What is exactly happening. I use F11 and running gambas2.13.1 As I never used postgresql before I prefer mysql but never mind. I tried to use the example Picture Database' and changed to postgresql by opening the main forms code and uncommenting the postgresql part. It did not work - but