Vs2011 beta display hangs - visual-studio

I installed Visual Studio 2011 beta and it seemed to install fine apart from the display badly lags begind control input, the display doesnt refresh and I need to hover my mouse over the code editor window like an etch a sketch. I've tried to tweak all the display settings btw: i5/GeForce 415M, single/dual monitor. refresh is 60hz.
Any ideas appreciated.
Edit:
Update: Here was the fix for me - Right Click VS launcher, Run using -> Integrated Graphics.

Related

SwiftUI - makes mac unuseable

So not sure if this is just an issue I am having but, has anyone else noticed that the preview seems to slow down you mac? I am now wanting to turn that feature off because I feel its just useless. I have my device connected to the computer and personally I can run it on there.
I am wondering has anyone else had this issue.
Also preview seems to not show images that are using https://github.com/crelies/RemoteImage
So I am basically at a loss.
How do I disable the swiftUI preview.
Click Adjust Editor Option tabbar button and un-check Canvas

Visual Studio windows Tile and cross questions

I've recently (about 3 months ago) started using Visual Studio 2017 Community, v15.6.2. Questions that stump me:
1) How do I get all my windows to be tiled and remain on-screen as I move from one window to the next? At the moment I could have two or more windows in the workspace. As soon as I click on one to work in it, the others disappear. Don't know how to fix it!
2) What is that cross that appears in the center of the workspace when I am busy moving windows around. Cross seems to have arrows and made up of blocks by the looks of it.
3) How do I get the Properties Window to be vertically tabbed on the rhs side of the workspace? i.e. if I click on the Properties tab the Properties window appears, else it is not visible.
Thanks in advance.
By default only one code file is visible in VS. To see multiple code windows at once you can create several tab groups or float document windows outside the IDE. Another option is to use my Task Canvas extension - after you add code files or fragments to the Task Canvas window they are automatically tiled.
For the guide diamond and other window management options please refer to the Customize window layouts in Visual Studio documentation.

How can I increase the scrolling sensitivity in Visual Studio?

I've encountered a weird issue in which that the mouse wheel scrolling sensitivity when browsing code is slow, but however when I open an older project the mouse's scrolling speed is normal.
If I create a brand new project, scrolling speed is normal.
It should be like this:
..but is instead like this (from an older project):
I've looked around but however the only results suggest increasing the DPI on the screen, but however this can't be right since the scrolling speed differs between projects on the same computer.
How can I reset the scrolling speed of my project's code back to normal?
Turns out that it's an issue related to Windows 8, 8.1, and earlier versions of 10.
I had set the scrolling speed via PC Settings, but however (for some unknown reason) there seems to be two separate settings for the mouse scrolling speed: one for PC Settings and one for Control Panel.
This issue is simple to resolve; simply adjust the mouse's scrolling speed via Control Panel instead of Settings. Doing this also seems to change the PC Settings' value also.
This is no longer an issue with Windows 10 since the November 2015 update, with Visual Studio 2017. It is present in Visual Studio 2019, to fix this you'll want to refer to Swifty's answer.
This problem is still happening in 2020. I'm using VS 2019 Community with the latest Windows 10 update. I had to go here in the Options dialog to change the scroll speed.
Tools >> Options... >> Text Editor >> Advanced >> Scrolling sensitivity
From there, you can adjust the vertical and horizontal scrolling speeds.
I've encountered that issue, too. On my machine (a notebook), it appears to happen under the following circumstances: I open VS2017 without external monitor first. When I then plug in the external monitor and move the VS-window onto there, then the scorlling-speed is super-slow. Closing and reopening VS solves the issue in this situation. Probably, opening a new project will also reset VS appropriately, so this might be a viable explanation.
Go to the registry editor
Navigate to Computer\HKEY_CURRENT_USER\SOFTWARE\Elantech\SmartPad
Then set the scrollControll_mode value to 1.
Via Reddit

Why is my Visual Studio taskbar Icon animated

The icon for Visual Studio on my Windows 7 taskbar is animated with a green bar moving left to right. What does it mean, and how can I stop it?
http://i.imgur.com/v1AEcue.jpg?1
I've not got any extensions installed, but I do have resharper (version 7 until I can afford to upgrade). I can't find anything relevant through google, and I can't see an option in the options panels.
The animation is used to represent progress. It's the same as for file copies (for example). I've seen ReSharper do this while running unit tests. Perhaps that, or maybe another extension?
I know this is an old post, but I am still experiencing the issue where the animation persists even though the tests have long finished (with VS2015 and Resharper 2016.1.2).
One way to get around this problem is to disable taskbar animations altogether:

Tooltips flicker on OSX

I'm creating a cross-platform GUI using JavaFX 2.0, and some of the controls that I use require tooltips to be displayed when the mouse hovers over them. I've got the tooltips displaying fine on my Windows 7 machine, but on OSX (10.7.3) the tooltips appear and then dissapear immediately, and the only way to get them to display again is to move the mouse off the control and then back on.
Is this a known issue with tooltips under OSX, or is there something special that needs to be done?
Many thanks,
Joseph.
Looks like a known issue RT-14798 "Mac: tooltips disappear right after they are displayed", which was fixed on January 26, 2012. Download the latest JavaFX OS-X early access release and, if you are still having an issue, reopen the bug. Signup is required to access the bug tracker, but anybody can signup and create or comment on bugs and issues.

Resources