Re: [Gambas-user] How To INSERT INTO in MySQL?

2012-02-05 Thread Robert Juhasz
On 02/06/2012 12:45 AM, abbat wrote: I cant make to work the command for MySQL which works perfect on VB.NET Dim COMMAND = New MySqlCommand(INSERT INTO statistic ( TimeCode, SessionStart, SessionEnd, Kluch, Comp) VALUES (' T ', now(), now(),' kluch ',' Nc ')) How to

[Gambas-user] Gambas for Android

2011-07-13 Thread Robert JUHASZ
Hello, Is it / will it be possible to install applications written in Gambas on Android devices? That would be really great. Robi -- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator

Re: [Gambas-user] About Gambas 2 deprecation

2010-10-28 Thread Robert JUHASZ
Benoit, I haven't tried gb3. Will the code written in gb2 work in gb3? Robi 2010/10/28 Benoît Minisini gam...@users.sourceforge.net: Hi, I had badly expressed myself when I said that Gambas 2 will be deprecated before the end of the year. What I meant is: 1) I want to / will release the

Re: [Gambas-user] TableView issue

2010-09-05 Thread Robert JUHASZ
Hello Benoit, Could you pls. tell me how to check the revision of Gambas. I just redo every time the svn update in the install folder (it writes me out a revision number, this is what I refer to) and after I recompile, reinstall gambas. But later I don't know how to check the version number. The

[Gambas-user] TableView issue

2010-08-29 Thread Robert JUHASZ
Hello List, I found a strange behavior of the tableview control. I use Gambas 2.20, qt, on ubuntu 10.04. I try to create an editable table. As long as I use only text input, it works fine. As long as I use lists or text and list but with unprotected (readonly=false, as by default) lists, it

[Gambas-user] serial port issue

2010-04-21 Thread Robert JUHASZ
Hello List, This may not be a fully gambas question just I don't know who to ask for help - sorry for posting it here. I try to switch my measurement from windows XP (VB) to Ubuntu 9.10. This program takes several (3, for the moment) equipments connected to a PC through serial ports. It works

Re: [Gambas-user] serial port issue

2010-04-21 Thread Robert JUHASZ
All the parameters are the same obtained by autoconfig, except the UART which was undefined for the added ports. I set this parameter to the same value as for the working one: 16550A (in fact I tried all the possible UART parameters and where the port was working it behaves always the same: short

Re: [Gambas-user] serial port issue

2010-04-21 Thread Robert JUHASZ
The communication parameters are 9600, 8, n, 1, Xon/Xoff. 2010/4/21 Doriano Blengino doriano.bleng...@fastwebnet.it Robert JUHASZ ha scritto: All the parameters are the same obtained by autoconfig, except the UART which was undefined for the added ports. I set this parameter to the same

Re: [Gambas-user] serial port issue

2010-04-21 Thread Robert JUHASZ
, 8, n, 1, Xon/Xoff. 2010/4/21 Doriano Blengino doriano.bleng...@fastwebnet.it Robert JUHASZ ha scritto: All the parameters are the same obtained by autoconfig, except the UART which was undefined for the added ports. I set this parameter to the same value as for the working one

Re: [Gambas-user] form_resize issue

2010-04-18 Thread Robert JUHASZ
For the moment I just have a big one. I try to build a small example which shows the problem. Robi 2010/4/18 Benoît Minisini gam...@users.sourceforge.net Hello List, When the user resizes the main form of my application I try to follow the form size with the controls on the form. I use

Re: [Gambas-user] form_resize issue

2010-04-18 Thread Robert JUHASZ
Hi Benoit, I put together the small project with 2 level of TabStrip controls and with tableview controls on some of them. First it seemed to work perfectly... but finally I could reproduce the effect on my computer. When the app starts up then (normally) the controls resize correctly. Just

Re: [Gambas-user] form_resize issue

2010-04-18 Thread Robert JUHASZ
each properties and run the form ... it's the better way to understand 2010/4/18 Robert JUHASZ robert1juh...@gmail.com: For the moment I just have a big one. I try to build a small example which shows the problem. Robi 2010/4/18 Benoît Minisini gam...@users.sourceforge.net

[Gambas-user] form_resize issue

2010-04-17 Thread Robert JUHASZ
Hello List, When the user resizes the main form of my application I try to follow the form size with the controls on the form. I use the Form_resize event and I modify the controls' position accordingly. My hierarchy is something like that: Form TabStrip1 TabStrip11 TableView111

Re: [Gambas-user] form_resize issue

2010-04-17 Thread Robert JUHASZ
with the mouse... Nothing to do by code :) look at VBox, HBox, Panel, and all other containers like form, etc and properties : arrangement , spacing, padding, expand, ignore 2010/4/17 Robert JUHASZ robert1juh...@gmail.com: Hello List, When the user resizes the main form of my application I

Re: [Gambas-user] TableView Header Names

2010-04-07 Thread Robert JUHASZ
TableViewName.Columns[columnIindex].Title or TableViewName.Columns[columnIndex].Text (does the same as far as I could see). Robi 2010/4/7 Keith Clark keithcl...@k-wbookworm.com How do I change the text that is displayed in the TableView Headers? Thanks (still learning!), Keith

Re: [Gambas-user] menu

2010-04-01 Thread Robert JUHASZ
Thanks Benoit! When you say that I can define application group, dou you mean that I can define (from gambas when packaging or from ubuntu) or do you mean that I can choose from the list provided during the creation of the package ? Robi 2010/4/2 Benoît Minisini gam...@users.sourceforge.net

[Gambas-user] menu

2010-03-10 Thread Robert JUHASZ
Hello List, I have a very basic question... when I develop my applications I'd like them to appear in the menu under a group (when installed on a machine). When I do tha packaging I'm able to set several parameters, but is it possible to create an own menu (for example myApps) and to put the

[Gambas-user] printing issue

2010-03-04 Thread Robert JUHASZ
Hello List, I have a small issue with the printer handling of my application: when I try to print, the list of printers is empty and consequently the OK button is disabled (there are printers installed on the computers). If I click on cancel, the default printer prints out the document. If I

[Gambas-user] database

2010-02-26 Thread Robert JUHASZ
Hello List, I am creating an application working with some databases. I have no problem to create the empty database from code, but now I wish to have a pre-filled database which creates itself when I install the application or what I can create during the first run. Is there an easy way to

Re: [Gambas-user] output to open office files

2010-01-24 Thread Robert JUHASZ
Hi, Thanks for the ideas. I checked some but not yet found my solution. To make a link between .csv and an .ods behaves very strange: most of the time I browse the file to link but the OK button doesn't become enabled. I succeeded with one .xls file (not with all!) and I even cannot see the

Re: [Gambas-user] output to open office files

2010-01-20 Thread Robert JUHASZ
Hello, Thanks for both of you for the answers! The solution you described Benoît is very sympa for me. Could you give me your 'dirty' code in a module in order to add to my project and use your function to write cells? I may also learn from your code. (My standard way for the output is to use

Re: [Gambas-user] tab

2009-12-06 Thread Robert JUHASZ
Perfect, thx! 2009/12/5 Fabien Bodard gambas...@gmail.com 2009/12/5 yuhej robert1juh...@gmail.com: Hi, Is there any option to hide some of the tabs of a tab control? For different users I wish to show different information (depending on their right) but I don't know if I may make

Re: [Gambas-user] Serial ports in Gambas

2009-11-22 Thread Robert JUHASZ
Hello, In the examples you find one for the serial port: Open Example \ Networking \ SerialPort. It shows the basics. You can send commands from your code (by taking them for example from a textbox filled by the user) with PRINT or WRITE, you can read from the serial port with READ. Regards,

Re: [Gambas-user] packaging

2009-11-15 Thread Robert JUHASZ
... :/ nothing special all is working well here 2009/11/13 Robert JUHASZ robert1juh...@gmail.com: Good news! Do you mean that you installed and runs normally or tried from the source code? How can I have installed the gambas-db-mysql on computers where I don't have the gambas? (I

Re: [Gambas-user] packaging

2009-11-13 Thread Robert JUHASZ
proposed by the Janitor then everything becomes normal with Gambas. Many thank, Robi 2009/11/13 Fabien Bodard gambas...@gmail.com i can try 2009/11/13 Robert JUHASZ robert1juh...@gmail.com: The installation failed also on computers where I had - mysql server / client - gambas Could

Re: [Gambas-user] packaging

2009-11-13 Thread Robert JUHASZ
...@gmail.com no problem here on gambas2.17 with ubuntu 9.10 please install the gambas-db-mysql package 2009/11/13 Robert JUHASZ robert1juh...@gmail.com: Superb, thanks in advance! The packed project is attached in a previous mail of this thread (dated 30 of October). Can you catch

Re: [Gambas-user] packaging

2009-11-12 Thread Robert JUHASZ
if someone can help. Robi 2009/11/2 Robert JUHASZ robert1juh...@gmail.com Hello, I use Gambas 2.16 and 2.17 (I work on two machines). I installed the application on these machines i.e. the gambas IDE was already on the machine. Is it possible that it was the problem? I may try to make an install

Re: [Gambas-user] packaging

2009-11-12 Thread Robert JUHASZ
not depend on gambas but on the installation of libmysqlclient !! 2009/11/12 Robert JUHASZ robert1juh...@gmail.com: Hello, I'm still suffering with making the correct installation package. It is painful as I'd like to share my application with my colleagues. I tried to do the install

Re: [Gambas-user] packaging

2009-10-28 Thread Robert JUHASZ
installing fakeroute then the package is created but I was not able to install my application, even the gambas behaved starnge after. Thanks for your help in advance. Robi 2009/10/5 Robert JUHASZ robert1juh...@gmail.com Hi, It's no more just a packaging problem, even Gambas doesn't start up. After re

Re: [Gambas-user] serial port

2009-10-13 Thread Robert JUHASZ
(TRY mySerialPort.close --- no response, no error message but the program frozen) is there any way to stop the process with a timeout or does anyone has an ide ho to handle it? Any help would be appreciated. Robi 2009/9/28 Robert JUHASZ robert1juh...@gmail.com thanks a lot !!! 2009/9/28 Werner

Re: [Gambas-user] serial port

2009-10-13 Thread Robert JUHASZ
Salut, I tried to follow what you wrote, here you are the result. From the other side when working on it and waiting for a little longer time, I recognised that the program is not permanently frozen, after several 10 seconds it came back to normal. So at the end it's not so serious as expected.

Re: [Gambas-user] packaging

2009-10-05 Thread Robert JUHASZ
Hi, It's no more just a packaging problem, even Gambas doesn't start up. After re-installing gambas it gives the same error message (ERROR: #27: Cannot load component 'gb.form.dialog': cannot find library..). It is very embarrasseing as I don't know what to do now. If I reinstall ubuntu + gambas,

Re: [Gambas-user] packaging

2009-10-04 Thread Robert JUHASZ
Hi, I added fakeroot from the Synaptic Package Manager and with this I could pack my application - soma packages with different extension. I launched the .deb package which installed the application! I just had some complications after... Whet I started the application it refuses to connect to

Re: [Gambas-user] packaging

2009-10-01 Thread Robert JUHASZ
Thanks, I'll try. Robi 2009/10/1 Doriano Blengino doriano.bleng...@fastwebnet.it yuhej ha scritto: Hello, I'm not very far from being able to test my first Gambas application. It works from the IDE, also the executable on my PC. I try to make a package to test it on a virgin ubuntu

Re: [Gambas-user] how to start a file?

2009-09-30 Thread Robert JUHASZ
Yes, it works perfectly with mySQL. Robi 2009/9/29 Robert JUHASZ robert1juh...@gmail.com Can it be an other option to load files to the mysql database as BLOB? If yes can someone tell me the command to upload and download the file from/to a certain location? This would solve my problem

Re: [Gambas-user] how to start a file?

2009-09-29 Thread Robert JUHASZ
Can it be an other option to load files to the mysql database as BLOB? If yes can someone tell me the command to upload and download the file from/to a certain location? This would solve my problem with the rights. Thx, Robi

Re: [Gambas-user] how to start a file?

2009-09-28 Thread Robert JUHASZ
way for storing the files. Regards, Robi 2009/9/27 Doriano Blengino doriano.bleng...@fastwebnet.it Robert JUHASZ ha scritto: Hello, I'm very happy with this solution and was perfect as long as I used my program myself. Now I wanna put it in a common folder on the server and for storing

Re: [Gambas-user] serial port

2009-09-28 Thread Robert JUHASZ
Mike mike.cr...@westnet.com.au Robert JUHASZ wrote: Useful info, I'll do like that. Thanks, Robi 2009/9/19 nando nand...@nothingsimple.com In my Linux serial port experience, serial port devices are named: /dev/ttyS0..9 and upwards /dev/ttyUSB0..9 and upwards depending on what

Re: [Gambas-user] how to start a file?

2009-09-25 Thread Robert JUHASZ
of this control to enter (from code) the reading / writing password of the folder used by the control? - or, when using the Desktop.Open function, can I specify if I open the file for read only? Thanks, Robi 2009/9/16 Robert JUHASZ robert1juh...@gmail.com .. and it works perfectly, thanks for all of you

Re: [Gambas-user] serial port

2009-09-20 Thread Robert JUHASZ
Useful info, I'll do like that. Thanks, Robi 2009/9/19 nando nand...@nothingsimple.com In my Linux serial port experience, serial port devices are named: /dev/ttyS0..9 and upwards /dev/ttyUSB0..9 and upwards depending on what is plugged in USB. I have done a lot of serial port stuff with

Re: [Gambas-user] how to start a file?

2009-09-15 Thread Robert JUHASZ
.. and it works perfectly, thanks for all of you who helped! Robi 2009/9/15 Ricardo Díaz Martín oceanosoftlapa...@gmail.com maybe the same... 8-) 2009/9/15 Benoît Minisini gam...@users.sourceforge.net You can use this (you need to have installed in your system xdg-open command - out

Re: [Gambas-user] how to start a file?

2009-09-14 Thread Robert JUHASZ
Hi Dimitris, Thanks for your answer. I'm not sure if this is exactly what I want but I'll check. I try to tell more concretly my need: I wanna make a small project follower application for my colleagues where they can follow some actions and attach files. For instance a pdf file with the customer

Re: [Gambas-user] how to start a file?

2009-09-14 Thread Robert JUHASZ
Hi, I mean to let the user to attach a file in run time (I save the link) and let him run the file. Just I don't know how open that file using the link (not for my gambas application but just for the user with the default program of the attached file). In VBA I used ShellExecute for running

Re: [Gambas-user] how to start a file?

2009-09-14 Thread Robert JUHASZ
(http://myserver.com/myPDF.pdf;) if the file is on a server somewhere on the internet. On Mon, Sep 14, 2009 at 8:40 AM, Robert JUHASZ robert1juh...@gmail.com wrote: Hi Dimitris, Thanks for your answer. I'm not sure if this is exactly what I want but I'll check. I try to tell more