Re: [MSEide-MSEgui-talk] TDirDropdownEdit - how to make button flat and transparent?

2016-04-13 Thread Krzysztof
2016-04-13 13:21 GMT+02:00 Martin Schreiber : > If the destination bitmap has no mask the source mask is used to draw the > image on the destination bitmap, the masked pixels are untouched -> random. > > " > var > b: tmaskedbitmap; > begin > b:= tmaskedbitmap.create(bmk_rgb);

Re: [MSEide-MSEgui-talk] TDirDropdownEdit - how to make button flat and transparent?

2016-04-12 Thread Martin Schreiber
On Tuesday 12 April 2016 23:52:06 Krzysztof wrote: > 2016-04-11 8:37 GMT+02:00 Martin Schreiber : > > They are in lib/common/dialogs/msefiledialogres.pas. > > On runtime: > > " > > filedialogres.images.setimage(ord(fdi_dir),newbitmap, > >

Re: [MSEide-MSEgui-talk] TDirDropdownEdit - how to make button flat and transparent?

2016-04-12 Thread Krzysztof
2016-04-11 8:37 GMT+02:00 Martin Schreiber : > They are in lib/common/dialogs/msefiledialogres.pas. > On runtime: > " > filedialogres.images.setimage(ord(fdi_dir),newbitmap, >[al_xcentered,al_ycentered]); Why result has weird artifacts (see

Re: [MSEide-MSEgui-talk] TDirDropdownEdit - how to make button flat and transparent?

2016-04-10 Thread Krzysztof
> Or better set tdirdropdownedit.frame.button.color to cl_foreground. Ok thanks. BTW: How can I change dir icon in dropdown tree? Is it also in stockdata.glyph or somewhere? Can I somehow replace them? -- Find and fix

Re: [MSEide-MSEgui-talk] TDirDropdownEdit - how to make button flat and transparent?

2016-04-10 Thread Martin Schreiber
On Sunday 10 April 2016 09:30:04 Martin Schreiber wrote: > On Saturday 09 April 2016 23:39:17 Krzysztof wrote: > > Hi Martin, > > > > I want to make dropdown button flat, transparent and with custom icon. > > I changed icon, made button flat but can't make it transparent (see > > attached screen).

Re: [MSEide-MSEgui-talk] TDirDropdownEdit - how to make button flat and transparent?

2016-04-10 Thread Krzysztof
> On Saturday 09 April 2016 23:39:17 Krzysztof wrote: >> Hi Martin, >> >> I want to make dropdown button flat, transparent and with custom icon. >> I changed icon, made button flat but can't make it transparent (see >> attached screen). Changing tdirdropdownedit.frame.button.color := >>

Re: [MSEide-MSEgui-talk] TDirDropdownEdit - how to make button flat and transparent?

2016-04-10 Thread Martin Schreiber
On Saturday 09 April 2016 23:39:17 Krzysztof wrote: > Hi Martin, > > I want to make dropdown button flat, transparent and with custom icon. > I changed icon, made button flat but can't make it transparent (see > attached screen). Changing tdirdropdownedit.frame.button.color := > cl_transparent has