Re: [Gambas-user] How to know permanently the cursor coordinates in a gridview?

2009-02-24 Thread Simonart Dominique
Benoît Minisini a écrit : >> Hi, >> I've a main Gridview (grdGame) surrounded by 2 other grids, grdHdef on >> top and grdVdef on left of grdGame >> >> When the mouse cursor is over the main grid, I want to highlight a >> column of the top grid and a row of the left grid facing the cursor >> positio

Re: [Gambas-user] EOF character seems not to work

2009-02-24 Thread nando
MAC's want char 13 not 10 nor both So, suppress the 10 by using the semicolon and add the character 13 manually..as in.. Print #hfile, singleLine & chr$(13); -Fernando -- Original Message --- From: richard terry To: mailing list for gambas users Sent: Wed, 25 Feb 2009 07:49:28

[Gambas-user] EOF character seems not to work

2009-02-24 Thread richard terry
I need to write an array of lines to a file, each ending in the EOL char for MAC, I used this code, it dosn't work, it ends up with the UNIX EOL. I must have my syntax wrong somehow: Dim hfile As file hfile.EndOfLine = gb.Mac Open sFilename For Write Create As #hfile For Each si

Re: [Gambas-user] Missing dependencies in compiled packages

2009-02-24 Thread minthaka
What are you trying to do? Please tell us more. My question is twofold: 1. I've written a program in Gambas. It uses the sqlite3 server as backend. When I try to install my program, the package manager invokes another packages to be installed: -gambas2-gb-db -gambas2-gb-db-form -gambas2-gb-fo