[Gambas-user] Return Value of Date() function

2015-09-25 Thread emanuele sottocorno
As stated in the wiki the Date Function should return a date without its time component. http://gambaswiki.org/wiki/cat/time But: Print Date(Now) ---> 25/09/2015 00:00:00 Is it by design? [System] Gambas=3.8.1 OperatingSystem=Linux Kernel=3.13.0-63-generic Architecture=x86_64 Distribution=Ubuntu

[Gambas-user] Rev. 7130: workspace not working with Gtk/Gtk3

2015-06-14 Thread Emanuele Sottocorno
Opening a form with a workspace in it, fails with error: "No mouse event data" in function: _TabPanelButton.DrawingArea_MouseMove.373 workspacebug-0.0.1.tar.gz Description: application/compressed-tar -- ___

Re: [Gambas-user] Pre-release of Gambas 3.7 (2)

2015-03-12 Thread emanuele sottocorno
Correctly installed on my Ubuntu 14.04.2 System Information attached FYI 2015-03-10 16:59 GMT+01:00 Laurent Carlier : > Le mardi 10 mars 2015, 16:49:58 Benoît Minisini a écrit : > > Hi, > > > > I have uploaded a new version of the source package at the same place, > > with (normally) all reporte

Re: [Gambas-user] Pre-release of Gambas 3.7 source package

2015-03-10 Thread emanuele sottocorno
Hi Benoît, got this error at make install: cannot execute stat of "lib/gb.component": File or directory does not exists attached all installation logs. 2015-03-10 2:16 GMT+01:00 Benoît Minisini : > Hi everyone, > > I made a pre-release of the source package of Gambas 3.7 at: > > > https://source

Re: [Gambas-user] Pre-release of Gambas 3.6 (2)

2014-10-14 Thread Emanuele Sottocorno
Il 13/10/2014 18:43, Benoît Minisini ha scritto: > Hi, > > I have uploaded a new pre-release source package of Gambas 3.6 at: > > http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.6.0.tar.bz2/download > > I have fixed the following problems: > > - Some source files were missing. > > -

Re: [Gambas-user] Pre-release of Gambas 3.6

2014-10-12 Thread Emanuele Sottocorno
Il 13/10/2014 01:32, Benoît Minisini ha scritto: > Le 12/10/2014 22:31, Emanuele Sottocorno a écrit : >> Sorry Benoit, >> now it fails in /home/emanuele/Gambas/Stable/gambas3-3.6.0/gb.gtk/src >> >> make[5]: ingresso nella directory >> "/home/emanuele/

Re: [Gambas-user] Pre-release of Gambas 3.6

2014-10-12 Thread Emanuele Sottocorno
Il 12/10/2014 21:55, Benoît Minisini ha scritto: > Le 12/10/2014 20:33, Emanuele Sottocorno a écrit : >> Hi Benoit, >> make fails in gb.sdl: >> >> make[3]: ingresso nella directory >> "/home/emanuele/Gambas/Stable/gambas3-3.6.0/gb.sdl" >> Makin

Re: [Gambas-user] Pre-release of Gambas 3.6

2014-10-12 Thread Emanuele Sottocorno
Hi Benoit, make fails in gb.sdl: make[3]: ingresso nella directory "/home/emanuele/Gambas/Stable/gambas3-3.6.0/gb.sdl" Making all in src make[4]: ingresso nella directory "/home/emanuele/Gambas/Stable/gambas3-3.6.0/gb.sdl/src" CXX gb_sdl_la-SDLapp.lo CXX

Re: [Gambas-user] TextArea Pop-up Menu on right click

2014-10-02 Thread Emanuele Sottocorno
Il 30/09/2014 10:59, Rolf-Werner Eilert ha scritto: > Hi, > > TextArea produces a pop-up menu when right-clicking on it. What can I do > to get rid of this behavious, i. e. when I do not want the user to be > able to manipulate the text via the pop-up menu? > > Thanks for your ideas! > > Rolf > >

Re: [Gambas-user] Key events don't work on gb.gtk

2014-08-15 Thread Emanuele Sottocorno
Il 15/08/2014 10:13, Jesus ha scritto: > Hi everyone > > I just realized that key events don't work on gb.gtk. > > Could you please give it a test and confirm it as a bug? > > Little test program attached. > > Regards > > > --

Re: [Gambas-user] Report Question

2014-07-15 Thread Emanuele Sottocorno
Il 15/07/2014 16:38, Roki ha scritto: > I tried but ... > > roki@roki ~ $ 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

Re: [Gambas-user] Wrong behaviour of logger.level

2014-02-20 Thread Emanuele Sottocorno
I think it's time for vacation for me too. :-[ Thanks and sorry for the noise. Il 21/02/2014 00:07, Sebastian Kulesz ha scritto: > On Feb 20, 2014 1:46 PM, "Emanuele Sottocorno" wrote: >> Hi Sebastian, >> tanks for your reply. I think there is an error into lo

Re: [Gambas-user] Wrong behaviour of logger.level

2014-02-20 Thread Emanuele Sottocorno
review the documentation and the rfc on which it is based (you can > find a link in the docs too) > > Sorry for my late response. > On Feb 20, 2014 9:29 AM, "Emanuele Sottocorno" wrote: > >> Il 18/02/2014 12:58, Emanuele Sottocorno ha scritto: >>> Maybe I mi

Re: [Gambas-user] Wrong behaviour of logger.level

2014-02-20 Thread Emanuele Sottocorno
Il 18/02/2014 12:58, Emanuele Sottocorno ha scritto: > Maybe I misunderstood the rule, but following the wiki: > > Property Level As Integer > > Sets or returns the minimum logging level for the Logger object. > > but seems operating contrariwise. See the attached project.

[Gambas-user] Wrong behaviour of logger.level

2014-02-18 Thread Emanuele Sottocorno
Maybe I misunderstood the rule, but following the wiki: Property Level As Integer Sets or returns the minimum logging level for the Logger object. but seems operating contrariwise. See the attached project. [System] Gambas=3.5.90 (rev. 6164) OperatingSystem=Linux Kernel=3.11.0-15-generic Archi

[Gambas-user] Rev. 6164 unable to compile gb.report

2014-02-18 Thread Emanuele Sottocorno
Hi to all, with last trunk revision i got this error in make install phase. Seems that gb.report is missing gb.map, but this one is compiled later. Attached the configure, make and install logs. Thanks. [System] Gambas=3.5.90 OperatingSystem=Linux Kernel=3.11.0-15-generic Architecture=x86_64 D

[Gambas-user] gb.logger minlevel error

2013-12-26 Thread Emanuele
Hi to all, The wiki says: Logger.Level Sets or returns the minimum logging level for the Logger object. so, messages with a lower level should be ignored, but it seems to working backwards. -- Emanuele loggerbug-0.0.1.tar.gz Description: Binary data

[Gambas-user] R: Re: R: How to set the icon property of a form from a file in the project

2013-12-16 Thread Emanuele Sottocorno
I think you did not get the icon shown because ubuntu use to display the Close, Minimize and Maximize button in the position where you should see the form.icon Inviato dal mio smartphone BlackBerry® www.blackberry.com -Original Message- From: Jussi Lahtinen Date: Mon, 16 Dec 2013 14:58

Re: [Gambas-user] Postgresql 9.x error with Blob field

2013-06-27 Thread Emanuele Sottocorno
Hi Benoit, changing the parameter 'bytea_output' in postgresql.conf file from 'hex' to 'escape' fix the problem. I don't remember if that was the default value till 8.4 version. I'll check it this evenin

[Gambas-user] Postgresql 9.x error with Blob field

2013-06-27 Thread Emanuele Sottocorno
Since version 9.0 of Postgresql server, DB.Postgresql component fails saving an image file to a blob field type. Maybe due a change in postgresql internals the escaping sequence produces a bad text. No error on Insert/Select statement, but when you try to load the image into a PictureBox you get th

Re: [Gambas-user] gbc3-gb_error.o compiling rev #5670

2013-05-22 Thread Emanuele Sottocorno
> > Very funny :-) It's a translation issue. I wrote that script line with only > the englisch output of svn in mind. > > I'm convinced that rev#5673 solves your problem. > > Regards, > Tobi > You are right, it works now. Thanks > -

Re: [Gambas-user] gbc3-gb_error.o compiling rev #5670

2013-05-22 Thread Emanuele Sottocorno
Here they are: > > How tiresome. I must now ask for output of: > > $ svn info > > and > > $ svn info 2>/dev/null | grep Revision | egrep -wo "[0-9]+$" > > Regards, > Tobi > > -- > Try New Relic Now & We'll Send You th

Re: [Gambas-user] gbc3-gb_error.o compiling rev #5670

2013-05-22 Thread Emanuele Sottocorno
Hi Tobi, tried rev #5672, make fails at: make[2]: ingresso nella directory "/home/emanuele/Gambas3/trunk/main/gbx" CC libgbx_a-gb_error.o CC libgbx_a-gbx_exec_loop.o AR libgbx.a CC gb_la-gbx_c_class.lo CC gb_la-gbx_c_collection.lo CC gb_la-gbx_c_err

Re: [Gambas-user] gbc3-gb_error.o compiling rev #5670

2013-05-21 Thread Emanuele Sottocorno
hi Tobi, thanks for the answer, but same error with revision #5671. I use to ./reconf-all ./configure -C make for any svn update from trunk directory should i issue the sequence for the main directory instead? Emanuele Il giorno mar, 21/05/2013 alle 17.52 +0200, Tobias Boege ha scritto: > On

[Gambas-user] gbc3-gb_error.o compiling rev #5670

2013-05-21 Thread Emanuele Sottocorno
Rev. #5670 make aborts immediately with error: make[4]: enter directory "/home/emanuele/Gambas3/trunk/main/gbc" CC gbc3-gb_error.o gcc: error: 5638: File o directory does not exists Logs and sysinfo attached. rev5670.logs.tar.gz Description: application/comp

Re: [Gambas-user] compile errore with rev 5557 in gb.pcre (sotema)

2013-02-24 Thread Emanuele Sottocorno
> > > > Is it better with revision #5558? > > -- > Beno?t Minisini > Revision #5560 It's OK Thanks -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for

[Gambas-user] compile errore with rev 5557 in gb.pcre

2013-02-22 Thread Emanuele Sottocorno
Revision 5557 installation fails in gb.pcre with error: regexp.c:113:10: error: 'PCRE_ERROR_RECURSELOOP' undeclared (first use in this function) [System] OperatingSystem=Linux Kernel=3.2.0-38-generic Architecture=x86_64 Distribution=Ubuntu 12.04.2 LTS Desktop=GNOME Theme=QGtk Language=it_IT.UTF-8

Re: [Gambas-user] Segmentation error (core dump created) at runtime

2012-10-12 Thread Emanuele Sottocorno
tely hit ctrl-c as the segfault happens at run. However, I fixed the problem removing anything related to gambas and executing a fresh install of rev 5233. If you want I can try to recreate the problem on another PC. Thanks for

Re: [Gambas-user] gb3 latest revision and 3-3.3.3 segfault

2012-10-11 Thread Emanuele Sottocorno
> Are you using remote access? Can you see in systems logs wich library > got > the problem when you type in terminal gambas3? > from system log: gbr3[2343]: segfault at 10 ip 7f1a98d0226c sp 7fff3d799128 error 6 in libc-2.15.so[7f1a98bc2000+1b5000] -

Re: [Gambas-user] Segmentation error (core dump created) at runtime

2012-10-10 Thread Emanuele Sottocorno
Thanks Benoit, attached the new generated gdb output and another valgrind. (hope it is useful) Emanuele segfault_no_opt.tar.gz Description: application/compressed-tar -- Don't let slow site performance ruin

Re: [Gambas-user] Segmentation error (core dump created) at runtime

2012-10-10 Thread Emanuele Sottocorno
Output from debugger and valgrind attached. thanks Emanuele segfault.tar.gz Description: application/compressed-tar -- Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Reli

[Gambas-user] Preferences settings not working fro automatic variable declaration

2012-09-06 Thread Emanuele Sottocorno
[Gambas 2] Version=2.23.0 Path=/usr/local/bin/gbx2 [Gambas 3] Version=3.2.90 Path=/usr/local/bin/gbx3 [Libraries] Qt4=libQtCore.so.4.8.1 GTK+=libgtk-x11-2.0.so.0.2400.10 Regards, Emanuele -- Live Security Virtual Conference

[Gambas-user] Menu children shown even if parent is disabled

2012-08-13 Thread Emanuele Sottocorno
ppens with both QT4 and GTK Regards, Emanuele disablemenu.tar.gz Description: GNU Zip compressed data -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landsc

Re: [Gambas-user] Error with XmlWriter tag in gb.xml (indent)

2012-06-20 Thread Emanuele Sottocorno
Forgot to mention... open the file with a browser and you can see the space between the tag and the value: value -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and t

Re: [Gambas-user] Error with XmlWriter tag in gb.xml (indent)

2012-06-19 Thread Emanuele Sottocorno
Hi Adrien, as you suggested in your reply in Gambas-It forum I'll try to make the analysis easier, facing one problem at a time. Inside the attached tar you can find a very simple project that produce a very little xml file and the outputs produced by gb.xml vs gb.libxml. Open both file with cat/mo

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-13 Thread Emanuele Sottocorno
Sorry Benoìt, still not working on Ubuntu 10.04.4 Regards, Emanuele -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT man

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720 (Olivier Cruilles)

2012-05-12 Thread Emanuele Sottocorno
The previously indicated version was incorrect: > $ pkg-config --modversion gstreamer-0.10 --> 0.0.28 it is 0.10.28 -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security a

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-11 Thread Emanuele Sottocorno
Hi Benoìt, $ pkg-config --modversion gstreamer-0.10 --> 0.0.28 $ pkg-config --cflags gstreamer-0.10: -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 (Ubuntu 10.04.4) Thanks, Emanu

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-11 Thread Emanuele Sottocorno
I get exactly the same error with rev #4723. Full make output attached. Emanuele 4723_make.log.tar.gz Description: application/compressed-tar -- Live Security Virtual Conference Exclusive live event will cover all the

Re: [Gambas-user] gb.xml.html: Cannot find -lgb.xml

2012-05-05 Thread Emanuele Sottocorno
> *** Warning: Linking the shared library gb.xml.html.la against the loadable > module > *** gb.xml.so is not portable! > libtool: relink: g++ -fPIC -DPIC -shared -nostdlib > /usr/lib/gcc/i686-pc-linux-gnu/4.7.0/../../../crti.o > /usr/lib/gcc/i686-pc-linux-gnu/4.7.0/crtbeginS.o .libs/gb_xml_h

Re: [Gambas-user] gb.xml.html: Cannot find -lgb.xml

2012-05-05 Thread Emanuele Sottocorno
Same problem here on Ubuntu 12.04 Emanuele -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discus

Re: [Gambas-user] Strange Keyboard Behavior

2012-03-13 Thread Emanuele Sottocorno
I have the same problem with my 12.04 box. The solution I found is to set the Editor font to "Ubuntu mono, 9" This way, unfortunately, the code on large display (high resolution) become really unreadable, very little! Any settings like Hinting, Antialiasing, different font, doesn't fix the proble

[Gambas-user] Rev 4363 make error

2011-12-29 Thread Emanuele Sottocorno
=x86_64 Memory=4059336 kB DistributionVendor=Ubuntu DistributionRelease="Ubuntu 10.04.3 LTS" Desktop=Gnome Regards, Emanuele -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrast

Re: [Gambas-user] Issue 116 in gambas: sigfault with gb.db component

2011-09-30 Thread Emanuele Sottocorno
It is fixed with rev #4164 Thanks! Emanuele -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent

Re: [Gambas-user] rev4088 make error

2011-09-05 Thread Emanuele Sottocorno
Ubuntu 10.04-3 rev 4094, it is fixed. Tanks, Emanuele -- Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log management solution at an even better price-free! And you'll get a free &quo

Re: [Gambas-user] rev4088 make error

2011-09-05 Thread Emanuele Sottocorno
Ubuntu 10.04-3 rev 4089 same error libcurl rev. 7.9.17-1 -- Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log management solution at an even better price-free! And you'll get a free "Love Th

[Gambas-user] rev4088 make error

2011-09-05 Thread Emanuele Sottocorno
CNet.c:136: error: ‘CURLE_FTP_PRET_FAILED’ undeclared here (not in a function) CNet.c:139: error: ‘CURLE_FTP_BAD_FILE_LIST’ undeclared here (not in a function) CNet.c:140: error: ‘CURLE_CHUNK_FAILED’ undeclared here (not in a function) make[4]: *** [CNet.lo] Errore 1 [System] OperatingSystem=Linux

Re: [Gambas-user] Action.Register new parameter

2011-09-04 Thread Emanuele Sottocorno
Thanks for the reply, should take 20 minutes to get it work. Emanuele > > Hi to all, > > i can't understand what the new 'old as string' parameter means in > > Action.Register. I have a class in which i define all actions used for > > Menus and Too

[Gambas-user] Action.Register new parameter

2011-09-04 Thread Emanuele Sottocorno
hance to select different themes. ' Gambas class file 'Classe : psTheme.Class 'Autore : Emanuele Sottocorno 'Email : sot...@gmail.com 'Descrizione: Menus and buttons actions Public Const ACTION_DEALER_OPEN As String = "DEALER_OPEN" Public Const ACT

Re: [Gambas-user] Big incompatible change

2011-08-21 Thread Emanuele Sottocorno
The new inheritance rules will be ported in gbs2 also? -- Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and ma

Re: [Gambas-user] Sting declared as Const are not translated

2011-08-02 Thread Emanuele Sottocorno
Fixed! Thanks -- BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, ha

[Gambas-user] Sting declared as Const are not translated

2011-08-01 Thread Emanuele Sottocorno
e IDE when the form opens the caption appears in the default language. Is this correct or could be fixed? Thanks in advance, Emanuele -- Got Input? Slashdot Needs You. Take our quick survey online. Come on, we don'

Re: [Gambas-user] rev 3910 gb.sdl component is disable

2011-07-05 Thread Emanuele Sottocorno
SDL component. Regards, Emanuele -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and

Re: [Gambas-user] Gambas-user Digest, Vol 62, Issue 9

2011-07-04 Thread Emanuele Sottocorno
> what is the output of: > pkg-config --debug sdl SDL_ttf glew xcursor attached. Option --debug seen Error printing disabled by default, value of --print-errors: 0 Error printing disabled Adding virtual 'pkg-config' package to list of known packages Cannot open directory '/usr/local/lib/pkgconf

Re: [Gambas-user] rev 3910 gb.sdl component is disable

2011-07-04 Thread Emanuele Sottocorno
Same problem with revision 3920 As usually I first deleted all in trunk. Downloaded last svn revision, execute ./reconf-all then ./configure -C Ubuntu 10.04 x86_64 Trunk 3920 Gnome Kernel 2.6.32-32-generic -- All of th

[Gambas-user] rev 3910: gb.sdl component is disable

2011-06-29 Thread Emanuele Sottocorno
Running configure -C on rev 3910 results in gb.sdl component disabled. In config.log i found : conftest.c:21:28: error: ac_nonexistent.h: No such file or directory SYSOP: Ubuntu 10.10 x86_64 DE : Gnome config.log attached for sdl component sdl_config.log.gz Description: GNU Zip compressed da

Re: [Gambas-user] make error with rev 3836

2011-05-09 Thread Emanuele Sottocorno
fixed thanks, Regards. Il giorno lun, 09/05/2011 alle 10.40 +0200, Benoît Minisini ha scritto: > > Same problem with 3836 here: > > Opensuse 11.3 > > > > It should be fixed in revision #3837. > > Regards, > -- Wha

[Gambas-user] make error with rev 3836

2011-05-08 Thread Emanuele Sottocorno
not declared in this scope ggridview.cpp:748: error: ‘GDK_KEY_Page_Up’ was not declared in this scope make[4]: *** [ggridview.lo] Errore 1 make[4]: uscita dalla directory «/home/emanuele/Gambas3/trunk/gb.gtk/src» -- WhatsUp

Re: [Gambas-user] Gambas 3 RC1 pre-release source package

2011-03-20 Thread Emanuele Sottocorno
; Ok on Ubuntu 10.10 X86_64 Emanuele -- Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.n

[Gambas-user] Wizard Title Size grows changing the index

2011-03-11 Thread Emanuele Sottocorno
project attached to show that. OS: Ubuntu 10.04 X86_64 Kernel: 2.6.32-29-generic Gb3: 3641 Both QT and GTK are afflicted Regards, Emanuele wizard.tar.gz Description: application/compressed-tar -- Colocation vs. Managed

Re: [Gambas-user] Issue 44 in gambas: GTK+ and Workspace Action_Activate does not match the active.window

2011-02-27 Thread Emanuele Sottocorno
u use QT4 library it works fine, and the shortcut is correctly handled. The shortcut should be managed inside the Form. Doesn't it? Regards, Emanuele test_f2_qt.tar.gz Description: application/compressed-tar -- Free

[Gambas-user] gb3 rev 3609 make error in qt4

2011-02-24 Thread Emanuele Sottocorno
Compiling Gb3 rev 3609 got this error in gb.qt4/src: CWidget.cpp: In function ‘void Control_Next(void*, void*)’: CWidget.cpp:938: error: ‘v’ was not declared in this scope make[5]: *** [gb_qt4_la-CWidget.lo] Errore 1 Ubuntu 10.04 X86_64 2.6.32-28-generic Regards, Emanuele

Re: [Gambas-user] make error ‘GDK_KEY_Z’ was not declared in this scope rev 3578

2011-02-18 Thread Emanuele Sottocorno
was not declared in this scope > > gtextarea.cpp:287: error: ‘GDK_KEY_X’ was not declared in this scope > > gtextarea.cpp:287: error: ‘GDK_KEY_x’ was not declared in this scope > > gtextarea.cpp:292: error: ‘GDK_KEY_V’ was not declared in this scope > > gtextarea.cpp

[Gambas-user] make error ‘GDK_KEY_Z’ was not declared in this scope rev 3578

2011-02-18 Thread Emanuele Sottocorno
declared in this scope gtextarea.cpp:292: error: ‘GDK_KEY_v’ was not declared in this scope make[5]: *** [gtextarea.lo] Errore 1 Emanuele -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint

Re: [Gambas-user] Valuebox .Text property

2011-01-22 Thread Emanuele Sottocorno
Tanks, Emanuele Il giorno sab, 22/01/2011 alle 02.17 +0100, Benoît Minisini ha scritto: > > > Hi, > > > > > > gb3 rev 3479. > > > ValueBox.Text property has been definitively removed? > > > > Ahem... Yes. There should be a ValueBox.Text prope

Re: [Gambas-user] Balloon no more displayed

2011-01-20 Thread Emanuele Sottocorno
works fine, but in fact it is very rare today find a user not have compiz enabled (apart from you). Anyway i can workaround the problem, it is not so urgent to investigate. Regards, Emanuele Il giorno gio, 20/01/2011 alle 02.42 +0100, Benoît Minisini ha scritto: > > Hi Benoît, > > re

[Gambas-user] Valuebox .Text property

2011-01-20 Thread Emanuele Sottocorno
Hi, gb3 rev 3479. ValueBox.Text property has been definitively removed? -- Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the

Re: [Gambas-user] Project title not translated

2011-01-20 Thread Emanuele Sottocorno
can be translated. Now if you cleanup the project backup file the project title string doesn't appear in the translation form and also the strings counter is decremented by one until you open again the properties window. Regards, Emanuele Il giorno gio, 20/01/2011 alle 02.27 +0100, B

[Gambas-user] Project title not translated

2011-01-19 Thread Emanuele Sottocorno
Hi, not a bug, a minor issue. The project title does not appear in the translation window. This way if you set a form Caption = Application.Title it will be in "standard language", regardless the one you selected. Could be correct? Regards

Re: [Gambas-user] Issue 6 in gambas: signal #11 with Gtk+

2011-01-11 Thread Emanuele Sottocorno
And the crashing code too it's available Regards, Emanuele Il giorno mar, 11/01/2011 alle 10.12 +, gam...@googlecode.com ha scritto: > Updates: > Status: Accepted > > Comment #9 on issue 6 by benoit.minisini: signal #11 with Gtk+ > http://code.google.com/p/gamba

Re: [Gambas-user] Balloon no more displayed

2011-01-09 Thread Emanuele Sottocorno
. The attached sample demonstrate the problem. Run it and you can see the balloon moving the Form1 apart; then set the FMain as start up class and now the balloon is visible. Regards, Emanuele Il giorno lun, 03/01/2011 alle 00.26 +0100, Benoît Minisini ha scritto: > > Hi Benoît, > > foun

Re: [Gambas-user] Issue 6 in gambas: signal #11 with Gtk+

2011-01-03 Thread Emanuele Sottocorno
Forgive me... Il giorno lun, 03/01/2011 alle 20.22 +, gam...@googlecode.com ha scritto: > Comment #6 on issue 6 by benoit.minisini: signal #11 with Gtk+ > http://code.google.com/p/gambas/issues/detail?id=6 > > I don't see the valgrind output... > > >

Re: [Gambas-user] Balloon no more displayed

2011-01-02 Thread Emanuele Sottocorno
: don't check checkbox > > > on the first step, > > > leave any field blank in the second step and hit next: the step will not > > > change but no balloon will appear, or at least it is hidden ( not on > > > top). > > > I cant figure out if it

Re: [Gambas-user] Form_KeyPress not raised on Gtk

2010-12-29 Thread Emanuele Sottocorno
e attached project, it works fine with QT. Tanks again, Emanuele Il giorno mer, 29/12/2010 alle 01.50 +0100, Benoît Minisini ha scritto: > > Hi to all, > > the Event Form_keyPress is'n raised with Gtk library. > > The attached project uses a function to check the CapsLock stat

[Gambas-user] Form_KeyPress not raised on Gtk

2010-12-28 Thread Emanuele Sottocorno
Hidden) of textlabel1. Thanks for help. Emanuele keypress.tar.gz Description: application/compressed-tar -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standar

Re: [Gambas-user] stop event and gtk

2010-12-13 Thread Emanuele Sottocorno
It works, fantastic!!! Many tanks. Emanuele -- Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social

[Gambas-user] src/Makefile.am:66: XWINDOW does not appear in AM_CONDITIONAL

2010-12-13 Thread Emanuele Sottocorno
rev 3359: reconf-all aborts with this error. in gb.qt4 directory Emanuele -- Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL, new data types, scalar functions, improved concurrency, built-in

Re: [Gambas-user] stop event and gtk

2010-12-13 Thread Emanuele Sottocorno
Tanks Benoit, and all people developing Gambas. Emanuele Il giorno lun, 13/12/2010 alle 06.43 +0100, Benoît Minisini ha scritto: > > Hi Benoit, here is the project. > > The form showing the problem is the FLanguage". > > I suppose it is a GTK bug 'cause of s

[Gambas-user] stop event and gtk

2010-12-11 Thread Emanuele Sottocorno
3355 Ubuntu 10.04 x86_64 Tanks for help, Emanuele -- Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL, new data types, scalar functions, improved concurrency, built-in packages, OCI, SQL*Plus,

Re: [Gambas-user] desktop.sendmail cause application hang

2010-10-10 Thread Emanuele Sottocorno
g the same xdg tools version and the same Gnome revision, both works fine. Thanks for the effort you put in developing Gambas. Emanuele -- Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5,

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

Re: [Gambas-user] desktop.sendmail cause application hang

2010-09-23 Thread emanuele sottocorno
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, Ema

Re: [Gambas-user] gb3 desktop.sendmail cause application hang

2010-09-22 Thread Emanuele Sottocorno
try with Thunderbird Regards, Emanuele -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu

[Gambas-user] gb3 desktop.sendmail cause application hang

2010-09-22 Thread emanuele sottocorno
Sending a mail with destktop.sendmail cause the main form of application become inactive, when the Mail Client window closes the Gambas Form never return active and the application hangs. This happens only the first time you send a mail. Stopping the application (via stop button on the IDE) and res

Re: [Gambas-user] Another issue on postgresql compenent in gb3 (gb2 also fails)

2010-09-16 Thread emanuele sottocorno
Thanks to all, everything works fine now. Also the Tables.Indexes.Add Emanuele -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your

Re: [Gambas-user] Another issue on postgresql compenent in gb3 (gb2 also fails)

2010-09-16 Thread emanuele sottocorno
‘bool SDLfont::IsFontStrikeout()’:SDLfont.cpp:230: error: ‘TTF_STYLE_STRIKETHROUGH’ was not declared in this scope make[4]: *** [SDLfont.lo] Errore 1make[4]: uscita dalla directory «/home/emanuele/Gambas3/trunk/gb.sdl/src» --

Re: [Gambas-user] Another issue on postgresql component in gb3

2010-09-15 Thread emanuele sottocorno
Attached the gdb output. Forgive me i hit send too fast Emanuele gdb_output Description: Binary data -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment

[Gambas-user] Another issue on postgresql compenent in gb3 (gb2 also fails)

2010-09-15 Thread emanuele sottocorno
Signal #11 error is raised running the following procedure: DIM hConn AS NEW Connection DIM hResult AS Result DIM sAziende AS String DIM SCriteria AS String = "ulogin=&1" DIM sParameter AS String = "emanuele" WITH hConn .Host = "azienda" .Por

Re: [Gambas-user] gb3 and postgresql indexes

2010-09-15 Thread emanuele sottocorno
Hi Benoît have You some news about it. Thanks, Emanuele -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing

Re: [Gambas-user] gb3 and postgresql indexes

2010-09-09 Thread emanuele sottocorno
.oid and pg_class.relname = 'login' postgresql: 0x8ca8260: CREATE UNIQUE INDEX "login" ON "utenti" ( "utenti" ) what follow is the "remove structure due an error occured." postgresql: 0x8c905a8: select substring(version(),12,5) postgresql: 0

Re: [Gambas-user] gb3 and postgresql indexes

2010-09-09 Thread emanuele sottocorno
t;>     gbPneus.gbpLog.logWrite(("Creato DB Utenti.")) >>     Else >>       gbPneus.gbpLog.logWrite(("Il DB utenti esiste.")) >>   Endif >>   hConn.Close() >>   Return True >> >>   Catch >>     gbPneus.gbpLog.logWrite(Subst$(("Errore

[Gambas-user] gb3 and postgresql indexes

2010-09-08 Thread Emanuele Sottocorno
one del DB utenti: &1"), Error.Text)) Return False End The server logs: ERROR column "utenti" does not exist STATEMENT CREATE UNIQUE INDEX "login" ON "utenti" ( "utenti" ) The same function works fine with mysql. gambas3 rev. 3195