From WikiChip
Editing mirc/picture windows
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
This page supports semantic in-text annotations (e.g. "[[Is specified as::World Heritage Site]]") to build structured and queryable content provided by Semantic MediaWiki. For a comprehensive description on how to use annotations or the #ask parser function, please have a look at the getting started, in-text annotation, or inline queries help pages.
Latest revision | Your text | ||
Line 56: | Line 56: | ||
'''{{mIRC|/drawreplace}}''' can be used to replace a color with another in a specific area | '''{{mIRC|/drawreplace}}''' can be used to replace a color with another in a specific area | ||
+ | |||
+ | '''Note''': If you get mIRC to draw beyond the current size of the bitmap, the bitmap is extended as needed and mIRC keeps track of where you have drawn. | ||
== /draw* example == | == /draw* example == | ||
Line 87: | Line 89: | ||
Result in: | Result in: | ||
− | [[File: | + | [[File:Draw.gif|drawing example]] |
== Mouse Events == | == Mouse Events == | ||
Line 200: | Line 202: | ||
'''$window''' itself returns the name of the window which was just left in the '''leave''' mouse event in a menu definition. | '''$window''' itself returns the name of the window which was just left in the '''leave''' mouse event in a menu definition. | ||
− | When used with arguments, if you use a name, it can be a | + | When used with arguments, if you use a name, it can be a wildcard and can be used with the N parameter to represent the Nth window matching. |
As far as picture window are concerned, $window() has only one couple of properties you can use, '''.bw & .bh''' will return the width & height of the bitmap. | As far as picture window are concerned, $window() has only one couple of properties you can use, '''.bw & .bh''' will return the width & height of the bitmap. | ||
Line 209: | Line 211: | ||
Can returns the size, width and height of a .bmp, .jpg or .png file | Can returns the size, width and height of a .bmp, .jpg or .png file | ||
− | [[Category:mIRC | + | [[Category:mIRC]] |