Showing results 1 to 25 of 275
Search took 0.01 seconds.
Search: Posts Made By: Layrajha
Forum: General Authoring Discussion 09-21-09, 07:03 AM
Replies: 10
Views: 5,044
Posted By Layrajha
Set it to nil and disable lua...

Set it to nil and disable lua errors!


...

/runawayinshame



Nice to know. I wouldn't have guessed that global strings could be used in any secure environment. Not that there's any problem with...
Forum: General Authoring Discussion 09-20-09, 06:47 PM
Replies: 10
Views: 5,044
Posted By Layrajha
I have a question that I should be ashamed of......

I have a question that I should be ashamed of... but well, coding in a script language seems to make ugly code less unforgivable.

What happens if you just replace all the global strings by the empty...
Forum: General Authoring Discussion 09-20-09, 04:43 AM
Replies: 14
Views: 6,978
Posted By Layrajha
Are CVars case-sensitive? Or, just as in...

Are CVars case-sensitive? Or, just as in windows's wonderful file system, are names case-sensitive when you create them, but not when you try to match them (not sure if I'm very clear, but well...)....
Forum: General Authoring Discussion 09-20-09, 04:35 AM
Replies: 12
Views: 8,480
Posted By Layrajha
Ah, I wasn't sure anymore but I wondered if...

Ah, I wasn't sure anymore but I wondered if something along this line didn't exist :) Thank you for refreshing my memory.
Forum: Tech Chat 09-18-09, 05:57 AM
Replies: 671
Views: 393,038
Posted By Layrajha
Aren't most of yours on a (slightly noisy)...

Aren't most of yours on a (slightly noisy) parabola? ;)
Forum: General Authoring Discussion 09-18-09, 05:48 AM
Replies: 12
Views: 8,480
Posted By Layrajha
After thinking about it again and reading...

After thinking about it again and reading Seerah's example, I think it was just something like looping through the children of UIParent or WorldFrame, or something like this. As you create a frame...
Forum: General Authoring Discussion 09-17-09, 07:45 PM
Replies: 12
Views: 8,480
Posted By Layrajha
This is what I used to think, but I had a...

This is what I used to think, but I had a discussion with Haste like two years ago in which, if I remember well, he explained that he used something that iterated among un-named frames in order to...
Forum: General Authoring Discussion 09-10-09, 09:34 AM
Replies: 25
Views: 25,806
Posted By Layrajha
I guess that you could technically simulate a RSS...

I guess that you could technically simulate a RSS feed by buying twice as many accounts as there are servers, and putting a character on each server that is logged in all the time and acts as a...
Forum: General Authoring Discussion 09-10-09, 09:31 AM
Replies: 5
Views: 4,686
Posted By Layrajha
What Blizzard seemed to do most of the time when...

What Blizzard seemed to do most of the time when I read their code was to create a table that contains references to a certain (usually fixed) number of frames. Whenever a frame is "added", you take...
Forum: General Authoring Discussion 09-10-09, 09:02 AM
Replies: 2
Views: 2,905
Posted By Layrajha
I would think that using this method could do...

I would think that using this method could do what you want:


(http://www.wowwiki.com/Widget_API)

Edit:
I cannot remember (or test right now) if clicking a checkbox removes focus from a currently...
Forum: Site help, bugs, suggestions/questions 09-09-09, 04:28 AM
Replies: 2
Views: 1,142
Posted By Layrajha
Thank you very much Seerah, I will give it a try...

Thank you very much Seerah, I will give it a try :)
Forum: Site help, bugs, suggestions/questions 09-08-09, 07:47 PM
Replies: 2
Views: 1,142
Posted By Layrajha
Paypal donation form: Remark and issue

Hello,



I had taken a quite long WoW break, hence a WoWI break too, and I noticed the new donation buttons when downloading updated versions of the addons I use. Yesterday, a user contacted me to...
Forum: Chit-Chat 06-29-09, 09:30 AM
Replies: 73
Views: 36,525
Posted By Layrajha
I totally agree, this is for me the first thing...

I totally agree, this is for me the first thing that Blizzard "copied". Other notable things I can think of are :
- Other unit frames (target of target, focus, even if focus was quite obviously gonna...
Forum: Wish List 02-17-09, 09:34 AM
Replies: 2
Views: 9,122
Posted By Layrajha
Hmm... I'd be interested to know what causes this...

Hmm... I'd be interested to know what causes this delay, and if it exists for other buffs. I don't think it can be due exclusively to the processing time of something on the server, or to the...
Forum: News 07-01-08, 04:24 AM
Replies: 10
Views: 8,833
Posted By Layrajha
Playing Diablo in softcore mode is not quite as...

Playing Diablo in softcore mode is not quite as fun though :> Hardcore is what makes the game enjoyable.

About the fact that it's a simplistic gameplay and that your only aim is gear, well, it's the...
Forum: News 06-04-08, 04:22 AM
Replies: 14
Views: 16,833
Posted By Layrajha
While I have no idea about how helpful this book...

While I have no idea about how helpful this book would be, I guess I'd be stupid not to try. Who knows, it might change my wow life ;)
Forum: General Authoring Discussion 05-15-08, 07:31 AM
Replies: 2
Views: 2,647
Posted By Layrajha
I think that what Blizzard does there is under...

I think that what Blizzard does there is under the layer of the API available to addons. Blizzard pops error events when you can't cast a spell and transmits them to the API only when they already...
Forum: WoWI's Pick(s) of the Week 05-14-08, 08:01 AM
Replies: 6
Views: 13,014
Posted By Layrajha
I have a mod author question about Nameplate...

I have a mod author question about Nameplate Modifier:

I'm wondering whether it is possible/efficient/etc or not to add 3 icons to enemy name plates where I could see my Shadow Word: Pain/Vampiric...
Forum: Lua/XML Help 05-06-08, 05:54 AM
Replies: 2
Views: 2,892
Posted By Layrajha
If the players you want to learn the class of are...

If the players you want to learn the class of are not in your group and aren't targeted by anyone in your group (or any target of anyone in your group, etc), then you'll have to hope that some random...
Forum: General Authoring Discussion 05-06-08, 05:49 AM
Replies: 14
Views: 9,369
Posted By Layrajha
Isn't there a global variable for that anyway?...

Isn't there a global variable for that anyway? Like MAX_CHAT_FRAMES or something like that? I remember something like that in ChatFrame.lua, even though it's quite old.

Also, I'm surprised that...
Forum: General Authoring Discussion 05-02-08, 05:20 AM
Replies: 14
Views: 9,369
Posted By Layrajha
You have 3 frames to hide for each of the (up to...

You have 3 frames to hide for each of the (up to 10) chat frames:

ChatFrameX
ChatFrameXTab
ChatFrameXTabDockRegion

(where X has to be replaced with whatever integer is the ID of the frame you want...
Forum: WoWI's Pick(s) of the Week 04-30-08, 08:17 PM
Replies: 6
Views: 9,692
Posted By Layrajha
It was not any flaming :< It was a quote from...

It was not any flaming :< It was a quote from "Back to the Future" :<
Forum: News 04-30-08, 08:16 PM
Replies: 40
Views: 33,654
Posted By Layrajha
Not 1024? WTH?! /disappointed ;) ;)

Not 1024? WTH?!

/disappointed ;) ;)
Forum: Site help, bugs, suggestions/questions 04-30-08, 02:08 AM
Replies: 12
Views: 3,620
Posted By Layrajha
But why should I not behave like a dickhead, when...

But why should I not behave like a dickhead, when I have anonymity?!?!
Forum: WoWI's Pick(s) of the Week 04-30-08, 02:04 AM
Replies: 6
Views: 9,692
Posted By Layrajha
1.21 JIGOWATTS? Kid, you're outta gas, going no...

1.21 JIGOWATTS? Kid, you're outta gas, going no place fast.
Showing results 1 to 25 of 275