What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Interface Writer | [release] 3.0 | 22/08/2010

Pages: (14): « First « 9 10 11 12 [ 13 ] 14 » Last »
2 votes - 5 average   Interface Writer | [release] 3.0 | 22/08/2010
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Interface Writer | [release] 2.9 | 10/03/2010
quote:
Originally posted by SmokingCookie
IIRC, matty has done a similar thing with his Screenshot sender *-)
The selected area feature overlays a transparent window on the desktop and draws a rectangle as the user drags the mouse.
05-25-2010 07:32 PM
Profile E-Mail PM Find Quote Report
whiz
Senior Member
****


Posts: 568
Reputation: 8
– / – / Flag
Joined: Nov 2008
O.P. RE: Interface Writer | [release] 2.9 | 10/03/2010
Would it be possible to create and show a transparent window over an exported one of an unknown size (not necessarily unknown, since the user sets it, but it obviously won't be a fixed amount)?

Would it be able to "attach" to a window, or would I have to make it so the window's locked (with the LockOnClick attribute)?
05-26-2010 06:25 PM
Profile E-Mail PM Find Quote Report
mynetx
Skinning Contest Winner
*****

Avatar
Microsoft insider

Posts: 1175
Reputation: 33
36 / Male / Flag
Joined: Jul 2007
RE: Interface Writer | [beta] 3.0 (+ [release] 2.9) | 17/06/2010 (+ 10/03/2010)
---------------------------
Interface Writer BETA | Initialization...
---------------------------
The file "Debug.log" cannot be found.  Please reinstall the script.
---------------------------
OK   
---------------------------
mynetx - Microsoft, enhanced.

You have a problem or issue with Windows, Internet
Explorer or Office?
Send a tweet!
06-17-2010 08:26 AM
Profile E-Mail PM Web Find Quote Report
whiz
Senior Member
****


Posts: 568
Reputation: 8
– / – / Flag
Joined: Nov 2008
O.P. RE: Interface Writer | [beta] 3.0 (+ [release] 2.9) | 17/06/2010 (+ 10/03/2010)
Fixed it, I think.  Sorry about that, forgot to make it optional.
06-17-2010 08:39 AM
Profile E-Mail PM Find Quote Report
whiz
Senior Member
****


Posts: 568
Reputation: 8
– / – / Flag
Joined: Nov 2008
O.P. RE: Interface Writer | [beta] 3.0 r2 | 24/07/2010
Okay, beta 3.0, release 2 is now available.  :D  You can sort interface contents alphabetically, manage multiple controls/elements (no editing yet, but it's coming), and a few other additions such as the status bar (which will be replacing the annoying information alerts by displaying messages quietly).

The backup system has been improved by saving on each action (keeping it up to date instantly).  There's quite a few bug fixes in there too, and I've also added comments throughout the script if you're interested.  ;)

Note that this will probably be the last beta release, since by the next one, I'll probably have it finished, so it won't be a beta any more.  :)  Just need to sort out presets and editing multiple controls/elements (might have to scrap the builder idea, unless anyone has some example code I can try out for drawing on windows and stuff).

This post was edited on 07-25-2010 at 09:45 AM by whiz.
07-24-2010 04:34 PM
Profile E-Mail PM Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
RE: RE: Interface Writer | [beta] 3.0 r2 | 24/07/2010
quote:
Originally posted by whiz
I've also added comments throughout the script if you're interested.  ;)

How about inserting comments in the XML for later editing, or documentation for others? (I)
07-25-2010 06:53 AM
Profile PM Find Quote Report
whiz
Senior Member
****


Posts: 568
Reputation: 8
– / – / Flag
Joined: Nov 2008
O.P. RE: Interface Writer | [beta] 3.0 r2 | 24/07/2010
quote:
Originally posted by SmokingCookie
How about inserting comments in the XML for later editing, or documentation for others? (I)
Documentation?  You mean I should write one, or what?
07-25-2010 09:46 AM
Profile E-Mail PM Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
RE: Interface Writer | [beta] 3.0 r2 | 24/07/2010
Nope, I'll set an example:

XML code:
<!-- Change to FigureElement for testing -->
<Element xsi:type="PlaceHolderElement" Id="Nothing">
    <Position Left="103" Top="20" Width="500" Height="350">
        <Anchor Horizontal="LeftRightFixed" Vertical="TopBottomFixed"/>
    </Position>
    <Figure>
        <Rectangle/>
    </Figure>
    <Fill>
        <PlainColor>
            <BaseColor>
                <Transparency>200</Transparency>
            </BaseColor>
        </PlainColor>
    </Fill>
</Element>


The code above is taken directly from one of my interface files (well, I removed a bunch of tabs...). As you can see, I've added a bunch of XML elements that are used for FigureElements, but not for PlaceHolderElements. It'd be useful if one could add the comment at the top of the code so they won't remove the additional XML elements, in case they forget why the "useless" data is in the PlaceHolderElement.

This post was edited on 07-25-2010 at 09:53 AM by SmokingCookie.
07-25-2010 09:52 AM
Profile PM Find Quote Report
whiz
Senior Member
****


Posts: 568
Reputation: 8
– / – / Flag
Joined: Nov 2008
O.P. RE: Interface Writer | [beta] 3.0 r2 | 24/07/2010
Ah.  :)  Okay, fair enough, I'll add that in.

...but it's not possible to load that, is it?  Based on how I load XML files, it'll end up in the window's extra code window.  :S

This post was edited on 07-25-2010 at 10:06 AM by whiz.
07-25-2010 10:05 AM
Profile E-Mail PM Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
RE: Interface Writer | [beta] 3.0 r2 | 24/07/2010
I guess you could load the XML file with the ActiveXObject "Scripting.FileSystemObject", search for comment tags and -somehow- figure out for which window, control or element it is... *-)
07-25-2010 04:30 PM
Profile PM Find Quote Report
Pages: (14): « First « 9 10 11 12 [ 13 ] 14 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On