Jump to content

Rhys

Members
  • Posts

    97
  • Joined

  • Last visited

About Rhys

  • Birthday 11/06/1991

Contact Methods

  • Website URL
    http://

Profile Information

  • Location
    UK

Rhys's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Rhys

    icon on button

    it sets the font and color of other id's. just not this one. might it be something to do with my window theme? edit: yes, it's my windows theme. works fine for windows xp theme. that really sucks!
  2. Rhys

    icon on button

    yea thats all i need are play, pause etc... but when i try put the play character from character map into mirc, it changes it to the number 4. i have set the font of the button to webdings and symbol char set. why won't it show correctly?
  3. Rhys

    icon on button

    i've given it a go using the toolbar control, and it looks crap and ugly! on the left is no mouse over, which looks like a list with an icon, on the right it still looks like a list, but a button inside. the way i want it to look is how err0r's does in his screenshot (mp3 player on left) http://www.tg007.net/forum/index.php?act=A...type=post&id=91 nice, clean button. looks like a normal button with text. could someone maybe create a dialog and give make a button like the one shown in the screenshot, and reply with the code so i can see how you've done it. thanks!
  4. Rhys

    icon on button

    i've looked at some of the mp3 players in the downloads section here at tg, and downloaded 2 which has icons on buttons. when i opened them in mirc, neither of them actually showed an icon on the button.. they were just numbers and funny letters. why's that? they should still work right? is it even possible on a standard button?
  5. is it possible to add an icon to a standard button? i know you can do it using the toolbar style with a dll, but i don't want it for a toolbar, i want some buttons on my switchbar with icons on them. any idea how? or will it have to be using the toolbar method?
  6. Rhys

    auto-away

    that will put you as idle if your sitting there doing stuff to mirc, or doing some webdesign and keep checking mirc. thats not very advanced. mouse co-ordinates would be better, because your away if your not using the mouse, right? and anyone have ideas about the opening a certain file it puts me away?
  7. Rhys

    auto-away

    is there a way for mirc to do something a certain file is opened? like on *:join but for when a certain file is opened? i want to make a script that will put me as away automatically when i open up counter strike. this possible? also, how do auto away scripts work? the ones where they put you away after 30 minutes of idling? would it be something to do with the $mouse.x and $mouse.y identifiers?
  8. still takes forever.. i don't think you can make it any faster.
  9. nope in the title column it just says "mp3" i don't think it can be made any faster
  10. well it's an mp3 player, so it will have quite alot of songs in if i got lots. i'm using about 1200 songs in their, which is 1200 lines in the text file which need to be loaded.
  11. tgk yours works, but it still takes about a minute. tidy trax yours loads the time, but not the title and it's a little bit quicker.
  12. that doesen't put the songs into my dialog.
  13. is there a way to make this alias faster? it's getting on my nerves now, when i open my mp3 player, it takes like a minute because mirc freezes. alias loadsongs { var %i = 1 while (%i <= $lines(mp3s.txt)) { did -a mp3 1 $replace($duration($calc($mp3($read(mp3s.txt,%i)).length / 1000)),mins,m,secs,s,min,m,sec,s) $chr(9) $remove($nopath($read(mp3s.txt,%i)),.mp3) inc %i } } thanks
  14. Rhys

    Scroll Kick

    thanks, works fine
×
×
  • Create New...