Re: [fpc-pascal]Newbie question: fpc + gtk + clist SOLVED!!

2003-12-19 Thread Eduardo Lopez
It seems that nobody care ;-) , but this is the solution that I find: 1) Apply to the Clist the attribute GTK_SELECTION_BROWSE 2) Added a global variable that contain the row number selected (filled by the procedure that handle the signal of the Clist) 3) In the "form" , first read the correspn

[fpc-pascal]Newbie question: fpc + gtk + clist

2003-12-16 Thread Eduardo Lopez
Hello all: 1st. Sorry about my english :-) I'm trying to develop an GUI application with fpc and gtk. And I begin exploring and extending the examples. I'm working with clist.pp and added three buttons: Insert, Change, Delete. The goal is that the user press anyone and display a convenient fo