In a SQL Server Integration Services project, the designer view has created a large amount of unused space above the space I'm actually using. Notice the size of the right scrollbar in the following zoomed out view.
When starting the project, the designer's view always starts in the upper left corner, meaning I have to scroll to the bottom to see any of my work. Is there any way to clip the designer's working space to what I'm actually using? I've verified there is absolutely nothing above the containers here.
Click on the Fit to Window view (the square-ish box at the bottom of the slider). Then select all your tasks. Drag all of them together to the left-top corner. After sometime, enlarge the view to 100% (the dark line on the slider). Do it couple times till you have what you want.
Format -> Auto Layout -> Diagram
This will Auto size your boxes and bring them back to top left. Doing it manually is annoying and almost impossible.
Select all controls and cut it. Click Fit View on Windows bottom right corner. It will resize. Then paste your control back.
Related
Anyone know if you can position the inspection icons/totals (the yellow warning triangles and the spellchecker) that are normally in the top right on the left instead?
Also, is there a way to increase the size of them?
(Reason: I use a wide-ish monitor. I struggle to make a habit of looking at them because my eyes have to move all the way across to the edge of the screen to do so. If they were on the left, they'd be in my eyeline a lot more. I tried moving the Project window to the right, with the editor on the left. That didn't really help…)
You cannot move it. You can only make it smaller (so it only shows a coloured square: like it was back in 2020.2 and older versions: see https://stackoverflow.com/a/64756369/783119 for that).
Try Problems tool window -- it should list all found issues in a file as a list and you can place it on the left to your editor (instead of the default bottom).
Is there any way to remove the space between the UI tabs and the top edge of the screen in Sublime Text?
It is very nice being able to select tabs with a mouse, without having to aim. When the top of the tabs is right next to the top of the screen - I don't have to be precise to click on the tab - I can just move the mouse up vertically as far as I want - the cursor won't go any further cause its already on the edge of the screen.
Surprisingly so many software suites these days entirely miss on this great usability feature, putting useless pixels between the tabs and the edge of the screen.
I really hope someone could point out a way to remove that space in Sublime Text.
You can probably fix this by finding the correct option in your .sublime-theme file, though I'm not sure which one it is. An alternative option would be to use a theme that has rectangular tabs that take up the entire height. Something like this: http://i.imgur.com/5trC1Dm.png
The one I displayed in that screenshot was Spaceblack which you can install through Package Control.
I have this report in SSRS which has a footer. But everytime the report only contains a little data, the footer is located at the end of the last line. On the last page, the location of the footer is correct. Can anyone help me with this? Or has anyone experienced the same thing?
If my question or explanation lacks and you need more info, kindly tell me so that I could provide you with it. Thank you very much.
First I want to point out that despite the footer displaying at the bottom of your table, in the printed version the footer will appear in the correct location. My fix shouldn't mess this up but I recommend you double check if that is important to you.
OK so I know this seems like a ghetto fix but SSRS reports are finicky. This fix will work for multiple tables but will not work for tables with group page breaks (sorry if that is what you are doing).
Pull your footer line down to the bottom of your page. Use your measurements on the side. You will want to subtract the size of your footer and header AND the margins from your page size. Right click outside of the report page in the designer to get to report properties and set your page size and margins (don't go past less than .5" margins if you intend to print this). This will leave your table at the top and the perfect amount of white space for a full page.
Right above your footer, click insert at the top and draw a small horizontal line. Then preview and see how it looks. If that line is on a page all by itself, move everything up a bit. When it shows correct, paint that line white and nobody will be the wiser.
You can repeat this between each table to ensure the white space has a buffer. The tables will eat the white space but if they go to the very end of the page, you will get a blank page in between unfortunately.
That is my ghetto solution to your problem, sir. Hope it helps.
It sounds like you have a table footer but what you need is a page footer. If you click near the bottom left edge of the page, you may already see a footer there that you can edit. If not:
To add a page header or footer
Open a report.
2.On the design surface, right-click the report, point
to Insert, and then click Header or Footer.
To configure a page header or footer
1. On the design surface, right-click the page header or footer.
2. Point to Insert, and then click one of the following items to add it to the header or footer area:
Textbox
Line
Rectangle
Image
3. Right-click the page header, and then click Header Properties to add borders, background images, or colors, or to adjust the width of the header. Then click OK.
4. Right-click the page footer, and then click Footer Properties to add borders, background images, or colors, or to adjust the width of the footer. Then click OK.
I just came across this problem myself.
From all I can sort out, you cannot have the "Page Number" Global variable appear at the bottom of a report when in "Interactive View" and on a page that is not fully filled with records* (ie. when viewing the report in web/ReportViewer/SSRS URL-Access format).
You can however, ensure that Page Number displays at the bottom of the page when printed or in any export format by creating sufficient space in the "body" of the report in Design View. Specifically, make the body height great enough to ensure that the Page Number is at the bottom (if printing on 8.5" x 11" paper, make the body 8.5").
I achieved this in Visual Studio 2015/SSRS 2016. I am not sure how this is done in Report Building wizard as I do not use that tool. 'Hope this helps somebody.
*in this case, Page Number displays immediately after the last visible record. If anyone knows a way around the seeming Interactive View limitation described, please do share.
When using Google Chrome on OSX, swiping left or right you'll see a circle with an arrow in either corner, indicating going back and forward in your history, see here:
http://cld.jxpr.se/image/1Z3D1R3K141B
On a site I am developing, I have these arrows always present, multiply stacked on top of each other, see here:
http://cld.jxpr.se/image/2o0N2O1d2e0t
That is in the middle of the page, at full screen. These arrow only show when the browser window is expanded beyond the max site width.
Any ideas what's going on here?
Thanks
Dave
I get the same problem. I'm working on a 27" imac so it might affect me more than most people. i normally just create a new tab and copy paste my url into it. i then close the old tab. not a long term fix though :(
I'm just starting to play around with MonoDevelop on my Linux Mint system. (Version is 2.6, which is a bit old, but it's what is in the repositories).
I have two wide-screen monitors, and I've not been able to configure MonoDevelop to use my normal development layout.
What I normally do, with VS and Windows7, is to have the main window contain the source code, taking up the right half of the left monitor. I have a second window containing the error and the output views taking up the left half of the right monitor.
When I go into debug, I have the running programs window take up the left half of the right window, with a third window containing the debug views taking up the right half of the right window.
The left half of the left window is either empty, or contains a web-browser showing Stack OVerflow.
My problem with MonoDevelop is that while I can drag the pads out of the main window, I've not been able to dock them together. I can move them to the other monitor, but when I do each is a separate window. I can't dock them together, the way I'm used to in Visual Studio.
Is this something that MonoDevelop cannot do? Or is it simply that I've not figured out how to?
It's not possible. You can dock multiple pads as tabs of a single floating window, but you cannot dock multiple pads as different split parts of single floating window.