[Gambas-user] Bug in Printer object

2012-08-16 Thread Leonardo Miliani
I think I've found a bug in the Printer object. I have Arch Linux with Gnome 3 and this bug is present both in Gambas 3.2.1 form the Arch repos and in the IDE compiled from sources. If I open a project that uses the Printer object, the IDE starts running the project but no forms will never appear o

[Gambas-user] Error (or not logic) in sub/function parsing

2010-11-22 Thread Leonardo Miliani
n error when it finds a "RETURN" statement inside a SUB routine. -- Leonardo Miliani. Sito personale: www.leonardomiliani.com Co-fondatore di www.gambas-it.org Il portale della comunità italiana dei programmatori Gambas --

[Gambas-user] Strange behaviour of LostFocus event

2010-06-21 Thread Leonardo Miliani
m2RicPiaCo: Message.Error("Attenzione! -> Record 'NON TROVATO'" & Chr(10) & Chr(10) & "durante la lettura della Tabella ContabFam.db!piancont'" & Chr(10) & Chr(10) & "in Form2.MovDigOk_Click.LabFrm2RicPiaCo" & Chr(

Re: [Gambas-user] Gambas3:draw.begin(printer)

2010-06-02 Thread Leonardo Miliani
Il giorno mar, 01/06/2010 alle 13.15 +0200, Fabien Bodard ha scritto: > 2010/6/1 Leonardo Miliani : > > Il giorno lun, 31/05/2010 alle 18.51 +0200, Fabien Bodard ha scritto: > >> 2010/5/31 charlesg : > >> > > >> > Hi > >> > > >> >

Re: [Gambas-user] Gambas3:draw.begin(printer)

2010-06-01 Thread Leonardo Miliani
.draw?v3 > Is the use of Printer still limited to Qt or is there a chance to see this object supported under GTK too? ;-) -- Leonardo Miliani www.leonardomiliani.com Webmaster e co-fo

Re: [Gambas-user] smtp mail with gambas 2.20 sent mail body message and/or attached file not sowhon/opened by client

2010-05-30 Thread Leonardo Miliani
you include only the message body or 1 file, it works correctly. But if you include a file, the module mixes the MIMEs so that mail clients cannot undestand where the body finishes and the attachment begins. The only solution I found to send a mail from Gambas is using an external mail prog lik

Re: [Gambas-user] Re ODBC and MS SQL

2010-05-27 Thread Leonardo Miliani
l forward him your message. -- Leonardo Miliani www.leonardomiliani.com Webmaster e co-fondatore di www.gambas-it.org Il portale di riferimento per i programmatori Gambas italiani --

Re: [Gambas-user] Gambas3: error with ODBC

2010-05-26 Thread Leonardo Miliani
, and the crash actually occurs while > releasing an ODBC handle before returning the error. > > At the moment, I don't know why releasing the handle crashes: I d

Re: [Gambas-user] Gambas3: error with ODBC

2010-05-24 Thread Leonardo Miliani
ib/libQtGui.so.4 #29 0x755f4199 in ?? () from /usr/lib/libQtGui.so.4 #30 0x7506e992 in QEventLoop::processEvents(QFlags) () from /usr/lib/libQtCore.so.4 #31 0x7506ed6c in QEventLoop::exec(QFlags) () from /usr/lib/libQtCore.so.4 #32 0x75072aab in QCoreApplica

Re: [Gambas-user] Gambas3: error with ODBC

2010-05-20 Thread Leonardo Miliani
> Can you get a backtrace with gdb? And better get an output of running your > project inside valgrind? > Program received signal SIGSEGV, Segmentation fault. 0x7722cdfd in free () from /lib/libc.so.6 -- Leonardo Miliani www.leonardomiliani.com Webmaster e co-fondator

[Gambas-user] Gambas3: error with ODBC

2010-05-13 Thread Leonardo Miliani
Gambas 3, 64 bit version. During the connection setup with an ODBC database everything goes right, but when I try to exec a query with Connectin.Exec, Gambas crashes with #11 error. -- Leonardo Miliani www.leonardomiliani.com Webmaster e co-fondatore di www.gambas-it.org Il portale di

Re: [Gambas-user] Error compiling Gambas3

2010-05-05 Thread Leonardo Miliani
cons installed on your system? > Of course, they are: /usr/share/icons/gnome -- Leonardo Miliani www.leonardomiliani.com Webmaster e co-fondatore di www.gambas-it.org Il portale di riferimento per i programmatori Gambas italiani -

Re: [Gambas-user] Error compiling Gambas3

2010-05-05 Thread Leonardo Miliani
respect the choice in the preferences: if I choose the "gnome look" they continue to appear KDE-ish... -- Leonardo Miliani www.leonardomiliani.com Webmaster e co-fondatore di www.gambas-it.org Il portale di riferimento per i programmato

Re: [Gambas-user] Error compiling Gambas3

2010-05-05 Thread Leonardo Miliani
lib/qt/plugins/codecs/libqkrcodecs.so b3327000-b332e000 r-xp 08:03 2003460/usr/lib/qt/plugins/imageformats/libqtiff.soAbortito That I don't if I open an example of those who come with Gambas. -- Leonardo Miliani www.leonardomiliani.com Webmaster e co-fondatore di www.gambas-it.org

[Gambas-user] WHILE and AND: please explain me....

2010-05-04 Thread Leonardo Miliani
houldn't Gambas bypass the WHILE statement because j is negative? -- Leonardo Miliani www.leonardomiliani.com Webmaster e co-fondatore di www.gambas-it.org Il portale di riferimento per

[Gambas-user] Error compiling Gambas3

2010-05-04 Thread Leonardo Miliani
sive] Error 1 make[1]: Leaving directory `/home/leo/gambas3.0/trunk' make: *** [all] Error 2 -- Leonardo Miliani www.leonardomiliani.com Webmaster e co-fondatore di www.gambas-it.org Il portale di riferimento per i prog

[Gambas-user] Gambas2 & SVN: problem

2010-03-05 Thread Leonardo Miliani
I got an error concerning the version of libtool when I try to compile Gambas2 from SVN: ALL COMPONENTS WILL BE COMPILED make all-recursive make[1]: Entering directory `

[Gambas-user] Another error compiling Gambas2 SVn

2010-03-05 Thread Leonardo Miliani
I got this: Making all in gbx make[4]: Entering directory `/var/abs/local/yaourtbuild/gambas2-svn/src/gambas2-build/main/gbx' /bin/sh ../libtool --tag=CC --mode=link gcc -DGBX_INFO -pipe -Wall -Wno-unused-value -fsigned-char -fvisibility=hidden -g -Os -O0 -module -no-undefined -Wl,--h

[Gambas-user] Gambas 2 SVN & libtool

2010-03-04 Thread Leonardo Miliani
I got an error concerning the version of libtool when I try to compile Gambas2 from SVN: ALL COMPONENTS WILL BE COMPILED make all-recursive make[1]: Entering directory

Re: [Gambas-user] Compilation of Gambas2 SVN aborted

2010-02-05 Thread Leonardo Miliani
make[2]: Leaving directory > > `/tmp/yaourt-tmp-leo/aur-gambas2-svn/gambas2-svn/src/gambas2-build/main' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory > > `/tmp/yaourt-tmp-leo/aur-gambas2-svn/gambas2-svn/src/gambas2-build' > > make

Re: [Gambas-user] gb3 svn 2277 make error

2009-08-26 Thread Leonardo Miliani
o.s.p ha scritto: > i've had this problem with gb2 2234 too: > (CUT) > gcc 4.4.1 doesn't like -soname I'm waiting a fix too ;-) -- Web: www.leonardomiliani.com E-mail: leona...@leonardomiliani.com Scegli software opensource - Choose opensource software Co-fondatore di Gambas-it.org Il si

Re: [Gambas-user] svn2231 - libtool problem?

2009-08-13 Thread Leonardo Miliani
Laurent Carlier ha scritto: > > I guess i've fixed it in rev 2232 (trunk) 2231 (branch 2.0). It did solve for me. Thanks! One trick: restart compilation from scratch and don't continue the previous one (as SVN suggests) because in this last case you'll have the same error too. -- Web: www.l

Re: [Gambas-user] svn2231 - libtool problem?

2009-08-12 Thread Leonardo Miliani
o.s.p ha scritto: > hello! > gcc version 4.4.1 (Frugalware Linux - current) > > host-triplet: i686-frugalware-linux-gnu > shell:/bin/sh > compiler: gcc > compiler flags: -march=i686 -mtune=generic -O2 -pipe > -fno-strict-aliasing > linker: /usr/i686-frug

Re: [Gambas-user] pickle?

2009-08-11 Thread Leonardo Miliani
Steven revimmo ha scritto: > Hi, > > As far as I know, it's used to write/read any variable in a file. > So, you can write objects, numbers, arrays, anything into a file, and > get them back > without conversion or analyses of the text in the file. Something similar to a memory dump of the object

Re: [Gambas-user] pickle?

2009-08-11 Thread Leonardo Miliani
Peter Tyler ha scritto: > > Hi, I'm a bit Gambas newbie, - I've been using Python. > > One thing I'm looking for in Gambas is something like the python "pickle" > functionality. > > Does anyone know if this functionality is available? > > Thank you. >Peter. > It should be interesting kn

Re: [Gambas-user] Compiling on Suse 11.1 was : Compiling Gambas 3 svn on Ubuntu

2009-08-11 Thread Leonardo Miliani
IMHO... in the last months several GNU tools have been upgraded, like autoconf, gcc and libtool. I think the Gambas code should be updated to be compatible with them because it is quite impossible, now, to compile Gambas on systems that are up-to-date every day. It is a problem that I've encoun

Re: [Gambas-user] Errors compiling Gambas

2009-08-09 Thread Leonardo Miliani
Leonardo Miliani ha scritto: > Dr. Diesel ha scritto: >> On Sun, Aug 9, 2009 at 12:56 PM, Leonardo Miliani < >> leona...@leonardomiliani.com> wrote: >> >>> Benoît Minisini ha scritto: >>>>> Benoît Minisini ha scritto: >>>>>>&

Re: [Gambas-user] Errors compiling Gambas

2009-08-09 Thread Leonardo Miliani
Dr. Diesel ha scritto: > On Sun, Aug 9, 2009 at 12:56 PM, Leonardo Miliani < > leona...@leonardomiliani.com> wrote: > >> Benoît Minisini ha scritto: >>>> Benoît Minisini ha scritto: >>>>>> Benoît Minisini ha scritto: >>>>>>>

Re: [Gambas-user] Errors compiling Gambas

2009-08-09 Thread Leonardo Miliani
Benoît Minisini ha scritto: >> Benoît Minisini ha scritto: Benoît Minisini ha scritto: >> This is the output of the make command on Gambas2 SVN. > I think you have a problem on your system, as gcc tells it does not > recognize an option... > > Please post the full output of

Re: [Gambas-user] Errors compiling Gambas

2009-08-09 Thread Leonardo Miliani
Benoît Minisini ha scritto: >> Benoît Minisini ha scritto: This is the output of the make command on Gambas2 SVN. >>> I think you have a problem on your system, as gcc tells it does not >>> recognize an option... >>> >>> Please post the full output of the compilation process, i.e. with >>> con

Re: [Gambas-user] Errors compiling Gambas

2009-08-03 Thread Leonardo Miliani
Benoît Minisini ha scritto: This is the output of the make command on Gambas2 SVN. I think you have a problem on your system, as gcc tells it does not recognize an option... Please post the full output of the compilation process, i.e. with configure. And try to do a checkout from scratch, a

Re: [Gambas-user] Errors compiling Gambas

2009-08-03 Thread Leonardo Miliani
This is the output of the make command on Gambas2 SVN. -- Web: www.leonardomiliani.com E-mail: leona...@leonardomiliani.com Scegli software opensource - Choose opensource software Co-fondatore di Gambas-it.org Il sito di riferimento della comunità italiana degli utenti di Gambas www.gambas-it.or

[Gambas-user] Errors compiling Gambas

2009-08-03 Thread Leonardo Miliani
Hello. I'm having some problems compiling Gambas 2.15.2 and Gambas2-SVN. In the first case, it seems that everything goes right but when I try to launch Gambas it doesn't find it on my system. If I launch it using the absolute path, I get an ERROR #45: File or Directory doesn't exist (or somethin

Re: [Gambas-user] Bug in package creator?

2009-07-04 Thread Leonardo Miliani
Benoît Minisini ha scritto: >> Yes! There is no magic in dependencies. They are all explicit. > > Regards, > Maybe because you didn't try to make Gambas on a Debian based distro... If you specify sqlite3 in the components of the project, then the Deb package will search for gambas2-db-sqlite3 a

Re: [Gambas-user] Bug in package creator?

2009-06-30 Thread Leonardo Miliani
Benoît Minisini ha scritto: > In revision #2044, you can now use any database driver as a component and > check it in the IDE project property dialog. This way, they can be an > explicit > dependency when generating a package. > > So you will get it in the upcoming 2.14 version. Several users

[Gambas-user] Bug in package creator?

2009-06-25 Thread Leonardo Miliani
An user of my site notified me that he could have found a bug in the Gambas package creator. When he uses the gb.db.sqlite component and creates a .Deb package of his application, that component is not considered as a dependency, so when he installs his application on a different system, the pac

Re: [Gambas-user] Release of Gambas 2.13.1

2009-06-05 Thread Leonardo Miliani
Another bug in SVN version 2002. This is related to a DB component too (gb.corba)... CCorbaApplication.cpp: In function ‘CORBA::Object* getObjectReference(CORBA::ORB*, CCORBA_COSNAMING*)’: CCorbaApplication.cpp:135: error: exception handling disabled, use -fexceptions to enable CCorbaApplicatio

Re: [Gambas-user] Release of Gambas 2.13.1

2009-06-04 Thread Leonardo Miliani
Laurent Carlier ha scritto: > Le lundi 01 juin 2009 22:28:26 Leonardo Miliani, vous avez écrit : >> I got this error: >> >> (cd .libs && rm -f gb.db.sqlite3.so.0 && ln -s gb.db.sqlite3.so.0.0.0 >> gb.db.sqlite3.so.0) >> (cd .libs &&am

Re: [Gambas-user] Release of Gambas 2.13.1

2009-06-04 Thread Leonardo Miliani
Laurent Carlier ha scritto: > Le lundi 01 juin 2009 22:28:26 Leonardo Miliani, vous avez écrit : >> I got this error: >> >> (cd .libs && rm -f gb.db.sqlite3.so.0 && ln -s gb.db.sqlite3.so.0.0.0 >> gb.db.sqlite3.so.0) >> (cd .libs &&am

Re: [Gambas-user] Release of Gambas 2.13.1

2009-06-01 Thread Leonardo Miliani
I got this error: (cd .libs && rm -f gb.db.sqlite3.so.0 && ln -s gb.db.sqlite3.so.0.0.0 gb.db.sqlite3.so.0) (cd .libs && rm -f gb.db.sqlite3.so && ln -s gb.db.sqlite3.so.0.0.0 gb.db.sqlite3.so) creating gb.db.sqlite3.la (cd .libs && rm -f gb.db.sqlite3.la && ln -s ../gb.db.sqlite3.la gb.db.sqli

Re: [Gambas-user] Release of Gambas 2.13.1

2009-05-31 Thread Leonardo Miliani
Benoît Minisini ha scritto: > Hi, > > This release fixes compilation problems with gcc 4.4, FreeBSD and older > versions of the GTK+ library. It makes simultaneaous asynchronous downloads > work correctly in the gb.net.curl component too. > > Here is the ChangeLog: > >

Re: [Gambas-user] can't compile 2.13.0 on Slackware 12.2 (gb.gtk error)

2009-05-16 Thread Leonardo Miliani
Same for me on Ubuntu. -- Leonardo Miliani Web: http://www.leonardomiliani.com E-mail: leona...@leonardomiliani.com Scegli software opensource - Choose opensource software Co-fondatore di Gambas-it.org Il sito di riferimento della comunità italiana degli utenti di Gambas http://www.gambas

Re: [Gambas-user] Problems compiling under Ubuntu 9.04

2009-04-27 Thread Leonardo Miliani
Leonardo Miliani ha scritto: > Marc Miralles ha scritto: >> Hi Leonardo: >> >> I have compiled gambas 2.12 in some computers with Ubuntu 9.04 without >> problems. It works fine >> >> I have installed all libraries required for installation. In gambas home

Re: [Gambas-user] Problems compiling under Ubuntu 9.04

2009-04-27 Thread Leonardo Miliani
Marc Miralles ha scritto: > Hi Leonardo: > > I have compiled gambas 2.12 in some computers with Ubuntu 9.04 without > problems. It works fine > > I have installed all libraries required for installation. In gambas home > page I found this for Ubuntu 8.10: > <...> > With these packages instal

Re: [Gambas-user] Problems compiling under Ubuntu 9.04

2009-04-27 Thread Leonardo Miliani
Jussi Lahtinen ha scritto: > Hi! > I haven't move to 9.04 yet, so I'm interested if I should wait little more... > Have anyone compiled Gambas3 on 9.04? > > Leonardo, seems that you forgot the attachment! Argh... Here it is... -- Ciao. Leo. Web: www.leonardomiliani.com E-mail: leona...@leonard

[Gambas-user] Problems compiling under Ubuntu 9.04

2009-04-27 Thread Leonardo Miliani
Does anybody have successfully compiled Gambas 2.12 under Ubuntu 9.04? I'm trying to do but until now I has not been able to compile Gambas. Configure works fine, no disabled componet (at part the unknown gb.qte) but when I try to compile Gambas with make, the process hangs up during the compilatio

Re: [Gambas-user] Libtool & Ubuntu Jaunty

2009-04-20 Thread Leonardo Miliani
Jorge Carrión ha scritto: > Ubuntu y still far away in time). ¿Someone has the .debs packages of Gambas > 2.12 for Ubuntu 8.04? > Thanks in advance. Same for you. Here: http://www.gambas-it.org/gmbs/modules/PDdownloads/viewcat.php?cid=7 are packages for 8.04 too. -- Ciao. Leo. Web: www.leonar

Re: [Gambas-user] Libtool & Ubuntu Jaunty

2009-04-19 Thread Leonardo Miliani
Ron ha scritto: > I also want to upgrade soon because of the more mature netbook support of > that ubuntu release. > > And maybe someone can build a more recent 2.12 package for ubuntu too? > > Regards, > Ron_2nd > > On Apr 19, 2009 6:23 PM, "Leonardo Miliani&quo

[Gambas-user] Libtool & Ubuntu Jaunty

2009-04-19 Thread Leonardo Miliani
With the new Ubuntu Jaunty upcoming to the horizon, I would like to know if the problem of libtool has been solved because Jaunty will have libtool 2.2.6 in its repos and a lot of users will have problems trying to compile Gambas on that system (I personally tried to compile Gambas under Jaunty RC

Re: [Gambas-user] Deb packages from the sources of Gambas

2009-04-17 Thread Leonardo Miliani
The procedure below is the one I follow to compile Gambas on my Ubuntu 8.10. It's not "debianish" and it creates one big package that contains all Gambas but... it works! 1) before to start you have to check that you have all the repositories activated (main, universe, restricted, multiverse) and

Re: [Gambas-user] Writing a "Choose Your Own Adventure" prototype

2009-04-16 Thread Leonardo Miliani
Doriano Blengino ha scritto: > jbskaggs ha scritto: >> I am not saying goto isnt needed at all- just that to do what he is doing it >> isn't. Furthermore too many goto's create spaghetti code which becomes >> really hard to follow. :) >> >> >> But I do get what your saying and I have used goto's

Re: [Gambas-user] Gambas freezes with Qt apps

2009-04-06 Thread Leonardo Miliani
Here is the output of the gdb program. -- Ciao. Leo. Web: www.leonardomiliani.com E-mail: leona...@leonardomiliani.com Scegli software opensource - Choose opensource software Co-fondatore di Gambas-it.org Il sito di riferimento della comunità italiana degli utenti di Gambas www.gambas-it.org GN

Re: [Gambas-user] Gambas freezes with Qt apps

2009-04-06 Thread Leonardo Miliani
Benoît Minisini ha scritto: > kbuildsycoca is a KDE program, so either you have gb.qt.kde selected in your > project, or maybe you are using a specific Qt theme that depends on KDE. > > Do you know what Qt theme is used by your freezing applications on your > Ubuntu > system? Use the "qtconfig

[Gambas-user] Bug in code parser

2009-04-05 Thread Leonardo Miliani
problems :-) -- Leonardo Miliani Web: http://www.leonardomiliani.com E-mail: leona...@leonardomiliani.com Scegli software opensource - Choose opensource software Co-fondatore di Gambas-it.org Il sito di riferimento della comunità italiana degli utenti di Gambas http://www.gambas-it.org

[Gambas-user] Gambas freezes with Qt apps

2009-04-05 Thread Leonardo Miliani
Starting from 2.11 Gambas usually manifests some freezes when Qt applications are run on some systems. With release 2.12 things seem not to be changed: freezes still continue to randomly appear. For "freeze" I mean that even I click on the "Run" button from the IDE or when trying to start the appli

Re: [Gambas-user] IDE bugs

2009-04-05 Thread Leonardo Miliani
Jussi Lahtinen ha scritto: > Hi! > Seems to be old bug... At least I can't reproduce it on Gambas 2.10. > Please inform version you are using when doing bug reports. > > > Jussi I usually last versions, now 2.12 on Ubuntu 8.10 (as I said in other posts). Anyway, there are other bugs that have a

Re: [Gambas-user] Maybe (still) a bug in bit manipulation functions

2009-03-30 Thread Leonardo Miliani
Benoît Minisini ha scritto: >> It seems that there are bugs in the "Ror" function too. >> Using the same number, 197 (11000101), if I write ROR(197,3) I get >> -1610612712 ( >> 10111000) >> instead of 10111000 (184). > > 197 is not a Byte, it

Re: [Gambas-user] Maybe (still) a bug in bit manipulation functions

2009-03-29 Thread Leonardo Miliani
It seems that there are bugs in the "Ror" function too. Using the same number, 197 (11000101), if I write ROR(197,3) I get -1610612712 ( 10111000) instead of 10111000 (184). -- Leonardo Miliani Web: www.leonardomiliani.com E-m

[Gambas-user] Maybe (still) a bug in bit manipulation functions

2009-03-29 Thread Leonardo Miliani
behaviour with ROL function. ROL(197,3) should give a result of 46 (00101110) but I still continue to get as result the value of 1576 (11000101 plus 3 zeros on the right)! -- Leonardo Miliani Web: www.leonardomiliani.com E-mail: leona...@leonardomiliani.com Scegli software opensource - Choose

[Gambas-user] Maybe (still) a bug in bit manipulation functions

2009-03-29 Thread Leonardo Miliani
ght. Same behaviour with ROL function. ROL(197,3) should give a result of 46 (00101110) but I still continue to get as result the value of 1576 (11000101 plus 3 zeros on the right)! -- Leonardo Miliani Web: http://www.leonardomiliani.com E-mail: leona...@leonardomiliani.com Scegli software opensourc

Re: [Gambas-user] Release of Gambas 2.12

2009-03-22 Thread Leonardo Miliani
Benoît Minisini ha scritto: > Hi, > > Here is a new release of the stable version. This release fixes many bugs in > the interpreter, the GTK+ component, the networking component, the PDF > component, and the XML/RPC component. > > Here is the full changelog: > > --8<--

Re: [Gambas-user] IDE improvement

2009-02-18 Thread Leonardo Miliani
Benoît Minisini ha scritto: > As soon as you don't see the busy cursor anymore, and the GUI is usable gain, > the compilation is finished. The message stays longer so that you can read > it. > Otherwise you wouldn't have the time. > Ah, OK. I understood. I was thinking that until the message d

Re: [Gambas-user] IDE improvement

2009-02-18 Thread Leonardo Miliani
Benoît Minisini ha scritto: >> I would suggest a little IDE improvement... >> I think that it should be useful and clearer to change the state of the >> cursor icon to "busy" then we compile a project so that the user can >> clearly see when the operations terminates. >> Now the only way to know wh

[Gambas-user] IDE improvement

2009-02-18 Thread Leonardo Miliani
I would suggest a little IDE improvement... I think that it should be useful and clearer to change the state of the cursor icon to "busy" then we compile a project so that the user can clearly see when the operations terminates. Now the only way to know when the operation ends is to look at the sta

Re: [Gambas-user] One old bug (and maybe a new one?)

2009-02-03 Thread Leonardo Miliani
Benoit Minisini ha scritto: >> 2) The new bug >> Is it me or the property viewer of the IDE doesn't show the help under >> the properties list anymore? > > I see them there... > Strange... Now I see them too... But when I wrote about this problem, I couldn't see them: I got "No help found" on ev

[Gambas-user] One old bug (and maybe a new one?)

2009-02-02 Thread Leonardo Miliani
1) The old bug I still continue to get the borders of the forms even if I set the border property to "none" (Gambas 2.11.1 compiled from sources, Ubuntu 8.10 with Gnome 2.24, gb.qt component). 2) The new bug Is it me or the property viewer of the IDE doesn't show the help under the properties list

[Gambas-user] Strange message error

2009-02-01 Thread Leonardo Miliani
I know that the following code is wrong 'cause Gambas doesn't accept multiply instructions on 1 row but I would report the strange message error that I get: "Unespected k alla riga ." (at row) [where there is the FOR loop] Code: --- DIM A, b AS Integer FOR a =

Re: [Gambas-user] Bug in Gambas IDE property viewer

2009-01-30 Thread Leonardo Miliani
Sorry, I use Gambas 2.11.0 on Ubuntu 8.10. -- Ciao. Leo. Web: www.leonardomiliani.com E-mail: leona...@leonardomiliani.com Scegli software opensource - Choose opensource software Co-fondatore di Gambas-it.org Il sito di riferimento della comunità italiana degli utenti di Gambas www.gambas-it.or

[Gambas-user] Bug in Gambas IDE property viewer

2009-01-30 Thread Leonardo Miliani
I don't know if it is a new bug or an old one because I've noticed it only right now... but the comboboxes of the properties viewer don't work properly in every situation. As you can see in the attached screenshot, most of the times if I select a property with a combobox, the arrow on the right si

Re: [Gambas-user] Gambas Vs. Gnome 2.24

2009-01-06 Thread Leonardo Miliani
Benoit Minisini ha scritto: > On mardi 6 janvier 2009, Leonardo Miliani wrote: >> I still continue to have the same visual problems using Gambas under >> Gnome 2.24 that I posted some time ago (windows borders that appear even >> if their property is set to false). >> N

[Gambas-user] Gambas Vs. Gnome 2.24

2009-01-06 Thread Leonardo Miliani
I still continue to have the same visual problems using Gambas under Gnome 2.24 that I posted some time ago (windows borders that appear even if their property is set to false). Now, with the last 2.10.2, I have another problem (I don't know if it was still present in the previous 2.9): ballon tips

Re: [Gambas-user] Bug in Gambas 2.9 and Gnome 2.24

2008-12-14 Thread Leonardo Miliani
Benoit Minisini ha scritto: > On dimanche 14 décembre 2008, Leonardo Miliani wrote: >> Benoit Minisini ha scritto: >>> On mardi 9 décembre 2008, Leonardo Miliani wrote: >>>> Benoit Minisini ha scritto: >>>>> On mardi 9 décembre 2008, Gaël Le Hec'

Re: [Gambas-user] Bug in Gambas 2.9 and Gnome 2.24

2008-12-13 Thread Leonardo Miliani
Benoit Minisini ha scritto: > On mardi 9 décembre 2008, Leonardo Miliani wrote: >> Benoit Minisini ha scritto: >>> On mardi 9 décembre 2008, Gaël Le Hec'H wrote: >>>> I confirm the problem on fedora 10 with gnome 2.24.2 and gambas2 2.9.0 >>>> with the

Re: [Gambas-user] Another graphical bug in Gambas 2.9

2008-12-09 Thread Leonardo Miliani
Benoit Minisini ha scritto: > On dimanche 7 décembre 2008, Leonardo Miliani wrote: >> Benoit Minisini ha scritto: >>> On dimanche 7 décembre 2008, Leonardo Miliani wrote: >>>> Maybe I found another graphical bug in Gambas 2.9. >>>> >>>> I use U

Re: [Gambas-user] Bug in Gambas 2.9 and Gnome 2.24

2008-12-09 Thread Leonardo Miliani
Benoit Minisini ha scritto: > On mardi 9 décembre 2008, Gaël Le Hec'H wrote: >> I confirm the problem on fedora 10 with gnome 2.24.2 and gambas2 2.9.0 with >> the clock example >> >> Gaël Le Hec'H >> > > Just an idea: do you use Compiz? > No, I don't. I attach a screenshot to let you see the pro

Re: [Gambas-user] Another graphical bug in Gambas 2.9

2008-12-07 Thread Leonardo Miliani
Benoit Minisini ha scritto: > On dimanche 7 décembre 2008, Leonardo Miliani wrote: >> Maybe I found another graphical bug in Gambas 2.9. >> >> I use Ubuntu 8.10 with Gnome 2.24 and if I use a Qt project I get the >> window decorations even if I chose not to see them (wi

[Gambas-user] Another graphical bug in Gambas 2.9

2008-12-07 Thread Leonardo Miliani
Maybe I found another graphical bug in Gambas 2.9. I use Ubuntu 8.10 with Gnome 2.24 and if I use a Qt project I get the window decorations even if I chose not to see them (window border set to 'none'). -- Ciao. Leo. Web: www.leonardomiliani.com E-mail: [EMAIL PROTECTED] Scegli software opensou

[Gambas-user] Bug in Gambas 2.9 and Gnome 2.24

2008-12-06 Thread Leonardo Miliani
I found a bug into Gambas 2.9 running on Gnome 2.24: the masks of the windows are not applied, resulting in forms that visualize the window borders. Try the Clock example and you'll understand what I mean. The problem doesn't appear on KDE 4.x and Gnome <=2.22. -- Ciao. Leo. Web: www.leonardom

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-10 Thread Leonardo Miliani
Benoit Minisini ha scritto: > I cannot do anything with that. If you cannot send the full project, please > create and send a project that allows me to reproduce the bug. > > Regards, > I was creating a little example for you and I was thinking that I got the error... but I didn't! So there is

Re: [Gambas-user] Menu disable?

2008-09-10 Thread Leonardo Miliani
Ron ha scritto: > Hi, > > Having build login functionality in my application brings up the next > challenge ;-) > > Can you disable a menu, so you see it (greyed out) but can't select > anything? > > I have tried to uncheck Enabled in menu editor, but I see no change. > Also setting property l

Re: [Gambas-user] LIKE operator bug?

2008-09-08 Thread Leonardo Miliani
Stefano Palmeri ha scritto: > Il lunedì 8 settembre 2008 22:50:26 Stefano Palmeri ha scritto: >> I've this code and I want to filter all not-digits from an >> alphanumeric string. >> >> >> PUBLIC SUB Main() >> >> DIM sAllChars, sSingleChar, sFiltered AS String >> >> sAllChars = "1,2,A,B,C,D,é,é

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-08 Thread Leonardo Miliani
Ron_1st ha scritto: > On Sunday 07 September 2008, Leonardo Miliani wrote: >> Benoit Minisini ha scritto: >>> On vendredi 05 septembre 2008, Leonardo Miliani wrote: >>>> Ops I forgot the version: 2.8.1, but got the same error with >>>> previous vers

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-07 Thread Leonardo Miliani
Benoit Minisini ha scritto: > On vendredi 05 septembre 2008, Leonardo Miliani wrote: >> Ops I forgot the version: 2.8.1, but got the same error with >> previous versions 2.8 and, if I remember correctly, 2.7. > > Then please post the actual code that shows your

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-05 Thread Leonardo Miliani
Benoit Minisini ha scritto: > On vendredi 05 septembre 2008, Leonardo Miliani wrote: >> I would like to get your attention on what I think is a bug of how >> Gambas manages open DB connections. >> >> In a project of mine, I manage 2 connections to a MySQL DB. >>

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-05 Thread Leonardo Miliani
Benoit Minisini ha scritto: > On vendredi 05 septembre 2008, Leonardo Miliani wrote: >> I would like to get your attention on what I think is a bug of how >> Gambas manages open DB connections. >> >> In a project of mine, I manage 2 connections to a MySQL DB. >>

[Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-05 Thread Leonardo Miliani
I would like to get your attention on what I think is a bug of how Gambas manages open DB connections. In a project of mine, I manage 2 connections to a MySQL DB. In a form of that project I open the first connection and get a result with the Connection.Find() method; then, I open the second conne

Re: [Gambas-user] Release of gambas 2.8.2

2008-08-30 Thread Leonardo Miliani
Benoit Minisini ha scritto: > Hi, > > This maintenance release fixes the following bugs: > > * Thanks to 梁 (Liang Wei) tests, the bits manipulation functions now work > correctly. I use the bit manipulation functions in some cryptographic projects. Could you please specify what are these bugs a

Re: [Gambas-user] Setting up passwords for program users

2008-07-08 Thread Leonardo Miliani
richard terry ha scritto: > I wondered if anyone had experience/code/examples of how to create/save > encrypted passwords in a database? > > Thanks in advance. > > Richard > > - > Sponsored by: SourceForge.net Community Cho

Re: [Gambas-user] PostgreSQL on another machine from Gambas

2008-07-07 Thread Leonardo Miliani
charlesg ha scritto: > Hello all, > > I would be grateful for some help although I realise this is not really a > Gambas problem. > > I have set up PostgreSQL on 2 machines, one called Scott the other Hardwired > using the instructions in > http://hocuspokus.net/2008/05/13/install-postgresql-on-

Re: [Gambas-user] Gambas2-2.7.0 on Fedora 9 64bit

2008-07-07 Thread Leonardo Miliani
Seb Brown ha scritto: > Hello Board, > having had my 1st programming experiences on an Amstrad CPC6128 with > Locomotive BASIC back in the early 90ies, I have recently been trying to get > back into programming. I have been trying to get familiar with the current > languages such as C++ and/or J

[Gambas-user] Gambas review on italian magazine "Gnu-Linux Magazine"

2008-06-19 Thread Leonardo Miliani
I would like to inform all the community that on the copy of July 2008 of the italian magazine "Gnu-Linux Magazine" there is a reviews of our lovely Gambas :-) You can find the summary of the magazine here: http://www.edmaster.it/?p=prodotti&idcat=3&idprod=5&idnum=89 Here is the traslation of the