mIRC Homepage
Posted By: Coca_Bear Displaying Identifiers in dialogs? - 07/02/03 10:20 AM
Is it possible to display Identifiers in dialogs? like dir listings, file sizes, $ctime?

Thanks

Coca-Bear
Posted By: qwerty Re: Displaying Identifiers in dialogs? - 07/02/03 10:37 AM
You mean identifiers in a dialog table? If it's that, you can use something like
Code:
edit $ctime, 1 1 100 10, autohs

ie not enclose the identifier (or variable) in " "
Posted By: Coca_Bear Re: Displaying Identifiers in dialogs? - 07/02/03 11:35 AM
Ok i've done that but it doesn't show any thing in the dialog. i've tried both edit and text, i used what you had, and change the id and also the position.

Thanks

Coca-Bear
Posted By: qwerty Re: Displaying Identifiers in dialogs? - 07/02/03 11:47 AM
Well, I forgot to add the ID parameter in the example I made, but you shouldn't have followed that mistake :tongue:
My point is that you can use identifiers/variables in dialog tables as long as they are not enclosed in quotes. Try something like:
edit $ctime, 11, 30 30 100 20
Posted By: Coca_Bear Re: Displaying Identifiers in dialogs? - 07/02/03 11:52 AM
i did change the id.. but it didn't work.. but i've figured that it was the ,autohs that caused it to not work..

Thank you both for the help.

Coca-Bear
Posted By: Aubs Re: Displaying Identifiers in dialogs? - 07/02/03 01:12 PM
I jsut put it into a dialog as:

edit $ctime, 22, 1 1 100 10, autohs

and in the dialog, when viewing it, I got an edit box in the top left corner with:"1044623400" in it!

Seems to work fine...
© mIRC Discussion Forums