Shoutbox

[?] Interface bug? - 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: [?] Interface bug? (/showthread.php?tid=88079)

[?] Interface bug? by SmokingCookie on 01-03-2009 at 02:02 PM

Hi,

I have a problem with RadioControl buttons. I've got a window with 3 radio buttons, all in one group. In the interface tester, switching from one to another works perfectly, but in Plus! itself, switching results in all previously clicked buttons remaining checked.
Screenshot:

[Image: tmppj2.th.jpg]

Does anyone know what's wrong?
See attachment. Right-click link, hit "Save as" and save as .XML file.


RE: [?] Interface bug? by matty on 01-03-2009 at 02:30 PM

You aren't doing anything wrong at all...

Only thing I could suggest would be to add

XML code:
<Attributes>
    <IsNewGroup>false</IsNewGroup>
</Attributes>


To the other two RadioControls.

Cheers!
RE: [?] Interface bug? by SmokingCookie on 01-03-2009 at 02:34 PM

Already had that, and removed it by suggestion of Matti (got him on WLM), but it didn't work.

Matti and I have tried a lot of "basic tweaks", without success.

EDIt:

Also, the radio buttons seem to disapear after clicking a control in a child window..


RE: [?] Interface bug? by Spunky on 01-21-2009 at 05:55 PM

I think I may have experienced this before and it might have been a Windows painting issue, but can't remember if it was specific to one particular version of Windows.


RE: [?] Interface bug? by SmokingCookie on 01-21-2009 at 07:33 PM

Vista?

EDIT::

If this is a painting issue, the mre important question is: how to solve?


RE: [?] Interface bug? by Spunky on 01-21-2009 at 07:35 PM

quote:
Originally posted by SmokingCookie
Vista?

Could have been. It was a long time ago though. I don't know if any one else has experienced this though?
RE: [?] Interface bug? by SmokingCookie on 01-21-2009 at 07:38 PM

I've had it once before.. Solved it by throwing away the entire script and never starting anymore (sucked anyway). But I don't take that as the solution.....


RE: [?] Interface bug? by SmokingCookie on 02-06-2009 at 07:18 AM

BUMP!!!!!! (2)


RE: [?] Interface bug? by SmokingCookie on 07-01-2009 at 02:44 PM

*cough cough* Dusty old thread.. BUT I've figured something out. If the distance between to RadioControls is large enough, they will no longer be treated as a "group". In other words: Plus! will think that IsNewGroup is applied to the lower control. This only occurs within MPL, not in the interface tester; which leads me to think that Patchou will have something on his to-do list..?