Re: [fpc-pascal] Maybe a new fpc book :)

2008-01-04 Thread Marco Ciampa
I work in a high school in Italy. We are currently using fpc + gnuplot for math and phisics simulations. In one lab we are currently starting to use Linux as the _sole_ platform. On Wed, Jan 02, 2008 at 12:35:57PM -0500, Anthony W. Henry wrote: > 1. What OS is most-used for Free

Re: [fpc-pascal] FPC + GTK2 : Using variable into a Widget name ?

2008-01-04 Thread bartek
On Friday 04 January 2008 14:26:50 [EMAIL PROTECTED] wrote: > Hi, > > I use FPC with GTK2 and I have the following problem : > In a loop with I'd like to be able to use the indice (incremented integer) > on the name of widget to perform some actions. > Here is an example : > > var > pFSImag

Re: [fpc-pascal] FPC + GTK2 : Using variable into a Widget name ?

2008-01-04 Thread Vincent Snijders
[EMAIL PROTECTED] schreef: Hi, I use FPC with GTK2 and I have the following problem : In a loop with I'd like to be able to use the indice (incremented integer) on the name of widget to perform some actions. Use an array. Here is an example : var pFSImage01, pFSImage02, pFSImage03 : P

Re: [fpc-pascal] FPC + GTK2 : Using variable into a Widget name ?

2008-01-04 Thread Jonas Maebe
On 04 Jan 2008, at 14:26, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: I use FPC with GTK2 and I have the following problem : In a loop with I'd like to be able to use the indice (incremented integer) on the name of widget to perform some actions. Here is an example : var pFSImag

[fpc-pascal] FPC + GTK2 : Using variable into a Widget name ?

2008-01-04 Thread tom
Hi, I use FPC with GTK2 and I have the following problem : In a loop with I'd like to be able to use the indice (incremented integer) on the name of widget to perform some actions. Here is an example : var pFSImage01, pFSImage02, pFSImage03 : PGtkWidget; ... For I:=1 to 3 do begin