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

[Gambas-user] Gambas for Android

2011-07-12 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 of

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 : > 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 first release candid

Re: [Gambas-user] TableView issue

2010-09-05 Thread Robert JUHASZ
) -- Regards, Robi 2010/9/5 Charlie Reinl > Am Sonntag, den 05.09.2010, 15:15 +0200 schrieb Robert JUHASZ: > > Hello Benoit, > > > > Could you pls. tell me how to check the revision o

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. Th

[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 works

Re: [Gambas-user] serial port issue

2010-04-21 Thread Robert JUHASZ
ere where a few serial port related bug fixes. > >> http://gambas.sourceforge.net/en/changelog2.html > >> > >> I use a lot (10) serial ports in my gambas app. 24/7 but I do not use > >> xon/off. > >> > >> Regards, > >> Ron. > >> &g

Re: [Gambas-user] serial port issue

2010-04-21 Thread Robert JUHASZ
ication parameters are 9600, 8, n, 1, Xon/Xoff. > > > > 2010/4/21 Doriano Blengino > > > > > >> Robert JUHASZ ha scritto: > >> > >>> All the parameters are the same obtained by autoconfig, except the UART > >>> which was undefined for

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 > 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 val

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 t

[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 cor

Re: [Gambas-user] form_resize issue

2010-04-18 Thread Robert JUHASZ
panels and then try each properties and > run the form ... > > it's the better way to understand > > 2010/4/18 Robert JUHASZ : > > For the moment I just have a big one. I try to build a small example > which > > shows the problem. > > > > Robi > > >

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 after

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 > > 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

Re: [Gambas-user] form_resize issue

2010-04-17 Thread Robert JUHASZ
is managed 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 : > > Hello List, >

[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] 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 > 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 > > Hello, > > > >

[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 diffe

[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 print

[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 attac

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 rea

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 tem

Re: [Gambas-user] tab

2009-12-06 Thread Robert JUHASZ
Perfect, thx! 2009/12/5 Fabien Bodard > 2009/12/5 yuhej : > > > > 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 invisible or not enabled som

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, Rob

Re: [Gambas-user] packaging

2009-11-15 Thread Robert JUHASZ
one... :/ > > > > nothing special > > > > all is working well here > > > > 2009/11/13 Robert JUHASZ : > >> Good news! Do you mean that you installed and runs normally or tried > from > >> the source code? > >> > >> How can I have in

Re: [Gambas-user] packaging

2009-11-13 Thread Robert JUHASZ
ard > no problem here on gambas2.17 with ubuntu 9.10 > > please install the gambas-db-mysql package > > 2009/11/13 Robert JUHASZ : > > Superb, thanks in advance! > > > > The packed project is attached in a previous mail of this thread (dated > 30 > > of Oc

Re: [Gambas-user] packaging

2009-11-13 Thread Robert JUHASZ
ver for mysql). When removing the application with the Janitor and also the dependencies proposed by the Janitor then everything becomes normal with Gambas. Many thank, Robi 2009/11/13 Fabien Bodard > i can try > > 2009/11/13 Robert JUHASZ : > > The installation failed also on co

Re: [Gambas-user] packaging

2009-11-12 Thread Robert JUHASZ
but on the installation of > libmysqlclient !! > > > > 2009/11/12 Robert JUHASZ : > > 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. > >

Re: [Gambas-user] packaging

2009-11-12 Thread Robert JUHASZ
y appreciate if someone can help. Robi 2009/11/2 Robert JUHASZ > 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

Re: [Gambas-user] packaging

2009-11-01 Thread Robert JUHASZ
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 on a "virgin" machine. Robi 2009/11/1 Benoît Minisini > > Hello Benoît,

Re: [Gambas-user] packaging

2009-10-28 Thread Robert JUHASZ
omponent). When 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 > Hi, > > It's no more just a packaging problem, even Gambas doesn't star

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] serial port

2009-10-13 Thread Robert JUHASZ
uch a case (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 > thanks a lot !!! > > 2009/9/28 Werner

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 > 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 but I haven't > > s

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 > 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

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] serial port

2009-09-28 Thread Robert JUHASZ
thanks a lot !!! 2009/9/28 Werner > Robert JUHASZ wrote: > > Hello, > > > > One more question to the same project. > > It is a measurement program where the user can give equations for > calculated > > quantities. Is there an easy way in Gambas to execute

Re: [Gambas-user] serial port

2009-09-28 Thread Robert JUHASZ
2009/9/21 Mike > Robert JUHASZ wrote: > > Useful info, I'll do like that. > > Thanks, Robi > > > > 2009/9/19 nando > > > > > >> In my Linux serial port experience, serial port devices are named: > >> > >> /dev/ttyS0..9

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

2009-09-28 Thread Robert JUHASZ
I find a better way for storing the files. Regards, Robi 2009/9/27 Doriano Blengino > 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 fo

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

2009-09-25 Thread Robert JUHASZ
re any place 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 > .. and it works perfectly, thanks for all of y

Re: [Gambas-user] serial port

2009-09-19 Thread Robert JUHASZ
Useful info, I'll do like that. Thanks, Robi 2009/9/19 nando > 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 Gambas. > > I know th

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 > maybe the same... 8-) > > 2009/9/15 Benoît Minisini > > > > You can use this (you need to have installed in your system xdg-open > > > command - out of the box in ubuntu): > > > > > > EXEC ["xdg-

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

2009-09-14 Thread Robert JUHASZ
s Desktop.Open("file:///myPDF.pdf") if it is for a file or > Desktop.Open("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 >wrote: > > > Hi Dimitris, > > &g

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 p

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