Re: [MSEide-MSEgui-talk] TStringEdit - Empty_ visible when focused

2016-04-09 Thread Martin Schreiber
On Saturday 09 April 2016 19:56:01 Krzysztof wrote: > Hi Martin, > > I guess that TStringEdit.Empty_X is a "text hint" or more commonly > known as "placeholder" right? Looking at options, is it possible to > show it even when it is focused (but still empty)? Qt edits from > version 5.0 are showing

[MSEide-MSEgui-talk] OpenHub source code locations out of date

2016-04-09 Thread Graeme Geldenhuys
Hi Martin, I came across this URL. It's now called Open HUB, it used to be under a different name. Anyway, the source code URL's are out of date, so it can't generates stats any more. https://www.openhub.net/p/11134 Just thought I would mention it. Regards, - Graeme - ---

[MSEide-MSEgui-talk] TDirDropdownEdit - how to make button flat and transparent?

2016-04-09 Thread Krzysztof
Hi Martin, I want to make dropdown button flat, transparent and with custom icon. I changed icon, made button flat but can't make it transparent (see attached screen). Changing tdirdropdownedit.frame.button.color := cl_transparent has no effect, it is still gray. Regards -

[MSEide-MSEgui-talk] Adding icon actions into TStringEdit

2016-04-09 Thread Krzysztof
Hi Martin, Is it possible to add action icons into TEdit? I mean icon for custom purpose like clear text, filter, open something etc. Something like button inside tdropdownitemedit. Knowing the fact that any widget can contain child widgets, I added TIcon into TEdit on the left side with cl_Transp

[MSEide-MSEgui-talk] TStringEdit - Empty_ visible when focused

2016-04-09 Thread Krzysztof
Hi Martin, I guess that TStringEdit.Empty_X is a "text hint" or more commonly known as "placeholder" right? Looking at options, is it possible to show it even when it is focused (but still empty)? Qt edits from version 5.0 are showing placeholders that way by default. Very helpful in case when hav

Re: [MSEide-MSEgui-talk] Range slider widget

2016-04-09 Thread Martin Schreiber
On Saturday 09 April 2016 17:58:16 Yuri wrote: > > But you probably need a range slider where start and stop value can be > > set individually anyway which is another thing. > > > Added to wishlist. > > You are right! I need, for example, something very close to this one: > http://refreshless.com/n

Re: [MSEide-MSEgui-talk] TListView and "ownerdata"

2016-04-09 Thread Krzysztof
Thanks. I'm playing with TDrawGrid and I think that it fit my needs. It is also more economical using simple lite record structure instead of TListItem object -- Find and fix application performance issues faster with Appl

Re: [MSEide-MSEgui-talk] Range slider widget

2016-04-09 Thread Yuri
> But you probably need a range slider where start and stop value can be set individually anyway which is another thing. > Added to wishlist. You are right! I need, for example, something very close to this one: http://refreshless.com/nouislider Thank you in advance! -

Re: [MSEide-MSEgui-talk] Custom component and hidding published properties

2016-04-09 Thread Krzysztof
Thanks! Everything is working fine now :) -- Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applica

Re: [MSEide-MSEgui-talk] Code editor and EOL style

2016-04-09 Thread Martin Schreiber
On Saturday 09 April 2016 15:42:22 Graeme Geldenhuys wrote: > On 2016-04-09 14:40, Graeme Geldenhuys wrote: > > If it can detect the EOL style (say query the first line or two) and > > simply use that, that would be perfect. > > Or make that a 3rd option. For example: > * Unix > * Windows > *

Re: [MSEide-MSEgui-talk] Code editor and EOL style

2016-04-09 Thread Graeme Geldenhuys
On 2016-04-09 14:40, Graeme Geldenhuys wrote: > If it can detect the EOL style (say query the first line or two) and > simply use that, that would be perfect. Or make that a 3rd option. For example: * Unix * Windows * Leave it as is (whatever is detected in the first line or two) Regards,

Re: [MSEide-MSEgui-talk] Code editor and EOL style

2016-04-09 Thread Graeme Geldenhuys
On 2016-04-09 07:09, Martin Schreiber wrote: > it uses the lineending of the platform MSEide > has been compiled for. That explains it then. > Maybe that should been made configurable. What do you > think? Yes, such a setting would be great. I presume it will be a Project -> Editor setting, an

Re: [MSEide-MSEgui-talk] Range slider widget

2016-04-09 Thread Martin Schreiber
On Saturday 09 April 2016 08:38:17 Martin Schreiber wrote: > On Saturday 09 April 2016 05:59:19 Omega One X wrote: > > Hello, Martin! > > > > First, Great thanks for your MSEGUI which is a great masterpiece! > > Thanks! :-) > > > Is there any range slider widget in MSEGUI (to collect range values)

Re: [MSEide-MSEgui-talk] TShellDirectoryView ?

2016-04-09 Thread Martin Schreiber
On Saturday 09 April 2016 00:21:57 Patrick Goupell wrote: > Please post your question to the MSEgui forum on the webstie. > > Click on the Forum link. > That links to http://news.gmane.org/gmane.comp.ide.mseide.user which is a NNTP gateway to mseide-msegui-talk. Martin --

Re: [MSEide-MSEgui-talk] TListView and "ownerdata"

2016-04-09 Thread Martin Schreiber
On Saturday 09 April 2016 00:18:52 Krzysztof wrote: > Hi Martin, > > I mentioned about this in topic "Migration from Lazarus". You respond: > > TTreeItemEdit placed in a TWidgetGrid. TWidgedGrid (component palette > > tab 'Edit') is a grid widget where inserted edit widgets build data > > columns.

Re: [MSEide-MSEgui-talk] Custom component and hidding published properties

2016-04-09 Thread Martin Schreiber
On Friday 08 April 2016 20:12:03 Krzysztof wrote: > Hi Martin, > > I have created own Tlayouter descendant which have other controls as > childs (TButton and also Tlayouter). I got weird behavior by setting > properties in costructor. Finally found out that I placed my new > component on form befor