To Do List - Dialog
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 4.0 |
| Scores Submitted | 3 |
| Date Added | May 31, 2008 |
| Last Updated | Jun 05, 2008 |
| Tags | dialog do list to |
|
|
Introduction
Instructions:
Add Item - Type in one item that you need to do and click "OK"
Del Item - Select finished or unwanted item and click "Del Item"
Enjoy!
mIRC Snippet:
To Do List - Dialog
Posted on May 31, 2008 4:24 pm
Posted on May 31, 2008 4:24 pm
1) If you click delete it will delete the first item in the list. Perhaps make it so teh button is only active if an item is selected.
2) If there is nothing in the .txt file have it delete the file until something is added back to it.
3) No point in the close button as you can close with the red x. Perhaps have and edit option.
2) If there is nothing in the .txt file have it delete the file until something is added back to it.
3) No point in the close button as you can close with the red x. Perhaps have and edit option.
mIRC Snippet:
To Do List - Dialog
Posted on Jun 2, 2008 4:22 pm
Posted on Jun 2, 2008 4:22 pm
I thought you would be able to type in exactly what you have to do not just the name of the task.
/me rates 7
/me rates 7
mIRC Snippet:
To Do List - Dialog
Posted on Jun 5, 2008 4:03 pm
Posted on Jun 5, 2008 4:03 pm
i used the close button to use up a bit of extra space, i'll change around add and del item buttons but for Scakk's idea:
i'm not sure how to do it, so if anyone knows how to do so just comment below with instructions how to add the code :) Thanks.
Also Eugenio, you can add exactly what you have to do, i'm just not sure how long it can be until it doesn't work.
| Quote: |
| If you click delete it will delete the first item in the list. Perhaps make it so teh button is only active if an item is selected. |
i'm not sure how to do it, so if anyone knows how to do so just comment below with instructions how to add the code :) Thanks.
Also Eugenio, you can add exactly what you have to do, i'm just not sure how long it can be until it doesn't work.
mIRC Snippet:
To Do List - Dialog
Posted on Jun 5, 2008 4:58 pm
Posted on Jun 5, 2008 4:58 pm
/help /did
look at switches -b and -e
did -switch name id [n] [text | filename]
look at switches -b and -e
did -switch name id [n] [text | filename]
mIRC Snippet:
To Do List - Dialog
Posted on Jun 6, 2008 1:15 am
Posted on Jun 6, 2008 1:15 am
The dialog itself functions properly, however there are a few scripting things you could change. /loadbuf -ro <stuff> eliminates your /did -r; take a look at the helpfile and the /loadbuf switches a bit more. Your lack of error checking is not a good thing. You need to check things like:
Not to mention, the concept and script is rather simple... I think you should have worked this out a little more before release.
- If the user has selected an item before deleting it.
If the user has entered text into the textbox before adding it.
If the dialog is in use.
Not to mention, the concept and script is rather simple... I think you should have worked this out a little more before release.
mIRC Snippet:
To Do List - Dialog
Posted on Jun 14, 2008 5:01 pm
Posted on Jun 14, 2008 5:01 pm
I'm still a bit of a new scripter, i do have a few more things to learn, so bear with me as this is really a practise/pass time dialog. :)







