Make table control align to display width? - sap-gui

I can't figure out how to make my transactions fill the full width of my monitor, the width appears to be fixed, and I've got a horizontal scroll bar.
The screenshot below is from transaction ME21N, in S/4HANA, running on SAP GUI client 770, to illustrate the issue.
There's over 50% of my screen unused, which would be super-useful for this t-code and many others.
Does anyone know what I need to do to "fix" this?
I have tried all the available themes, and can't seem to find any setting to modify this.
Thank-you in advance! :)

Related

Dokuwiki Bootstrap3 Page Width

Sorry, Doku/CSS newbie here. I am just wondering how I can change the width of the Wiki of the main page? See - https://littlesimworld.com/. The default bootstrap3 will always fill the screen.
Is there a way of giving a maximum allowed width? This is important because simply setting a fixed width is bad for mobile and mode. It needs to be set to fill the screen until a certain width is reached. When that width is reached it should stop expanding. This issue happens when viewing on ultrawide mode. In addition, the above navigation bar also needs to match the width of the page. Does anyone know how to do this? Thank you!
Fixed. Go into configuration in admin and turn on fluidcontainers.

horizontally display images on small browser window

I have this photo site that I am noodling with and I have an issue with reactive sizing of the browser window. The images look great at 100%, but when I size down the window the landscape images start to resize, which I understand they are sizing down to meet the width of the browser window.
However when I get really small, to mimic a smartphone, I really want these images to stack, as this makes more sense for images that are portrait. So the idea is to go from left to right and then top to bottom when the browser is small. Im kinda rusty at css and I cant remember how to get this done. Can someone please help a brutha out and point me in the right direction so I can get this going? Im doing this all thru my WP override option, so an approach I should follow with just css would be the best, as Im a tard with anything more complex.
the site is here: http://jadanduffinphotography.com/
Thanks!
-Jadan
What I suggest for you to do is:
write css to make the images float: left; and position: relative;inside a container div
detect the orientation of the browser window
according to the orientation, set the width of the container div
This should make the images display horizontally when possible and make them stack vertically when not.
You should take a look at this too probably.
This is good. Don't know what's actually bothering you with the responsive layout but so far your site works great.
If you still do not want that resize/layout on smaller device do remove/edit between lines #7201 - #7509 on this file http://jadanduffinphotography.com/wp-content/themes/heat/style.css

Use scrollbars for the display of a continous form in Microsoft Access2007

I have a continuous form with many control elements ordered in two columns. The form is opened with the WindowMode 'acDialog'.
When I take a look at this form at my desktop computer there is no problem. But I want to use the application also on my laptop. When I open the form on my laptop, I only see the first entries, but not the others anymore. Unfortunately I havent found an opportunity to use scrollbars in my form.
What I have found is this (did not work):
Add or remove scrollbars
Edit:
The View should look like:
but on my laptop it looks like:
So I want to have scrollbars. The scrollbar property is set to both directions.
Edit 20121126, the design view. The blue part is header, the txts are in the detail view and the buttons are in the footer:
This problem has stumped me before. Access is not smart enough to realize if the screen is set to a different 'zoom' than 100%. So Access is thinking that the entire form is on your screen when really it is not.
This really only applies if you have Windows 7 and maybe 8, but I have no idea about that. If you go to your display property (right click the desktop and select 'Personalize' then Display in the lower left-hand corner of the pop-up.)
If you are not set at 100% then access is missing 25-50% of your screen. access goes off of pixels, which is set in the resloution, but when using 125% Windows expands everything by 25% and that can push things right off the screen. The form does not need scroll bars to fit on your screen, just need to set your zoom to 100%.
I found this out by having a 'control bar' set to be x-250 pixels from the left (where x is total left to right pixels). However one computer could never see the control bar and it was because the screen was +125%. I have never been able to figure out how to get the current 'zoom' from Windows. I have searched through all manner of API's. I hope this is the solution you were looking for! Good Luck!!

simple fullscreen css slider

I'm trying to make a very simple fullscreen css slider.
http://jsfiddle.net/Sy4hz/
This is normally how I'd do a really simple one, I don't think I'll ever have more then five things I want on it. I'm having a difficult time figuring out how to make it fullscreen. With a fixed width you can just tell it the photo size adn say move that many pixels over, I was thinking about doing it with percents, and just having the containing div be 100% height adn if it's 4 images slide it by percents, 25,75, 100 %. The problem is if an image is wider then it is tall it would go off screen with this idea.
Does anyone have any ideas on how to do this?
Thanks in advance.
Try Supersized ;) It's great, and very customisable.

CSS: How do I get my "send" button to line up (move up) and size up (scale) properly?

If you take a peek at the page I'm trying to create, here, you'll see the issue I'm having pretty quickly. I can't figure out why my send button isn't lined up or sized properly. I've tried changing the height and width of the button, and I've tried adding a bottom margin. The next thing I'm going to try is to change the line height, for the size. I'm more worried about not getting everything aligned, though. As long as everything lines up, it looks nice to me. Can someone help me figure out why it isn't aligned? Also, please ask if you need any additional details.
I've also tried display:inline; and various float settings.
You need to float both the .button_outside_border and the .status_text to the left like in this example. You still have a bit of cleaning up do to get it pixel perfect but this should get you underway.

Resources