kamilfb / mqtt-spy

Please use the new Eclipse Paho GitHub repo instead.
https://github.com/eclipse/paho.mqtt-spy/wiki
345 stars 68 forks source link

When resizing mqtt windows to lower size, right buttons are no more available #66

Closed lnun13 closed 8 years ago

lnun13 commented 8 years ago

Hi. Here is an issue I saw:

Launch mqqt-spy application. Set it as full screen then restore original size. Defect: right buttons may have desappear (depending on original size). If you do not want anymore full screen, you need to restart application.

By right button, I mean:

kamilfb commented 8 years ago

Hi. Which version of mqtt-spy and Java are you using?

lnun13 commented 8 years ago

Hi

mqtt-spy: 0.4.0 (build 12) java: 8 update71 (build 1.8.0_71-b15)

Regards

kamilfb commented 8 years ago

Hi @lnun13!

I've just tried the same version of mqtt-spy on Java 8 Update 73, on Windows 7, and I can't reproduce your problem in any way.

I believe to create this problem you simply click on "Maximise" and "Restore" buttons for the mqtt-spy window? Which OS are you on?

Could you update to Java 8 Update 73 and retry?

lnun13 commented 8 years ago

Hi Kamil.

I confirm, I can reproduce it by simply clicking on maximise and restore buttons . (still if you manually increase windows size, you also reproduce). I just updated java to v8 update 73 (build 1.8.0_73-b02). My OS is windows 7 professionnel SP1. I still got the issue.

Regards

Le 04/03/2016 15:17, Kamil Baczkowicz a écrit :

Hi @lnun13 https://github.com/lnun13!

I've just tried the same version of mqtt-spy on Java 8 Update 73, on Windows 7, and I can't reproduce your problem in any way.

I believe to create this problem you simply click on "Maximise" and "Restore" buttons for the mqtt-spy window? Which OS are you on?

Could you update to Java 8 Update 73 and retry?

— Reply to this email directly or view it on GitHub https://github.com/kamilfb/mqtt-spy/issues/66#issuecomment-192298139.


L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast. https://www.avast.com/antivirus

kamilfb commented 8 years ago

Hi! Thanks for confirming. I was also able to reproduce it on Windows 10. I'll look into it!

kamilfb commented 8 years ago

What causes this issue is when you select a non-default text size on Windows. The default is Smaller (100%). If you use Medium (%125) or Large (%150) then you will experience the issue.

Workaround: change text size to Smaller (100%) in Control Panel -> All Control Panel Items -> Display.

kamilfb commented 8 years ago

Could you try the latest beta and see if that's any better now? http://tinyurl.com/mqtt-spy-download/mqtt-spy-0.5.0-beta-b15-jar-with-dependencies.jar

lnun13 commented 8 years ago

I confirm that with this release, problem is solved! Thanks.

kamilfb commented 8 years ago

Thanks for confirming! Cheers