Re: [MSEide-MSEgui-talk] IDE - missing "Last opened projects"

2016-04-02 Thread Martin Schreiber
On Saturday 02 April 2016 01:18:14 Graeme Geldenhuys wrote: > On 2016-04-01 20:37, Krzysztof wrote: > > As in subject. Very handy option > > It is there... kind of, but not a very user friendly way. > > Select "Project -> Open Project" The combobox to the left of the Name > caption - click its Down

Re: [MSEide-MSEgui-talk] IDE - missing "Last opened projects"

2016-04-02 Thread Martin Schreiber
On Friday 01 April 2016 21:37:57 Krzysztof wrote: > Hi Martin > > As in subject. Very handy option especially for newbie as me who often > switch between MSE examples and own test projects to compare or check > something. > Please see answer from and to Graeme. > BTW: Do you also have sometimes "G

Re: [MSEide-MSEgui-talk] Totally rounded button (knob)

2016-04-02 Thread Martin Schreiber
On Friday 01 April 2016 22:35:54 Krzysztof wrote: > >> BTW: Is it possible to set little rounding on button edges using > >> TFrame and not using FrameImage / TImageList? > > > > No. There's a tool from Alexandre in order to create the pixmaps. > > Where is it? > The thread is here: http://thread.g

Re: [MSEide-MSEgui-talk] IDE - missing "Last opened projects"

2016-04-02 Thread Graeme Geldenhuys
On 2016-04-02 09:56, Martin Schreiber wrote: >> 1. Bug: Create a new project and save it. Open a previous project. >> > Please try again with git master f78b8ea1055bb3f6833d2b82e8cfc53d1b3411d6. Thanks, I'll update and retest. >> 2. Feature Request: Make "recent projects" a menu item. >> > I

Re: [MSEide-MSEgui-talk] Flat TRichButton - how to change "on mouse" frame?

2016-04-02 Thread Martin Schreiber
On Friday 01 April 2016 23:52:08 Krzysztof wrote: > Hi, > > I'm still learning Frame and Faces. There is a lot of sub properties > so sometimes I'm little lost. I have flat TRichButton (pic1), I want > to change "on mouse" / "hover" frame (pic2) from gray 3d / light to > the one uniform custom colo

Re: [MSEide-MSEgui-talk] IDE - missing "Last opened projects"

2016-04-02 Thread Martin Schreiber
On Saturday 02 April 2016 13:58:39 Graeme Geldenhuys wrote: > > I believe you still have Delphi 7 or Kylix 3 around, so take a look > there. They had excellent Project Group support, and I greatly miss that > features since I moved to FPC back in 2005. > Ouch, the main reason why I didn't implement

Re: [MSEide-MSEgui-talk] IDE - missing "Last opened projects"

2016-04-02 Thread Graeme Geldenhuys
On 2016-04-02 13:33, Martin Schreiber wrote: > Ouch, the main reason why I didn't implement project groups in MSEide is that > I never was happy with Delphi project groups. ;-) Well, having something is better than nothing. ;-) Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI to

Re: [MSEide-MSEgui-talk] IDE - missing "Last opened projects"

2016-04-02 Thread Krzysztof
> It is there... kind of, but not a very user friendly way. > > Select "Project -> Open Project" The combobox to the left of the Name > caption - click its Down arrow button and you will see a list of > previous opened projects. Thanks, that is enough for me :) ---

Re: [MSEide-MSEgui-talk] IDE - missing "Last opened projects"

2016-04-02 Thread Krzysztof
> Are there no problems with a single running MSEide? Didn't notice such problem with only one IDE -- Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration L

Re: [MSEide-MSEgui-talk] IDE - missing "Last opened projects"

2016-04-02 Thread Martin Schreiber
On Saturday 02 April 2016 16:53:23 Krzysztof wrote: > > Are there no problems with a single running MSEide? > > Didn't notice such problem with only one IDE > Then it becomes difficult... Currently I often work with three running MSEide's for MSElang development and I didn't see such problems on 3

Re: [MSEide-MSEgui-talk] IDE - missing "Last opened projects"

2016-04-02 Thread Krzysztof
> Then it becomes difficult... > Currently I often work with three running MSEide's for MSElang development and > I didn't see such problems on 32bit Linux. Do not bother yourself :) . It is not such annoying thing -- Tra

Re: [MSEide-MSEgui-talk] Flat TRichButton - how to change "on mouse" frame?

2016-04-02 Thread Krzysztof
> An example is here: > https://gitlab.com/mseide-msegui/mseuniverse/tree/master/samples/widgets/buttons/hoverframe > it needs MSEgui git master e037c5246cfe1c3ac242f850762fbe6193a724fd. Great example, thanks > I suggest to extend the frameimagemaker tool to a complete frame/face designer > which

[MSEide-MSEgui-talk] TCanvas.RoundRect ?

2016-04-02 Thread Krzysztof
Hi Martin, I'm playing with TPaintBox and MSEgui canvas to see diferences between LCL TCanvas. Does MSEgui have equivalent for LCL RoundRect? There is DrawEllipse, DrawCircle but what aboud rounded rectangle? Regards --

Re: [MSEide-MSEgui-talk] Flat TRichButton - how to change "on mouse" frame?

2016-04-02 Thread Krzysztof
> An example is here: > https://gitlab.com/mseide-msegui/mseuniverse/tree/master/samples/widgets/buttons/hoverframe > it needs MSEgui git master e037c5246cfe1c3ac242f850762fbe6193a724fd. Ahh one thing. You forgot to remove your macros from project options and it is not compiling by default ;) ---

Re: [MSEide-MSEgui-talk] Flat TRichButton - how to change "on mouse" frame?

2016-04-02 Thread Martin Schreiber
On Saturday 02 April 2016 17:47:04 Krzysztof wrote: > > > I suggest to extend the frameimagemaker tool to a complete frame/face > > designer which deals with the boring work of frame designing and > > widgetstate mapping. > > What is frameimagemaker? Do you mean mseimagelistextractor? > Yes, Alexan

Re: [MSEide-MSEgui-talk] TCanvas.RoundRect ?

2016-04-02 Thread Martin Schreiber
On Saturday 02 April 2016 17:51:56 Krzysztof wrote: > Hi Martin, > > I'm playing with TPaintBox and MSEgui canvas to see diferences between > LCL TCanvas. Does MSEgui have equivalent for LCL RoundRect? There is > DrawEllipse, DrawCircle but what aboud rounded rectangle? > It needs to combined with

Re: [MSEide-MSEgui-talk] Flat TRichButton - how to change "on mouse" frame?

2016-04-02 Thread Martin Schreiber
On Saturday 02 April 2016 17:53:22 Krzysztof wrote: > > An example is here: > > https://gitlab.com/mseide-msegui/mseuniverse/tree/master/samples/widgets/ > >buttons/hoverframe it needs MSEgui git master > > e037c5246cfe1c3ac242f850762fbe6193a724fd. > > Ahh one thing. You forgot to remove your macro

Re: [MSEide-MSEgui-talk] MSEgui API Documentation

2016-04-02 Thread Graeme Geldenhuys
On 2015-09-03 06:44, Martin Schreiber wrote: > Thanks. Is it possible to store it in a different directory tree? I like to > add it to MSEuniverse doc/fpdoc: > https://gitlab.com/mseuniverse/mseuniverse/tree/master/doc/fpdoc Rather late than never. ;-) I've pushed detailed instruction on using f

Re: [MSEide-MSEgui-talk] MSEgui API Documentation

2016-04-02 Thread Martin Schreiber
On Saturday 02 April 2016 19:52:43 Graeme Geldenhuys wrote: > On 2015-09-03 06:44, Martin Schreiber wrote: > > Thanks. Is it possible to store it in a different directory tree? I like > > to add it to MSEuniverse doc/fpdoc: > > https://gitlab.com/mseuniverse/mseuniverse/tree/master/doc/fpdoc > Look