Re: [Gambas-user] Editor autocomplete error.

2010-10-08 Thread Benoît Minisini
Good morning to all, i think i found an error in Editor Autocomplete function. i have a checkbox named chkNotComplete 1) when i am in editor while i am writing the name of object it pops up the autocomplete popup box. In there, there is not the name of the checkbox control but only

Re: [Gambas-user] Control + key combination detection Q

2010-10-08 Thread Benoît Minisini
It works as expected with gb.qt4. That Key.Code is the code of the CTRL key. You receive it when the CTRL key is pressed, not when the R key is pressed. Note that gb.gtk makes a difference between the Key.Code of 'R' and 'r', whereas it should not. I will try to fix that.

Re: [Gambas-user] Editor autocomplete error.

2010-10-08 Thread user
it could be nice after adding a control to a Form to use it directly in code editor and not to wait to write it once in editor in order to autocomplete. This work is made often to me, and i wandered why the controls do not appeared in autocomplete pop up... On Fri, 2010-10-08 at 14:51 +0200,

Re: [Gambas-user] Control + key combination detection Q

2010-10-08 Thread Benoît Minisini
It works as expected with gb.qt4. That Key.Code is the code of the CTRL key. You receive it when the CTRL key is pressed, not when the R key is pressed. Note that gb.gtk makes a difference between the Key.Code of 'R' and 'r', whereas it should not. I will try to fix

Re: [Gambas-user] desktop.sendmail cause application hang

2010-10-08 Thread Benoît Minisini
Tanks Benoît, as you suggested i made a process with SHELL to send the mail using xdg-email. Seems the Gambas form does not freeze anymore. After that i turned back using desktop.sendmail and the form freeze again. I'll investigate further, will update. Regards, Emanuele So that

Re: [Gambas-user] Error after project is compiled

2010-10-08 Thread Jussi Lahtinen
I have used these commands to clear old installation. *sudo rm -f /usr/local/bin/gbx3 /usr/local/bin/gbc3 /usr/local/bin/gba3 /usr/local/bin/gbi3 sudo rm -rf /usr/local/lib/gambas3 sudo rm -rf /usr/local/share/gambas3* In fact I have this on script for compiling Gambas: *#!/bin/sh sudo rm -f

Re: [Gambas-user] Error after project is compiled

2010-10-08 Thread Benoît Minisini
I have used these commands to clear old installation. *sudo rm -f /usr/local/bin/gbx3 /usr/local/bin/gbc3 /usr/local/bin/gba3 /usr/local/bin/gbi3 sudo rm -rf /usr/local/lib/gambas3 sudo rm -rf /usr/local/share/gambas3* In fact I have this on script for compiling Gambas: *#!/bin/sh sudo

Re: [Gambas-user] Error after project is compiled

2010-10-08 Thread Jussi Lahtinen
Maybe you mix up Jussi and Jason... I posted this just as a tip. Jussi 2010/10/8 Benoît Minisini gam...@users.sourceforge.net I have used these commands to clear old installation. *sudo rm -f /usr/local/bin/gbx3 /usr/local/bin/gbc3 /usr/local/bin/gba3 /usr/local/bin/gbi3 sudo rm -rf

Re: [Gambas-user] Error after project is compiled

2010-10-08 Thread Benoît Minisini
Maybe you mix up Jussi and Jason... I posted this just as a tip. Jussi Oops, sorry: I stopped at the first character. :-) -- Benoît Minisini -- Beautiful is writing same markup. Internet Explorer 9 supports

Re: [Gambas-user] desktop.sendmail cause application hang

2010-10-08 Thread Emanuele Sottocorno
emanu...@emyx:~$ xdg-email --version xdg-email 1.0.1 Regards, Emanuele Tanks Benoît, as you suggested i made a process with SHELL to send the mail using xdg-email. Seems the Gambas form does not freeze anymore. After that i turned

[Gambas-user] Dumb columnview question

2010-10-08 Thread richard terry
Despite reading the docs, I can't figure out how to set the columnview mode to either multiple or single in code. Any help appreciated. -- Beautiful is writing same markup. Internet Explorer 9 supports standards for