[Gambas-user] class

2010-04-01 Thread yuhej
Hello List, I have no experience with the classes in gambas and just a little in VB. Based on the bult-in example I could get working it when defining the properties as public variable but I don't know how to encapsulate (how to use the get and the set if I have private properties. An other ques

Re: [Gambas-user] menu

2010-04-01 Thread yuhej
Hello, No any idea? Maybe there is no any solution to do that? I may need to give up then the idea :-( Robi yuhej wrote: > > 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

[Gambas-user] 32 or 64?

2010-02-13 Thread yuhej
Hello List, I have to change my computer and need to install Ubuntu (9.10). >From the Gambas point of view is there any difference? What I develop will be installed on 32 bit Ubuntu. Is there any advantage to use the 64 bit or any drawback? Thanks, Robi -- View this message in context: http://

[Gambas-user] output to open office files

2010-01-20 Thread yuhej
Hello BenoƮt, As far as I know we have no easy option to write data to open office calc files like VB can do to excel. Once I read in a comment of you - if my memory is correct - that you plan to do a function for that but only in the far future. Is it previewed in Gambas2 or do you have any sche

Re: [Gambas-user] serial port

2009-12-09 Thread yuhej
object array, I'm able to send and receive data. I just don't know how to access to the serial port events (read). Can someone help me in this matter? Thanks, Robi yuhej wrote: > > Useful info, I'll do like that. > Thanks, Robi > > 2009/9/19 nando > >> In

[Gambas-user] tab

2009-12-05 Thread 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 some of the tabs. Another quesion: can I change the order of the tabs (in design time)?

[Gambas-user] Split

2009-11-22 Thread yuhej
Hello, The Split function baheves strange for me. I receive data fon an equipment throu RS232 and I need to extract the information from a string. The data groups are separated by 4 chr(10) character (originally it was 2 CrLf but when reading in Gambas it became 4 chr(10) - this is also strange)

[Gambas-user] print

2009-10-01 Thread yuhej
Hello, Is there an easy way to print out an entire form? (Like in VB the Form1.Print). Thanks, Robi -- View this message in context: http://www.nabble.com/print-tp25709303p25709303.html Sent from the gambas-user mailing list archive at Nabble.com. ---

[Gambas-user] packaging

2009-10-01 Thread yuhej
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 succeeded. I got an error message like that: - Creati

[Gambas-user] serial port

2009-09-18 Thread yuhej
Hello, I can see that Gambas can handle the serial ports which is a very good news for me. Can someone tell me how can I get the list of the serial ports of my computer? I wish to make an autodetect function and only allow to select from the working serial ports. Robi -- View this message in co

Re: [Gambas-user] gambas output

2009-09-18 Thread yuhej
f this but more user friendly and put as > gambas example but I got lot of work now (maybe in a few months...) > > > 2009/9/17 yuhej > >> >> Hello, >> >> >From my application I need to create some standard output files. When I >> used >> VB I u

[Gambas-user] gambas output

2009-09-17 Thread yuhej
Hello, >From my application I need to create some standard output files. When I used VB I usually put out data to Excel files. It has the advantage that everyone can open and edit and I can use templates. Do we have a simillar option from Gambas? Fo instance to write into Open Office Calc files?

[Gambas-user] how to start a file?

2009-09-13 Thread yuhej
Hello, I just start with Gambas (used VB before) and hopefully I found a place where I can get some answers. At this moment I wish to add an option of attaching files in my application (by saving the path) and to open them later. Can someone tell me how can I start a file from Gambas? For instanc