[Sug] Window dimention ratios - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: WLM Plus! General (/forumdisplay.php?fid=23) +----- Thread: [Sug] Window dimention ratios (/showthread.php?tid=82507) [Sug] Window dimention ratios by SmokingCookie on 03-20-2008 at 09:21 PM
Hi, code: This would allow the user to resize their windows, but along certain "line". So your windows can have a resolution of (e.g.) 1024*768 or 1280*960 (because 1024/768=1.333 and so on).. Any opinions? RE: [Sug] Window dimention ratios by RaceProUK on 03-25-2008 at 02:24 PM
If implemented, it should be done in the more usual '4:3' style. RE: [Sug] Window dimention ratios by SmokingCookie on 03-25-2008 at 03:38 PM But threr are skins with Minimum and Maximum tags, so this doesn't allow users to resize windows 100% as they want.. RE: [Sug] Window dimention ratios by aNILEator on 03-25-2008 at 03:48 PM I understand his point, and for some skins, especially shaped skins this would really make a difference, but it is incredible advanced/difficult to achieve correctly RE: [Sug] Window dimention ratios by SmokingCookie on 03-25-2008 at 03:52 PM And.. Who is "he"? RE: [Sug] Window dimention ratios by aNILEator on 03-25-2008 at 03:56 PM
You SmokingCookie RE: [Sug] Window dimention ratios by SmokingCookie on 03-25-2008 at 03:58 PM
Okay RE: [Sug] Window dimention ratios by aNILEator on 03-25-2008 at 04:03 PM
quote: It may not be hard for Patchou to implement it (I don't know this), but it'd be more hard figuring out the size dimensions that you would need for your skin, and you may still need a Maximum and minimum sizes Remembering some monitors can stretch pixel ratios out anyway etc RE: [Sug] Window dimention ratios by SmokingCookie on 03-25-2008 at 04:11 PM
Divide the length value by the width value and there you go.. code: RE: [Sug] Window dimention ratios by Volv on 03-25-2008 at 04:46 PM
I definitely would like to see this as I have indeed come across a use for it when using custom background images and custom shapes. code:That is, allow strings defining relationships between width/height, this would in theory allow simple and more complex relationships should the need arise Interesting(ish) scenario: code:eg. If Width = 100, then Height min = 150 and max = 200. This would cause the height to remain in a certain range (between 150 and 200) unless width is changed. Of course you would (should) be able to define relationships in terms of Height (eg. <Width><Fixed>2*Height<Fixed></Width>) as well as in terms of Width (eg. <Height><Fixed>2*Width</Fixed><Height>). Whilst the necessity may not be apparent from a Fixed standpoint, the 'interesting scenario' above could be used to limit width to a certain range depending on height just as well as it did limit height depending on width. Either way, I hope to see some form of constrained proportions in place. I probably should have suggested this earlier but the idea kept slipping my mind RE: [Sug] Window dimention ratios by SmokingCookie on 03-25-2008 at 04:58 PM
That woudl be off-topic, unless you think hard: code: EDIT:: <WidthHeightRatio> could also be: code: RE: [Sug] Window dimention ratios by RaceProUK on 03-26-2008 at 11:42 PM
quote:I understand the concept My concern is that it's extremely rare to find windows that behave like this. To me, it's highly non-standard behaviour, and could confuse some users. RE: [Sug] Window dimention ratios by CookieRevised on 03-27-2008 at 04:17 AM
quote:I've worked with many programs which do the exact same thing, locking aspect ratio of the window, for the very same reasons... It's not that unusual, especially in graphical or media oriented programs. quote:It's actually as easy as limiting the size... Limiting the size is simply done by checking the window size before Windows actually paints the window. And in case it is bigger than allowed, simply ignore the resize request/Windows message. Having the aspect ratio locked is equally simply and done in the very same way: when the width changes, also change the height accordingly. And vice versa. I think it would make a nice addition. Dunno how much it would be used though... All this of course if Plus! has a way to intercept the sizing of WLM windows. But if it can, you could anything you want with the sizing in the same manner. RE: [Sug] Window dimention ratios by ShawnZ on 03-27-2008 at 05:29 AM
quote: who cares? the few skins that do require it would probably be so intricate that it would be well worth the implementation (looking at volv) RE: RE: [Sug] Window dimention ratios by SmokingCookie on 03-27-2008 at 05:09 PM
quote: It's actually limiting the size to a certain range, along a certain line across the user's screen. And I am requesting this feature in order to use it in my skin RE: [Sug] Window dimention ratios by CookieRevised on 03-27-2008 at 07:33 PM A locked aspect ratio can still mean different sizes, it just means the aspect ratio will be the same at all times. And even then, again the principle is just the same as with size restriction, no matter if you mix an aspect ration with min and max sizes for both height and with or just only for height or width, it is all the same thing. RE: [Sug] Window dimention ratios by RaceProUK on 03-28-2008 at 01:54 PM
quote:I haven't come across any of those, but then I don't use a lot of graphics/media apps. RE: [Sug] Window dimention ratios by Menthix on 03-28-2008 at 02:41 PM
I'm not a big fan of restriction what a user does with the window in any way, but if you are going to use restrictions a locked ratio definitely sounds better than locking the window on a static size. |