Click here to Skip to main content
15,913,685 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Good old Windows file permissions Pin
OriginalGriff29-Jul-15 19:36
mveOriginalGriff29-Jul-15 19:36 
GeneralRe: Good old Windows file permissions Pin
Super Lloyd29-Jul-15 20:04
Super Lloyd29-Jul-15 20:04 
GeneralRe: Good old Windows file permissions Pin
HobbyProggy29-Jul-15 20:06
professionalHobbyProggy29-Jul-15 20:06 
GeneralRe: Good old Windows file permissions Pin
Agent__00729-Jul-15 20:20
professionalAgent__00729-Jul-15 20:20 
GeneralRe: Good old Windows file permissions Pin
Bassam Abdul-Baki30-Jul-15 1:13
professionalBassam Abdul-Baki30-Jul-15 1:13 
GeneralRe: Good old Windows file permissions Pin
908236530-Jul-15 4:05
908236530-Jul-15 4:05 
GeneralRe: Good old Windows file permissions Pin
Gary Wheeler30-Jul-15 6:50
Gary Wheeler30-Jul-15 6:50 
GeneralWysiwig screen Pin
Super Lloyd29-Jul-15 15:54
Super Lloyd29-Jul-15 15:54 
Just realized, Windows (obviously) now the screen resolution.
If we told it the screen diagonal (as in: 24", 21.5", 26") it can calculate the best WYSIWIG screen DPI!
Why do I have to select it myself as a percentage?
Anyhow as I realized that I calculate it and selected on my screen! Woopah! Big Grin | :-D

For the record, if RESx and RESy is the horizontal and vertical resolution respectively and Sd is the screen diagonal in inches, and 96 is the base Windows DPI then the value to select for text size is

SQRT( RESx^2 + RESy^2 ) / Sd / 96
Multiple that by 100 to get a percentage.. (as the UI ask to select a percentage)
Is the custom text size to select for WYSIWIG rendering on the screen!
All in one Menu-Ribbon Bar
DirectX for WinRT/C# since 2013!
Taking over the world since 1371!

GeneralRe: Wysiwig screen Pin
dandy7229-Jul-15 16:22
dandy7229-Jul-15 16:22 
AnswerRe: Wysiwig screen Pin
Super Lloyd29-Jul-15 17:23
Super Lloyd29-Jul-15 17:23 
GeneralRe: Wysiwig screen Pin
dandy7230-Jul-15 6:38
dandy7230-Jul-15 6:38 
GeneralRe: Wysiwig screen Pin
Super Lloyd30-Jul-15 13:46
Super Lloyd30-Jul-15 13:46 
GeneralRe: Wysiwig screen Pin
Mycroft Holmes29-Jul-15 20:27
professionalMycroft Holmes29-Jul-15 20:27 
GeneralRe: Wysiwig screen Pin
Marc Clifton30-Jul-15 2:05
mvaMarc Clifton30-Jul-15 2:05 
GeneralRe: Wysiwig screen Pin
Smart K829-Jul-15 21:34
professionalSmart K829-Jul-15 21:34 
General3D Xpoint Pin
C-P-User-329-Jul-15 16:20
C-P-User-329-Jul-15 16:20 
GeneralRe: 3D Xpoint Pin
PIEBALDconsult29-Jul-15 16:22
mvePIEBALDconsult29-Jul-15 16:22 
GeneralRe: 3D Xpoint Pin
908236530-Jul-15 4:10
908236530-Jul-15 4:10 
GeneralOh no, I upgraded.. Pin
User 1013254629-Jul-15 12:22
User 1013254629-Jul-15 12:22 
GeneralRe: Oh no, I upgraded.. Pin
Super Lloyd29-Jul-15 13:50
Super Lloyd29-Jul-15 13:50 
GeneralRe: Oh no, I upgraded.. Pin
User 1013254629-Jul-15 22:09
User 1013254629-Jul-15 22:09 
GeneralRe: Oh no, I upgraded.. Pin
FIorian Schneidereit29-Jul-15 14:06
FIorian Schneidereit29-Jul-15 14:06 
GeneralRe: Oh no, I upgraded.. Pin
User 1013254629-Jul-15 22:10
User 1013254629-Jul-15 22:10 
GeneralRe: Oh no, I upgraded.. Pin
dandy7229-Jul-15 16:03
dandy7229-Jul-15 16:03 
GeneralRe: Oh no, I upgraded.. Pin
User 1013254629-Jul-15 22:12
User 1013254629-Jul-15 22:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.