Re: [Gambas-user] Dumb columnview question

2010-10-08 Thread Jack
richard terry a écrit : > 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. Columnview.mode = select.multiple Columnview.mode = select.single Jack -

[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 HTML

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

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 suppor

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 > > 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

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

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 /usr/

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, > > Eman

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

2010-10-08 Thread Benoît Minisini
> gambas3: build 3247 > > output attached... > Nothing horrible in that output, except a reference on gb.qt. That means that you never uninstall Gambas 3 since you compiled it for the first time. Can you try to purge your system from everything coming from Gambas 3 and do the compilation & in

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 shou

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, Be

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 wil

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 b