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 menu

Please try again with git master d744fe26e89b60198eb2e6dea6aa0e5d3d9dbdb8.

Martin

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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 showing popup menu manually on left
> button click:
>
> procedure TfrmViewTree.ShowViewPopup(const sender: TObject);
> begin
>
> popView.show(btnView,translateclientpoint(application.mouse.pos,nil,btnView
>)); end;
>
Please send a simple testcase.

Martin

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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 TfrmViewTree.ShowViewPopup(const sender: TObject);
begin

popView.show(btnView,translateclientpoint(application.mouse.pos,nil,btnView));
end;

With context menus indeed it is working fine
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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
--
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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 KDE Plasma 5 (currently 5.8.5, kernel 4.8.0-39)

Not that I am aware of. Can you point to the message thread were we discussed 
it?
https://www.mail-archive.com/mseide-msegui-talk%40lists.sourceforge.net/

Martin


--
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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" between sizes I have to free tftglyphs instance and create it again
> with new height and all initializations. Hawing writable Height make it
> much easier and faster.
>
Done, git master d981dfa79cb5758e5e7bd1d1ac555385f955c929.

Martin

--
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk