Re: [Gambas-user] Editing still blocked

2017-06-01 Thread William Cabrera
The editor is already working after revision #8141, thx -- William Cabrera https://blog.willicab.com.ve 2017-05-22 7:11 GMT-04:00 Fernando Cabral : > For those of you that, like me, are having trouble with editing a source > file, I have been using two functional workarounds: > &

Re: [Gambas-user] Editing still blocked

2017-05-17 Thread William Cabrera
I've tried with this project, I can write in TextBox1 and in TextArea1 but not in TextEditor1 -- William Cabrera https://blog.willicab.com.ve 2017-05-17 13:48 GMT-04:00 William Cabrera : > Hi, i have the same problem, the code editor does not work, although I > can use the key

Re: [Gambas-user] Editing still blocked

2017-05-17 Thread William Cabrera
TOP=mate XDG_SESSION_ID=2 XDG_SESSION_TYPE=x11 XDG_VTNR=2 _=/usr/bin/gambas3 ftp_proxy=http://proxy.vit.gob.ve:3128/ http_proxy=http://proxy.vit.gob.ve:3128/ https_proxy=http://proxy.vit.gob.ve:3128/ no_proxy=localhost,127.0.0.0/8,::1,192.168.10.13 -- William Cabrera https://blog.willicab.com.ve 2017-05-

Re: [Gambas-user] gb.ncurses rewrite and Pong example

2013-02-13 Thread William Cabrera
Excellent, I'll prove it :) -- William Cabrera http://willicab.gnu.org.ve 2013/2/10 Tobias Boege > Hi, > > I have committed (rev#5543) a rewrite (roughly speaking) of gb.ncurses > together with a sample Pong game. This is just FYI and if someone has a > better icon fo

Re: [Gambas-user] Question: Is it possible to build 'plugins/add ons' for Gambas applications

2012-10-03 Thread William Cabrera
to do that as much as possible. Note that there is less > >> security problems, as the control is done at the source code level. And > >> fixing the problem is fast when everything is at the same place. > >> > >> 2) If the plugin is a libr

Re: [Gambas-user] Gambas 3.3.2 fails to install on Debian wheezy

2012-10-02 Thread William Cabrera
you must install the package libpoppler-private-dev -- William Cabrera http://willicab.gnu.org.ve 2012/10/2 Willy Raets > -= Details =- > > - Gambas version: 3.3.2 download from Gambas webpage > - Distribution/desktop: Debian wheezy - gnome3 > - Problem: >recon

Re: [Gambas-user] How do I replace Image transparent background with a white background?

2012-09-16 Thread William Cabrera
Hi, you can use something like $hImage = $hImage.Replace(Color.Transparent, Color.White) -- William Cabrera http://willicab.gnu.org.ve 2012/9/16 RICHARD WALKER > I have hacked the OnScreenDisplay example project to allow me to > display user-entered text instead of the time,

Re: [Gambas-user] gb.mime component is disabled

2012-09-07 Thread William Cabrera
Hi, i compile de librrary installing the package libgmime-2.6-dev I use Debian Wheezy -- William Cabrera http://willicab.gnu.org.ve 2012/9/2 Ru Vuott > Hello, > > I updated my Gambas-3 with rev. #1515. At the end of "./configure -C" I > have got a notice that i

Re: [Gambas-user] gb.ncurses project ?

2012-08-23 Thread William Cabrera
Hi, i made this a little experiment, a media player based in mplayer. it is not yet finished, but works. http://www.mediafire.com/?u4xthsuli4xek2m This might be useful. -- William Cabrera http://willicab.gnu.org.ve 2012/8/23 wally > Does anyone have a gb.ncurses project, just to le

[Gambas-user] Bug in gb.ncurses component with non-ASCII characters

2012-08-21 Thread William Cabrera
Hi, when i print a text using print or printcenter function, the non-ASCII characters are not displayed correctly. For example, when i run $hWin.Printcenter("á, é, í, ó, ú, ñ, ü") The output is M-CM-!, M-CM-), M-CM-, M-CM-3, M-CM:, M-CM-1, M-CM-< -- William

Re: [Gambas-user] Gambas 3 compilation instructions on specific distributions

2012-07-28 Thread William Cabrera
Hi, in Debian Wheezy, for component GB.pdf, the libpoppler-dev change to libpoppler-private-dev -- William Cabrera http://willicab.gnu.org.ve 2012/7/28 Benoît Minisini > Hi, > > I have rewrote the Ubuntu and ArchLinux specific installation > instructions on the wiki. I m

Re: [Gambas-user] New JIT Compiler.....

2012-05-23 Thread William Cabrera
Sorry, is ../configure because is a script in the top directory -- William Cabrera http://willicab.gnu.org.ve 2012/5/23 William Cabrera > The command is ./configure, not /configure > > -- > William Cabrera > http://willicab.gnu.org.ve > > > > > 2

Re: [Gambas-user] New JIT Compiler.....

2012-05-23 Thread William Cabrera
The command is ./configure, not /configure -- William Cabrera http://willicab.gnu.org.ve 2012/5/23 Ru Vuott > Thanks, > > sorry, I followed sequence and then I launched: > > ~/llvm/build $ /configure --prefix=/usr --enable-optimized --enable-jit > --enable-shared

[Gambas-user] Error in Left$ and Mid$ functions to the gb.ncurses component

2012-05-20 Thread William Cabrera
ktop=Gnome [Gambas 3] Version=3.1.90 Path=/usr/local/bin/gbx3 [Libraries] Qt4=libQtCore.so.4.8.1 GTK+=libgtk-x11-2.0.so.0.2400.10 P.D. Sorry for my english, this is not my native language -- William Cabrera http://willicab.gnu.org.ve -