Re: [MSEide-MSEgui-talk] TDBstringLookupLb

2016-10-21 Thread Martin Schreiber
On Friday 21 October 2016 17:50:54 mohamed hamza wrote: > Hi Martin, > > I have a TDBStringLookupLb column inside a tdbwidgetGrid. I set this > because I want to sort on that column > > TDBLookupBuffer contains 1 integer field > and 1 text field

Re: [MSEide-MSEgui-talk] Transparent twidgetgrid

2016-10-21 Thread Krzysztof
4. Why did you changed params order in drawimage virtual method? Just wondering what was a reason from technical view -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org!

Re: [MSEide-MSEgui-talk] Transparent twidgetgrid

2016-10-21 Thread Krzysztof
Great! With your changes in drawimage() now it is working perfect, even better than with second column because caption ellipsis appear exactly when it meet my extra text. But still have few questions: 1. Root node has bold font and when I select that row then my extra text also is drawed with bold

[MSEide-MSEgui-talk] TDBstringLookupLb

2016-10-21 Thread mohamed hamza
Hi Martin, I have a TDBStringLookupLb column inside a tdbwidgetGrid. I set this because I want to sort on that column TDBLookupBuffer contains 1 integer field and 1 text field which is the wanted sort field. 1/

Re: [MSEide-MSEgui-talk] Transparent twidgetgrid

2016-10-21 Thread Martin Schreiber
On Friday 21 October 2016 13:47:53 Martin Schreiber wrote: > > 4. I would need to draw icon (in root and subnode) but don't see any > > > > > imagelist and imagenr in ttreeitemedit or twidgetgrid > > They are in ttreeitemedit.itemlist property. > The imagelist-index is in TListItem.ImageNr.

Re: [MSEide-MSEgui-talk] Transparent twidgetgrid

2016-10-21 Thread Martin Schreiber
On Friday 21 October 2016 13:11:18 Krzysztof wrote: > 2016-10-21 13:02 GMT+02:00 Krzysztof : > > 1. Can't turn off auto text select on row click. I would like even > > disable text selecting totally > > 2. Can't turn off focus rect. It is drawed even if co_drawfocus is false > >

Re: [MSEide-MSEgui-talk] Transparent twidgetgrid

2016-10-21 Thread Krzysztof
2016-10-21 13:02 GMT+02:00 Krzysztof : > > 1. Can't turn off auto text select on row click. I would like even disable > text selecting totally > 2. Can't turn off focus rect. It is drawed even if co_drawfocus is false > (globaly and localy for column) > 3. How to disable auto text

Re: [MSEide-MSEgui-talk] Transparent twidgetgrid

2016-10-21 Thread Krzysztof
2016-10-21 13:02 GMT+02:00 Krzysztof : > > 1. Can't turn off auto text select on row click. I would like even disable > text selecting totally > 2. Can't turn off focus rect. It is drawed even if co_drawfocus is false > (globaly and localy for column) > 3. How to disable auto text

Re: [MSEide-MSEgui-talk] Transparent twidgetgrid

2016-10-21 Thread Martin Schreiber
On Thursday 20 October 2016 18:25:08 Martin Schreiber wrote: > It is possible to add dynamic position and size correction to > ListItemLayoutInfoTy like ListItemLayoutInfoTy.Variable.Extra.Image but it > is not cheap. I still don't really understand the purpose, please explain > again. > I did it

Re: [MSEide-MSEgui-talk] default message window width

2016-10-21 Thread solomon243
>> use TIntegerEdit.OnSetValue in order to do the rangecheck and to show a >> custom error-message window. I plan this in future versions... ok Пользователь Martin Schreiber писал: >On Thursday 20 October 2016 23:45:56 Solomon Hierrussalimsky wrote: >> >> but caption