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 |
|
|
Introduction
- If you plan to edit this script, I would like to ask partial credit in your work. Thank you.
mIRC Snippet:
Text viewer and Editor
Posted on Aug 17, 2007 9:45 pm
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
I also added it to the channel list
* /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 } } |
mIRC Snippet:
Text viewer and Editor
Posted on Aug 17, 2007 9:49 pm
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.
mIRC Snippet:
Text viewer and Editor
Posted on Aug 17, 2007 9:54 pm
Posted on Aug 17, 2007 9:54 pm
Changed the dialog name.




