Re: [MSEide-MSEgui-talk] TSlider example

2016-04-24 Thread Krzysztof
2016-04-24 8:48 GMT+02:00 Martin Schreiber : > You mean a different faces for the areas below and above the slider button? > git master 8618fb3f2133dbf46da55c841430a83de89ec5e4 has TScrollbar. Face1 and > Face2. Yes, that is it. Thanks!

[MSEide-MSEgui-talk] TTrayWidget, transparent and icon size

2016-04-24 Thread Krzysztof
Hi Martin, Two questions: 1. How to make trayicon transparent? Changed all found color properties to cl_transparent but it is still gray 2. Is it possible to retrieve tray area size at runtime? TTrayWidget.size is widget size and TTrayWidget.icon.size is 0. I'm creating icon at runtime from font

Re: [MSEide-MSEgui-talk] TTrayWidget, transparent and icon size

2016-04-24 Thread Martin Schreiber
On Sunday 24 April 2016 20:23:34 Krzysztof wrote: > Found weird bug in tdirdropdownedit when app has traywidget. Spent > half hour wondering what I changed in tdirdropdownedit and finally > deleted tray widget and everything is ok :D . > When app has traywidget, > clicking on dropdown button is

Re: [MSEide-MSEgui-talk] TTrayWidget, transparent and icon size

2016-04-24 Thread Krzysztof
Found weird bug in tdirdropdownedit when app has traywidget. Spent half hour wondering what I changed in tdirdropdownedit and finally deleted tray widget and everything is ok :D . When app has traywidget, clicking on dropdown button is hidding main form and you see only dropdown tree popup menu.

[MSEide-MSEgui-talk] TPopupmenu - fixed height and width

2016-04-24 Thread Krzysztof
Hi Martin, Popupmenu items by default are very tiny (X and Y autosized). Is it possible to set some kind of margin, space on X and Y? Regards -- Find and fix application performance issues faster with Applications

Re: [MSEide-MSEgui-talk] TTrayWidget, transparent and icon size

2016-04-24 Thread Krzysztof
2016-04-24 20:23 GMT+02:00 Krzysztof : > There is also second issue with tdirdropdownedit, not related to > traywidget but to the new property eo_showfocused. Entering (by mouse) > into tdirdropdownedit is autoselecting all empty text, I can even > modify it, change marker, add new

Re: [MSEide-MSEgui-talk] TTrayWidget, transparent and icon size

2016-04-24 Thread Krzysztof
2016-04-24 18:18 GMT+02:00 Martin Schreiber : > The background can be set by TTrayIcon.color, face and frame. TTrayIcon is a > window with a window handle like a toplevel window. MSEgui does not support > transparent windows with a window handle. I suggest to use a cl_ltgray to

Re: [MSEide-MSEgui-talk] TTrayWidget, transparent and icon size

2016-04-24 Thread Martin Schreiber
On Sunday 24 April 2016 19:17:47 Krzysztof wrote: > 2016-04-24 18:18 GMT+02:00 Martin Schreiber : > > The background can be set by TTrayIcon.color, face and frame. TTrayIcon > > is a window with a window handle like a toplevel window. MSEgui does not > > support transparent

Re: [MSEide-MSEgui-talk] TTrayWidget, transparent and icon size

2016-04-24 Thread Martin Schreiber
On Sunday 24 April 2016 20:23:34 Krzysztof wrote: > Found weird bug in tdirdropdownedit when app has traywidget. Spent > half hour wondering what I changed in tdirdropdownedit and finally > deleted tray widget and everything is ok :D . When app has traywidget, > clicking on dropdown button is

Re: [MSEide-MSEgui-talk] TSlider example

2016-04-24 Thread Martin Schreiber
On Saturday 23 April 2016 17:25:22 Krzysztof wrote: > Is it possible to have some kind "fill effect"? I mean, different face > / color for "passed" value > You mean a different faces for the areas below and above the slider button? git master 8618fb3f2133dbf46da55c841430a83de89ec5e4 has

Re: [MSEide-MSEgui-talk] TDirDropDownEdit read only

2016-04-24 Thread Martin Schreiber
On Sunday 24 April 2016 00:05:56 Krzysztof wrote: > Hi Martin, > > How to make TDirDropDownEdit read only? When set options - oe_readonly > then control look like totally disabled (grey, can't click on dropdown > button). I would like to block set value from keyboard and force user > to set it

Re: [MSEide-MSEgui-talk] SQLDB - can't find bufdataset_parser

2016-04-24 Thread Martin Schreiber
On Friday 22 April 2016 17:47:59 Martin Schreiber wrote: > On Friday 22 April 2016 17:14:50 Krzysztof wrote: > > I'm confused too. I'm not familiar with compiling from command line. > > Always used IDE build option. But finally got it compile with little > > trick. These are my MSEide project