Re: [Gambas-user] feature request

2008-06-24 Thread Benoit Minisini
On mardi 24 juin 2008, o.s.p wrote: > richard terry ha scritto: > > On Mon, 23 Jun 2008 10:22:52 pm Benoit Minisini wrote: > >> On lundi 23 juin 2008, o.s.p wrote: > >>> hallo! > >>> i'm writing a litte app so i've seen i would like some changes in the > >>> ide: -the hierachy browser at a side of

[Gambas-user] Problem implementing events _inside_ a class

2008-06-24 Thread Patrik Karlsson
Hi, since I'm new to Gambas it's a constant struggle, but a nice one that is. :) I'm writng a class, CDiceBoard, that INHERITS Panel. Everything went ok until it was time to implement some events for my class. The following code works, but not the way I want it to be. --- DIM hDiceBoard2 AS CDice

Re: [Gambas-user] How to package and distribute our software written in Gambas

2008-06-24 Thread Benoit Minisini
On lundi 23 juin 2008, jbskaggs wrote: > After six months I have a package that is nearly finished. > > I understand how to make an installation package via Gambas. > > What I need though is a one-click means of installing my data directories > into the correct area on the user's drive. > > IE > >

Re: [Gambas-user] How to package and distribute our software written in Gambas

2008-06-24 Thread Stefano Palmeri
Il martedì 24 giugno 2008 09:43:47 jbskaggs ha scritto: > Does this have to be done for each file or can I copy whole directories? > > JB Skaggs > COPY manages only single files. you could create a *.tar archive file of your data, then COPY the single *.tar file and then extract it. Not very clea

Re: [Gambas-user] How to package and distribute our software written in Gambas

2008-06-24 Thread jbskaggs
Does this have to be done for each file or can I copy whole directories? JB Skaggs Stefano Palmeri wrote: > > Il lunedì 23 giugno 2008 03:51:55 jbskaggs ha scritto: >> After six months I have a package that is nearly finished. >> >> I understand how to make an installation package via Gambas.