mySQL workbench crashes on mac - mysql

When I press on the button next to the red square mySQL closes itself
I'm not sure what to do. When I press on the button next to the red square mySQL closes itself

Related

Google Chrome disable window animations

After updating to Chrome 58 I noticed a new "zoom-fade" effect when restoring a minimized window, or opening a new window (Ctrl+N). This feels very unnecessary, and - in my desktop environment - totally out of place.
Is there a way to permanently disable all window animation effects?
You can disable the animation by adding the --wm-window-animations-disabled command-line flag.
For Linux/Ubuntu you can make this permanent by editing the Chrome shortcut at /usr/share/applications/google-chrome.desktop. There are 3 Exec= lines where you will need to add --wm-window-animations-disabled immediately after the executable name.
If you find that this is no longer working, re-check your shortcuts as some Chrome updates (via a package manager) could have overwritten the shortcut(s), so you may need to re-edit them.
There's easy way to get rid of those animations everywhere & permanently under Linux.
Here's an example for Ubuntu:
sudo nano /etc/chromium-browser/customizations/dis_wm-window-anim
(on Debian its /etc/chromium.d/dis_wm-window-anim)
then
CHROMIUM_FLAGS="${CHROMIUM_FLAGS} --wm-window-animations-disabled"
Ctrl+x -> y -> "enter"
go to developer tools and then click top right menu click More tools and then click Animation
in top and left of Animation Tab you can see play and pause button by click on it you can stop and play animation

Cannot resize pane with mouse

I use mouse often to resize panes. Recently I'm trying out tabs, and found that it's possible to switch tabs using mouse too, simply by clicking on a tab.
However, after successfully changing the tab by clicking on it using mouse, I am no longer able to resize the pane using mouse. Instead, every time I click on the pane border and drag mouse cursor, the tabs get rearranged (e.g. it looks like :tabm happens), as if the mouse click "stuck" the first time I clicked tab and now "holds" the tab.
Is this a known problem, solvable by configuration?. All I'm looking for is being able to resize panes even after I used mouse to select tabs.
Edit. My environment:
macOS 0.12.2,
neovim 0.2.0 (but the issue was with 0.1.7 as well).

Xcode, Utilities tab not present

The utilities tab in Xcode isn't showing up, it's just not appearing. When I stopped working on it a few hours ago, everything was fine. As I'm opening it now, the tab (the one on the extreme right) isn't on the screen. How do I get it back?
There is Hide or Show Utilities option box is there on the right side First of the XCode.If you click that it shows you and again if you click that it hides the utilities.Also see the below screenshots
When I click the Hide Or Show Utilities box,It opens
Now Again When I click that It hides the Utilities
Click on top right corner to show or hide utility, It looks like below image
Click right most button!

Button Command only get invokes when pressing the second time

I have a Button on my windows phone application. I have the Command Button binds to my RelayCommand in my ViewModel:
<Button Command="{Binding DoSomethingCommand}" CommandParameter="aString"/>
I see DoSomethingCommand get invoked correctly when I press the Button.
But when the keyboard is launched, I need to click the button twice before I see the DoSomethingCommand get invoked. The first click causes the keyboard to close, the second click invokes DoSomethingCommand.
Can you please tell me why there is a change in behaviors when the keyboard is open or not?
I came across the same issue today.
To explain it a bit better: a text box is focused, the keyboard is visible and a button is below the text box. Tapping this button the first time, unfocuses the text box and closes the keyboard. Tapping the button a second time, triggers the tapped event.
To solve this, I set MyTextBox.IsEnabled to false and then back to true in the next line. Setting it to false, unfocuses it. Setting it to true again, makes it usable again. The user won't notice, the keyboard closes and the button is tappable the first time.
Alternatively, one can set the focus to the button after leaving text box focus.

The missing system tray icons on Fedora 19 Desktop Edition

Once installing Fedora 19 Desktop Edition, I run the systray of Qt Example. But I could not look for the system tray icon.
There is no Notification area in the Activities overview.
Please let me know to display the notification area or the tray icon.
Moving your mouse quickly to the bottom right should display the Message Tray. If it doesn't work, use Super+M (windows key+M).
If you're running Synergy, the pressure sensitivity isn't working and you won't be able to use the mouse, because of this known bug. You must use Super+M.
Today I installed Ubuntu Gnome 13.10 and I couldn't find the Message Tray.
Moving the mouse down I made it appear some times. Finally I realized that it opened every time I moved my finger down on the touchpad two times.
I don't know if this interaction is intended or it is just a bug.
Super+M works too, thanks!
If you're willing to install the Frippery Bottom Panel.
The little exclamation point icon on the bar can be clicked to bring up the Message Tray too.
Clicking an item from the tray area or pressing Esc to cancel it, will remove the focus on the tray.