What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [WIP] Pastebin for Messenger Plus!

Pages: (3): « First « 1 2 [ 3 ] Last »
[WIP] Pastebin for Messenger Plus!
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [WIP] Pastebin for Messenger Plus!
quote:
Originally posted by Horseboy
Then give me some ideas for a new script...
No :P
Because as I also said: it does have its use for people who often share source code via Messenger and who do want code syntax highlighting.
And above all, it is a good scripting practice...

;)

This post was edited on 04-14-2011 at 03:58 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
04-14-2011 03:57 PM
Profile PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [WIP] Pastebin for Messenger Plus!
But Cookie he won't be pasting the text directly into the conversation window (unless /pquick is used).

Quit being a sourpuss :P There are a lot of useless scripts in the DB and you never complained before... why start now?
04-14-2011 03:57 PM
Profile E-Mail PM Find Quote Report
Horseboy
Junior Member
**

Avatar
You can run and tell THAT - Horseboy

Posts: 40
Joined: Apr 2011
O.P. RE: [WIP] Pastebin for Messenger Plus!
I suppose. :P

I'll continue but I'll scrap /pquick.
Amateur Script Developer.
Current project(s) - TooLong Script
04-14-2011 04:02 PM
Profile PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [WIP] Pastebin for Messenger Plus!
quote:
Originally posted by matty
But Cookie he won't be pasting the text directly into the conversation window (unless /pquick is used).
Aaargghh... [Image: zippyah.gif]
* CookieRevised slaps Matty around a bit with a large trout.
You still don't understand what I'm saying I think...

quote:
Originally posted by matty
Quit being a sourpuss :P There are a lot of useless scripts in the DB and you never complained before... why start now?
lol, I'm not complaining at all....
The last 12 posts are nothing more than misunderstandings and me repeating what I've said here.

Which was not a complaint at all. Just saying that the eureka-factor of this script isn't that high as one might of thought in the beginning (because Plus! already does most of the stuff out-of-the-box), but that it would be nevertheless usefull for some.

That I don't complain about the really useless scripts in the DB is because for most of them there were not threads created first where the author asks for the opinion and ideas of others.

This post was edited on 04-14-2011 at 04:25 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
04-14-2011 04:21 PM
Profile PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [WIP] Pastebin for Messenger Plus!
quote:
Originally posted by CookieRevised
quote:
Originally posted by matty
But Cookie he won't be pasting the text directly into the conversation window (unless /pquick is used).
Aaargghh... [Image: zippyah.gif]
* CookieRevised slaps Matty around a bit with a large trout.
You still don't understand what I'm saying I think...
* matty slaps CookieRevised with the kitchen sink
quote:
Originally posted by CookieRevised
quote:
Originally posted by matty
Quit being a sourpuss :P There are a lot of useless scripts in the DB and you never complained before... why start now?
lol, I'm not complaining at all....
The last 12 posts are nothing more than misunderstandings and me repeating what I've said here.

Which was not a complaint at all. Just saying that the eureka-factor of this script isn't that high as one might of thought in the beginning (because Plus! already does most of the stuff out-of-the-box), but that it would be nevertheless usefull for some.

That I don't complain about the really useless scripts in the DB is because for most of them there were not threads created first where the author asks for the opinion and ideas of others.
The point I am trying to get across is that although the feature is similar it is completely different. Plus! takes and sends a blob of text through a file transfer. This script is more useful for code snippets that will be all pretty and colourful. I think we can agree to disagree LOL
04-14-2011 04:38 PM
Profile E-Mail PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [WIP] Pastebin for Messenger Plus!
quote:
Originally posted by matty
* matty slaps CookieRevised with the kitchen sink
*ouch*
...And I just had the dishes done.

quote:
Originally posted by matty
I think we can agree to disagree LOL
nope... cause I fully agree with:
quote:
Originally posted by matty
This script is more useful for code snippets that will be all pretty and colourful.
Like I have said before.

Thus, let's agree to agree then :p

;)

This post was edited on 04-14-2011 at 05:18 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
04-14-2011 05:17 PM
Profile PM Find Quote Report
Horseboy
Junior Member
**

Avatar
You can run and tell THAT - Horseboy

Posts: 40
Joined: Apr 2011
O.P. RE: [WIP] Pastebin for Messenger Plus!
lol :P

Em... How do I put an image in? I have an image in the script's folder that I want to put in the window.

And also... Trying to create a List view, kinda stuck. I have this:
code:
            <Control xsi:type="ListBoxControl" Id="PstCodeType">
                <Position Left="215" Top="40" Width="40">
                <Items>
                <Item Id="pop">EVERYBODYDFJ</Item>
                <Item Id="eddh">FLFLFLFLFL</Item>
                </Items>
            </Control>

Obviously that's an example, items aren't gonna be that :P

This post was edited on 04-14-2011 at 05:58 PM by Horseboy.
Amateur Script Developer.
Current project(s) - TooLong Script
04-14-2011 05:30 PM
Profile PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [WIP] Pastebin for Messenger Plus!
quote:
Originally posted by Horseboy
Em... How do I put an image in? I have an image in the script's folder that I want to put in the window.
You use the ImageElement element.
XML code:
    <Elements>
        <Element Id="ImgAdvanced" xsi:type="ImageElement">
            <Position Top="0" Left="348"/>
            <Attributes><AllowAutoMirror>false</AllowAutoMirror></Attributes>
            <Image><Name>big\advanced</Name></Image>
        </Element>
    </Elements>

As you notice you dont need to add an extension to the image. Images are automatically assumed to be loaded from the Images folder so you don't need to prefix the image.

The folder structure of the above image is as follows:
Images
+-- big
     +advanced.png
quote:
Originally posted by Horseboy
And also... Trying to create a List view, kinda stuck. I have this:
If you are trying to create a ListView why are you using a ListBox?!?

Here is an example of a ListView:

XML code:
        <Control Id="LvOverlayRules" xsi:type="ListViewControl">
            <Position Top="130" Left="15" Width="270" Height="70"/>
            <Attributes>
                <AutoTip>true</AutoTip>
                <AlwaysShowSelection>true</AlwaysShowSelection>
            </Attributes>
            <ReportView>
                <ColumnHeader>true</ColumnHeader>
                <FullRowSelect>true</FullRowSelect>
            </ReportView>
            <Images>
                <SmallIcons>
                    <Image Id="1">
                        <Name>icons\enable</Name>
                    </Image>
                    <Image Id="0">
                        <Name>icons\disable</Name>
                    </Image>
                </SmallIcons>
            </Images>
            <Columns WidthFormat="Relative">
                <Column>
                    <ColumnId>sCondition</ColumnId>
                    <Label>Condition</Label>
                    <Width>33</Width>
                </Column>
                <Column>
                    <ColumnId>sOverlayText</ColumnId>
                    <Label>Overlay text</Label>
                    <Width>67</Width>
                </Column>
                <Column>
                    <ColumnId>OverlayId</ColumnId>
                    <Width>0</Width>
                </Column>
                <Column>
                    <ColumnId>bEnabled</ColumnId>
                    <Width>0</Width>
                </Column>
            </Columns>
        </Control>


This post was edited on 04-14-2011 at 06:25 PM by matty.
04-14-2011 06:24 PM
Profile E-Mail PM Find Quote Report
Horseboy
Junior Member
**

Avatar
You can run and tell THAT - Horseboy

Posts: 40
Joined: Apr 2011
O.P. RE: RE: [WIP] Pastebin for Messenger Plus!
quote:
Originally posted by matty
quote:
Originally posted by Horseboy
Em... How do I put an image in? I have an image in the script's folder that I want to put in the window.
You use the ImageElement element.
XML code:
    <Elements>
        <Element Id="ImgAdvanced" xsi:type="ImageElement">
            <Position Top="0" Left="348"/>
            <Attributes><AllowAutoMirror>false</AllowAutoMirror></Attributes>
            <Image><Name>big\advanced</Name></Image>
        </Element>
    </Elements>

As you notice you dont need to add an extension to the image. Images are automatically assumed to be loaded from the Images folder so you don't need to prefix the image.

The folder structure of the above image is as follows:
Images
+-- big
     +advanced.png
quote:
Originally posted by Horseboy
And also... Trying to create a List view, kinda stuck. I have this:
If you are trying to create a ListView why are you using a ListBox?!?

Here is an example of a ListView:

XML code:
        <Control Id="LvOverlayRules" xsi:type="ListViewControl">
            <Position Top="130" Left="15" Width="270" Height="70"/>
            <Attributes>
                <AutoTip>true</AutoTip>
                <AlwaysShowSelection>true</AlwaysShowSelection>
            </Attributes>
            <ReportView>
                <ColumnHeader>true</ColumnHeader>
                <FullRowSelect>true</FullRowSelect>
            </ReportView>
            <Images>
                <SmallIcons>
                    <Image Id="1">
                        <Name>icons\enable</Name>
                    </Image>
                    <Image Id="0">
                        <Name>icons\disable</Name>
                    </Image>
                </SmallIcons>
            </Images>
            <Columns WidthFormat="Relative">
                <Column>
                    <ColumnId>sCondition</ColumnId>
                    <Label>Condition</Label>
                    <Width>33</Width>
                </Column>
                <Column>
                    <ColumnId>sOverlayText</ColumnId>
                    <Label>Overlay text</Label>
                    <Width>67</Width>
                </Column>
                <Column>
                    <ColumnId>OverlayId</ColumnId>
                    <Width>0</Width>
                </Column>
                <Column>
                    <ColumnId>bEnabled</ColumnId>
                    <Width>0</Width>
                </Column>
            </Columns>
        </Control>



I meant listbox sorry :P

And thanks for the image :)
Amateur Script Developer.
Current project(s) - TooLong Script
04-14-2011 06:43 PM
Profile PM Find Quote Report
Pages: (3): « First « 1 2 [ 3 ] 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