mIRC Home    About    Download    Register    News    Help

Print Thread
#61945 26/11/03 11:10 PM
Joined: Nov 2003
Posts: 5
F
fl0w Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
F
Joined: Nov 2003
Posts: 5
Hi, i've been reading the help files, and i do get them, it's just that i find it pretty hard to get started, all i'd need is an example to take a "peak" at, and i'm rolin'. Now, the example, does anyone have an example code to share, that does a TreeView?

Tnx, fl0w

#61946 26/11/03 11:40 PM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
You can search the tutorials section of mircscripts.org for "treeview" and "mdx".

#61947 26/11/03 11:47 PM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
its a pain in the .......
learn mdx ,i want know two if i know i call you


mess with the best
#61948 27/11/03 02:27 PM
Joined: Oct 2003
Posts: 50
T
Babel fish
Offline
Babel fish
T
Joined: Oct 2003
Posts: 50
MDX is easy to learn, everything you need to know is in the help-files. Just a quick paste of how to use SetControlMDX:


  • Parameters
    [dialog name] <ID[,ID,ID,...]> <control> [styles] > [plug-in filename]

    Description
    This command converts the given dialog control into an MDX control. The control must be of the correct host type, which should be noted in the documentation for the individual plug-in. If you do not give a dialog name, you must call this statement in the init event of your on DIALOG event. If you wish to supply a dialog name, the dialog needs to have been marked beforehand with MarkDialog. If no error occurs, the plugin author information will be returned.

    Examples
    //echo Scrollbar: $dll(mdx.dll,SetControlMDX,10 scrollbar vertical > ctl_gen.mdx)

    //echo ListView: $dll(mdx.dll,SetControlMDX,Boeing 747 listview report single > ctl_gen.mdx)

#61949 28/11/03 07:39 PM
Joined: Nov 2003
Posts: 157
Vogon poet
Offline
Vogon poet
Joined: Nov 2003
Posts: 157
You can view an Example of a TreeView in sIRC 2.0 Script i think. Note: Not Ripping, only view an example for learn MDX Scripting. Sorry for My English, I'm Italian. crazy


Link Copied to Clipboard