[Gambas-user] Packages for Mint 18.2

2017-08-07 Thread Pino Zollo
Please edit the page http://gambas.sourceforge.net/en/main.html# these are the needed packages: sudo apt-get install build-essential g++ automake autoconf libtool libbz2-dev libmysqlclient-dev unixodbc-dev libpq-dev libsqlite0-dev libsqlite3-dev libglib2.0-dev libgtk2.0-dev

Re: [Gambas-user] TextLabel

2017-04-18 Thread Pino Zollo
El 18/04/17 a las 06:07, gambas-user-requ...@lists.sourceforge.net escribió: > Does the documentation [1] answer your question? Yes, it does... Thank you Tobi -- Check out the vibrant tech community on one of the

[Gambas-user] TexrLabel

2017-04-17 Thread Pino Zollo
I really want that the Text of my TextLabel be "< SK" (without ") ...but no way :-(the < kills the text ...not shows in the form editor and neither at run time. [System] Gambas=3.9.2 OperatingSystem=Linux Kernel=3.13.0-37-generic Architecture=x86

[Gambas-user] Repository of GAMBAS programs

2016-04-10 Thread Pino Zollo
Ones there was a repository of GAMBAS programs. Is it still available ? Thanks Pino -- Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance

[Gambas-user] Debian problem step 3.5.4 to 3.8.4

2016-01-21 Thread Pino Zollo
El 21/01/16 a las 10:01, gambas-user-requ...@lists.sourceforge.net escribió: > [Gambas-user] Debian problem step 3.5.4 to 3.8.4 Gianluigi...è per questo che ho smesso di usare Gambas That's why I stopped developments in Gambas Pino

[Gambas-user] Gambas 3.8 seems to work odd

2015-08-26 Thread Pino Zollo
El 26/08/15 a las 10:24, gambas-user-requ...@lists.sourceforge.net escribió: Both times the same Ubuntu-system with same components. If my front-end really had changed then both versions should do the same - but they DO NOT.

[Gambas-user] Compiling instruction not updated

2014-07-15 Thread Pino Zollo
Applying: On Mint 17 Mate sudo apt-get install build-essential g++ autoconf libbz2-dev libmysqlclient-dev unixodbc-dev libpq-dev libsqlite0-dev libsqlite3-dev libglib2.0-dev libgtk2.0-dev libcurl4-gnutls-dev libgtkglext1-dev libpcre3-dev libsdl-sound1.2-dev libsdl-mixer1.2-dev

[Gambas-user] DBGridEdit

2014-04-29 Thread Pino Zollo
In http://gambaswiki.org/wiki/dev/gambas_components DBGridEdit http://encryptec.net/software/gambas-grideditor/ Points to nowhere Pino -- Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE

[Gambas-user] UCase$()

2014-04-23 Thread Pino Zollo
UCase$() does not work with ñ and accented vowels. Try this: Debug UCase$(ñ), UCase$(á), UCase$(à), UCase$(é), UCase$(è), UCase$(ó), UCase$(ò) Regards Pino -- Start Your Social Network Today - Download eXo Platform

[Gambas-user] FileChooser

2014-04-02 Thread Pino Zollo
HI, Please, can somebody point me to an example of code using FileChooser ? I would like to do something like in the IDE when Projec-Create-SourceCode Thanks Pino -- ___

[Gambas-user] How to fill an array of strings ?

2014-03-26 Thread Pino Zollo
Hi, This works fine: Static Public English As String[] = [go, am, me, on, by, to, up, so, and, man, him, out, not, but, can, who] But the following, with 100 words does not work: Static Public English As String[] = [go, am, me, on, by, to, up, so, it, no, of, as, he, if, an, us, or, in, is,

Re: [Gambas-user] morse code sound ?

2014-02-07 Thread Pino Zollo
El 07/02/14 03:13, gambas-user-requ...@lists.sourceforge.net escribió: morse code sound ? Can even send characters to cwdaemon. 73 Pino ZP4KFX -- Managing the Performance of Cloud-Based Applications Take advantage

[Gambas-user] Cairo..learning Gambas

2013-12-19 Thread Pino Zollo
Maybe...some good soul that knows the various Gambas components might teach un-expert programmers or new-comers with something like this: http://www.eiffel.com/developers/learning_maps/IntroducingEiffelLearningMaps/player.html

[Gambas-user] Cairo

2013-12-18 Thread Pino Zollo
El 18/12/13 11:05, gambas-user-requ...@lists.sourceforge.net escribió: The code from draw.begin: Draw.Begin(DrawingArea1) Rap = Draw.w / 3 DH = Draw.H ' [GB2:BCOL] DrawingArea1.BackColor = Color.White ' OK works DrawingArea1.Background = Color.White ... So, yes, it is

[Gambas-user] Cairo

2013-12-16 Thread Pino Zollo
More infos... Draw.Rect(0, 0, Rap, Draw.h) - FScale.class line 111 generates the error Draw.Foreground = Color.Black Draw.Line(Rap, 0, Rap, Draw.H) -- also this -- Rapidly troubleshoot

[Gambas-user] Escape key while writing in a TextArea

2013-12-16 Thread Pino Zollo
I need to process the Esc key while writing into a TexArea to abort a transmission.. For some weird reason the Esc key is ignored by the TextArea... Some help please... Good programming Pino -- Rapidly troubleshoot

[Gambas-user] FORM.Name overridden.... FORM.Delete overridden errors

2013-12-13 Thread Pino Zollo
Gambas 3.5.1 A TextBox with name Name gives FORM.Name Overridden error --- The string DELETE gives error FORM.Delete overridden at line: If FBand.ComboBand.Text WFAX Then

[Gambas-user] FORM.Name overridden.... FORM.Delete overridden errors

2013-12-13 Thread Pino Zollo
Please send runnable project. That way your code is not very readable. I don't understand how you can get error from form.delete when it's not in your code..? yes...it is not in my code that's why it is a weird bug into Gambas3not present in Gambas2 ... I need to send you the

[Gambas-user] Gambas3 crash

2013-12-10 Thread Pino Zollo
While adding a component...in the process of converting a Gambas2 program Gambas3 crashes ...see the attached image Thanks Pino attachment: Gambas3_Crash.jpg-- Rapidly troubleshoot problems before they affect your

[Gambas-user] How to get the Version of the program ?

2013-12-08 Thread Pino Zollo
Please... is there a way to get/print/put in a string variable the version of the program itself ? Thanks Pino -- Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base.

Re: [Gambas-user] Official release of Gambas 3.5

2013-10-22 Thread Pino Zollo
El 22/10/13 07:32, gambas-user-requ...@lists.sourceforge.net escribió: Official release of Gambas 3.5 To: mailing list for gambas usersgambas-user@lists.sourceforge.net Message-ID:5265d071.7020...@users.sourceforge.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hi, I

[Gambas-user] Help Gambas2 on Mint15

2013-08-08 Thread Pino Zollo
Hi, I need to run my old programs written in Gambas2 on a Mint15 PC with MATE. While Gambas 3 compiles very well, with Gambas2 I can not because of QT: ./configure says: Disabled gb.qt gb.qt.kde gb.qte Which version of QT is needed ? If I

[Gambas-user] gb.media compilation error

2012-10-01 Thread Pino Zollo
-- root@SIP-ubuntu:/usr/src/gambas3-3.3.2# ./configure -C conf_ubuntu.txt configure: WARNING: Unable to find file: libintl.so configure: WARNING: This library may be located inside the system C library configure: WARNING: Unable to find file: libiconv.so

[Gambas-user] Last update

2012-09-28 Thread Pino Zollo
Last automatic update for Ubuntu 10.04 At start [41] 'ScrollArea.Shadow' is not static. Project.Main.258 ;-) Pino -- Got visibility? Most devs has no idea what their production app looks like. Find out how fast

[Gambas-user] Last update

2012-09-28 Thread Pino Zollo
From: http://ppa.launchpad.net/nemh/gambas3ubuntu lucid main Actualizó los paquetes siguientes: apt (0.7.25.3ubuntu9.13) to 0.7.25.3ubuntu9.14 apt-transport-https (0.7.25.3ubuntu9.13) to 0.7.25.3ubuntu9.14 apt-utils (0.7.25.3ubuntu9.13) to 0.7.25.3ubuntu9.14 gambas3 (3.3.0~lucid2) to

[Gambas-user] Error after upgrade

2012-09-25 Thread Pino Zollo
After the automatic upgrade of Gambas3 on UBUNTU 10.04 Gnome 2.30.2 /usr/local/bin/gambas3 ERROR: #27: Cannot load component 'gb.qt4': /usr/lib/gambas3/gb.qt4.so: undefined symbol: GB Salud Pino -- Live Security

[Gambas-user] Barcode example for Gambas3

2011-06-05 Thread Pino Zollo
I posted this on gambas-devel but don't know if it got through. I was not registered on that list. It is an update on the barcode example for Gambas3. http://old.nabble.com/file/p31776060/BarcodeG3-0.0.4.tar.gz BarcodeG3-0.0.4.tar.gz On Ubuntu 10.04 ... 32 bit

[Gambas-user] QPainter in GAMBAS3

2011-05-31 Thread Pino Zollo
i think you call paint.begin in a _draw event, no ? No, ...Draw.begin please see the all class source. Sub Disegna() is called continuously...how would be a better way ? Shall I put Draw.Begin only once at the opening of the window ? Thanks Pino 2011/5/30 Pino Zollo pinozo...@gmail.com

[Gambas-user] QPainter in GAMBAS3 ...error #11

2011-05-31 Thread Pino Zollo
Just moving Draw.Begin into Public Sub Form_Open() Public Sub Form_Open() Draw.Begin(DrawingArea1) Me.Text = DBLog Scale --- I get Error #11 please inform Benoit ;-) Pino

[Gambas-user] GAMBAS3.0 RC1 crash etc.

2011-05-30 Thread Pino Zollo
Hi Run GAMBAS3 and load an application, then help ? and F1 , then select the language Italian or any other language. All will close without any message. Regards Pino I cannot reproduce it. Can you give more details about your system? Yes...Ubuntu 10.04 at last update.

[Gambas-user] QPainter in GAMBAS3

2011-05-30 Thread Pino Zollo
Hi This message is a bit obscure for me. please help ! It appears in the Console. QPainter::begin: A paint device can only be painted by one painter at a time. QPainter::end: Painter not active, aborted Actually I can not determine which statement and which class exactly generates it

[Gambas-user] Release of Gambas 2.23.1

2011-05-27 Thread Pino Zollo
Hi, Some problem with 2.23.1 . the 2.23.0 did compile fine. Salud Pino -- make[4]: se ingresa al directorio «/usr/src/gambas2-2.23.1/gb.v4l/src» /bin/bash ../libtool --tag=CC --mode=compile gcc

[Gambas-user] 'Form.Name' is badly overridden in class 'FMain'

2011-05-27 Thread Pino Zollo
Hi, I am trying to convert my old application from GAMBAS 2 to GAMBAS3. On GAMBAS3 I get the error 'Form.Name' is badly overridden in class 'FMain' when I call FMain.show Can somebody please help me to understand this matter ? Salud Pino

[Gambas-user] GAMBAS3.0 RC1 crash

2011-05-27 Thread Pino Zollo
Hi Run GAMBAS3 and load an application, then help ? and F1 , then select the language Italian or any other language. All will close without any message. Regards Pino -- vRanger cuts backup time in half-while increasing

[Gambas-user] Compiling on Debian 5.0.5 GAMBAS 2.2.21.0

2010-07-28 Thread Pino Zollo
Hi... ./configure fails with: - === configuring in main (/usr/src/gambas2-2.21.0/main) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' --cache-file=/dev/null --srcdir=. ./configure: line 1872: syntax error near

[Gambas-user] Stack overflow

2010-06-20 Thread Pino Zollo
GAMBAS 2.20 regularly crashes with [3] Stack Overflow when producing a Mandriva package after having licked on 'Communications' and then 'Other' on the panel 5.Voice of menu. regards Pino -- In the universe there is no time existing as a physical reality, there is no past, no present and no

[Gambas-user] Release of Gambas 2.20.2 : does not compile

2010-03-22 Thread Pino Zollo
Il martedì 16 marzo 2010 05:28:26 gambas-user-requ...@lists.sourceforge.net ha scritto: [Gambas-user] Release of Gambas 2.20.2 make[4]: Entering directory `/usr/src/gambas2-2.20.2/main/gbx' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..

[Gambas-user] Digest in UTF-8

2010-01-26 Thread Pino Zollo
Il lunedì 25 gennaio 2010 20:48:58 gambas-user-requ...@lists.sourceforge.net ha scritto: Baba.jpg B?b?1.jpg B?b?8.jpg B?b?20.jpg Bibi.jpg Bobo.jpg instead of: Baba.jpg Bibi.jpg Bobo.jpg B?b?1.jpg B?b?20.jpg B?b?8.jpg How does it work? Hi, I receive this forum in Digest

[Gambas-user] fastest way to zero-out a huge binary: Signal #11

2010-01-24 Thread Pino Zollo
Il domenica 24 gennaio 2010 03:23:20 gambas-user-requ...@lists.sourceforge.net ha scritto: perform this shell command: dd if=/dev/zero of=Elevation.tmp bs=65537 count=65537 This is the absolute fastest way to do it. Tried this: dd if=/dev/zero of=bigfile.tmp bs=65537 count=65537 and the

Re: [Gambas-user] Collections

2010-01-16 Thread Pino Zollo
Il sabato 16 gennaio 2010 08:25:56 hai scritto: Salut Pino, my problem with your problem is: That is just a piece of code, I can only run and debug, if I invent ALL the rest. And so,every test will say nothing(if it is not a typo in that piece code). So please sent always a full run able

Re: [Gambas-user] Gambas-user Digest, Vol 44, Issue 34

2010-01-16 Thread Pino Zollo
Il sabato 16 gennaio 2010 12:21:09 gambas-user-requ...@lists.sourceforge.net ha scritto:   I look at the code above and wonder abount the first 2 lines. Say i is 3 and count is 6. When it loops you get the following:     i        count     3        6     4        5 end of loop because

Re: [Gambas-user] Collections

2010-01-16 Thread Pino Zollo
Il sabato 16 gennaio 2010 12:21:09 gambas-user-requ...@lists.sourceforge.net ha scritto:               Disp.DisRes.Text = Disp.DisRes.Text ~             INC i          LOOP          ' CBCommand.Clear          ' CBComm2.Clear          FOR EACH Element IN Lista              

Re: [Gambas-user] Collection of String[2]

2010-01-16 Thread Pino Zollo
Thanks a lot Fabien, it works now ! A la prochain Pino Please, where am I wrong ? For Element[1] and Element[0]  I get always the same values STATIC PUBLIC Lista AS NEW Collection ... ... PUBLIC FUNCTION xyz ...  DIM Element AS String[2]  DIM Parti AS String[] ...  DO WHILE...

[Gambas-user] Collection of String[2]

2010-01-15 Thread Pino Zollo
Please, where am I wrong ? For Element[1] and Element[0] I get always the same values STATIC PUBLIC Lista AS NEW Collection ... ... PUBLIC FUNCTION xyz ... DIM Element AS String[2] DIM Parti AS String[2] ... DO WHILE... Parti[0] = myStruc.Value(0) Parti[1] = myStruc.Value(2)

[Gambas-user] Collections

2010-01-15 Thread Pino Zollo
Hi, please can somebody explain the following from the documentation: DIM Dict AS NEW Collection DIM Element AS String Dict[Blue] = 3 Dict[Red] = 1 Dict[Green] = 2 FOR EACH Element IN Dict PRINT Element; NEXT hr3 1 2 -- 3,1 and 2 are Integer, so why Element is a String and

[Gambas-user] XML-RPC

2009-12-27 Thread Pino Zollo
Hi is there any example of XML and XML-RPC available ? best 2010 ! in gambaS nè ! Pino -- Key ID: 0xF6768208 Key fingerprint = B16D 0A7C 5B29 A334 CE6A 71F6 EAF8 3D88 F676 8208 Key server: hkp://wwwkeys.eu.pgp.net

[Gambas-user] Bambas --- Python

2009-12-15 Thread Pino Zollo
I lost too much time with things like that and now strongly consider to interface all calculation to Python and only keep GB as a GUI. This shouldn't add that many things to the system: as of Linux, Python is a std install, as of Debian, this will only require a few packages to add (AND it'll

[Gambas-user] Audio Cards Selection

2009-12-02 Thread Pino Zollo
Hi, I have two audio cards on the computer. Is there a way to record sound from one and send other sound to the other ? I.E. How to select the card ? Regards PinoZP4KFX GG15lv -- Key ID: 0xF6768208 Key fingerprint = B16D 0A7C 5B29 A334 CE6A 71F6 EAF8 3D88 F676 8208 Key server:

Re: [Gambas-user] File select broken ?

2009-11-20 Thread Pino Zollo
Il giovedì 19 novembre 2009 21:04:19 hai scritto: - ' Filter for our user file open dialog. All image types supported by Gambas PRIVATE FUNCTION FileFilter(OPTIONAL All AS Boolean = FALSE) AS String[] DIM filter AS NEW String[]   IF All THEN     filter.Add(*.png

Re: [Gambas-user] Multithreaded Programs

2009-11-08 Thread Pino Zollo
A computer is made of flip-flops (the very basic unit of memory). High level languages are for people who don't understand computers - those who understand them are perfectly happy with punched paper tapes and machine-level languages - Doriano Blengino. Object programming mimics the

[Gambas-user] How to force Gambas to use a specific language?

2009-10-30 Thread Pino Zollo
from one user to the other it is also possible to have many instances of my project running at the same time in the same computer. Regards Pino Zollo -- Key ID: 0xF6768208 Key fingerprint = B16D 0A7C 5B29 A334 CE6A 71F6 EAF8 3D88 F676 8208 Key server: hkp://wwwkeys.eu.pgp.net

Re: [Gambas-user] Possible bug?

2009-09-16 Thread Pino Zollo
 Rich text is mainly used by TextLabel, GridView cells, and the Draw.RichText method.  and TextView ?      --  I meen TextEdit   (sorry i've 5 year late) ...but do not use the method Insert: taSpots.Insert(p) it prints all chars including tags use: taSpots.Text = p Only in this way

Re: [Gambas-user] Balloon

2009-09-08 Thread Pino Zollo
Alle 11:58, lunedì 7 settembre 2009, hai scritto: Hi! Balloon popup is little buggy (sometimes). Screenshot tells it all. For me (Gambas 2.15) the delay is not actuated: Balloon.Delay = 2 shows for a small second Pino It works there... I think the problem comes

[Gambas-user] Fwd: Re: Help DataSource, DataBrowse

2009-09-07 Thread Pino Zollo
-- Messaggio inoltrato -- Subject: Re: [Gambas-user] Help DataSource, DataBrowse Date: 11:16, domenica 6 settembre 2009 From: Pino Zollo pinozo...@gmail.com To: Benoît Minisini gam...@users.sourceforge.net Alle 08:21, domenica 6 settembre 2009, hai scritto: Hi , Please

[Gambas-user] Balloon

2009-09-07 Thread Pino Zollo
Hi! Balloon popup is little buggy (sometimes). Screenshot tells it all. For me (Gambas 2.15) the delay is not actuated: Balloon.Delay = 2 shows for a small second Pino -- Key ID: 0xF6768208 Key fingerprint = B16D 0A7C 5B29 A334 CE6A 71F6 EAF8 3D88 F676 8208 Key server:

Re: [Gambas-user] How many row in a GridView ?

2009-08-30 Thread Pino Zollo
Alle 17:53, mercoledì 26 agosto 2009, hai scritto: I think what you are looking for is the Scaled property for the form. If you set this to false, I understand the objects should stay the same size. Hope this helps Thanks, ...but GridView does not seem to have a Scaled property.

[Gambas-user] How to to copy a file which is into the project directory ?

2009-08-26 Thread Pino Zollo
Sorry, forget about...an extra space into the destination file was producing a misleading message file or directory not found. The string auto-completion always make me do errors. Thanks Pino -- Key ID: 0xF6768208 Key fingerprint = B16D 0A7C 5B29 A334 CE6A 71F6 EAF8 3D88 F676 8208 Key server:

[Gambas-user] How many row in a GridView ?

2009-08-26 Thread Pino Zollo
Hi, Is there a way to determine how many rows appear in a GridView ? I have noticed that moving my project from a computer to another with different screen definition or different QT settings all the forms change their dimensions. The labels do not fit anymore into their spaces, the number of

Re: [Gambas-user] A web page for Gambas applications

2009-07-26 Thread Pino Zollo
Il domenica 26 luglio 2009 09:00:50 abdurrahman ulusoy ha scritto: I'd like to make a page on the web site dedicated to some big applications made in Gambas. To fill it, I ask people (who are agree) to send me: - Their full name. Pino Zollo pinozollo at gmail.com http

[Gambas-user] gb.qt.kde.html

2009-07-24 Thread Pino Zollo
Hi, I have just added the components gb.qt.kde and gb.qt.kde.html ad all my project did change look like if QT were not present. How can I force the QT look ? Thank you Pino -- Key ID: 0xF6768208 Key fingerprint = B16D 0A7C 5B29 A334 CE6A 71F6 EAF8 3D88 F676 8208 Key server:

Re: [Gambas-user] gb.qt.kde.html

2009-07-24 Thread Pino Zollo
Il venerdì 24 luglio 2009 16:01:19 David Villalobos Cambronero ha scritto: Really don't know Regards -- David - Original Message From: Pino Zollo pinozo...@gmail.com To: David Villalobos Cambronero david_villalobo...@yahoo.com Sent: Friday, July 24, 2009 1:52:12 PM Subject

Re: [Gambas-user] gb.qt.kde.html

2009-07-24 Thread Pino Zollo
Il venerdì 24 luglio 2009 17:55:48 hai scritto: Pino Zollo a écrit : ... Mercì Jean-Yves, It seems that gb.gui is incompatible with gb.qt and gb.qt.ext ...so I am in a dead lock... Yes it is, but you have the choice: gb.gui = Gambas is choosing GTK||Qt, depending on your desktop

[Gambas-user] Bug or Feature ?

2009-07-20 Thread Pino Zollo
Hi, I have discovered that in a TableView or in a GridView enabled to receive data's from a database PUBLIC SUB TabWB4_Data(Row AS Integer, Column AS Integer) and to react to a Click PUBLIC SUB TabWB4_Click() Clicking, not only it is executed the _Click() subprogram but also the

[Gambas-user] TextBox and TextLabel do not respect the locale

2009-07-20 Thread Pino Zollo
Hi, I receive a date from a query to the database...let's say rData!x_date ... The database is set to rData = Mglobal.$hConn.Exec(SET SESSION datestyle TO DMY) DMY data style...the locale of the computer is Italian so DMY also. If I write rData!x_date into a GridView or into a string all

Re: [Gambas-user] PictureDatabase with PostgreSQL

2009-07-17 Thread Pino Zollo
Il mercoledì 15 luglio 2009 18:09:51 richard terry ha scritto: By the time I was reading the PosgreSQL  documentation. There it explains a totally different way of handling blobs. They use the internal function pg_lo_import to import into the DB a large object. This returns a pointer

Re: [Gambas-user] PictureDatabase with PostgreSQL

2009-07-15 Thread Pino Zollo
Il martedì 14 luglio 2009 17:56:49 richard terry ha scritto: Hope this helps. Regards Richard Thanks Richard, yes it helpsnow I am going to put it into the PictureDatabase program. So actually the stream of byte is converted to octal to avoid coding problem. Is there also some reversing

Re: [Gambas-user] PictureDatabase with PostgreSQL

2009-07-15 Thread Pino Zollo
Il mercoledì 15 luglio 2009 18:09:51 richard terry ha scritto: By the time I was reading the PosgreSQL  documentation. There it explains a totally different way of handling blobs. They use the internal function pg_lo_import to import into the DB a large object. This returns a pointer

[Gambas-user] PictureDatabase with PostgreSQL

2009-07-14 Thread Pino Zollo
Hi, I am trying to use the example PictureDatabase with PostgreSQL but I get the following error: Invalid byte sequence for encoding UTF-8 when executes the instruction: newPicture.Update() in PUBLIC SUB Add(ImagePath AS String) The creation of the database structure seems correct:

[Gambas-user] Data Base Example updated

2009-07-11 Thread Pino Zollo
Hi, For who is interested... I have updated the example DataReprtExample that comes with GAMBAS . It is available in http:///www.qsl.net/zp4kfx/Linux/GAMBAS Now it works both with MySQL and PostgreSQL. The original can not work with PostgreSQL because in it the table 'user' is reserved.

[Gambas-user] How to close correctly an application ?

2009-07-08 Thread Pino Zollo
Hi, Please which is the correct way of closing the application ? While closing I have randomly some error about some activity which is still going on as writing to socket or timer activity... Besides, even if I close with QUIT, at a following boot the application starts automatically as

Re: [Gambas-user] Window not closable

2009-07-07 Thread Pino Zollo
Il martedì 7 luglio 2009 12:57:11 hai scritto: I think you can just cancel it in the onClose event of the window. I personally use windows without borders or anything that simply have no close button on them, it's nicer i think, but of course you are leaving the desktop look, which might not

[Gambas-user] Sticky, TopOnly

2009-07-05 Thread Pino Zollo
Hi ME.Sticky = TRUE ' does nothing DEBUG ME.Sticky ME.TopOnly = TRUE DEBUG ME.TopOnly ' Why is always false ? --- Any idea why I get alway FALSE by the two DEBUG statements and none of the effect is shown by the window ? Best regards Pino -- Key ID: 0xF6768208

[Gambas-user] How to report signal #11

2009-06-29 Thread Pino Zollo
Hi, In certain circumstances my project ends with signal #11 I am trying to follow the following instructions but I am confused about the complete sequence: -- 3. Reporting a crash (a segmentation fault, or a signal #11) If Gambas crashes, you can trace it

Re: [Gambas-user] I create a new function to share

2009-06-26 Thread Pino Zollo
Il venerdì 26 giugno 2009 11:34:04 kobolds ha scritto: for example you need to write program to export data to text file in fix size in following format. 1. item_no      type:integer    size = 10 character , leading zero 2. item name   type:string      size = 20 character, trailing space 3.

[Gambas-user] Format$ with different LANG

2009-06-24 Thread Pino Zollo
For LANG=POSIX ? Format$(Val(14555888) / 1000, #,###.000) 14,555.888 ...this is OK LANG=es_ES.utf8 and for LANG=it_IT.utf8 ? Format$(Val(14555888) / 1000, #,###.000) 14 555,888 There is a space where should be a . but I can cope with it For LANG=ru_RU.utf8 ? Format$(Val(14555888) /

[Gambas-user] Tar-1.3 for Slackware

2009-06-24 Thread Pino Zollo
Please where can I find tar-1.3 ? yahoo and google did not find it. It is required for generating the Slackware installation package. (Gambas 2.13 on Debian 5.0.1) Regards Pino -- Key ID: 0xF6768208 Key fingerprint = B16D 0A7C 5B29 A334 CE6A 71F6 EAF8 3D88 F676 8208 Key server:

Re: [Gambas-user] Multi threaded apps

2008-09-05 Thread Pino Zollo
Alle 19:11, venerdì 5 settembre 2008, nando ha scritto: This thread would cease to exist when the SUB is completed. The main thread continues processing along side this one. The interpreter would have to switch running threads regularly. I guess that there should be many instances of the

Re: [Gambas-user] Postgresql date question

2008-07-19 Thread Pino Zollo
Alle 17:51, giovedì 17 luglio 2008, richard terry ha scritto: insert into mytable (date1, date2) values ('01/01/2008','00:00:00') What about insert into mytable (date1, date2) values ('01/01/2008', NULL) Maybe you want the type timestamp ...which is the set of a date and a time. Good luck