Top

Text viewer and Editor


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  4.0
Scores Submitted  1
Date Added  Aug 17, 2007
Last Updated  Aug 18, 2007
  Bookmark and Share

Introduction

This is an idea I had for my script, it's been seen before in other scripts as well. I, however, modified the idea into a viewer and editor through a simple dialog in mIRC, so there is no need to use //run or go through all of your folders. Enjoy.

- If you plan to edit this script, I would like to ask partial credit in your work. Thank you.

Grab the Code

Comments

  (3)  RSS
napa182
Comments: 1,009
 
mIRC Snippet:  Text viewer and Editor
Posted on Aug 17, 2007 9:45 pm
Nice But I got this
* /dialog: \'textview\' name in use (line 1, script68.ini)
add this to it to fix that
Code:
alias textview {
  dialog $iif($dialog(textview),-v,-md) textview textview
}


I also added it to the channel list
Code:
menu Channel {
  .Textview { textview }
}
Ghost-lit Warder
Comments: 136
 
mIRC Snippet:  Text viewer and Editor
Posted on Aug 17, 2007 9:49 pm
.. Um, you shouldn\'t get that. o_O Are you opening it multiple times? You can control different texts by using the run file button again. It will still have the saved settings in the previous text file. I will add a popup though.
Ghost-lit Warder
Comments: 136
 
mIRC Snippet:  Text viewer and Editor
Posted on Aug 17, 2007 9:54 pm
Changed the dialog name.

Please Register or Login to start posting comments.
Bottom