[Gambas-user] Rejoindre mon réseau sur LinkedIn

2011-07-10 Thread Kari Laine via LinkedIn
LinkedIn Kari Laine souhaite se connecter à vous sur LinkedIn : -- Je vous invite à faire partie de mon réseau professionnel en ligne sur le site LinkedIn. Accepter l'invitation de Kari Laine http://www.linkedin.com/e/h

Re: [Gambas-user] Financial program

2009-12-15 Thread Kari Laine
Hi, thank you for all the information. I also found a system made in Finland using PHP. It is called pupesoft and it's web-address is http://www.devlab.fi/pupesoft So now when I have time I will test all of these and see how they work. Best Regards Kari

Re: [Gambas-user] Financial program

2009-12-14 Thread Kari Laine
Hi, thanks On Mon, Dec 14, 2009 at 6:03 PM, Fabien Bodard wrote: > you have Laurux at http://laurux.fr/ > > but the code is not perfect has it was on the start a code learning > programme.. but at the end it's a true accounting program... in french > (Gb2) > I don't read a single word French so

Re: [Gambas-user] Financial program

2009-12-14 Thread Kari Laine
Hi, > There is Quasar from Linux Canada. It is very similar to MYOB. Their > last GPL version is 1.4.7, I think. Do you have the source for the GPL version. I visited their site and couldn't find it. > If you think you can write a decent accounting program in 3 man months > you don't know what t

[Gambas-user] Financial program

2009-12-14 Thread Kari Laine
Hi, I have already done little billing program for my parents little firm. It was a learning exercise. It would make a big help to get little companies to move to Linux if there was a financial program that run on Linux and would be free. There comes in Gambas. Is there already an GPLed financial

[Gambas-user] Serial ports in Gambas

2009-11-22 Thread Kari Laine
and results which are received from the device are printed? Sorry for these stupid questions. Best Regards Kari Laine -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your

Re: [Gambas-user] Have I been kicked off the list?

2009-01-17 Thread Kari Laine
Hi Werner, It's January 17 today - so you seem be subscribed :-) kari On Sat, Jan 17, 2009 at 5:46 PM, Werner wrote: > The last message I received was just before Christmas. > > Regards > Werner > > > > -- > This SF.

Re: [Gambas-user] Please help with directory problem

2008-11-01 Thread Kari Laine
On Sat, Nov 1, 2008 at 9:19 AM, Doriano Blengino < [EMAIL PROTECTED]> wrote: > Kari Laine ha scritto: > Anyway, why don't you use a simpler "mkdir -p "? > I didn't remember it ? Thanks > I read your other subsequent message too, about the error, an

Re: [Gambas-user] Please help with directory problem

2008-10-31 Thread Kari Laine
On Fri, Oct 31, 2008 at 11:52 PM, Kari Laine <[EMAIL PROTECTED]> wrote: > On Fri, Oct 31, 2008 at 2:57 PM, Benoit Minisini < > [EMAIL PROTECTED]> wrote: > >> On vendredi 31 octobre 2008, Kari Laine wrote: >> > Thanks Benoit ! >> >> I often forget th

Re: [Gambas-user] Please help with directory problem

2008-10-31 Thread Kari Laine
On Fri, Oct 31, 2008 at 2:57 PM, Benoit Minisini < [EMAIL PROTECTED]> wrote: > On vendredi 31 octobre 2008, Kari Laine wrote: > > Thanks Benoit ! > > I often forget the WAIT keyword after a SHELL or EXEC command, so now I > think > this syntax was not a really good i

Re: [Gambas-user] Please help with directory problem

2008-10-31 Thread Kari Laine
Thanks Benoit ! - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event

[Gambas-user] Please help with directory problem

2008-10-30 Thread Kari Laine
debian_src/ ftp.fi.debian.org/debian/pool/main/g/gimp/" crtdir = "/home/kari/backup_work/cdroot/" haks = Split(sHak, "/") FOR EACH hak2 IN haks crtdir = crtdir &/ hak2 PRINT crtdir SHELL "mkdir " & crtdir 'PRINT ha

Re: [Gambas-user] MD5SUM collisions

2008-10-26 Thread Kari Laine
On Sat, Oct 25, 2008 at 5:29 PM, Ron_1st <[EMAIL PROTECTED]> wrote: > On Friday 24 October 2008, Kari Laine wrote: > > Hi, > > > > > > > Nice to hear the result. So the theory story is now proven by your test. > Did you see a big difference between the used

[Gambas-user] MD5SUM collisions

2008-10-24 Thread Kari Laine
ze. I am not going to run compare for all the files because that would take a month with my machine. Calculating the checksums took about a week because there were total 1240333 files. So lot of duplicates which is exactly why I want to make the program copy files only once. Best Regards Kari

Re: [Gambas-user] Binary compare of files?

2008-10-19 Thread Kari Laine
o idea is to have a database to know what I have and where. Also there is lot of duplication in disks I dont't want same data backed up many times on DVDs. By the way does anyone have an idea how long lived a dvd is? Best Regards Kari Laine ---

[Gambas-user] Warning: User component gb.form is ignored

2008-10-18 Thread Kari Laine
Hi, when I start gambas2 from command line I get message: "Warning: User component gb.form is ignored" Why? Best Regards Kari Laine - This SF.Net email is sponsored by the Moblin Your Move Developer's chal

Re: [Gambas-user] Binary compare of files?

2008-10-17 Thread Kari Laine
On Fri, Oct 17, 2008 at 9:11 PM, Ron_1st <[EMAIL PROTECTED]> wrote: > On Friday 17 October 2008, Kari Laine wrote: > > On Fri, Oct 17, 2008 at 5:44 PM, Kari Laine <[EMAIL PROTECTED]> wrote: > > > > > On Fri, Oct 17, 2008 at 12:28 PM, Stefano Palmeri < >

Re: [Gambas-user] Binary compare of files?

2008-10-17 Thread Kari Laine
ones are faster; > perhaps you need checksumming (and MD5 was developed for that). - Just > my opinion - > > Cheers, > Doriano > > > Thanks Doriano ! Best Regards Kari Laine - This SF.Net email is sponso

Re: [Gambas-user] Binary compare of files?

2008-10-17 Thread Kari Laine
On Fri, Oct 17, 2008 at 5:44 PM, Kari Laine <[EMAIL PROTECTED]> wrote: > On Fri, Oct 17, 2008 at 12:28 PM, Stefano Palmeri <[EMAIL PROTECTED]>wrote: > >> Il venerdì 17 ottobre 2008 10:28:28 Ron_1st ha scritto: >> > On Friday 17 October 2008, Stefano Palmeri wrote

Re: [Gambas-user] Binary compare of files?

2008-10-17 Thread Kari Laine
t be used because I have ended up with lot of duplicate files with different names. I am now going to test this collision thing. I will checksum 5 TB of files and see how many collisions I get. If it is less than 10 files then I don't care. Best Regards Kari Laine --

[Gambas-user] Binary compare of files?

2008-10-16 Thread Kari Laine
. Best Regards Kari Laine - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Op

[Gambas-user] gb.db autoincrement ?

2008-10-16 Thread Kari Laine
le which among others need the autoincrement column of the first insert.. Hopefully someone understands what I am trying to ask here... Best Regards Kari Laine - This SF.Net email is sponsored by the Moblin Your Move Devel

Re: [Gambas-user] Possible bug in Gambas

2008-10-16 Thread Kari Laine
On Thu, Oct 16, 2008 at 9:47 AM, Ron_1st <[EMAIL PROTECTED]> wrote: > On Thursday 16 October 2008, Doriano Blengino wrote: > > Ron_1st ha scritto: > > > On Wednesday 15 October 2008, Kari Laine wrote: > > > > > >> On Wed, Oct 15, 2008

Re: [Gambas-user] Possible bug in Gambas

2008-10-15 Thread Kari Laine
On Wed, Oct 15, 2008 at 6:57 PM, Werner <[EMAIL PROTECTED]> wrote: > Kari Laine wrote: > > On Wed, Oct 15, 2008 at 5:15 PM, Ron_1st <[EMAIL PROTECTED]> wrote: > > > > > >> What should stand on the ??, (welche buchstaben?) > >> > > > T

Re: [Gambas-user] Possible bug in Gambas

2008-10-15 Thread Kari Laine
ng things? If I understand right those names are illegal in my locale because for example ls|wc complains. Any help highly appreciated Best Regards Kari Laine - This SF.Net email is sponsored by the Moblin Your Move Developer

[Gambas-user] Possible bug in Gambas

2008-10-15 Thread Kari Laine
.10.02_DAO-DS-Navigation.zip 14-14-14.03.01_ButRot.zip 21-40-18.07.01_zipstudio.zip 00-51-24.01.02_BubbleWindow.zip Best Regards Kari Laine - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the co

[Gambas-user] I think I found a bug in gambas

2008-10-14 Thread Kari Laine
Test.zip 14-22-26.12.01_Währungs-Profi.zip 23-32-29.08.01_VB_SPIEL.zip 17-56-22.08.01_3DEffekte.zip 10-21-06.12.02_ODBC.zip 20-44-29.01.01_Nuetzliche-Module.zip 12-16-02.12.01_Portmodul.zip 00-35-25.01.02_BubbleWindow.zip 18-36-06.11.02_NumberBox.zip 16-50-05.11.00_sprites.zip 14-47-06.12.01_Festplatte_browsen.zip 1

Re: [Gambas-user] gb.crypt ?

2008-10-14 Thread Kari Laine
On Tue, Oct 14, 2008 at 6:47 PM, Stefano Palmeri <[EMAIL PROTECTED]>wrote: > Il martedì 14 ottobre 2008 17:27:31 Kari Laine ha scritto: > > Hi, > > > > could someone please send a little example how to use gb.crypt's MD5 to > > calculate checksum for a f

[Gambas-user] gb.crypt ?

2008-10-14 Thread Kari Laine
Hi, could someone please send a little example how to use gb.crypt's MD5 to calculate checksum for a file? Best Regards Kari Laine - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge

Re: [Gambas-user] Help with SHELL and EXEC

2008-10-12 Thread Kari Laine
n output.txt file. It could be a question of buffering somewhere but I don't know. Hopefully this process handling thing can be fixed (or not if it is a feature of Linux) because this would be great way to integrate to other programs. Every programming language has concept of stdin and stdou

Re: [Gambas-user] Help with SHELL and EXEC

2008-10-12 Thread Kari Laine
> I attach the project, which uses "tr" as filter. > Run it, then click ToggleButton1; in the gambas console you will see what > the program sends to tr, and in the textarea you will see what tr replies > back to the program. > > Cheers. > > Thank You v

Re: [Gambas-user] Help with SHELL and EXEC

2008-10-11 Thread Kari Laine
SUB Contents_Kill() PRINT "somebody killed me!" END PUBLIC SUB Button2_Click() WRITE #nProcess, "Input to process stdin" END - Best Regards Kari Laine - This SF.Net emai

Re: [Gambas-user] Help with SHELL and EXEC

2008-10-10 Thread Kari Laine
Best Regards Kari Laine - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Ope

Re: [Gambas-user] Help with SHELL and EXEC

2008-10-10 Thread Kari Laine
On Fri, Oct 10, 2008 at 2:09 PM, Benoit Minisini < [EMAIL PROTECTED]> wrote: > On vendredi 10 octobre 2008, Kari Laine wrote: > > Did you look at the "Console" example? > > Hi, thanks had a look it at now. I am trying to use genisoimage. Problem I think is tha

Re: [Gambas-user] Help with SHELL and EXEC

2008-10-10 Thread Kari Laine
On Fri, Oct 10, 2008 at 2:15 AM, Laurent Carlier <[EMAIL PROTECTED]>wrote: > Le vendredi 10 octobre 2008 01:05:57 Kari Laine, vous avez écrit : > > Hi, > > > > could someone please post an example how to use SHELL and EXEC so that > > WRITE is used to write inform

[Gambas-user] Help with SHELL and EXEC

2008-10-09 Thread Kari Laine
Hi, could someone please post an example how to use SHELL and EXEC so that WRITE is used to write information to external program's input? I would be very great full. I have tried now four hours and can't get it working. Best Regards

[Gambas-user] gb.db

2008-10-08 Thread Kari Laine
than 255 bytes TINYBLOB, TINYTEXT *L* + 1 bytes, where *L* < 28 BLOB, TEXT *L* + 2 bytes, where *L* < 216 MEDIUMBLOB, MEDIUMTEXT *L* + 3 bytes, where *L* < 224 LONGBLOB, LONGTEXT *L* + 4 bytes, where *L* < 232 Best Regard

Re: [Gambas-user] gambas3 compile problem

2008-10-04 Thread Kari Laine
evelopment/gambas3/trunk# ./reconf-all/usr/bin/m4: > <http://configure.ac:6> > configure.ac:6: ERROR: copying inserted file: No space left on device > It says here NO SPACE LEFT ON DEVICE !! your dis

Re: [Gambas-user] Bleh

2008-10-04 Thread Kari Laine
y to pay for it instead that Benoit should have to pay for it. This offer still stands. Also if there is interest to have a web-forum for Gambas then let me know I can put it up if needed. Best Regards Kari Laine - This

Re: [Gambas-user] Bleh

2008-10-03 Thread Kari Laine
On Fri, Oct 3, 2008 at 9:37 PM, Kari Laine <[EMAIL PROTECTED]> wrote: > On Fri, Oct 3, 2008 at 7:30 PM, Stefano Palmeri <[EMAIL PROTECTED]>wrote: > >> Il venerdì 3 ottobre 2008 18:12:00 Ron ha scritto: >> > Have sent several mails in last days to this list, they

Re: [Gambas-user] Bleh

2008-10-03 Thread Kari Laine
mailing lists - they prefer forums. Naturally such are forum would be worth nothing if Benoit would not visit it. Let me know. Best Regards Kari Laine - This SF.Net email is sponsored by the Moblin Your Move Developer's

[Gambas-user] EXPORT and INHERITANCE

2008-09-25 Thread Kari Laine
in DirView. But what's the real difference in these two cases? I also cannot still figure out how Stock-classes _get function gets called. Does Gambas call it for some reason? If so how it knows to call it in Stock-class? Best Regards Kari

Re: [Gambas-user] gb.form

2008-09-25 Thread Kari Laine
On Thu, Sep 25, 2008 at 4:15 PM, Kari Laine <[EMAIL PROTECTED]>wrote: > I am studying gb.form > I can't figure out how the stock.class _get gets called. > > Could someone tell me please? > > I figure out how _put and _get works - I think. If example included with t

[Gambas-user] gb.form

2008-09-25 Thread Kari Laine
I am studying gb.form I can't figure out how the stock.class _get gets called. Could someone tell me please? Best Regards Kari Laine - This SF.Net email is sponsored by the Moblin Your Move Developer's chall

Re: [Gambas-user] Short Question about gb.form

2008-09-24 Thread Kari Laine
On Wed, Sep 24, 2008 at 6:00 PM, Kari Laine <[EMAIL PROTECTED]>wrote: > Hi, > > I am not able to figure out how the FMain-form class have been made in > Gambas-editor. > FMain contains one control FileChooser. How it has been selected to Form? > Suppose I would like to

[Gambas-user] Short Question about gb.form

2008-09-24 Thread Kari Laine
Regards Kari Laine - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Sou

Re: [Gambas-user] Gambas debugger and RAISE

2008-09-24 Thread Kari Laine
On Wed, Sep 24, 2008 at 11:40 AM, Doriano Blengino < [EMAIL PROTECTED]> wrote: > Kari Laine ha scritto: > > On Tue, Sep 23, 2008 at 8:44 PM, Benoit Minisini < > > [EMAIL PROTECTED]> wrote: > > > > > >> On mardi 23 septembre 2008, Kari Laine

Re: [Gambas-user] This list

2008-09-24 Thread Kari Laine
list independently from both mentioned mail addresses. This because I want to keep backup of all traffic. The list-archive of SourceForge is so slow that it is practically impossible to read them. I just posted one message from gmail-account. Let's see whether is shows up. Best Regards Kari L

[Gambas-user] Tooltips in Console

2008-09-24 Thread Kari Laine
nothing big but I thought I report it. Best Regards Kari Laine - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great priz

Re: [Gambas-user] This list

2008-09-24 Thread Kari Laine
kind of problems reported. Best Regards Kari Laine - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize

[Gambas-user] This list

2008-09-24 Thread Kari Laine
Hi, now it seems second of my message went missing on this list. This inside a week. Is it just me or have you others also had problems with messages going /dev/null? I wait till tomorrow and resend then. Best Regards Kari Laine

[Gambas-user] Question about gb.form

2008-09-23 Thread Kari Laine
? Suppose I would like to make form KLTest1, which would contain that FileChooser-control(class ?) Hopefully this make sence. Best Regards Kari Laine - This SF.Net email is sponsored by the Moblin Your Move Developer&#

Re: [Gambas-user] Gambas debugger and RAISE

2008-09-23 Thread Kari Laine
On Tue, Sep 23, 2008 at 8:44 PM, Benoit Minisini < [EMAIL PROTECTED]> wrote: > On mardi 23 septembre 2008, Kari Laine wrote: > > Hi, > > > > I am trying to understand gb.form and event-handling is still bit mystery > > to me. I have a question when single ste

[Gambas-user] Gambas debugger and RAISE

2008-09-23 Thread Kari Laine
ms to step into them sometimes and sometimes not. Could someone explain the logic in it - please ? Best Regards Kari Laine - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the cool

Re: [Gambas-user] Compare event

2008-09-22 Thread Kari Laine
place. That whoever must also implement PUBLIC Property Compare - am I right? I would highly appreciate an example how to synchronize two ListViews with Compare. I am sure that kind of example would be useful to others as well. So if you have time and patien

Re: [Gambas-user] GambasForge.net

2008-09-21 Thread Kari Laine
er they got corrupted on the wire or if they are not uploaded correctly. If you have time could you make sure they are intact on your server. I will try again tomorrow. Best Regards Kari Laine - This SF.Net email is sponsored by

[Gambas-user] Compare event

2008-09-21 Thread Kari Laine
are method called? A little example would be nice. Best Regards Kari Laine - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win

Re: [Gambas-user] How to create Multi-Dimensional string array

2008-09-21 Thread Kari Laine
d something like "a beginners book for gambas" try that with Google. It is a PDF about 364 pages. Let me know if you cannot locate it. Best Regards Kari Laine - This SF.Net email is sponsored by the Moblin Your Move Dev

Re: [Gambas-user] Object.Attach & Object.Detach

2008-09-20 Thread Kari Laine
Detach there in between. And if Object.Detach does not return the old handler. Do I then leak something? Sorry to take your time. But as always put this to your trash bucket if too busy. Best Regards Kari Laine - This SF.Net em

Re: [Gambas-user] Object.Attach & Object.Detach

2008-09-20 Thread Kari Laine
On Sat, Sep 20, 2008 at 7:29 PM, Benoit Minisini < [EMAIL PROTECTED]> wrote: > On samedi 20 septembre 2008, Kari Laine wrote: > > On Sat, Sep 20, 2008 at 5:52 PM, Benoit Minisini < > > > > > > Where do events go then? > > They are lost. As if the objec

[Gambas-user] GambasForge.net

2008-09-20 Thread Kari Laine
nd it... GambasForge.net should contain an option you can enlist to, which sends an email whenever new files are uploaded there. Best Regards Kari Laine - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge

Re: [Gambas-user] Object.Attach & Object.Detach

2008-09-20 Thread Kari Laine
On Sat, Sep 20, 2008 at 5:52 PM, Benoit Minisini < [EMAIL PROTECTED]> wrote: > On samedi 20 septembre 2008, Kari Laine wrote: > > Hi, > > > > I am trying to learn Object.Attach and Object.Detach. I have following > > code in a little program > > > >

[Gambas-user] Object.Attach & Object.Detach

2008-09-20 Thread Kari Laine
th explanation - it would be highly appreciated. I tried to send this question to list yesterday with attached project - but it does not show up. Did anybody see it? For me it seems sourceforge list-handling is not the best of brand...

[Gambas-user] Observer ?

2008-09-18 Thread Kari Laine
t get it to work. In gb.form source observer is used but little differently and it is still over my head. I have now used three hours to get it to work and no carrot. Best Regards Kari Laine - This SF.Net email is sponsored b

Re: [Gambas-user] UserControl UserContainer

2008-09-18 Thread Kari Laine
On Thu, Sep 18, 2008 at 4:50 PM, Benoit Minisini < [EMAIL PROTECTED]> wrote: > On jeudi 18 septembre 2008, Kari Laine wrote: > > Hi, > > > > is there any documentation about UserControl and UserContainer classes? > > I can't find any... > > > >

[Gambas-user] UserControl UserContainer

2008-09-18 Thread Kari Laine
Hi, is there any documentation about UserControl and UserContainer classes? I can't find any... Best Regards Kari - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based ap

Re: [Gambas-user] Events

2008-09-18 Thread Kari Laine
beginner with Gambas this should be Public SUB test() Best Regards Kari Laine - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK &

Re: [Gambas-user] learning gb.report

2008-09-18 Thread Kari Laine
ts as access do. so gambas will be maybe the > better database tool in the linux world... for me better than ooo or > kexi. But there is still some work to do. > > Thanks for explanation Best Regards Kari Laine -

[Gambas-user] Events

2008-09-17 Thread Kari Laine
Hi, could someone please post a little example how these events work? Or refer me to a example in Gambas where their are used. Best Regards Kari Laine - This SF.Net email is sponsored by the Moblin Your Move Developer&#

[Gambas-user] learning gb.report

2008-09-17 Thread Kari Laine
ding there should be event-handlers called Report_ in the deriving hierarchy...but there is none. So could anyone help me and tell what kind of purpose that line has? Thanks beforehand for any help Best Regards Kari Laine - T

Re: [Gambas-user] Select an entry in a combo or list box by keypress - Is there a better way.

2008-09-13 Thread Kari Laine
work. I cannot get the focus to move so that LostFocus would be triggered. I tried to make observer to react on TextBox events without success. Heading to Gambas-ide to find example Best Regards Kari Laine observer

Re: [Gambas-user] Select an entry in a combo or list box by keypress - Is there a better way.

2008-09-13 Thread Kari Laine
s observer-thingy. I know there is something like that in C# and Java but I never understood it properly. Does it have something to do with observer design pattern - which I also don't understand as of yet. How events propagate when you have this own ListBox-class. They first go to your c

Re: [Gambas-user] Control arrays

2008-09-12 Thread Kari Laine
On Fri, Sep 12, 2008 at 6:00 PM, Steven Lobbezoo <[EMAIL PROTECTED]> wrote: > .LAST > > Steven > > Thanks - got it. Best Regards Kari Laine - This SF.Net email is sponsored by the Moblin Your Move Develo

[Gambas-user] Control arrays

2008-09-12 Thread Kari Laine
Hi, if I use groups of controls how I find out which one was the originating control in events? Best Regards Kari Laine - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the co

Re: [Gambas-user] reports in gambas

2008-09-08 Thread Kari Laine
On Mon, Sep 8, 2008 at 5:05 PM, jjmoncar <[EMAIL PROTECTED]> wrote: > Good morning. > > can anyone put an example of how to generate reports with the component > gb.report? > > Hi, That module is written in Gambas. Open that as a Gambas Project. Ok this supposes you have installed Gambas source c

Re: [Gambas-user] Signal #11

2008-09-07 Thread Kari Laine
send a little project as .tar.gz to the list which exhibits the problem. That way Benoit and others have it easier to test it and help you. As I am learning the Gambas I can not figure out what is this container object passed to form-constructor. I trie

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-06 Thread Kari Laine
Sorry my bad. Kari On Sat, Sep 6, 2008 at 9:04 PM, Benoit Minisini < [EMAIL PROTECTED]> wrote: > On samedi 06 septembre 2008, Kari Laine wrote: > > > Can you provide a project that shows the behaviour you are describing? > > > > > > Th

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-06 Thread Kari Laine
you test the program insert 1,2,3 to textbox1 and press the button. Best Regards Kari Laine databasetest1.tar.gz Description: GNU Zip compressed data - This SF.Net email is sponsored by the Moblin Your Move Developer'

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-06 Thread Kari Laine
s not give the nimi-field of the first record - it gives the one in the previous step. Do I have to somehow refresh something before using it? Best Regards Kari Laine - This SF.Net email is sponsored by the Moblin Your

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-05 Thread Kari Laine
= Connessione.Find("asiakas", "id=&1", Trim(TextBox1.Text)) Also I have stupid question result.movefirst should return a boolean how I can store that? dim firstOk as Boolean firstOK = result.movefirst gives an error - I know this is stupid question.

Re: [Gambas-user] Maybe a bug in how Gambas manages open DB connections

2008-09-05 Thread Kari Laine
= "laskutus" .Type = "mysql" .User = "root" .Password = "" .Host = "localhost" .Open END WITH Risultato2 = Connessione2.Find("yritys", "id=&1", Trim(TextBox1.Text)) TextBox3.Text = Risultato2!nimi Risultato.

[Gambas-user] Multi threaded apps

2008-09-05 Thread Kari Laine
Hi, is it possible to make multi threaded apps with Gambas? I think not. Best Regards Kari Laine - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications

Re: [Gambas-user] Listbox.List(x) error

2008-09-04 Thread Kari Laine
On Thu, Sep 4, 2008 at 10:35 PM, Sevoir <[EMAIL PROTECTED]> wrote: > Hi, > > Thanks your answer, but problem still > > Regards, Sevoir > > 2008. 09. 4, csütörtök keltezéssel 21.26-kor Jacky ezt írta: > > Le Thursday 04 September 2008 20:35:47 Sevoir, vous avez écrit : > > > Hi All! > > > > > > I h

[Gambas-user] Is it possible to command OpenOffic.org

2008-09-03 Thread Kari Laine
Hi, in the VB times I made use of the possibility to create Excel sheets from VB. Is it possible to make same for OOo from Gambas? Best Regards Kari - This SF.Net email is sponsored by the Moblin Your Move Developer's chal

Re: [Gambas-user] Nice book of Gambas

2008-09-03 Thread Kari Laine
On Wed, Sep 3, 2008 at 3:43 PM, Rob <[EMAIL PROTECTED]> wrote: > On Wednesday 03 September 2008 07:57, Ron_1st wrote: > > The publisher wil not make it GPL if they can have financial profit > > of it when they sell the book. > > Does the publisher even own the copyright in this case? Rittinghouse

Re: [Gambas-user] Nice book of Gambas

2008-09-03 Thread Kari Laine
source code available under GPL? If I get the permission and nobody else volunteers to host it I think I can think hosting it. Newer run wiki but it might be time to learn it. I am sure it's big work to set it up originally with the baseline. let me know whether I should proceed or drop t

Re: [Gambas-user] Nice book of Gambas

2008-09-03 Thread Kari Laine
On Wed, Sep 3, 2008 at 12:17 PM, Ron Onstenk <[EMAIL PROTECTED]> wrote: > On Wednesday 03 September 2008, Kari Laine wrote: > > Hi, > > > Looks not to bad but don't forget to add to write which book. > > > > > > P

Re: [Gambas-user] Books about compilers and interpreters

2008-09-03 Thread Kari Laine
On Wed, Sep 3, 2008 at 10:08 AM, Benoit Minisini < [EMAIL PROTECTED]> wrote: > > And all depends on your own skills and technical background. You are the > better people to find the better book that suits your need. Thanks for answering. I have programmed on and of - simple things with different

Re: [Gambas-user] Nice book of Gambas

2008-09-02 Thread Kari Laine
Hi, as nobody has volunteered I try to write this proposal for publisher. -- Dear Sir, You are the publisher for a book from John W. Rittinghouse titled as Beginner's Guide to Gambas. It is very fine book but parts of it are pretty dated. Gambas project is very active and it

Re: [Gambas-user] Books about compilers and interpreters

2008-09-02 Thread Kari Laine
On Wed, Sep 3, 2008 at 3:25 AM, Kari Laine <[EMAIL PROTECTED]>wrote: > Hi, > > Could we collect to this thread list of books which are good about > compiler and interpreter design. > > Forget first wrong list second amazon.co.uk search compilers and there

[Gambas-user] Books about compilers and interpreters

2008-09-02 Thread Kari Laine
to tackle that one. I am also after ANSI C standard document. Is it available gratis from net as pdf? Benoit ? Best Regards Kari Laine - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Buil

Re: [Gambas-user] Nice book of Gambas

2008-09-02 Thread Kari Laine
r thing might be that publisher might get updated book to publish. I mean some people want the real thing. I have bought - I think three at least - Rubini's device driver book, samba-book, a Linux kernel book, and a linux programming book. It is nice to have

Re: [Gambas-user] Nice book of Gambas

2008-09-02 Thread Kari Laine
On Tue, Sep 2, 2008 at 6:16 PM, Ron_1st <[EMAIL PROTECTED]> wrote: > On Tuesday 02 September 2008, Kari Laine wrote: > > On Tue, Sep 2, 2008 at 11:42 AM, Stefano Palmeri <[EMAIL PROTECTED] > >wrote: > > > > Product Details > > > > - ISBN: 07414294

Re: [Gambas-user] new user

2008-09-02 Thread Kari Laine
On Tue, Sep 2, 2008 at 5:02 PM, Stephen Bungay <[EMAIL PROTECTED]> wrote: > Kari means go to the online help. > > Select the little question mark '?' to the right of the 'tools' menu > at the top of the GAMBAS IDE. Then select 'Help Browswer' and when it > appears you will see on the left side

Re: [Gambas-user] Nice book of Gambas

2008-09-02 Thread Kari Laine
- Pub. Date: January 2006 - Sales Rank: 476,005 http://www.buybooksontheweb.com/ There is a contact on the page. Someone with good english should write proposition to them. Possibly discuss it here. But I am quite sure the answer from the publisher is NO. Best Regards Kari Laine ---

Re: [Gambas-user] new user

2008-09-02 Thread Kari Laine
On Tue, Sep 2, 2008 at 10:39 AM, Doriano Blengino < [EMAIL PROTECTED]> wrote: > Look at the manual page about GridView - it contains an example on how > to set grid "dimensions" (number of row and columns), and fill them by > code. About to see them... I don't understand the problem; provided that

Re: [Gambas-user] Nice book of Gambas

2008-09-01 Thread Kari Laine
On Mon, Sep 1, 2008 at 10:14 PM, <[EMAIL PROTECTED]> wrote: > > I won't install the wiki till you have permission from John R.and the > source to the original content. I will leave the > http://gambas.allbasic.info sub-domain active till no hope is left. > > I'm still counting on you to get to the

Re: [Gambas-user] Nice book of Gambas

2008-09-01 Thread Kari Laine
On Mon, Sep 1, 2008 at 3:20 PM, Benoit Minisini < [EMAIL PROTECTED]> wrote: > > Also I would be > > prepared to pay for a technical document how Gambas works. I have used > now > > countles hours and I have just scratched the surface. Either I am darn > > stupid or Benoit is about to win obfuscate

Re: [Gambas-user] Nice book of Gambas

2008-09-01 Thread Kari Laine
ce. Either I am darn stupid or Benoit is about to win obfuscated code contest :-) before this day I know very little about compilers and interpreters and I am not very good with C - so it is going to take few months... And Windows version would be nice too :-

Re: [Gambas-user] Nice book of Gambas

2008-09-01 Thread Kari Laine
> > > Based on what I understand from the license section of the PDF, the > book was made an open document with the ability to expand on it. If I > read it wrong, please correct my error. > > I think the original text is still needed. I tried to convert it with pdftohtml and got this error susePK1

  1   2   >