[lazarus] Need way to substitute images on LCL's buttons

2007-12-14 Thread Andrey Gusev
No problems with TBitBtn - Glyph is accesible. But what to do with TDBNavigator ? Current button's imageset isn't suitable to my production application (by colour primarily). Would be fine have feature to substitute all default LCL images together, from custom imageset, somwvhat like skins.

Re: [lazarus] Need way to substitute images on LCL's buttons

2007-12-14 Thread Felipe Monteiro de Carvalho
On Dec 14, 2007 2:49 PM, Andrey Gusev [EMAIL PROTECTED] wrote: But what to do with TDBNavigator ? If I were you I would simply use many TBitBtn's together to form my own DBNavigator. Each button of DBNavigator does 1 single trivial dataset operation. The code on the post button for example

Re: [lazarus] Need way to substitute images on LCL's buttons

2007-12-14 Thread Andrey Gusev
* Felipe Monteiro de Carvalho [EMAIL PROTECTED] [Fri, 14 Dec 2007 17:23:00 +0100]: On Dec 14, 2007 2:49 PM, Andrey Gusev [EMAIL PROTECTED] wrote: But what to do with TDBNavigator ? If I were you I would simply use many TBitBtn's together to form my own DBNavigator. My invention is better