Re: [MSEide-MSEgui-talk] TButton.imagepos - glue to the caption?

2016-05-03 Thread Krzysztof
2016-05-03 6:53 GMT+02:00 Martin Schreiber : > Can you send a sketch how it should look? I am not sure if I understand it > right. Something like attached lcl.png. Glpyh is always close to the Caption -- Find and fix appli

Re: [MSEide-MSEgui-talk] TButton.imagepos - glue to the caption?

2016-05-03 Thread che fou
i use button.face instead .it has (framei) which let you adjust the position -- Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multi

[MSEide-MSEgui-talk] TEdit - delayed OnChange

2016-05-03 Thread Krzysztof
Hi Martin, This is only suggestion because I'm solving such things with timers but I noticed that you like add new stuff ;) . I have TStringEdit used for filters. Filter do some time consuming stuff (SQL query on big database) so do this on each user typed char is overloaded. I have implemented "d

[MSEide-MSEgui-talk] TDrawGrid selection confusion

2016-05-03 Thread Krzysztof
Hi Martin, I'm lost with grids selections. How to make it work as simple TListView with "report" mode and "rowselect"? First of all, by default I don't see selection. So I checked this options: gridAlbum.datacols.options := gridAlbum.datacols.options+ [co_fill,co_focusselect,co_mouseselect,

Re: [MSEide-MSEgui-talk] TButton.imagepos - glue to the caption?

2016-05-03 Thread Martin Schreiber
On Tuesday 03 May 2016 19:50:38 che fou wrote: > i use button.face instead .it has (framei) which let you adjust the > position It can also been achieved by setting ImagePos to ip_left, TextFlags to [tf_ycentered] and adjusting ImageDist, see attachment. I'll add a tf_glueimage flag in order to

Re: [MSEide-MSEgui-talk] TEdit - delayed OnChange

2016-05-03 Thread Martin Schreiber
On Tuesday 03 May 2016 23:09:43 Krzysztof wrote: > Hi Martin, > > This is only suggestion because I'm solving such things with timers > but I noticed that you like add new stuff ;) . I have TStringEdit used > for filters. Filter do some time consuming stuff (SQL query on big > database) so do this

Re: [MSEide-MSEgui-talk] TDrawGrid selection confusion

2016-05-03 Thread Martin Schreiber
On Wednesday 04 May 2016 00:37:16 Krzysztof wrote: > Hi Martin, > > I'm lost with grids selections. How to make it work as simple > TListView with "report" mode and "rowselect"? First of all, by default > I don't see selection. So I checked this options: > > gridAlbum.datacols.options := gridAlbu