Showing results 1 to 15 of 15
Search took 0.00 seconds.
Search: Posts Made By: Dayve
Forum: Chit-Chat 05-27-10, 05:34 PM
Replies: 1,142
Views: 318,134
Posted By Dayve
I didn't really expect anyone to actually count...

I didn't really expect anyone to actually count the icons, so I salute you :).

It didn't actually take as long to make as you might think though. I didn't put the image together manually; instead I...
Forum: Chit-Chat 05-12-10, 08:09 AM
Replies: 1,142
Views: 318,134
Posted By Dayve
Great, had an image saved up for 1000 and the...

Great, had an image saved up for 1000 and the last 3 get posted within 6 minutes just as my raid started :).

If anyone wants to see it. (http://i139.photobucket.com/albums/q316/Openrl/1k.jpg) (And...
Forum: Chit-Chat 05-06-10, 05:12 PM
Replies: 1,142
Views: 318,134
Posted By Dayve
http://i139.photobucket.com/albums/q316/Openrl/974...

http://i139.photobucket.com/albums/q316/Openrl/974.jpg
Feeling creative again. :)
Forum: Chit-Chat 04-19-10, 06:08 PM
Replies: 1,142
Views: 318,134
Posted By Dayve
http://i139.photobucket.com/albums/q316/Openrl/AAA...

http://i139.photobucket.com/albums/q316/Openrl/AAAA0029.jpg
Forum: Lua/XML Help 03-02-10, 06:44 AM
Replies: 21
Views: 17,528
Posted By Dayve
Yes, that should work.

Yes, that should work.
Forum: Lua/XML Help 03-02-10, 12:56 AM
Replies: 21
Views: 17,528
Posted By Dayve
CVars are not secure in any way; consequently...

CVars are not secure in any way; consequently they can change in combat and there is no way for you to write secure code to respond to it. Check InCombatLockdown() when you get CVAR_UPDATE; if in...
Forum: Lua/XML Help 03-01-10, 11:47 AM
Replies: 21
Views: 17,528
Posted By Dayve
GetCVarBool() returns either 1 or nil which...

GetCVarBool() returns either 1 or nil which evaluate to true and false respectively, so it can be used directly in an 'if' statement.

Yes.

No. The state driver code will automatically show/hide...
Forum: Lua/XML Help 02-28-10, 09:45 PM
Replies: 21
Views: 17,528
Posted By Dayve
The problem you had with the party frames not...

The problem you had with the party frames not reshowing was due to a logic error:
RaidPartyHandler:SetAttribute("_onstate-unitexists", [[
if raidhideparty == 1 and newstate then
...
Forum: Lua/XML Help 02-27-10, 04:48 AM
Replies: 21
Views: 17,528
Posted By Dayve
Both versions use secure code to respond to a...

Both versions use secure code to respond to a state attribute change, but Grimsin's method (which is my old method that I told him about) uses UnitWatch to set the state while yours uses a state...
Forum: Lua/XML Help 01-25-10, 08:05 PM
Replies: 29
Views: 13,866
Posted By Dayve
For the user setting to work the code snippet...

For the user setting to work the code snippet that runs in response to state change needs to reference the setting in a variable in its restricted environment; in the code I provided it is stored in...
Forum: Lua/XML Help 01-25-10, 10:35 AM
Replies: 29
Views: 13,866
Posted By Dayve
Yes, the addon in question is a combined...

Yes, the addon in question is a combined unit+raid frames addon (not publicly available btw).

Your understanding is pretty much correct; to put things clearly: the party frames are individually...
Forum: Lua/XML Help 01-25-10, 09:59 AM
Replies: 29
Views: 13,866
Posted By Dayve
It uses the setting in my mod's saved variables,...

It uses the setting in my mod's saved variables, replace self.save.raidhideparty with whatever variable you want the setting to come from; I think the default UI setting is in HIDE_PARTY_INTERFACE
Forum: Lua/XML Help 01-24-10, 11:38 PM
Replies: 29
Views: 13,866
Posted By Dayve
I managed to accomplish this in my own unit/raid...

I managed to accomplish this in my own unit/raid frames by parenting the party frames to one frame and hiding that frame using a SecureHandlerStateTemplate (which also doubles as the main table for...
Forum: Lua/XML Help 07-01-09, 01:30 AM
Replies: 9
Views: 5,085
Posted By Dayve
If you really don't want it showing up again you...

If you really don't want it showing up again you can nuke it. Here's a utility function taken straight from my own unit frames that does the trick:

function main:NukeFrame(frame)
--...
Forum: Chit-Chat 08-07-08, 08:49 PM
Replies: 544
Views: 149,624
Posted By Dayve
I would like to take this moment to profess my...

I would like to take this moment to profess my love for you Cairenn <3
Showing results 1 to 15 of 15