Re: [MSEide-MSEgui-talk] Problem with fpreadbmp in new mseide

2013-03-11 Thread Martin Schreiber
On Sunday 10 March 2013 20:50:54 Julio Jiménez wrote: Thank you! BTW what happened to tmsesdfdataset? is not in the palete, can't find info in readme and changes files Back in git master a312bd4d8349db27fe56a0c98b10201560833fd8, sorry. Martin

Re: [MSEide-MSEgui-talk] Problem with fpreadbmp in new mseide

2013-03-11 Thread Martin Schreiber
On Monday 11 March 2013 11:53:47 Julio Jiménez wrote: No problem. Thank you. The problem with cloned unit still persist. My PDF project (used in my programs) was working fine with MSEide, Lazarus and FPC alone. Since the cloning it is not working with MSE. Please try again with git master

Re: [MSEide-MSEgui-talk] Problem with fpreadbmp in new mseide

2013-03-11 Thread Julio Jiménez
Now can't find unit FPReadBMP.. if I remove mclasses unit and compile pdfimages.pas with fpc all is fine for fpc, but mse can't build the project because the required m* classes. pdfimages.pas(47,19) Fatal: Can't find unit FPReadBMP used by PdfImages 2013/3/11 Martin Schreiber

Re: [MSEide-MSEgui-talk] Problem with fpreadbmp in new mseide

2013-03-11 Thread Martin Schreiber
On Monday 11 March 2013 13:02:02 Julio Jiménez wrote: Now can't find unit FPReadBMP.. if I remove mclasses unit and compile pdfimages.pas with fpc all is fine for fpc, but mse can't build the project because the required m* classes. pdfimages.pas(47,19) Fatal: Can't find unit FPReadBMP used

Re: [MSEide-MSEgui-talk] Problem with fpreadbmp in new mseide

2013-03-11 Thread Martin Schreiber
On Monday 11 March 2013 13:37:58 Martin Schreiber wrote: On Monday 11 March 2013 13:02:02 Julio Jiménez wrote: Now can't find unit FPReadBMP.. if I remove mclasses unit and compile pdfimages.pas with fpc all is fine for fpc, but mse can't build the project because the required m* classes.

Re: [MSEide-MSEgui-talk] twidgetgrid multiselect

2013-03-11 Thread Patrick Goupell
On 03/10/2013 01:03 PM, Martin Schreiber wrote: On Sunday 10 March 2013 12:24:31 Patrick Goupell wrote: On 03/10/2013 12:32 AM, Martin Schreiber wrote: You mean the value of cell[1,1] copying multiple times to cell[1,2]..[1,10]? This is not implemented. Should it be implemented? Yes, that

[MSEide-MSEgui-talk] tlistbox.dropdown.cols.deleterow

2013-03-11 Thread Patrick Goupell
I am trying to delete a row from a droplist edit item. The droplist has 3 items. I am trying to delete the second item. When I execute the following i := lbShowHide.dropdown.itemindex; lbShowHide.dropdown.cols.deleterow (i); I get a popup error message stating list index (1) out

Re: [MSEide-MSEgui-talk] tlistbox.dropdown.cols.deleterow

2013-03-11 Thread Martin Schreiber
On Monday 11 March 2013 15:29:47 Patrick Goupell wrote: I am trying to delete a row from a droplist edit item. The droplist has 3 items. I am trying to delete the second item. When I execute the following i := lbShowHide.dropdown.itemindex; lbShowHide.dropdown.cols.deleterow

Re: [MSEide-MSEgui-talk] tlistbox.dropdown.cols.deleterow

2013-03-11 Thread Patrick Goupell
On 03/11/2013 10:38 AM, Martin Schreiber wrote: On Monday 11 March 2013 15:29:47 Patrick Goupell wrote: I am trying to delete a row from a droplist edit item. The droplist has 3 items. I am trying to delete the second item. When I execute the following i :=

Re: [MSEide-MSEgui-talk] tlistbox.dropdown.cols.deleterow

2013-03-11 Thread Martin Schreiber
On Monday 11 March 2013 15:47:42 Patrick Goupell wrote: On 03/11/2013 10:38 AM, Martin Schreiber wrote: On Monday 11 March 2013 15:29:47 Patrick Goupell wrote: I am trying to delete a row from a droplist edit item. The droplist has 3 items. I am trying to delete the second item. When

Re: [MSEide-MSEgui-talk] tlistbox.dropdown.cols.deleterow

2013-03-11 Thread Patrick Goupell
On 03/11/2013 10:53 AM, Martin Schreiber wrote: Please try again with git master 6498fa384e31e9d681c4a614e9c3336277f3046a. Did you see my reply for the twidget multiselect? I get a compiler abend while trying to compile for that git master. I will pull the current master branch and see what

Re: [MSEide-MSEgui-talk] tlistbox.dropdown.cols.deleterow

2013-03-11 Thread Martin Schreiber
On Monday 11 March 2013 16:14:08 Patrick Goupell wrote: On 03/11/2013 10:53 AM, Martin Schreiber wrote: Please try again with git master 6498fa384e31e9d681c4a614e9c3336277f3046a. Did you see my reply for the twidget multiselect? Yes and answered: On Monday 11 March 2013 14:30:39 Patrick

Re: [MSEide-MSEgui-talk] tlistbox.dropdown.cols.deleterow

2013-03-11 Thread Patrick Goupell
On 03/11/2013 11:25 AM, Martin Schreiber wrote: On Monday 11 March 2013 16:14:08 Patrick Goupell wrote: On 03/11/2013 10:53 AM, Martin Schreiber wrote: Please try again with git master 6498fa384e31e9d681c4a614e9c3336277f3046a. Did you see my reply for the twidget multiselect? Yes and

Re: [MSEide-MSEgui-talk] tlistbox.dropdown.cols.deleterow

2013-03-11 Thread Patrick Goupell
On 03/11/2013 11:25 AM, Martin Schreiber wrote: On Monday 11 March 2013 16:14:08 Patrick Goupell wrote: On 03/11/2013 10:53 AM, Martin Schreiber wrote: Please try again with git master 6498fa384e31e9d681c4a614e9c3336277f3046a. Did you see my reply for the twidget multiselect? Yes and

Re: [MSEide-MSEgui-talk] tlistbox.dropdown.cols.deleterow

2013-03-11 Thread Martin Schreiber
On Monday 11 March 2013 16:36:59 Patrick Goupell wrote: I thought I included the compile command but I guess I did not. I did do a build. ppcx64 -B -gl -O- -Fu/home/patrick/data/mseide-msegui/lib/common/* -Fu/home/patrick/data/mseide-msegui/lib/common/kernel/x86_64-linux

Re: [MSEide-MSEgui-talk] tlistbox.dropdown.cols.deleterow

2013-03-11 Thread Patrick Goupell
I deleted the .mseide directory. The abend occurs before it creates a new .mseide folder in my home directory. Patrick -- Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester Wave(TM): Endpoint

Re: [MSEide-MSEgui-talk] tlistbox.dropdown.cols.deleterow

2013-03-11 Thread Patrick Goupell
On 03/11/2013 11:49 AM, Martin Schreiber wrote: On Monday 11 March 2013 16:36:59 Patrick Goupell wrote: I thought I included the compile command but I guess I did not. I did do a build. ppcx64 -B -gl -O- -Fu/home/patrick/data/mseide-msegui/lib/common/*

Re: [MSEide-MSEgui-talk] twidgetgrid multiselect

2013-03-11 Thread Ivanko B
Or tools/msedirclear. 2013/3/11, Martin Schreiber mse00...@gmail.com: On Monday 11 March 2013 14:30:39 Patrick Goupell wrote: Attempt to compile on 64 bit debian wheezy gets: Try build instead of make. Martin --

Re: [MSEide-MSEgui-talk] tlistbox.dropdown.cols.deleterow

2013-03-11 Thread Patrick Goupell
On 03/11/2013 12:21 PM, Martin Schreiber wrote: On Monday, March 11, 2013 11:49:57 AM Patrick Goupell wrote: I deleted the .mseide directory. The abend occurs before it creates a new .mseide folder in my home directory. Woks for m Does not work for me. I downloaded the git source to a

Re: [MSEide-MSEgui-talk] tlistbox.dropdown.cols.deleterow

2013-03-11 Thread Martin Schreiber
On Monday 11 March 2013 20:34:01 Patrick Goupell wrote: The program spins at startup. It does not create a default .mseide folder and teh cpu utilization pegs at 100%. So it is spinning in circles doing something? It is a quad core processor and I am able to write this while waiting on the