Re: [MSEide-MSEgui-talk] FontAwesome - change icon height on the fly

2017-03-19 Thread Martin Schreiber
On Friday 17 March 2017 13:32:28 Krzysztof wrote: > 2017-03-17 7:00 GMT+01:00 Martin Schreiber : > > Please send a simple testcase. > > Attached. Click on tbutton1 with left mouse button and then try to close > app. I must first click somewhere inside the app for close popup

Re: [MSEide-MSEgui-talk] FontAwesome - change icon height on the fly

2017-03-17 Thread Krzysztof
2017-03-17 7:00 GMT+01:00 Martin Schreiber : > > Please send a simple testcase. Attached. Click on tbutton1 with left mouse button and then try to close app. I must first click somewhere inside the app for close popup menu popup.7z Description: application/7z-compressed

Re: [MSEide-MSEgui-talk] FontAwesome - change icon height on the fly

2017-03-17 Thread Martin Schreiber
On Thursday 16 March 2017 20:47:30 Krzysztof wrote: > 2017-03-15 16:01 GMT+01:00 Martin Schreiber : > > It still works for me. When I open a popup menu and click on close button > > of > > the window decoration the popup closes. > > Forgot to add important detail that I'm

Re: [MSEide-MSEgui-talk] FontAwesome - change icon height on the fly

2017-03-16 Thread Krzysztof
2017-03-15 16:01 GMT+01:00 Martin Schreiber : > > It still works for me. When I open a popup menu and click on close button > of > the window decoration the popup closes. Forgot to add important detail that I'm showing popup menu manually on left button click: procedure

Re: [MSEide-MSEgui-talk] FontAwesome - change icon height on the fly

2017-03-10 Thread Krzysztof
2017-03-10 7:05 GMT+01:00 Martin Schreiber : > > Not that I am aware of. Can you point to the message thread were we > discussed > it? Here https://www.mail-archive.com/mseide-msegui-talk%40lists.sourceforge.net/msg10546.html

Re: [MSEide-MSEgui-talk] FontAwesome - change icon height on the fly

2017-03-09 Thread Martin Schreiber
On Thursday 09 March 2017 23:06:04 Krzysztof wrote: > BTW: Did you change something in popmenu recently? Do you remember when I > reported that can't close app (click on X) when popmenu is showing? I have > it again. Since then I had few updates on my Linux Mint 18.1, especially > new version of

Re: [MSEide-MSEgui-talk] FontAwesome - change icon height on the fly

2017-03-09 Thread Martin Schreiber
On Wednesday 08 March 2017 20:27:09 Krzysztof wrote: > > Problem is that stock imagelist size is 15x15 but not all icons have to be > this fixed size, for example circle for stg_checkedradio has to be much > smaller - arround 10px, same for arrows for scrollbars and so on. For such > "jump"

[MSEide-MSEgui-talk] FontAwesome - change icon height on the fly

2017-03-08 Thread Krzysztof
Hi Martin, Currently, FA icon height can be set in tftglyphs constructor. Height property is read-only. Is it possible to change it to write too? I'm trying to override stock glyphs with FontAwesome at runtime, so they fit to my app needs and have nice antialiasing. Also, with bmo_colormask