Re: [Gambas-user] gb.qt.kde.html

2009-06-10 Thread Beren Scott
Yeah, link does work when the mouse is hovered over a link. It's perfect. On Wed, 2009-06-10 at 10:41 -0400, Jason Hackney wrote: > You can read the link a user clicks on with the .link property. Not sure if > it can be read before clicking on it though. Or, the .path property... says > it returns

[Gambas-user] gb.qt.kde.html

2009-06-10 Thread Beren Scott
displayed web page? Thankyou for your assistence, and a very good product this gambas and components are. Beren Scott -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option

Re: [Gambas-user] clipboard

2009-06-08 Thread Beren Scott
to update the database would be super. Anyways, I'm happy, and very excited. Isn't it great when it all comes together? On Tue, 2009-06-09 at 08:21 +0200, Doriano Blengino wrote: > Beren Scott ha scritto: > > The goal of my program is to keep an offline database and use i

Re: [Gambas-user] clipboard

2009-06-08 Thread Beren Scott
ay work for you > > Gambas (or other) program -->> saves data into file -->> temp.txt <<-- reads > file <<-- gambas server page renders file as html > > unless your plan is otherwise it should be adequate to get your clipboard > data accross > > Let

Re: [Gambas-user] clipboard

2009-06-08 Thread Beren Scott
ha scritto: > > Or if you have a KDE 3 DE you could use: > > SHELL "dcop klipper klipper setClipboardContents 'hello gambas'" WAIT > > > Il martedì 9 giugno 2009 04:03:48 Beren Scott ha scritto: > > > Is it because technically linux doesn't ha

Re: [Gambas-user] clipboard

2009-06-08 Thread Beren Scott
l, I am half tempted to convert the program to c++, but to be honest, I'd rather do it in basic, been programming in basic most my life, so not giving up yet. Any chance of a change to the way gambas handles clipboard functions? On Mon, 2009-06-08 at 18:17 +0200, Stefano Palmeri wrote: > Il l

Re: [Gambas-user] clipboard

2009-06-08 Thread Beren Scott
On Mon, 2009-06-08 at 16:47 +0200, Stefano Palmeri wrote: > Il lunedì 8 giugno 2009 16:03:23 Beren Scott ha scritto: > > On Mon, 2009-06-08 at 02:44 -0700, charlesg wrote: > > > Hi, > > > > > > Clipboard.Copy(txtItem.text) > > > > > > rgds >

Re: [Gambas-user] clipboard

2009-06-08 Thread Beren Scott
On Mon, 2009-06-08 at 02:44 -0700, charlesg wrote: > Hi, > > Clipboard.Copy(txtItem.text) > > rgds The problem is however that I am currently console only, no gui, and I am getting a non-existent item error on "clipboard". Do I have to add any lines of code to fix this? ---

[Gambas-user] clipboard

2009-06-08 Thread Beren Scott
Sorry to ask this question, but is there any way to copy a string directly to the operating systems clipboard? Is there a command to handle this? Beren Scott -- OpenSolaris 2009.06 is a cutting edge operating system for

Re: [Gambas-user] integer / string file IO issue

2009-06-08 Thread Beren Scott
On Mon, 2009-06-08 at 07:19 +0200, Benoît Minisini wrote: > > On Sun, 2009-06-07 at 12:19 +0200, Benoît Minisini wrote: > > > > > So, it's a 64bit issue, is there a fix for this yet? > > > > > > > > I'm not sure, but I guess so. I was working on the networking > > > > component, so I was busy. Now

Re: [Gambas-user] integer / string file IO issue

2009-06-07 Thread Beren Scott
On Sun, 2009-06-07 at 12:19 +0200, Benoît Minisini wrote: > > > So, it's a 64bit issue, is there a fix for this yet? > > > > I'm not sure, but I guess so. I was working on the networking component, so > > I was busy. Now I'm free to look at that bug! > > > > Regards, > > OK, the bug is fixed in re

Re: [Gambas-user] integer / string file IO issue

2009-06-07 Thread Beren Scott
So, it's a 64bit issue, is there a fix for this yet? On Sun, 2009-06-07 at 00:24 +0300, Jussi Lahtinen wrote: > Confirmed problem at Ubuntu 9.04 64bit with Gambas 2.10. > About 50% of runs halt with described error message. > > > Jussi > > > > 2009/6/6 Benoît Minisini : > >> > >> The OS is de

Re: [Gambas-user] integer / string file IO issue

2009-06-06 Thread Beren Scott
velopment version. > > > > > > Which version of Gambas do you use? I suggest that you upgrade to the > > > latest one. > > > > > > Regards, > > > > Am running version 2.13 now, compared to previously 2.7, though the > > problem is still there. Is the

Re: [Gambas-user] integer / string file IO issue

2009-06-05 Thread Beren Scott
compared to previously 2.7, though the problem is still there. Is there any way to remove this error? Beren Scott -- OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next g

Re: [Gambas-user] integer / string file IO issue

2009-06-05 Thread Beren Scott
To fix this issue I have changed all file reading varibles to strings, and will convert them afterwards, but it makes very little sense why it is having trouble reading integers, some work, some don't, very intermittent, take for example, for me, the df.dat words, the vf.dat sometimes works, and th

Re: [Gambas-user] integer / string file IO issue

2009-06-05 Thread Beren Scott
This one has been making me pull hair out :P On Fri, 2009-06-05 at 10:06 +0200, Benoît Minisini wrote: > > I am sending the project source. > > > > Can you send the exact *.dat file too? > en37.tribalwars.net 152 659 8 30 35 41 47 55 64 74 86 100 117 136 158 184 214 249 289 337 391 455 530 616 7

Re: [Gambas-user] integer / string file IO issue

2009-06-05 Thread Beren Scott
I am sending the project source. On Fri, 2009-06-05 at 09:40 +0200, Benoît Minisini wrote: > > Dear users, > > > > I am having a strange issue in relation to gambas. > > > > First I have: > > > > DIM farmid AS NEW Integer[10] > > DIM farmx AS NEW Integer[10] > > DIM farmy AS NEW Inte

[Gambas-user] integer / string file IO issue

2009-06-05 Thread Beren Scott
Dear users, I am having a strange issue in relation to gambas. First I have: DIM farmid AS NEW Integer[10] DIM farmx AS NEW Integer[10] DIM farmy AS NEW Integer[10] DIM farmwo AS NEW Integer[10] DIM farmcl AS NEW Integer[10] DIM farmir AS NEW Integer[10] DIM