Re: [MSEide-MSEgui-talk] MSEide - List index out of bounds

2014-09-11 Thread Martin Schreiber
On Friday 12 September 2014 05:47:07 Martin Schreiber wrote: > > Aha! MSEide *needs* MSEifi support for data connection of the options > object and the options form. What I don't understand is why it actually > compiles with -dmse_no_ifi. I'll need to check. > git master aa4c376fb14f6c10b120f726438

Re: [MSEide-MSEgui-talk] MSEide - List index out of bounds

2014-09-11 Thread Martin Schreiber
On Thursday 11 September 2014 22:17:17 Graeme Geldenhuys wrote: > On 11/09/14 20:28, Graeme Geldenhuys wrote: > > On 11/09/14 18:53, Martin Schreiber wrote: > >> Please try git master b5813c0de246723a55b518842c3ec1f31812d9ff, who > >> knows, maybe it works better. :-) > > > > Okay, something really

Re: [MSEide-MSEgui-talk] MSEide - List index out of bounds

2014-09-11 Thread Graeme Geldenhuys
On 11/09/14 20:28, Graeme Geldenhuys wrote: > On 11/09/14 18:53, Martin Schreiber wrote: >>> >> Please try git master b5813c0de246723a55b518842c3ec1f31812d9ff, who knows, >> maybe it works better. :-) > > > Okay, something really odd is going on. I don't get the "index out of > bounds" error any

Re: [MSEide-MSEgui-talk] MSEide - List index out of bounds

2014-09-11 Thread Graeme Geldenhuys
On 11/09/14 18:53, Martin Schreiber wrote: >> > Please try git master b5813c0de246723a55b518842c3ec1f31812d9ff, who knows, > maybe it works better. :-) Okay, something really odd is going on. I don't get the "index out of bounds" error any more, but many of may project options (eg: defined proje

Re: [MSEide-MSEgui-talk] MSEide - List index out of bounds

2014-09-11 Thread Graeme Geldenhuys
On 11/09/14 18:53, Martin Schreiber wrote: > Please try git master b5813c0de246723a55b518842c3ec1f31812d9ff, who knows, > maybe it works better. :-) :-) Yup, it works now! Many thanks for the quick resolution. Regards, Graeme

Re: [MSEide-MSEgui-talk] MSEide - List index out of bounds

2014-09-11 Thread Martin Schreiber
On Thursday 11 September 2014 18:42:23 Graeme Geldenhuys wrote: > On 11/09/14 17:33, Martin Schreiber wrote: > > error message window and send the stack trace by pasting in email client > > or send a gdb stacktrace. > > The backtrace output has been attached. There is no messages in the > Message w

Re: [MSEide-MSEgui-talk] MSEide - List index out of bounds

2014-09-11 Thread Martin Schreiber
On Thursday 11 September 2014 18:59:19 Graeme Geldenhuys wrote: > On 11/09/14 17:46, Martin Schreiber wrote: > > I mean the list exception window. > > I'm confused. :) Where do I find that window? > The one you showed in your screenshot. Anyway, the backtrace shows a problematic code location. I'

Re: [MSEide-MSEgui-talk] MSEide - List index out of bounds

2014-09-11 Thread Graeme Geldenhuys
On 11/09/14 17:46, Martin Schreiber wrote: > I mean the list exception window. I'm confused. :) Where do I find that window? G. -- Want excitement? Manually upgrade your production database. When you want reliability,

Re: [MSEide-MSEgui-talk] MSEide - List index out of bounds

2014-09-11 Thread Martin Schreiber
On Thursday 11 September 2014 18:42:23 Graeme Geldenhuys wrote: > On 11/09/14 17:33, Martin Schreiber wrote: > > error message window and send the stack trace by pasting in email client > > or send a gdb stacktrace. > > The backtrace output has been attached. There is no messages in the > Message w

Re: [MSEide-MSEgui-talk] MSEide - List index out of bounds

2014-09-11 Thread Graeme Geldenhuys
On 11/09/14 17:33, Martin Schreiber wrote: > error message window and send the stack trace by pasting in email client or > send a gdb stacktrace. The backtrace output has been attached. There is no messages in the Message window to copy, because I just opened the project, then tried to view the

Re: [MSEide-MSEgui-talk] MSEide - List index out of bounds

2014-09-11 Thread Martin Schreiber
On Thursday 11 September 2014 17:58:56 Graeme Geldenhuys wrote: > Some more information > > > - uidesigner.prj is an existing project for years. > > This gives Index(5) out of bounds. > > > - new_project.prj is one I just created with New -> From Program. > > This gives Index(2) out of bounds.

Re: [MSEide-MSEgui-talk] MSEide - List index out of bounds

2014-09-11 Thread Graeme Geldenhuys
Some more information > - uidesigner.prj is an existing project for years. This gives Index(5) out of bounds. > - new_project.prj is one I just created with New -> From Program. This gives Index(2) out of bounds. Regards, G. -

Re: [MSEide-MSEgui-talk] MSEide - List index out of bounds

2014-09-11 Thread Graeme Geldenhuys
On 11/09/14 16:48, Martin Schreiber wrote: >> > Works for me. Can you send the *.prj file? No problem. - uidesigner.prj is an existing project for years. - new_project.prj is one I just created with New -> From Program. Regards, Graeme [componentpalette] order0=0 order1=0 order2=0 order3=0 o

Re: [MSEide-MSEgui-talk] MSEide - List index out of bounds

2014-09-11 Thread Martin Schreiber
On Thursday 11 September 2014 16:53:52 Graeme Geldenhuys wrote: > Hi Martin, > > I got the latest git update. Compiled the IDE under Linux (64-bit) using > FPC 2.6.4. > > Now if I open any existing project of mine and try and go into the > Project -> Options screen, I get a list index out of bounds

Re: [MSEide-MSEgui-talk] MSEide - List index out of bounds

2014-09-11 Thread Graeme Geldenhuys
On 11/09/14 15:53, Graeme Geldenhuys wrote: > Now if I open any existing project of mine and try and go into the > Project -> Options screen, I get a list index out of bounds. Sometimes > it is "Index(2)" and sometimes "Index(5)" etc in the error message. Doing a Project -> New -> From Program, an

[MSEide-MSEgui-talk] MSEide - List index out of bounds

2014-09-11 Thread Graeme Geldenhuys
Hi Martin, I got the latest git update. Compiled the IDE under Linux (64-bit) using FPC 2.6.4. Now if I open any existing project of mine and try and go into the Project -> Options screen, I get a list index out of bounds. Sometimes it is "Index(2)" and sometimes "Index(5)" etc in the error messa

Re: [MSEide-MSEgui-talk] General

2014-09-11 Thread Martin Schreiber
On Thursday 11 September 2014 10:51:30 Graeme Geldenhuys wrote: > On 11/09/14 08:00, Martin Schreiber wrote: > > It simplifies the compiler commandline. > > OK, but complicates the code. ;-) > > I thought MSEgui already has a very simplified compiler command line. > Three simple settings. > > -Fu

Re: [MSEide-MSEgui-talk] General

2014-09-11 Thread Graeme Geldenhuys
On 11/09/14 09:39, Martin Schreiber wrote: > git master 3bb9f5b uses platform specific path delimiters. Thanks! G. -- Want excitement? Manually upgrade your production database. When you want reliability, choose Perfor

Re: [MSEide-MSEgui-talk] General

2014-09-11 Thread Graeme Geldenhuys
On 11/09/14 08:00, Martin Schreiber wrote: > It simplifies the compiler commandline. OK, but complicates the code. ;-) I thought MSEgui already has a very simplified compiler command line. Three simple settings. -Fu../lib/common/* -Fu../lib/common/kernel/linux -Fi../lib/common/kernel Re

Re: [MSEide-MSEgui-talk] General

2014-09-11 Thread Martin Schreiber
On Wednesday 10 September 2014 15:25:38 Patrick Goupell wrote: > ../mseide-msegui/lib/common/kernel/linux/msesocketintf.pas(0,0): Could > not find include file '..\msesocketintf.inc' > ../mseide-msegui/lib/common/kernel/linux/msesysintf1.pas(0,0): Could not > find include file '..\msesysintf1.inc'

Re: [MSEide-MSEgui-talk] General

2014-09-11 Thread Martin Schreiber
On Thursday 11 September 2014 01:46:38 Graeme Geldenhuys wrote: > On 10/09/14 14:25, Patrick Goupell wrote: > > I am having some trouble with > > mseide-msegui/lib/common/kernel/linux/*.pas units. fpdoc cannot find > > some include files. > > It's because Martin hard-coded the path to the include