[?] Weirdness. Evolved. - 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: Scripting (/forumdisplay.php?fid=39) +----- Thread: [?] Weirdness. Evolved. (/showthread.php?tid=76496) [?] Weirdness. Evolved. by Matti on 08-02-2007 at 07:05 PM
Okay, so I was working on my top secret script project (*evil laugh*), but then I stumbled onto something VERY weird... Here's the situation. code:(The values I subtract from the size are found out by trying out, changing and re-try. No special maths were used for it.) The above code worked flawless, everything resized perfectly... except one thing I found out today. While I was working on the Languages child window, I found out that a specific combination of a ListViewControl with LargeIconView and a LinkControl with a BottomFixed Anchor attribute can cause a glitch, making the LinkControl return to the original position, before the window got resized. A quick compiled image should clarify this: As you can see, the LinkControl jumps to it's original position. When I try to resize the window vertically then, the control moves from that position. So, if I resize the parent 10 pixels upwards, the control moves 10 pixels upwards, meaning that it actually took a new position. If you want to reproduce this, create a window, create a child window with a ListViewControl with LargeIconView and a LinkControl with BottomFixed. Make the parent resizable and use the above code for the child window resizing. Add 2 items to the ListViewControl and follow the instructions. Now, I'd like to know: can this glitch be fixed with a piece of code or is it caused by Plus! itself? Or is there any other reason which might cause this happening? Specifications: Windows Vista Ultimate x64 Windows Live Messenger 8.1.0178 (skinned with Windows Aero Messenger) Messenger Plus! Live 4.23.0.276 RE: [?] Weirdness. Evolved. by Matti on 08-04-2007 at 11:34 AM
Update: RE: [?] Weirdness. Evolved. by matty on 08-04-2007 at 01:03 PM
Sounds like a bug in your anchoring in your xml file. code: Confirmed, it works RE: [?] Weirdness. Evolved. by Matti on 08-04-2007 at 01:13 PM
RE: [?] Weirdness. Evolved. by ShawnZ on 08-04-2007 at 01:28 PM i don't see any difference between screenshot 2 and 3... RE: [?] Weirdness. Evolved. by Matti on 08-04-2007 at 01:41 PM
quote:The link moved... * Matti gives ShawnZ some trendy glasses. RE: [?] Weirdness. Evolved. by matty on 08-04-2007 at 02:21 PM
I did some testing when you change the text of a LinkControl when it has an Anchor the control moves to its original position. |