Showing results 1 to 24 of 24
Search took 0.00 seconds.
Search: Posts Made By: SaraFdS
Forum: General Authoring Discussion 09-29-12, 10:11 AM
Replies: 187
Views: 138,103
Posted By SaraFdS
As far as I know about this, it's mainly about ad...

As far as I know about this, it's mainly about ad revenue, getting more visitors/traffic, getting fans and a good reputation (hint: you're doing it wrong), becoming better known in general (which all...
Forum: General Authoring Discussion 09-29-12, 10:02 AM
Replies: 3
Views: 4,130
Posted By SaraFdS
And if your client seems to freeze, take a break...

And if your client seems to freeze, take a break and get a coffee, everything's fine. It can take several minutes to extract that ~1 GB of art files.
Forum: AddOn Help/Support 08-30-12, 01:20 PM
Replies: 4
Views: 6,015
Posted By SaraFdS
That's an easy one - the function has been...

That's an easy one - the function has been removed and replaced by GetNumGroupMembers. A simple search & replace on all addon files should do for most if not all occasions:

search for:...
Forum: General Authoring Discussion 08-25-12, 04:41 PM
Replies: 187
Views: 138,103
Posted By SaraFdS
Well, that's gonna be a tough one, as apparently...

Well, that's gonna be a tough one, as apparently you cannot count too much on common sense from WoA/TTH.

Maybe Curse could take action, as the data was taken from their site as it seems, but then...
Forum: General Authoring Discussion 08-25-12, 09:53 AM
Replies: 187
Views: 138,103
Posted By SaraFdS
Pages and files are removed, but I got no reply....

Pages and files are removed, but I got no reply. Maybe they're tired of being nice to people they've been stealing from? :rolleyes:
Forum: General Authoring Discussion 08-24-12, 04:08 PM
Replies: 187
Views: 138,103
Posted By SaraFdS
Sent a mail, let's see what happens. Guess I'll...

Sent a mail, let's see what happens.

Guess I'll update my addon desriptions with a small note - as these are blatantly copied most of the time, they'll dig their own grave.
Forum: News 08-20-12, 11:47 AM
Replies: 27
Views: 50,735
Posted By SaraFdS
Well, I'm by far not as active here as I'd like...

Well, I'm by far not as active here as I'd like to be, but whenever I step by I enjoy being part of a really great community.

Creating and caring for places where such communities can evolve for 10...
Forum: Lua/XML Help 11-11-11, 10:53 AM
Replies: 11
Views: 10,321
Posted By SaraFdS
I'm creating two FontStrings to display timers....

I'm creating two FontStrings to display timers. The event that updates them fires ~every second. To not overwrite them if nothing changed, I'm caching their state, also in two local vars.
local...
Forum: Lua/XML Help 11-11-11, 05:09 AM
Replies: 11
Views: 10,321
Posted By SaraFdS
Effectively that's what I've done in my...

Effectively that's what I've done in my workaround (just different variable names), seems you got that idea faster than I did :D

No, I was looking for a way to get a local variable, similar to how...
Forum: Lua/XML Help 11-10-11, 11:18 PM
Replies: 11
Views: 10,321
Posted By SaraFdS
_G for local variables

After searching and trying almost an hour to find a way to access local variables with dynamic names (and facepalming when the most simple solution sprang to my mind...), I'm still wondering: is...
Forum: Lua/XML Help 10-17-11, 07:15 AM
Replies: 18
Views: 13,914
Posted By SaraFdS
Isn't it as simple as combining isNotRadio =...

Isn't it as simple as combining isNotRadio = false and keepShownOnClick = true?
Forum: AddOn Search/Requests 09-28-11, 01:56 AM
Replies: 13
Views: 12,202
Posted By SaraFdS
As I was recently trying to add a similar...

As I was recently trying to add a similar functionality to my UI (well, it works, it just looks horrible), this screen leads me to the question how to create columns in tooltips.
Forum: AddOn Search/Requests 09-28-11, 01:34 AM
Replies: 11
Views: 9,079
Posted By SaraFdS
Intuitively I'd choose the latter, thinking that...

Intuitively I'd choose the latter, thinking that Lua itself can do it faster than doing it in Lua. But if you have really large tables, it's probably better to benchmark it beforehand.
Forum: AddOn Search/Requests 12-18-10, 06:03 AM
Replies: 4
Views: 3,765
Posted By SaraFdS
Or you could check out AutoRespond...

Or you could check out AutoRespond (http://www.wowinterface.com/downloads/info6337-AutoRespond.html), it's pretty old but still working fine (at least, when I last used it..)
Forum: Lua/XML Help 11-06-10, 07:34 AM
Replies: 7
Views: 3,769
Posted By SaraFdS
Alright, seems like it's not that simple a...

Alright, seems like it's not that simple a question, thanks for your input.
Forum: Lua/XML Help 11-05-10, 10:30 PM
Replies: 7
Views: 3,769
Posted By SaraFdS
declaring local variables inside functions?

A simple(?) question that just came to my mind, when using local variables inside local functions, what's the most efficient and/or fastest way to do so?
Declare it once, outside the function
local...
Forum: Lua/XML Help 10-02-10, 06:40 PM
Replies: 0
Views: 3,446
Posted By SaraFdS
Moving split guild bank items

I'm currently looking for a way to move a split stack of items from my guild bank into my bags.

Picking up a split stack onto the cursor using SplitGuildBankItem() works fine, however I don't seem...
Forum: Chit-Chat 08-30-10, 08:46 AM
Replies: 9
Views: 9,642
Posted By SaraFdS
Try deleting mmoc's cookies - worked like a charm...

Try deleting mmoc's cookies - worked like a charm for me.
Forum: General Authoring Discussion 08-23-10, 04:09 PM
Replies: 1
Views: 4,327
Posted By SaraFdS
Dubious sites using addons as a bait for trojan distribution

Since I read a thread here at WoWI, about sites hosting addons without their author's permission, I've been googling my own addons every now and then. Until today, I only found the "official" pages...
Forum: AddOn Search/Requests 08-20-10, 07:56 AM
Replies: 7
Views: 16,367
Posted By SaraFdS
You don't need an Addon to run these Commands, in...

You don't need an Addon to run these Commands, in fact, Addons consist of these, so basically you're going to write your own little Addon, so here's just the basic steps:

Create a new folder in your...
Forum: Released AddOns 08-11-10, 01:02 PM
Replies: 2
Views: 4,512
Posted By SaraFdS
Just open the "NickCompleter.lua" with any Text...

Just open the "NickCompleter.lua" with any Text Editor, search for ChatFrameEditBox (it appears 4 times), replace it with ChatFrame1EditBox, save the changes and voilá, it works again.
Forum: AddOn Search/Requests 08-06-10, 08:07 PM
Replies: 3
Views: 3,679
Posted By SaraFdS
Not an Addon, but mmoc's raidcomp should do the...

Not an Addon, but mmoc's raidcomp should do the job.

http://raidcomp.mmo-champion.com/
Forum: AddOn Search/Requests 08-05-10, 04:53 PM
Replies: 10
Views: 18,172
Posted By SaraFdS
Given the fact that only one character per...

Given the fact that only one character per account can be online at the same time (except for disconnects and some other technical issues like stuck characters) one could easily get the information...
Forum: Cataclysm Beta 08-03-10, 02:07 AM
Replies: 101
Views: 40,508
Posted By SaraFdS
Definitely OmniCC. Not knowing when my CDs are up...

Definitely OmniCC. Not knowing when my CDs are up again can literally kill me.
Pitbull as a close second, the standard frames wasting 2/3 of their size for useless clutter are horrible, and the new...
Showing results 1 to 24 of 24