[Gambas-user] Can create but not edit time-type fields

2008-08-28 Thread Nx GT-R BOY
Can create but not edit time-type fields Hi, I have a problem with Gambas, I can create new records for a time-type field, but once created I cant edit them, all others field-types works perfect. The exact problem: "The old value replace the tried new value at save time" The database structure f

Re: [Gambas-user] Q:how to save a file.png into Postgresql

2008-08-28 Thread Werner
richard terry wrote: > On Fri, 29 Aug 2008 02:24:14 pm Stephen Bungay wrote: > >>Just because something can be done one has to ask the question should >> it be done? >> > Thanks stephen for your reply. > > This is a mission-critical database - its an updated version of my medical > rec

Re: [Gambas-user] Q:how to save a file.png into Postgresql

2008-08-28 Thread richard terry
On Fri, 29 Aug 2008 02:24:14 pm Stephen Bungay wrote: >Just because something can be done one has to ask the question should > it be done? Thanks stephen for your reply. This is a mission-critical database - its an updated version of my medical records program which I've used for 10 years, I'

Re: [Gambas-user] Q:how to save a file.png into Postgresql

2008-08-28 Thread Stephen Bungay
Just because something can be done one has to ask the question should it be done? While saving things like PNG or audio files in a database certainly has the appeal of convenience, over the long-haul such a practice may end up coming back to haunt the programmer/designer. File systems a

[Gambas-user] Q:how to save a file.png into Postgresql

2008-08-28 Thread richard terry
I've adapted the IDE icon editor to load my own pictures in my program, draw on them and save the file, but now need to save the result to disk. Two options. 1) Save the changed diagram. 2) or somehow just save the changed bits of the picture - perhaps one can just paint on a transparent overlay

[Gambas-user] Allocations non freed

2008-08-28 Thread Steven Lobbezoo
Hi, I'm getting more and more messages like this : WARNING: 978 allocation(s) non freed. What does it mean ? Is it serious ? What can I do if it is ? Steven - This SF.Net email is sponsored by the Moblin Your Move Develope

[Gambas-user] Problem with migration of gambas2.81 to gambas3

2008-08-28 Thread Wellington de Souza Pinto
Hi! My project is in gambas2.80 and i interested in migrate for gambas3. I copy my project for other directory. When i call in gambas3, my fonts and objects in forms are crazy. Any small size, others very big sizes. Any ideia PS: My english is not very well. Reguards, Souza, Wellington --

Re: [Gambas-user] Autoconf tools question

2008-08-28 Thread M0E Lnx
Any way to test this in gambas2 yet? my app is written in g2 On Wed, Aug 27, 2008 at 7:30 PM, Laurent Carlier <[EMAIL PROTECTED]> wrote: > Le Wednesday 27 August 2008 14:54:07 M0E Lnx, vous avez écrit : >> I'm willing to test (pretty much all I can do) but I do appreciate you >> guys considering

Re: [Gambas-user] Best control for a game

2008-08-28 Thread Tomas Eroles i Forner
Thanks Benoit. I will work on it El dj 28 de 08 del 2008 a les 11:57 +0200, en/na Benoit Minisini va escriure: > On jeudi 28 août 2008, Tomas Eroles i Forner wrote: > > Hi all > > I'm trying to write a gambas scrabble (yes, I'm in holidays :-), and I'm > > thinking which is the best control to do

Re: [Gambas-user] Best control for a game

2008-08-28 Thread Tomas Eroles i Forner
Hello anyway. Don't worry, I've found it. I will use a GridView. It seems to work: I can colour the cells, put some text and so on. Thanks anyway El dj 28 de 08 del 2008 a les 11:51 +0200, en/na Tomas Eroles i Forner va escriure: > Hi all > I'm trying to write a gambas scrabble (yes, I'm in holi

Re: [Gambas-user] Best control for a game

2008-08-28 Thread Benoit Minisini
On jeudi 28 août 2008, Tomas Eroles i Forner wrote: > Hi all > I'm trying to write a gambas scrabble (yes, I'm in holidays :-), and I'm > thinking which is the best control to do that. > I've tried to use a 15x15 matrix text label, but I think perhaps there > is a better control. > > What do you th

[Gambas-user] Best control for a game

2008-08-28 Thread Tomas Eroles i Forner
Hi all I'm trying to write a gambas scrabble (yes, I'm in holidays :-), and I'm thinking which is the best control to do that. I've tried to use a 15x15 matrix text label, but I think perhaps there is a better control. What do you think about? If using a GridView or TableView, is it possible to pa