[MSEide-MSEgui-talk] TIcon.Colorglyph - why doesn't work?

2016-04-27 Thread Krzysztof
Hi Martin, I have created spinner from this site: http://preloaders.net/en/search/spinner . I need to change color dynamically at runtime by changing TIcon.Colorglyph but it doesn't work. I see that it work with your embedded stock glyphs (e.g. grids sort indicator). But in my case it is always bl

Re: [MSEide-MSEgui-talk] TDrawgrid sort

2016-04-27 Thread Krzysztof
2016-04-27 16:22 GMT+02:00 Martin Schreiber : > git master d3c83b58ac422ee5b8e599c82a3f5ce50efe5335 has > dco_nodisabledsortindicator and dco_wholecellsortclick. Great! > Please use T*Grid.DataCols[n].OnBeforeDrawcell, OnDrawCell or OnAfterDrawCell: > " > procedure tmainfo.drawcell(const sender:

Re: [MSEide-MSEgui-talk] TDrawgrid sort

2016-04-27 Thread Martin Schreiber
On Wednesday 27 April 2016 15:28:58 Krzysztof wrote: > 2016-04-27 15:17 GMT+02:00 Martin Schreiber : > > Probably, but if is a usefull extension I'll add that option. What do you > > think? > > If it's not a problem then why not :) > git master d3c83b58ac422ee5b8e599c82a3f5ce50efe5335 has dco_nodi

Re: [MSEide-MSEgui-talk] TDrawgrid sort

2016-04-27 Thread Krzysztof
2016-04-27 15:17 GMT+02:00 Martin Schreiber : > Probably, but if is a usefull extension I'll add that option. What do you > think? If it's not a problem then why not :) BTW: I'm drawing text by my self so double click on column resize point is not handling text width and column is collapsed. Is t

Re: [MSEide-MSEgui-talk] TDrawgrid sort

2016-04-27 Thread Martin Schreiber
On Wednesday 27 April 2016 15:02:03 Patrick Goupell wrote: > On 04/27/2016 08:56 AM, Krzysztof wrote: > >> Not supported. Is another flag necessary? ;-) > > > > That would be handy :) > > Couldn't you use a column onclick event to call the header sort event? > Probably, but if is a usefull extensio

Re: [MSEide-MSEgui-talk] TDrawgrid sort

2016-04-27 Thread Patrick Goupell
On 04/27/2016 08:56 AM, Krzysztof wrote: > >> Not supported. Is another flag necessary? ;-) > That would be handy :) > > Couldn't you use a column onclick event to call the header sort event? Patrick -- Find and fix app

Re: [MSEide-MSEgui-talk] TDrawgrid sort

2016-04-27 Thread Krzysztof
2016-04-27 14:42 GMT+02:00 Martin Schreiber : >> 1. How tu disable showing sort indicator on not sorted columns? >> Currently if column is not sorted then icon is grayed / disabled. I >> would like to show indicator only on sorted column > > Remove the dco_colsort flag but then the sorting can not

Re: [MSEide-MSEgui-talk] TDrawgrid sort

2016-04-27 Thread Krzysztof
2016-04-27 14:30 GMT+02:00 Martin Schreiber : > Works for me. What is "compdesigner.pas"? I don't find it in MSEide+MSEgui > source tree. og_noresetselect has been replaced by optionsgrid1 > og_noresetselect1 several versions before. Ahh, sorry. Forgot that long time ago I tested this package: mse

Re: [MSEide-MSEgui-talk] TDrawgrid sort

2016-04-27 Thread Martin Schreiber
On Wednesday 27 April 2016 13:54:15 Krzysztof wrote: > 2016-04-26 8:21 GMT+02:00 Martin Schreiber : > > In normal datagrids sorting is done by the mergesort mechanism of the > > grid and the comparison functions of the TDatalist descendants in the > > datacolumns or by comparison in T*Grid.OnSort e

Re: [MSEide-MSEgui-talk] TDrawgrid sort

2016-04-27 Thread Martin Schreiber
On Wednesday 27 April 2016 13:33:10 Krzysztof wrote: > Can't rebuild mymseide latest git 055154f363ab422e5ce88af018a2a68bba4da8e6: > compdesigner.pas(3469,100) Error: Identifier not found "og_noresetselect" > Works for me. What is "compdesigner.pas"? I don't find it in MSEide+MSEgui source tree. o

Re: [MSEide-MSEgui-talk] TDrawgrid sort

2016-04-27 Thread Krzysztof
2016-04-26 8:21 GMT+02:00 Martin Schreiber : > In normal datagrids sorting is done by the mergesort mechanism of the grid and > the comparison functions of the TDatalist descendants in the datacolumns or > by comparison in T*Grid.OnSort event. Because you don't use TDatalist you > can't use that, p

Re: [MSEide-MSEgui-talk] TDrawgrid sort

2016-04-27 Thread Krzysztof
Can't rebuild mymseide latest git 055154f363ab422e5ce88af018a2a68bba4da8e6: compdesigner.pas(3469,100) Error: Identifier not found "og_noresetselect" -- Find and fix application performance issues faster with Applications

Re: [MSEide-MSEgui-talk] TDrawgrid sort

2016-04-27 Thread Martin Schreiber
On Tuesday 26 April 2016 08:21:26 Martin Schreiber wrote: > On Monday 25 April 2016 20:31:46 Krzysztof wrote: > > Hi Martin, > > > > I have own data in TList, I already have sort functions for items but > > how to connect it to TDrawgrid? Grid should emit some event when > > clicked on header colum

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

2016-04-27 Thread Martin Schreiber
On Sunday 24 April 2016 09:18:17 Martin Schreiber wrote: > 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