Re: [MSEide-MSEgui-talk] GUI option for FPC

2015-12-04 Thread Martin Schreiber
On Friday 04 December 2015 11:38:40 Saša Janiška wrote: > On Pet, 2015-12-04 at 10:00 +, Graeme Geldenhuys wrote: > > That was a strange one to me, when I first tried MSEide. I didn't like > > it at all, but after some months it grew on me. :) > > OK, it seems persistance is the keyword here. .

Re: [MSEide-MSEgui-talk] GUI option for FPC

2015-12-04 Thread Saša Janiška
On Pet, 2015-12-04 at 10:00 +, Graeme Geldenhuys wrote: > That was a strange one to me, when I first tried MSEide. I didn't like > it at all, but after some months it grew on me. :) OK, it seems persistance is the keyword here. .-) > Ah, I forgot to mention. To dock a window, you must NOT dr

Re: [MSEide-MSEgui-talk] GUI option for FPC

2015-12-04 Thread Martin Schreiber
On Friday 04 December 2015 10:54:22 Saša Janiška wrote: > On Pet, 2015-12-04 at 10:50 +0100, Martin Schreiber wrote: > > I is a webpage. The git clone URL is > > https://gitlab.com/mseuniverse/books.git > > Thank you. > > > What do you want to accomplish? > > Change code editor's font and its size,

Re: [MSEide-MSEgui-talk] GUI option for FPC

2015-12-04 Thread Martin Schreiber
On Friday 04 December 2015 10:42:44 Graeme Geldenhuys wrote: > > Just curious (again, I don't know MSEgui), but from the method > signature, can you also do the following (with the same outcome as above)? > > if avalue < 0 then > begin >accept := false; >showMessage(); > end; > Ye

Re: [MSEide-MSEgui-talk] GUI option for FPC

2015-12-04 Thread Saša Janiška
On Pet, 2015-12-04 at 10:50 +0100, Martin Schreiber wrote: > I is a webpage. The git clone URL is > https://gitlab.com/mseuniverse/books.git Thank you. > What do you want to accomplish? Change code editor's font and its size, for instance? Sincerely, Gour --  The working senses are superior

Re: [MSEide-MSEgui-talk] GUI option for FPC

2015-12-04 Thread Martin Schreiber
On Friday 04 December 2015 10:22:39 Saša Janiška wrote: > On Pet, 2015-12-04 at 07:43 +0100, Martin Schreiber wrote: > > The git repository is here: > > https://gitlab.com/mseuniverse/books > > Yesterday I did clone 'mseuniverse' repo, but do not see 'books' folder > and the above URL gives 500 err

Re: [MSEide-MSEgui-talk] GUI option for FPC

2015-12-04 Thread Graeme Geldenhuys
On 2015-12-04 06:43, Martin Schreiber wrote: > This code will be called if the user enters a value in widget 'B'. > Write > " > procedure tmainfo.setvalueb(const sender: TObject; var avalue: Integer; >var accept: Boolean); > begin > if avalue < 0 then begin > avalue:= 0; > show

Re: [MSEide-MSEgui-talk] GUI option for FPC

2015-12-04 Thread Saša Janiška
On Čet, 2015-12-03 at 23:34 +, Graeme Geldenhuys wrote: > * Each project has its own set of IDE settings. That includes project >   settings, editor settings and window layout. Ahh, that's certainly new for me - it's obvious I'm not (MSE)ide user. :-) > * Windows (eg: editor, message, call s

Re: [MSEide-MSEgui-talk] GUI option for FPC

2015-12-04 Thread Saša Janiška
On Pet, 2015-12-04 at 07:43 +0100, Martin Schreiber wrote: > The git repository is here: > https://gitlab.com/mseuniverse/books Yesterday I did clone 'mseuniverse' repo, but do not see 'books' folder and the above URL gives 500 error. [...] > Press F9 and check if it works. > Thats all. ;-) Th