Jump to content

Silo

Members
  • Posts

    171
  • Joined

  • Last visited

Everything posted by Silo

  1. I use mpopups.dll and actually use $iifs to remove/add the item for selection if it's available. In this case I'm using the good ol' mIRC default popups. I have a remote .mrc file for right click popups which I will probably add to once it's sorted. Thanks guys
  2. Hi TGK. For now I am using popups.ini though I did think about moving them to an .mrc file.
  3. Thanks Warrior, Travis & TGK! Sad to say, it still doesn't work. It switches to the MP3 list (Tab <id> 10) but won't switch back to the Nicklist (Tab <id> 1). The .visible comand should do the trick, but sadly it just won't go the other way
  4. Thanks guys, I'm sorry Travis, I knew I was going to have a hard time explaining that one. Sometimes I have trouble describing simple thing in a concise manner. TGK was on the right track, though I'm afraid it didn't work. It did open the MP3 player, but once opened the command still said "Open Mp3" instead of the option to open the Nicklist. If you guys recall I was asking for a similar thing on PoW, you guys pointed me towards the .visible command for dialogs, but I could never get it to perform. I think you're on the right track, TGK. Thanks guys, you're amazing
  5. Hi gang, is it possible to control or utilise two items using an $iif? I'm having trouble explaining this one, so I'll show my code, then try and explain what I'm hoping to do... $iif($var(%page),$style(1)) Open MP3:{ .timerscript -m 1 1 load.mp3.data set %page did -vf side.bar 10 did -h side.bar 3 } $iif(!$var(%page),$style(1)) Open Nicklist:did -vf side.bar 1,3 | unset %page I'd like to have all of this only show up as one option on my popups. i.e if the Mp3 has been selected/opened the popup will only give the option of opening the nicklist and vice versa. As it is now the only way to show it it use the dynamic popup as a tick next to the current list. Is this possible?
  6. YOu certainly have ben a great help to me, as well as an inspiration. I only hope I can be as good as you guys one day
  7. Thanks, Warrior. I'll have a looksee at it tonight. Is there an option to auto install/overwrite the file? *EDIT* Man, how do you think of these things...
  8. Hi all. Heaven knows why I'm doing this since I never realease anything, though I was wondering if I had my script look at my web server for new updates (probably just updated .mrc files instead of the complete script) when it starts up, would I need to make so if you click on, say an update button, it will automatically download the file. How would I (A) make it actually download to the folder where all the files are kept ( Overwrite the old files and reload the new ones? I know Travis (and I believe TGK) have the option where you can choose which files to install but that is a bit beyone me atm. I'd just like it so as soon as you decide to do the update it just installs all of the new files. Any help or advice is, as usual, greatly appreciated
  9. Looks great, err0r. One thing I would say, and I say it a lot, is lose the large banner at the top of the player (I suspect this is where you had the fmod.dll control?). It looks clean, and has the sort of GUI I like to see & use.
  10. Thanks for the snippet, Travis. I've found it quite frustrating myself but never bothered to work around it. Cheers.
  11. LOL Josh, you never chat anyway
  12. Silo

    Views.dll

    I was actually going to write in my first post that I know mIRC has the feature already, but I just wanted to have my own. I actually want to use it on a variety of different servers and when I join Server A it will auto join to all the chanels specified. Travis, could you explain a little bit more, please? Thanks guys, I appreciate it
  13. Silo

    Views.dll

    I wasn't quite sure where to post this since there doesn't seem to be a general forum for asistance with mIRC scripts (unless I'm totally blind and missed it) I'm trying to use the checkbox function that MDX offers (doubt I'll ever make the switch to DCX), and really have no idea how to impliment it. I use a list box to display Channels in one column and the Server they're on in the next. (PS - I don't actually chat in those rooms, I just added them for an example) I'm old fashioned and write the data to a .txt file (I just can't get the whole .ini file thing ) Anyway. the list is displayed with a regular while loop, so this list is dynamic for want of a better word. I'd like to ad the check boxes to utilise an autojoin feature. The trouble is I have no idea how to use this control/function. I've loked at some other scripts for ideas but got totally lost. I fear this may be beyond my scope. Since I'm writing to a .txt file is it possible to still add the ticks next to an item at init? The .text file looks like #Peers.30s qld-chat.bigpond.com #Romance.Married&Flirting qld-chat.bigpond.com Any help or snippets would be greratly appreciated. Thanks in advance
  14. Forgive me for resurrecting an old thread, but that alias is quite neat, and though I never plan on releasing any scripts, in case I distributed it to any friends and they shared it around I'd like to give credit where it is due. In a long winded way I was in fact asking if anyone knows who's snippet that belongs to?
  15. Thanks for the quick reply. I was going to use it in a couple of different ways. One was for a type of splash screen which I could write up in html. The other was going to be for logging pager messages etc. Thanks again. No uni today? I'm bludging at work *oh noes*
  16. Hello everyone. If you use the nhtml.dll and embed it into a window using the dialog.mdx dll (using a button as the control) how do you get rid of the vertical scroll bar on the left hand side? I've looked at the different flags with custom @windows, and though there are some some that seem to indicate a way to remove the scrollbar I can't seem to make it work. I believe Warrior uses this .dll a fair bit so I'm hoping he or someone else could help shed some light. Thanks in advance
×
×
  • Create New...