[Gambas-user] Gambas2

2011-01-04 Thread ivan-kern
Me.Close does not work from the code if a form is opened ShowModal.   PUBLIC SUB Form_Open()   Code.   WAIT   ME.Close END   Ubuntu 10.04 GTK+ Gambas2 Rev. 3439 --- Exklusiv: Neue E-Mail-Adresse @iPhone.de jetzt verfügbar! Sichern Sie sich jetzt ihre persönliche e-mail-adre...@iphone.de

[Gambas-user] Menu.Picture

2011-01-11 Thread ivan-kern
Hi, It seems to be possible to add a picture to menu, but it  works only with sub-menu.The top-menu shows no picture. Gambas2 Rev. 3439Ubuntu 10.04GTK+  RegardsIvan --- Exklusiv: Neue E-Mail-Adresse @iPhone.de jetzt verfügbar! Sichern Sie sich jetzt ihre persönliche e-mail-adre...@iphone.de

[Gambas-user] Extern library libftd2xx

2015-03-11 Thread Ivan Kern
Hi, does anyone have an example of external library libftd2xx? I can't get data from the USB device. Regards, Ivan -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and develo

[Gambas-user] SQLite problem, data has not been read

2015-08-20 Thread Ivan Kern
Hi, Data read from SQLite database is not possible. Result delivers everything possible but not correct data. Is it a bug? I use Gambas3.8 stable. With earlier versions of Gambas I have no problems. This does not work on Ubuntu14.04 LTS and on Xubuntu14.04 LTS as well. Project exam

Re: [Gambas-user] SQLite problem, data has not been read

2015-08-20 Thread Ivan Kern
Thanks, I'll try tomorrow. Regards, Ivan -Ursprüngliche Nachricht- Von: Benoît Minisini [mailto:gam...@users.sourceforge.net] Gesendet: Donnerstag, 20. August 2015 15:33 An: mailing list for gambas users Betreff: Re: [Gambas-user] SQLite problem, data has not been read >> What's wrong

Re: [Gambas-user] SQLite problem, data has not been read

2015-08-20 Thread Ivan Kern
Thanks, you are right , it works now. Regards, Ivan -Ursprüngliche Nachricht- Von: Benoît Minisini [mailto:gam...@users.sourceforge.net] Gesendet: Donnerstag, 20. August 2015 15:33 An: mailing list for gambas users Betreff: Re: [Gambas-user] SQLite problem, data has not been read >>

Re: [Gambas-user] Gambas 3.8 seems to work odd

2015-08-24 Thread Ivan Kern
Hello, No you are not alone. My Gambas3-3.5.2 project which worked very well under Ubuntu10.04 not work with Gambas3-8.0 under Ubuntu14.04 and also Xubuntu14.04. For example: When I click on the menu should appear new form. A few times it works but more often it brings Gambas to crash. Even worse,

Re: [Gambas-user] Gambas 3.8 seems to work odd

2015-08-25 Thread Ivan Kern
l.com] Gesendet: Dienstag, 25. August 2015 09:14 An: mailing list for gambas users Betreff: Re: [Gambas-user] Gambas 3.8 seems to work odd Can you supply an example project? Normally Benoit fixes these things extremely quick (if he can reproduce it) 2015-08-25 8:28 GMT+02:00 Ivan Kern : > Hello, >

[Gambas-user] WG: Gambas 3.8 seems to work odd

2015-08-27 Thread Ivan Kern
Hi, With r7237 my problem is solved. Regards, Ivan -Ursprüngliche Nachricht- Von: Ivan Kern [mailto:ivan-k...@freenet.de] Gesendet: Dienstag, 25. August 2015 10:17 An: 'mailing list for gambas users' Betreff: Re: [Gambas-user] Gambas 3.8 seems to work odd Yes, I could, but t

Re: [Gambas-user] Gambas 3.8.1

2015-09-07 Thread Ivan Kern
Hi, I can confirm it. I installed it from PPA. $ sudo add-apt-repository ppa:gambas-team/gambas3 $ sudo apt-get update $ sudo apt-get install gambas3 Regards, Ivan -Ursprüngliche Nachricht- Von: Benoît Minisini [mailto:gam...@users.sourceforge.net] Gesendet: Montag, 7. September 2015

Re: [Gambas-user] String conversion for printing

2016-02-18 Thread Ivan Kern
Hello, i have had the same problem before i used conversion into ISO-8859-15. sTextCopyToPDF = Conv$(strPrintCopyText, "UTF-8", "ISO-8859-15") Ivan -- Site24x7 APM Insight: Get Deep Visibility into Application Perform

[Gambas-user] Gambas3 r5763 install error

2013-07-24 Thread Ivan Kern
Hello Benoît I tried to install Gambas3 r5763 on Ubuntu 10.04 LTS, but after make command I got error message, see attachment. Regards, Ivan make all-recursive make[1]: Entering directory `/home/pcc/trunk' Making all in main make[2]: Entering directory `/home/pcc/trunk/main' make all

[Gambas-user] Microsoft Access database

2013-08-12 Thread Ivan Kern
Hi, Is it possible to connect Microsoft access database with Gambas? If yea, please, an example. Best regards, Ivan -- Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshoo

Re: [Gambas-user] Microsoft Access database

2013-08-13 Thread Ivan Kern
kcess.sourceforge.net/). > > > > I also wrote a server which makes calls to the jackcess library > > based on simple text commands, so in theory you could make a basic > > client in Gambas... > > > > Let's first see if anyone has already found a way to t

[Gambas-user] Gambas and MS SQL

2013-10-18 Thread Ivan Kern
Hello. Does somebody use Gambas for communication with MS SQL database? Is it possible with ODBC? Best regards, Ivan -- October Webinars: Code for Performance Free Intel webinars can help you accelerate app

Re: [Gambas-user] shell

2013-12-02 Thread Ivan Kern
Hi Try Shell "echo 'mypassword' |sudo -S sh -c 'echo out /sys/class/gpio/gpio27/direction" Regards -Ursprüngliche Nachricht- Von: Mike Crean [mailto:mike.cr...@y7mail.com] Gesendet: Montag, 2. Dezember 2013 12:18 An: Mike Betreff: [Gambas-user] shell Hey boys, I am trying to emulate t

[Gambas-user] problem with event Textbox_KeyPress

2010-03-22 Thread ivan-kern
Hello I have a problems with events Textbox_KeyPress, Textbox_MouseDown etc.. They do not work if new Form1.ShowModal is open. This problem is not with Gambas2-2.16.0. My system: I am using Gambas2-2.20.2 on Ubuntu 9.10 or Suse 11.0, gb.gtk component. Attached to this email I send you a min

[Gambas-user] problem with event DataBrowser_MouseDown

2010-07-21 Thread ivan-kern
Hello I use Gambas2-2.21, GTK+ on Ubuntu 10.04. My problem is that  events DataBrowser_MouseDown, DataBrowser_DblClick do not work.   Thanks With kind regards   Ivan   freenetMail mobil – Alle E-Mails auf Ihrem Handy versenden und empfangen. Jetzt kinderleicht und kostenlos einrichten. Hier

Re: [Gambas-user] Bug? Gambas3, Menu editor

2012-03-06 Thread Ivan Kern
Hello Benoît, You can see this problem if you run the application. Once with QT4 and other times with GTK components. See attachment for screenshot. Regards, Ivan Kern -Ursprüngliche Nachricht- Von: Benoît Minisini [mailto:gam...@users.sourceforge.net] Gesendet: Dienstag, 6. März

[Gambas-user] Bug? Gambas3, Menu editor

2012-03-06 Thread Ivan Kern
Hello Benoît, You can see this problem if you run the application. Once with QT4 and other times with GTK components. See attachment for screenshot. Regards, Ivan Kern Menu_GTK.pdf Description: Adobe PDF document Menu_QT4.pdf Description: Adobe PDF document

Re: [Gambas-user] Bug? Gambas3, Menu editor

2012-03-08 Thread Ivan Kern
g list for gambas users Betreff: Re: [Gambas-user] Bug? Gambas3, Menu editor Le 08/03/2012 12:31, Ivan Kern a écrit : > Hello to all > > > > I will come back to my question about the menu. > See test applications in the attachment. > If I activate QT4 component and let it run i

Re: [Gambas-user] Bug? Gambas3, Menu editor

2012-03-28 Thread Ivan Kern
I've tested it with rev. 4572, no changes, it still does not work. Ivan Kern -Ursprüngliche Nachricht- Von: Benoît Minisini [mailto:gam...@users.sourceforge.net] Gesendet: Samstag, 10. März 2012 17:29 An: mailing list for gambas users Betreff: Re: [Gambas-user] Bug? Gambas3, Menu e

[Gambas-user] Raises the event

2012-07-12 Thread Ivan Kern
Hi to all, I have made my own gambas component in gambas2 under ubuntu 10.04. It works well till I want raise an event. I always get an error message "Cannot raise event in static function." The code is like this: 'Gambas class file EXPORT STATIC PUBLIC $A AS INTEGER STATIC

Re: [Gambas-user] Raises the event

2012-07-17 Thread Ivan Kern
Hi, What I need is raising an event in my own component. If I declare my FUNCTION or SUB as STATIC and try to raise an event from this function, I get error message "Cannot raise event in static function." But if that is not STATIC and I try call it from my application I get an error message “FUNCT

Re: [Gambas-user] Raises the event

2012-07-17 Thread Ivan Kern
: mailing list for gambas users Betreff: Re: [Gambas-user] Raises the event On Tue, 2012-07-17 at 10:12 +0200, Ivan Kern wrote: > Hi, > What I need is raising an event in my own component. > If I declare my FUNCTION or SUB as STATIC and try to raise an event > from this function, I get e

Re: [Gambas-user] Raises the event

2012-07-17 Thread Ivan Kern
dding CREATE STATIC In the top of your class Then you can call CMyClass.MyFunction directly. Le 17 juil. 2012 12:33, "Ivan Kern" a écrit : > Hi, > I mean, if FUNCTION or SUB in my component is not STATIC and I try > call it from my application I get an error message “FUNC

Re: [Gambas-user] Install problems

2012-07-18 Thread Ivan Kern
Hi, Try rocko@darknet: sudo ~/Gambas/trunk$ ./reconf-all ivan -Ursprüngliche Nachricht- Von: Randall Morgan [mailto:rmorga...@gmail.com] Gesendet: Donnerstag, 19. Juli 2012 00:01 An: mailing list for gambas users Betreff: Re: [Gambas-user] Install problems I think the automake package i

Re: [Gambas-user] Adding values to fields in SQLite table??

2012-08-07 Thread Ivan Kern
Hi, Try $hConn.Exec("INSERT INTO 'inventory' (your Column) VALUES ('" & txtName.Text & "') Ivan -Ursprüngliche Nachricht- Von: rocko [mailto:sunblast...@gmail.com] Gesendet: Mittwoch, 8. August 2012 05:14 An: mailing list for gambas users Betreff: Re: [Gambas-user] Adding values to

[Gambas-user] Frame Control

2012-08-16 Thread Ivan Kern
Hello, There is some problem with a Frame control. When I place the control on my Form I cannot see it. There is no border. And I must change the background to see it. Ubuntu 10.04 Gambas3 Rev. 5004 Regards Ivan ---

[Gambas-user] Frame Control

2012-08-16 Thread Ivan Kern
I've updated Gambas3 up to Rev. 5046 and there is still no border round the Frame control. I forgot to mention, I use component QT4. Regards Ivan On Thu, 2012-08-16 at 12:29 +0200, Ivan Kern wrote: > Hello, > > There is some problem with a Frame control. > &

Re: [Gambas-user] Frame Control

2012-08-16 Thread Ivan Kern
12:33, "Ivan Kern" a écrit : > Hello, > > There is some problem with a Frame control. > > When I place the control on my Form I cannot see it. There is no border. > > And I must change the background to see it. > > > > Ubuntu 10.0

[Gambas-user] Frame Control

2012-08-16 Thread Ivan Kern
Thank you Ricardo, it works. Regards, Ivan Ivan, You are using Clearlooks in gnome but not in qt. You need to install qtconfig to set one border visible frame theme (like clearlooks for qt). Regards, Ricardo 2012/8/16 Ivan Kern < <mailto:ivan-k...@freenet.de&g

[Gambas-user] DB connection

2012-08-20 Thread Ivan Kern
Hi, is it possible to have more than one connection to DB with Gambas3? I want build one connection to SQLite database and other one to PosrgreSQL database. And I want use DataBrowser. Regards Ivan -- Live Security

Re: [Gambas-user] Gambas is not multi-threaded, but...

2012-08-29 Thread Ivan Kern
Hi Olivier, could you give us your project as example please ? Regards Ivan -Ursprüngliche Nachricht- Von: Olivier Cruilles [mailto:linu...@club-internet.fr] Gesendet: Dienstag, 28. August 2012 21:25 An: mailing list for gambas users Betreff: Re: [Gambas-user] Gambas is not multi-threaded

[Gambas-user] Gambas and OpenPffice document

2012-10-09 Thread Ivan Kern
Hello, is it possible to open an OpenOffice document with Gambas and edit it? (Fill some cells in the Calc sheet use Gambas) If yes, then please how? I am grateful for any help. Kind regards, Ivan -- Don't let sl

Re: [Gambas-user] Gambas and OpenPffice document

2012-10-09 Thread Ivan Kern
I do not know, I have not much experience with Gambas and not at all with gb.xml. It is easy with VB, the code looks like this: Dim OSM, oDesk, oDoc, oTxt, OBK, oRng As Object 'OOo objects Dim arg () Set OSM = CreateObject ("com.sun.star.ServiceManager") Set oDesk = oSM.createInstance ("com.sun.s