Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detached received message window and it disappeared #85

Closed
malcolmboyle opened this issue Jun 17, 2016 · 3 comments
Closed

Detached received message window and it disappeared #85

malcolmboyle opened this issue Jun 17, 2016 · 3 comments
Assignees
Milestone

Comments

@malcolmboyle
Copy link

Subscribed to # then detached the "Subscriptions and received messages" window to a separate window. But the new window didn't appear and I had to restart spy.

@malcolmboyle
Copy link
Author

2016-06-17 14:01:29,438 INFO [MQTT Call: malb ] [MqttConnectionResultHandler ] - malb@172.17.40.1 connected 2016-06-17 14:01:29,440 INFO [JavaFX Application Thread ] [MqttEventHandler ] - About to resubscribe to all requested topics 2016-06-17 14:01:51,950 INFO [JavaFX Application Thread ] [NewSubscriptionController ] - Subscribing to # 2016-06-17 14:01:51,951 INFO [JavaFX Application Thread ] [SubscriptionManager ] - Creating subscription for # 2016-06-17 14:01:52,066 INFO [JavaFX Application Thread ] [BaseMqttConnection ] - Subscribed to # 2016-06-17 14:04:07,228 ERROR [JavaFX Application Thread ] [SpyUncaughtExceptionHandler ] - Thread Thread[JavaFX Application Thread,5,main] failed with java.lang.IllegalArgumentException: The width and height must be >= 0. Got: width=300; height=-1 java.lang.IllegalArgumentException: The width and height must be >= 0. Got: width=300; height=-1 at com.sun.glass.ui.Window.setMinimumSize(Window.java:1021) at com.sun.javafx.tk.quantum.WindowStage.setMinimumSize(WindowStage.java:336) at javafx.stage.Stage.impl_visibleChanging(Stage.java:1158) at javafx.stage.Window$9.invalidated(Window.java:824) at javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:109) at javafx.beans.property.BooleanPropertyBase.set(BooleanPropertyBase.java:144) at javafx.stage.Window.setShowing(Window.java:922) at javafx.stage.Window.show(Window.java:937) at javafx.stage.Stage.show(Stage.java:259) at pl.baczkowicz.mqttspy.ui.ConnectionController.updateVisiblePanes(ConnectionController.java:774) at pl.baczkowicz.mqttspy.ui.ConnectionController.setPaneVisiblity(ConnectionController.java:608) at pl.baczkowicz.mqttspy.ui.ViewManager$3.handle(ViewManager.java:615) at pl.baczkowicz.mqttspy.ui.ViewManager$3.handle(ViewManager.java:1) at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86) at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238) at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74) at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:49) at javafx.event.Event.fireEvent(Event.java:198) at javafx.scene.control.MenuItem.fire(MenuItem.java:462) at com.sun.javafx.scene.control.skin.ContextMenuContent$MenuItemContainer.doSelect(ContextMenuContent.java:1405) at com.sun.javafx.scene.control.skin.ContextMenuContent$MenuItemContainer.lambda$createChildren$343(ContextMenuContent.java:1358) at com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(CompositeEventHandler.java:218) at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:80) at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238) at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191) at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74) at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54) at javafx.event.Event.fireEvent(Event.java:198) at javafx.scene.Scene$MouseHandler.process(Scene.java:3757) at javafx.scene.Scene$MouseHandler.access$1500(Scene.java:3485) at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1762) at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2494) at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:380) at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:294) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$354(GlassViewEventHandler.java:416) at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:389) at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:415) at com.sun.glass.ui.View.handleMouseEvent(View.java:555) at com.sun.glass.ui.View.notifyMouse(View.java:937) at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at com.sun.glass.ui.win.WinApplication.lambda$null$148(WinApplication.java:191) at java.lang.Thread.run(Thread.java:745) 2016-06-17 14:04:27,045 INFO [JavaFX Application Thread ] [BaseMqttConnection ] - Successfully unsubscribed from #

@kamilfb kamilfb added the bug label Jun 17, 2016
@kamilfb kamilfb modified the milestones: 1.0.0, 0.5.2 Jun 17, 2016
@kamilfb
Copy link
Owner

kamilfb commented Jun 21, 2016

Could you try the latest beta - 0.6.0 beta (build 46)?

@kamilfb kamilfb self-assigned this Jun 28, 2016
@kamilfb
Copy link
Owner

kamilfb commented Jul 1, 2016

This fix is now also available in release 0.5.2.

@kamilfb kamilfb closed this as completed Jul 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants