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

2015-12-11 Thread Graeme Geldenhuys
On 2015-12-11 12:08, Julio Jiménez wrote: > This is the solarized dark theme I use. I have added symbols def from your > pascal_dark.sdef Graeme. Very nice Julio, and thanks for sharing. That saved me some time. :) Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using

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

2015-12-11 Thread Martin Schreiber
On Friday 11 December 2015 13:08:33 Julio Jiménez wrote: > > Martin, I'll be glad if you add it to MSEide. > Thanks, it is here: https://gitlab.com/mseide-msegui/mseide-msegui/blob/master/apps/ide/syntaxdefs/pascal_solarized_dark.sdef Martin

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

2015-12-11 Thread Julio Jiménez
2015-12-11 14:40 GMT+01:00 Martin Schreiber : > On Friday 11 December 2015 13:08:33 Julio Jiménez wrote: > > > > Martin, I'll be glad if you add it to MSEide. > > > Thanks, it is here: > >

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

2015-12-11 Thread Julio Jiménez
2015-12-11 17:46 GMT+01:00 Martin Schreiber : > On Friday 11 December 2015 16:49:45 Julio Jiménez wrote: > > 2015-12-11 14:40 GMT+01:00 Martin Schreiber : > > > On Friday 11 December 2015 13:08:33 Julio Jiménez wrote: > > > > Martin, I'll be glad if you add

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

2015-12-11 Thread Julio Jiménez
2015-12-11 17:04 GMT+01:00 Graeme Geldenhuys : > On 2015-12-11 15:49, Julio Jiménez wrote: > > Attached is the solarized normal (non dark) version. > > Oh, now you are just showing off! ;-) You beat me to it. Awesome, and > many thanks for sharing. > > > > For

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

2015-12-11 Thread Graeme Geldenhuys
On 2015-12-11 15:49, Julio Jiménez wrote: > Attached is the solarized normal (non dark) version. Oh, now you are just showing off! ;-) You beat me to it. Awesome, and many thanks for sharing. > For those that doesn't like dark themes. Just to let others know. Switching between the dark or

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

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; >

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

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; >

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

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: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

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. ;-)

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-03 Thread Martin Schreiber
On Friday 04 December 2015 07:43:17 Martin Schreiber wrote: > > Please extract the attached archive which contains the sources of the > project. Here attached. rechenkunst.zip.removethat Description: Zip archive -- Go

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

2015-12-03 Thread Martin Schreiber
On Thursday 03 December 2015 20:25:46 Saša Janiška wrote: > On Čet, 2015-12-03 at 19:52 +0100, Martin Schreiber wrote: > > In which respect? > > How to establish normal workflow with it. OK. So we will make a concrete example, the first chapter of the beginner course:

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

2015-12-03 Thread Martin Schreiber
On Thursday 03 December 2015 13:30:33 Graeme Geldenhuys wrote: > On 2015-12-03 12:04, Martin Schreiber wrote: > > But internally and in all GUI-elements it uses utf-16. That means that a > > 16 bit code unit can hold all characters of the BMP (Basic Multilingual > > Plane). ...snip... > > And what

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

2015-12-03 Thread Saša Janiška
On Čet, 2015-12-03 at 10:39 +0100, Martin Schreiber wrote: > Probably. If one gets the principles working with MSEide+MSEgui is > easy. OK. > Most problems do have people who came from Delphi and search for the > same structure and API. I can understand it because I worked with > Delphi for

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

2015-12-03 Thread Saša Janiška
On Čet, 2015-12-03 at 12:26 +0100, che fou wrote: > at start it looks hard and ugly , but once you know how to arrange > mseide layout , every things will changed . Isn't that strange, iow. one would expect to look nice out-of-the-box? > learning msegui/mseide is mostly (learning by doing ;) )

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

2015-12-03 Thread Graeme Geldenhuys
On 2015-12-03 09:39, Martin Schreiber wrote: > > "twidgetgrid" in what one can place any edit widget in order to form a data > column of the given type and where 1'000'000 rows are no problem. fpGUI performance is also fantastic as previously shown where I added 8 million rows to a StringGrid,

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

2015-12-03 Thread Martin Schreiber
On Thursday 03 December 2015 12:22:42 Saša Janiška wrote: > > I followed install instructions and found out about 'mseide > --FONTALIAS=stf_menu,sans,16', but despite of that the font-size in > 'Component Palette' is still too small without any obvious way how to > change it? > You mean the icons?

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

2015-12-03 Thread che fou
i also recommand msegui for every fpc user who's looking for strong gui library . at start it looks hard and ugly , but once you know how to arrange mseide layout , every things will changed . learning msegui/mseide is mostly (learning by doing ;) ) at last this is how i learned msegui/ide , you

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

2015-12-03 Thread Graeme Geldenhuys
On 2015-12-03 09:39, Martin Schreiber wrote: > I can't login in openhub because they want > to know my mobile number and hat is a no-go. That is interesting. They definitely don't have my mobile number, but then I logged in to that service before it was rebranded as Open HUB. Regards, -

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

2015-12-03 Thread Graeme Geldenhuys
On 2015-12-03 11:22, Saša Janiška wrote: > I'll not start with Lazarus. ;) Then my job is done here! ;-) Regards, - Graeme - -- Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile

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

2015-12-03 Thread Graeme Geldenhuys
On 2015-12-03 12:04, Martin Schreiber wrote: > But internally and in all GUI-elements it uses utf-16. That means that a 16 > bit code unit can hold all characters of the BMP (Basic Multilingual Plane). > ...snip... And what about endianness etc. Another thing UTF-8 doesn't need to worry about.

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

2015-12-03 Thread Martin Schreiber
On Wednesday 02 December 2015 16:51:17 Graeme Geldenhuys wrote: > > Maybe Martin could update the repository info for MSEide+MSEgui on Open > HUB too. It shows it hasn't been analysed for 7 months. >https://www.openhub.net/p/11134 > It seems they can not or don't want to read GitLab

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

2015-12-03 Thread Martin Schreiber
On Wednesday 02 December 2015 14:13:55 Saša Janiška wrote: > On Uto, 2015-12-01 at 15:36 +0100, Martin Schreiber wrote: > > In addition to what Graeme writes I like to mention that MSEide+MSEgui > > because of its well-engineered RAD approach and the unique > > architecture probably is the most

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

2015-12-03 Thread Martin Schreiber
On Thursday 03 December 2015 12:42:08 Graeme Geldenhuys wrote: > On 2015-12-03 09:39, Martin Schreiber wrote: > > I can't login in openhub because they want > > to know my mobile number and hat is a no-go. > > That is interesting. They definitely don't have my mobile number, but > then I logged in

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

2015-12-03 Thread Martin Schreiber
On Thursday 03 December 2015 16:54:27 Saša Janiška wrote: > On Čet, 2015-12-03 at 13:04 +0100, Martin Schreiber wrote: > > You mean the icons? > > Both, icons and teaxt above them. Similarly with font in e.g. > open-fuile/project dialogs setc. > Works for me, see attachment. Please use

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

2015-12-03 Thread Saša Janiška
On Čet, 2015-12-03 at 13:04 +0100, Martin Schreiber wrote: > You mean the icons? Both, icons and teaxt above them. Similarly with font in e.g. open-fuile/project dialogs setc. > In order to provide context sensitive help all "twidget" descendant > have a "helpcontext" property which can be

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

2015-12-03 Thread Saša Janiška
On Čet, 2015-12-03 at 19:52 +0100, Martin Schreiber wrote: > In which respect? How to establish normal workflow with it. MSEide just open bunch of windows overlapping each other...my desktop is 2560x1440 and Component Palette's icons are *way* too small...all in all, I sense there is power

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

2015-12-03 Thread Graeme Geldenhuys
On 2015-12-03 19:25, Saša Janiška wrote: > How to establish normal workflow with it. MSEide just open bunch of > windows overlapping each other...my desktop is 2560x1440 Some MSEide pointers: * Each project has its own set of IDE settings. That includes project settings, editor settings and

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

2015-12-03 Thread Saša Janiška
On Čet, 2015-12-03 at 17:13 +0100, Martin Schreiber wrote: > Works for me, see attachment. Please use --FONTALIAS=stf_default,,16 > in order to change the font of all elements, stf_menu affects the font > of menu items only. README.TXT in distribution has more info. Thanks, that certainly helps

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

2015-12-03 Thread Martin Schreiber
On Thursday 03 December 2015 18:47:50 Saša Janiška wrote: > On Čet, 2015-12-03 at 17:13 +0100, Martin Schreiber wrote: > > Works for me, see attachment. Please use --FONTALIAS=stf_default,,16 > > in order to change the font of all elements, stf_menu affects the font > > of menu items only.

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

2015-12-02 Thread Graeme Geldenhuys
On 2015-12-02 13:09, Saša Janiška wrote: >> INF is a highly optimised and compact single file help, viewable >> with fpGUI's own DocView. > > Do you plan to stick with it? I'm asking since I like using e.g. > AsciiDoc (or reST) as markup for all my writings. Yes, I really enjoy using

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

2015-12-02 Thread Graeme Geldenhuys
On 2015-12-02 13:13, Saša Janiška wrote: > Can you, please, mention some considering I'm not familiar with both of > them? I'd be interested in those too. ;-) I always like to have a list of things I could improve on. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using

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

2015-12-02 Thread Saša Janiška
On Sri, 2015-12-02 at 15:51 +, Graeme Geldenhuys wrote: > It has NO documentation. Yes, MSEUniverse repository contains a few > random text files scattered around, but that is a far cry from actual > documentation. That's a valid argument, at least for my situation. > I ain't going anywhere

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

2015-12-02 Thread Saša Janiška
On Uto, 2015-12-01 at 12:22 +, Graeme Geldenhuys wrote: > +1 on both counts! ;-) I'm glad I?m not alone. ;) > I can answer the fpGUI and LCL parts. I'm the author of fpGUI Toolkit. I know since I already had some exchange with you in the last several months. :-) >  INF is a highly

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

2015-12-02 Thread Saša Janiška
On Uto, 2015-12-01 at 15:36 +0100, Martin Schreiber wrote: > In addition to what Graeme writes I like to mention that MSEide+MSEgui > because of its well-engineered RAD approach and the unique > architecture probably is the most productive environment for complex > projects. MSEide+MSEgui "simply

[MSEide-MSEgui-talk] GUI option for FPC

2015-12-01 Thread Saša Janiška
Hello, sometime ago (during the summer time) I was questioning on FPC list about which GUI to use along with FPC...after I explored some other language options and coming to conclusion that FPC (Object Pascal)  seems the be the best language for writing multi-platform desktop GUI app - these days

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

2015-12-01 Thread Marcos Douglas
On Tue, Dec 1, 2015 at 12:36 PM, Martin Schreiber wrote: > On Tuesday 01 December 2015 11:58:22 Saša Janiška wrote: >> >> How do they compare in terms of documentation, ease of learning, >> completeness of widget set etc. >> > In addition to what Graeme writes I like to

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

2015-12-01 Thread Saša Janiška
On Uto, 2015-12-01 at 12:41 -0200, Marcos Douglas wrote: > But MSEide+MSEgui will be compatible with FPC in the future? > I'm asking this because you are working in your own Pascal language. Hey, that's interesting question...I heard about that 'new' language having some traits of Modula-2 for

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

2015-12-01 Thread Martin Schreiber
On Tuesday 01 December 2015 15:41:41 Marcos Douglas wrote: > > But MSEide+MSEgui will be compatible with FPC in the future? > I'm asking this because you are working in your own Pascal language. > The MSElang compiler will use the currently used FPC dialect by MSEide+MSEgui anyway, the new

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

2015-12-01 Thread Graeme Geldenhuys
On 2015-12-01 10:58, Saša Janiška wrote: > language options and coming to conclusion that FPC (Object Pascal) > seems the be the best language for writing multi-platform desktop GUI > app - these days most of people are infatuated with JS stuff. +1 on both counts! ;-) > How do they compare in

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

2015-12-01 Thread Martin Schreiber
On Tuesday 01 December 2015 11:58:22 Saša Janiška wrote: > > How do they compare in terms of documentation, ease of learning, > completeness of widget set etc. > In addition to what Graeme writes I like to mention that MSEide+MSEgui because of its well-engineered RAD approach and the unique