Forum: General Authoring Discussion
06-12-14, 08:04 AM
|
Replies: 4
Views: 4,288
so by running the scriptlette(well slightly...
so by running the scriptlette(well slightly different version as ran from within SlashMagic) I got the following after...
I also found by staring at blizzard code (FrameXML\ChatFrame.lua) that ID is...
|
Forum: General Authoring Discussion
06-11-14, 07:13 PM
|
Replies: 4
Views: 4,288
|
Forum: General Authoring Discussion
06-10-14, 06:13 PM
|
Replies: 4
Views: 4,288
did you check to see what...
did you check to see what ChatTypeInfo["WHISPER"].r or ChatTypeInfo["WHISPER"].g or ChatTypeInfo["WHISPER"].b
ChatTypeInfo["WHISPER"].id has a description of ?? on http://www.wowwiki.com/ChatTypeInfo...
|
Forum: Lua/XML Help
05-11-14, 01:33 PM
|
Replies: 21
Views: 7,925
I see what you are saying there... that when...
I see what you are saying there... that when defining a method it adds the 'self' variable in before the function variables... I was thinking that it did it by setting the first variable to self
I...
|
Forum: Lua/XML Help
05-11-14, 06:54 AM
|
Replies: 21
Views: 7,925
|
Forum: Lua/XML Help
05-10-14, 12:59 PM
|
Replies: 21
Views: 7,925
|
Forum: Lua/XML Help
05-10-14, 09:52 AM
|
Replies: 21
Views: 7,925
|
Forum: Lua/XML Help
05-09-14, 08:17 PM
|
Replies: 4
Views: 3,598
so this is what I came up with with an...
so this is what I came up with with an explanation and it even works
http://s.cdn.wowinterface.com/preview/pvw62618.jpg
local eframe = 0
local oldpos = -1
local oldLinePixels=...
|
Forum: Lua/XML Help
05-07-14, 07:42 PM
|
Replies: 4
Views: 3,598
|
Forum: Lua/XML Help
05-07-14, 05:18 PM
|
Replies: 4
Views: 3,598
EditBox with line numbers
I was wondering if anyone knows of a way to have line numbers attached to an editbox like in any standard IDE for coding you can have line numbers. I have written an addon called SlashMagic that...
|
Forum: Lua/XML Help
11-19-13, 01:53 PM
|
Replies: 15
Views: 7,702
|
Forum: Lua/XML Help
11-14-13, 10:24 AM
|
Replies: 16
Views: 9,475
|
Forum: Lua/XML Help
11-14-13, 08:36 AM
|
Replies: 16
Views: 9,475
I was thinking that this may be better for you...
I was thinking that this may be better for you but not 100% the pattern is right. It should find any decimal number including decimals with a decimal portion and if that is the only thing on the line...
|
Forum: Lua/XML Help
10-06-13, 06:01 AM
|
Replies: 3
Views: 2,609
|
Forum: Lua/XML Help
10-05-13, 03:03 PM
|
Replies: 3
Views: 2,609
Colored text within an editbox
so, in my addon Slash Magic, I have a large, multiline editbox for inputting lua scripts to turn into slash commands. Is there any method within WoW to do syntax coloring within an editbox or would I...
|
Forum: AddOn Search/Requests
08-16-13, 06:08 AM
|
Replies: 5
Views: 3,261
addons are not allowed to change the macros/...
addons are not allowed to change the macros/ bindings/ action bar page or any such things during combat... there are addons that can suggest what spell to cast next (like Spell Flash) they highlight...
|
Forum: AddOn Help/Support
08-10-13, 02:44 PM
|
Replies: 7
Views: 3,783
|
Forum: Lua/XML Help
08-09-13, 09:06 AM
|
Replies: 7
Views: 2,673
|
Forum: Lua/XML Help
08-09-13, 07:20 AM
|
Replies: 7
Views: 2,673
|
Forum: Lua/XML Help
08-08-13, 08:07 PM
|
Replies: 7
Views: 2,673
generic for and metatables.
I was wondering if a generic for ( in pairs ) can walk over values in a metatable from the parent table?
I can find nothing anywhere on if this can be done or if pairs can only walk the given table...
|
Forum: Lua/XML Help
08-06-13, 04:39 PM
|
Replies: 13
Views: 6,002
|
Forum: Lua/XML Help
08-06-13, 04:31 PM
|
Replies: 13
Views: 6,002
Thanks... hash_SlashCmdList["/MYCOMMAND"] =...
Thanks... hash_SlashCmdList["/MYCOMMAND"] = nil
works fine... (I had to do a /dump on it to see how it was indexed)
I found nothing on the hash table when I was looking for a way to remove the...
|
Forum: Lua/XML Help
08-06-13, 02:21 PM
|
Replies: 13
Views: 6,002
|
Forum: Lua/XML Help
08-06-13, 12:23 PM
|
Replies: 13
Views: 6,002
Removing slash commands
I was wondering how to remove a slash command once it has been added... I am making an addon that can take user supplied lua snippets and assign them to a slash command and want the option of having...
|
Forum: Carbonite Archive
05-13-13, 06:23 AM
|
Replies: 19
Views: 9,606
|