Shoutbox

GUI manipulating - 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: GUI manipulating (/showthread.php?tid=88666)

GUI manipulating by madbence on 01-24-2009 at 08:52 AM

Hello!
I'm trying to make GUI for my script (with MsgPlus.CreateWnd()), but I have to "overwrite" some values.
I have a LineElement, and I want to move it to a specific position, but there's no help in the Documentation.
So, can I manipulate the XML file in real time?


RE: GUI manipulating by matty on 01-24-2009 at 01:47 PM

Not without closing the window and reopening it after you save the values.


RE: GUI manipulating by madbence on 01-24-2009 at 04:11 PM

Ok, and is there any other way to show a chart/graph (it was the goal)? I mean, I have to use images?
Can Msgplus handle SVG images, or I have to send the data to a server, that gives me a picture (eg. googlechart, my php script)?


RE: GUI manipulating by matty on 01-24-2009 at 04:56 PM

Plus! can only handle BMP, GIF and PNG if I am not mistaken.


RE: GUI manipulating by madbence on 01-24-2009 at 10:17 PM

Well, I have the solution. I use ImageElement, that dynamically changes. Google Chart makes perfect graphs, so my script is getting fancy :).