quote:
Originally posted by CookieRevised
quote:
Originally posted by (CyBeRDuDe)
This is a good idea, and I am also goin to implement this... .. It shouldn't be much work to do that... I will look into this, and hopefully include it... maybe make it like a tag like day[s] then it will write days when the count of days is above 1 and if it's 1 it will only write day.. I will just have to find a suitable way of doing this...
(...)
Because of some recent suggestions for this plugin, I want to remind you about a post that I made last year in a thread which talked about a possible "counter in nickname" plugin where I already talked about all the possible things you could implement to satisfy everybody and to make it extremely versetile.
http://shoutbox.menthix.net/showthread.php?tid=25...d=282993#pid282993
I've checked the thread.. Apperently I was active in that thread to...
.. lol!!! But I didn't really find anything I could use in your post.... The only thing was really the (!xcountdown) tag.. But I also had that in my previous version.. But now i changed the system a bit so żou can't do this anymore.. But in the next version I will include tags like (!XCNTY), (!XCNTD),(!XCNTH),(!XCNTYM),(!XCNTS) to show number of yers, days, hours, minutes, seconds that the count down uses... this way you can make you own quicktext like "(!XCNTH) hours ,(!XCNTYM) mins ,(!XCNTS) seconds to some event!
".. etc.. If anybody else have some requests to this plugin please post them.. But I think this plugin will be full very soon.. If I can just get all those nasty bugs out of the way..
..
quote:
Originally posted by (CyBeRDuDe)
quote:
Originally posted by Xerxis
Hey, as part of a tutorial i used your plugin as example, i hope you don't mind, attached is the installer i made for it.
How to make an installer for your messenger plus plugin with inno setup
Nice.. .. Thank you.... Will try it out now.. see how it works...
Edit:
I've just tried the installer.. But it only partly works for me... If I use my old dll file.. the outdated verison.. and try this installer, it doesn't work.. I have to exit msn to be able to overwrite the old dll file... Beacuse of the fact that the Reloader code apparently doesn't unload VB6 files...
... So... You wil have to include some more code.. If the plugin isn't installed already, then it works fine now.. BUT if the user have the old version or this installer would have to check if they do, and tehn quit/kill messenger, isntall the plugin, and then restart messenger.. If you could make this function for me then it would be really amazing.. And if you do I would be happy ot get the nsis script from you.. I'll give you all the credits for the isntaller as you want!!!
... I think i'll be using it for all my plugins..
...
quote:
Originally posted by Third Dimension
Hey Cyberdude, great plugin
One thing i noticed though, when i use symbols like these:
Turn out weird when i copy and paste them into the nickname area of the plugin screen
Is there anyway i can stop them from changing like that? If not, it would be great if you could make the symbols appear properly in the next version you make
Hmm.. It's properly beacuse the the letters/symbols you use are unicode charachters, greek etc... I use the standard Textbox control in this plugin and it only supports ASCII Characters... I will look into this, and see if I can find another ontrol more suitable...
.. I can't promise it will be include in the next version.. But in the final version it will...
.. This plugin will not be final version until I have this set straight.. Thank you for posting..
...
quote:
Originally posted by Xerxis
that's because the standard windows components included with visual basic are not unicode compatible. One way to solve this would be cyberdude using windows forms components 2.0. But then he would have to redistribute them with his plugin, which would be a pain in the ass and forbidden by microsoft if i remember correctly
Hehe.. Was just writing this.
I'll have to use another component, that's true.... But If I/You manange to get the installer working perfectly this wouldn't be a problem any longer.. ... Hmm.. The windows forms 2.0 control is good idea, but i'll just do some research if it's illegal or not..
.. Thanks for noting that it might be...