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
-
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
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
> 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
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
> 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
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/
> > 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
> 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
> > > 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
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
> >
> > 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
> 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
13 matches
Mail list logo