Re: [MSEide-MSEgui-talk] tframecomp - how to modify focused frame?

2017-03-24 Thread Martin Schreiber
On Friday 24 March 2017 00:12:23 Krzysztof wrote: > Hi Martin, > > Look at attached screenshot. How to modify this black frame when button is > focused (tab key)? Color and width. Playing with tframecomp, changed all > color* properties but it is still black. I can only disable it at all by > set

Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.

2017-03-24 Thread Martin Schreiber
On Friday 24 March 2017 12:57:11 Fred van Stappen wrote: > Hello Martin. > > A little detail: > > > Using this in .prj does not work: > > > sourcefiles=1 > ${PROJECTDIR}/${PROJECTNAME}.lpr > relpaths=1 > ${PROJECTNAME}.lpr > > > ---> Unable to open file, does not exist. > Does the file actually

Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.

2017-03-24 Thread Fred van Stappen
Hello Martin. A little detail: Using this in .prj does not work: sourcefiles=1 ${PROJECTDIR}/${PROJECTNAME}.lpr relpaths=1 ${PROJECTNAME}.lpr ---> Unable to open file, does not exist. Fre;D -- Check out the

Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.

2017-03-24 Thread Fred van Stappen
Hello Martin. See attachment. Fre;D De : Martin Schreiber Envoyé : vendredi 24 mars 2017 13:10 À : mseide-msegui-talk@lists.sourceforge.net Objet : Re: [MSEide-MSEgui-talk] MSEide and Lazarus project. On Friday 24 March 2017 12:57:11

Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.

2017-03-24 Thread Fred van Stappen
> How did you create the *.prj? Manually, from a existing prj. > loaded source filenames do not contain macros Ha, ok (I was hoping it will work ...) Fre;D De : Martin Schreiber Envoyé : vendredi 24 mars 2017 13:41 À :

Re: [MSEide-MSEgui-talk] MSEide and Lazarus project.

2017-03-24 Thread Martin Schreiber
On Friday 24 March 2017 13:44:31 Fred van Stappen wrote: > > How did you create the *.prj? > > Manually, from a existing prj. > > > loaded source filenames do not contain macros > > Ha, ok (I was hoping it will work ...) > Automatically loaded files in a new project have the 'L' flag set in

Re: [MSEide-MSEgui-talk] tframecomp - how to modify focused frame?

2017-03-24 Thread Krzysztof
2017-03-24 18:32 GMT+01:00 Martin Schreiber : > On Friday 24 March 2017 18:06:58 Krzysztof wrote: > > 2017-03-24 9:38 GMT+01:00 Martin Schreiber : > > > Git master a5b18945edc6326a4e3464c8d5b03fc6558f4d84 has cl_defaultrect > > > and

Re: [MSEide-MSEgui-talk] tframecomp - how to modify focused frame?

2017-03-24 Thread Krzysztof
2017-03-24 9:38 GMT+01:00 Martin Schreiber : > > Git master a5b18945edc6326a4e3464c8d5b03fc6558f4d84 has cl_defaultrect and > frame.colorframedefault. > The defaultrect width is hardcoded to 1. If you need full control use frame > images and frame.frameimage_offset1. offset1

Re: [MSEide-MSEgui-talk] tframecomp - how to modify focused frame?

2017-03-24 Thread Martin Schreiber
On Friday 24 March 2017 18:49:36 Krzysztof wrote: > 2017-03-24 18:32 GMT+01:00 Martin Schreiber : > > On Friday 24 March 2017 18:06:58 Krzysztof wrote: > > > 2017-03-24 9:38 GMT+01:00 Martin Schreiber : > > > > Git master

Re: [MSEide-MSEgui-talk] MSE IDE - weird disappearing behavior when submodule

2017-03-24 Thread Krzysztof
Got it again but don't remember what I did. I think that had also opened original sumbodule (as new form) and main form where submodule is placed was docked as tabsheet in docker where source editor is. But I'm not sure. After reopen MSE IDE everything is working fine. I'll keep eye on it and let

[MSEide-MSEgui-talk] tdialogstringedit - bring back empty text when clear edit

2017-03-24 Thread Krzysztof
Hi Martin, It is very cosmetic thing so don't bother if it need some change in source code :) . Just wondering if I can do this with current version. I have added clear button in tdialogstringedit. OnExecute event call tdialogstringedit.text := '' but "empty" text is missing. It is show when I