Re: [MSEide-MSEgui-talk] MSEide+MSEgui fails to Bootstrap from Source

2016-10-03 Thread Martin Schreiber
On 10/03/2016 08:30 AM, Martin Vahi wrote: > > Is it a flaw/bug at the MSEide+MSEgui side or > do I have something wrong? > Works for me, dateutils.ppu and dateutils.o are in /usr/lib/fpc/3.0.0/units/x86_64-linux/rtl-objpas/ on my system. Do you have that files? Martin -

Re: [MSEide-MSEgui-talk] MSEide can't navigate operator overloading functions

2016-10-03 Thread Martin Schreiber
On Monday 03 October 2016 08:58:58 Graeme Geldenhuys wrote: > Any chance of this being fixed in the near future? > It is on wishlist already. It could be that it is a work of several hours in case it can not been handled by the current parsing of procedures. > ps: > Martin, I might need your he

Re: [MSEide-MSEgui-talk] MSEide can't navigate operator overloading functions

2016-10-03 Thread Graeme Geldenhuys
On 2016-10-03 08:50, Martin Schreiber wrote: > It is on wishlist already. It could be that it is a work of several hours in > case it can not been handled by the current parsing of procedures. No worries, it is not urgent. I simply asked (again), because I had loads of Internet and email problems

Re: [MSEide-MSEgui-talk] MSEide can't navigate operator overloading functions

2016-10-03 Thread Martin Schreiber
On Monday 03 October 2016 10:10:16 Graeme Geldenhuys wrote: > > > There is no official MSEide plugin interface so feel free to ask if you > > need changes in MSEide for your needs. > > I don't need an "add-on API" per se. I'll be extending MSEide in the > same way that I've been maintaining some of

[MSEide-MSEgui-talk] stringgrid behavior

2016-10-03 Thread Patrick Goupell
Hello Martin, When I add a stringgrid object to my form and do not populate it it shows a blank row after the form is created. If I set the rowcount := 0 the stringgrid still show 1 blank row, Is this the norrmal expected behavior? Running mseide/msegui 4.2.1 on 64 bit debian jessie. Attac

Re: [MSEide-MSEgui-talk] stringgrid behavior

2016-10-03 Thread Martin Schreiber
On Monday 03 October 2016 14:56:41 Patrick Goupell wrote: > Hello Martin, > > When I add a stringgrid object to my form and do not populate it it > shows a blank row after the form is created. > > If I set the rowcount := 0 the stringgrid still show 1 blank row, > > Is this the norrmal expected be

Re: [MSEide-MSEgui-talk] stringgrid behavior

2016-10-03 Thread Patrick Goupell
On 10/03/2016 09:12 AM, Martin Schreiber wrote: > > I can not extract the test program: > " > tar: This does not look like a tar archive > " > I assume that t*grid.optionsgrid og_autofirstrow is set and the grid is > focused? > > Martin > I see the option now. Sometimes there is an auto first ro

Re: [MSEide-MSEgui-talk] stringgrid behavior

2016-10-03 Thread Martin Schreiber
On Monday 03 October 2016 15:39:17 Patrick Goupell wrote: > On 10/03/2016 09:12 AM, Martin Schreiber wrote: > > I can not extract the test program: > > " > > tar: This does not look like a tar archive > > " > > I assume that t*grid.optionsgrid og_autofirstrow is set and the grid is > > focused? > >

Re: [MSEide-MSEgui-talk] stringgrid behavior

2016-10-03 Thread Patrick Goupell
On 10/03/2016 09:48 AM, Martin Schreiber wrote: > > Please explain. There should be no randomness. > > Martin > I use this procedure to load the stringgrid (see end of post) It is called in the form oncreated event handler. There is no blank first row. If the following sequence is performed th

Re: [MSEide-MSEgui-talk] stringgrid behavior

2016-10-03 Thread Martin Schreiber
On Monday 03 October 2016 15:53:28 Patrick Goupell wrote: > On 10/03/2016 09:48 AM, Martin Schreiber wrote: > > Please explain. There should be no randomness. > > > > Martin > > I use this procedure to load the stringgrid (see end of post) > > It is called in the form oncreated event handler. > > T

Re: [MSEide-MSEgui-talk] stringgrid behavior

2016-10-03 Thread Patrick Goupell
On 10/03/2016 10:09 AM, Martin Schreiber wrote: > > Looks as designed. og_autofirstrow adds an empty row to an empty grid if it > gets focused. If it looses focus the empty row will be removed. The purpose > is to allow editing an empty grid without the necessity to manually add a row > first. The

Re: [MSEide-MSEgui-talk] stringgrid behavior

2016-10-03 Thread Patrick Goupell
On 10/03/2016 10:07 AM, Patrick Goupell wrote: > > Thanks for the explanation. > > I will modifiy the program a little to remove focus from teh stringgrid > and watch the result. > By removing focus from the stringgrid before calling the load procedure it loads without the blank row. Sometimes

Re: [MSEide-MSEgui-talk] stringgrid behavior

2016-10-03 Thread Martin Schreiber
On Monday 03 October 2016 16:16:05 Patrick Goupell wrote: > On 10/03/2016 10:07 AM, Patrick Goupell wrote: > > Thanks for the explanation. > > > > I will modifiy the program a little to remove focus from teh stringgrid > > and watch the result. > > By removing focus from the stringgrid before calli

Re: [MSEide-MSEgui-talk] MSEide+MSEgui fails to Bootstrap from Source

2016-10-03 Thread Martin Vahi
On 10/03/2016 10:32 AM, Martin Schreiber wrote: > On 10/03/2016 08:30 AM, Martin Vahi wrote: > Works for me, dateutils.ppu and dateutils.o are in > /usr/lib/fpc/3.0.0/units/x86_64-linux/rtl-objpas/ on my system. > Do you have that files? > ... Thank You. My mistake. I'm new to the Free Pascal and