Showing results 1 to 25 of 26
Search took 0.00 seconds.
Search: Posts Made By: chuckg
Forum: AddOn Search/Requests 03-30-07, 03:30 PM
Replies: 12
Views: 11,712
Posted By chuckg
Yea, can't destroy frames once they're created so...

Yea, can't destroy frames once they're created so blizzard just reuses. It simply creates the frame the first time it's needed and then recyles it. I had my fair share of headaches figuring out why...
Forum: AddOn Search/Requests 03-30-07, 02:50 PM
Replies: 12
Views: 11,712
Posted By chuckg
You won't need to move it more than once with...

You won't need to move it more than once with moveFrames, it'll never reset back to default position unless you tell it to. I've never run into a scenario where the captureBar was ever created a...
Forum: AddOn Search/Requests 03-30-07, 12:25 PM
Replies: 12
Views: 11,712
Posted By chuckg
moveFrames...

moveFrames (http://wowinterface.com/downloads/info6983-moveFrames.html), just click and drag.
Forum: Site help, bugs, suggestions/questions 03-27-07, 06:29 PM
Replies: 1
Views: 1,006
Posted By chuckg
File Input elements in Opera

There's a small problem with the input elements when displayed in Opera. Currently, the CSS is setting the background property all other input elements to #444, which is obviously the darker grey,...
Forum: Chit-Chat 07-11-06, 12:02 PM
Replies: 1
Views: 3,353
Posted By chuckg
I'm amused that there is no mention of the raid...

I'm amused that there is no mention of the raid related bugs. The first which pops the raid window up endlessly until you unregister the event. Then the other which loads the raid UI instantly upon...
Forum: AddOn Help/Support 06-28-06, 03:56 PM
Replies: 13
Views: 11,174
Posted By chuckg
Tooltip Fade (turn it off?)

I've until recently used AF_Tooltip which allowed you to disallow the UI from "fading" the tooltip out after highlighting something. After moving away from AFTT, I realized that there really aren't...
Forum: AddOn Search/Requests 06-02-06, 02:57 PM
Replies: 551
Views: 265,330
Posted By chuckg
CheckStoneFu -...

CheckStoneFu - http://www.wowinterface.com/downloads/info4878-Fubar_-_CheckstoneFu.html
Forum: AddOn Search/Requests 05-31-06, 04:04 PM
Replies: 551
Views: 265,330
Posted By chuckg
TopScoreFu -...

TopScoreFu - http://www.wowinterface.com/downloads/info4761-FuBar_-_Top_ScoreFu.html
Forum: Lua/XML Help 05-31-06, 11:24 AM
Replies: 4
Views: 5,229
Posted By chuckg
A couple things I noticed: 1. You're close the...

A couple things I noticed:

1. You're close the DewDrop menu when the function is called, although I'm not sure if you're trying to close the whole menu or just the level the user is currently in....
Forum: Lua/XML Help 05-30-06, 01:53 PM
Replies: 4
Views: 5,229
Posted By chuckg
If you're writing the right click menu for FuBar,...

If you're writing the right click menu for FuBar, why not use the included library to handle it? I hope this is good example code:


-- The top of your file, some definitions
local dewdrop =...
Forum: Lua/XML Help 05-30-06, 11:08 AM
Replies: 2
Views: 4,581
Posted By chuckg
You might be interested in checking out a...

You might be interested in checking out a recently released library which does precisely what you're asking for:

http://www.wowinterface.com/forums/showthread.php?t=4958&highlight=parser
Forum: General Authoring Discussion 05-29-06, 07:21 PM
Replies: 13
Views: 5,769
Posted By chuckg
Whoops, you're right. I use self.data in my own...

Whoops, you're right. I use self.data in my own mods for FuBar; not sure why I did an example with self.db!
Forum: Alpha/Beta AddOns and Compilations 05-29-06, 03:53 AM
Replies: 14
Views: 4,070
Posted By chuckg
Uploaded?

Any chance you could strip the ParserLib from your combatlog/dps monitor and post it as a separate entity? I'm a bit too lazy to pull the library out of your other mods!
Forum: AddOn Help/Support 05-29-06, 12:31 AM
Replies: 4
Views: 3,565
Posted By chuckg
If you're willing to make the switch over to...

If you're willing to make the switch over to FuBar, ExperienceFu is an excellent choice:

http://www.wowinterface.com/downloads/info4607-FuBar_-_ExperienceFu.html
Forum: General Authoring Discussion 05-28-06, 11:55 PM
Replies: 13
Views: 5,769
Posted By chuckg
I think I can I think I can

In your declaration of the plugin,

PluginNameFu = FuBarPlugin:GetInstance("1.2"):new({
(declaration stuff)

defaults = {
variableName = someSetting,
someArray =...
Forum: General Authoring Discussion 05-27-06, 05:27 PM
Replies: 3
Views: 3,582
Posted By chuckg
I haven't messed around with faction changes, so...

I haven't messed around with faction changes, so I'm not 100% sure but this should work:

function WangFu:Enable()
self:RegisterEvent("CHAT_MSG_COMBAT_FACTION_CHANGE", "FactionChange");
end

function...
Forum: AddOn Help/Support 05-27-06, 03:36 AM
Replies: 3
Views: 3,590
Posted By chuckg
The funny thing about that is, someone could...

The funny thing about that is, someone could release code 5 minutes from now and unless they remember to update the TOC (that's what the check for valid version is run against), it would show out of...
Forum: Cladhaire's Mods 05-25-06, 10:53 PM
Replies: 9
Views: 2,984
Posted By chuckg
I have been unable to get the WoWScite to default...

I have been unable to get the WoWScite to default application to anything other than LUA files, even through the "Open With" menu nor the "File Types" through tools. I have to just open the files...
Forum: Cladhaire's Mods 05-25-06, 03:28 PM
Replies: 9
Views: 2,984
Posted By chuckg
One thing I have noticed since I changed from the...

One thing I have noticed since I changed from the original to your version is, I am no longer able to associate files with Scite. I won't/can't say if it's a direct result of your release, or...
Forum: Cladhaire's Mods 05-23-06, 08:20 AM
Replies: 9
Views: 2,984
Posted By chuckg
Thanks for this. I wasn't looking forward to...

Thanks for this. I wasn't looking forward to updating the API reference myself, the old version didn't even have PLAYER_LEAVING_WORLD!
Forum: AddOn Search/Requests 05-22-06, 03:03 PM
Replies: 3
Views: 3,280
Posted By chuckg
I've tenatively begun developing the following...

I've tenatively begun developing the following from this topic, http://www.wowinterface.com/forums/showthread.php?t=4871. But we'll have to see how time pans out this week.
Forum: AddOn Search/Requests 05-22-06, 12:45 PM
Replies: 3
Views: 3,280
Posted By chuckg
This will be limited by the range of the person...

This will be limited by the range of the person when they die and your relationship (or whoever is running the mods) to them. If they're too far, you won't receive the event. The other stuff is...
Forum: AddOn Search/Requests 05-20-06, 06:24 AM
Replies: 551
Views: 265,330
Posted By chuckg
Check out the listing of pre-existing FuBar mods...

Check out the listing of pre-existing FuBar mods here (http://www.wowinterface.com/downloads/index.php?cid=86), 2 of the 3 you requested already exist.

FuBar_DamageMetersFu:...
Forum: Alpha/Beta AddOns and Compilations 05-19-06, 06:06 AM
Replies: 6
Views: 2,877
Posted By chuckg
I'm not a fan of CT_Raid but I do indeed like the...

I'm not a fan of CT_Raid but I do indeed like the raid status stuff as well. Also, since Fubar allows you to detach the tooltips it adds a bit more flexibility. In either case, I'll start poking...
Forum: AddOn Search/Requests 05-19-06, 02:59 AM
Replies: 6
Views: 4,263
Posted By chuckg
Which FuBar addons are you using? More...

Which FuBar addons are you using? More specifically, are you using any FuBar mods which are on this alt with the blue bar that are not on the main? The blue bar looks like something that might be...
Showing results 1 to 25 of 26