Showing results 1 to 15 of 15
Search took 0.00 seconds.
Search: Posts Made By: Recompense
Forum: Lua/XML Help 04-19-15, 05:09 PM
Replies: 11
Views: 7,843
Posted By Recompense
This I like! I'll check it out.

This I like! I'll check it out.
Forum: Lua/XML Help 04-19-15, 01:09 AM
Replies: 4
Views: 2,613
Posted By Recompense
I'm not sure if the visibility information the...

I'm not sure if the visibility information the code "needs" in order to determine 2 or 3 rows is properly available until the UI is drawn. Since it pertained to the arrangement of the UI, I figured...
Forum: Lua/XML Help 04-18-15, 04:37 PM
Replies: 11
Views: 7,843
Posted By Recompense
I did find that setting but I didn't think it...

I did find that setting but I didn't think it impacted the game language - but I'll have to check it out!
Forum: Lua/XML Help 04-18-15, 03:04 PM
Replies: 4
Views: 2,613
Posted By Recompense
If you need to wait until the UI is generated...

If you need to wait until the UI is generated before taking action, the (usually) safest method is to set up an OnUpdate handler for a frame in your addon.

The OnUpdate handler executes whatever...
Forum: Lua/XML Help 04-18-15, 02:44 PM
Replies: 11
Views: 7,843
Posted By Recompense
True, this will work great for whatever UI...

True, this will work great for whatever UI elements I'm testing.


There are a few instances where I need localized zone text, though. I could look these things up on Wowhead or other sites, but I...
Forum: Lua/XML Help 04-17-15, 09:20 PM
Replies: 11
Views: 7,843
Posted By Recompense
You're right. I don't need to. It was to test the...

You're right. I don't need to. It was to test the localization, not to code it.

My code checks for a return of a function and compares it to an English string, so it breaks when their client...
Forum: Lua/XML Help 04-17-15, 07:58 PM
Replies: 11
Views: 7,843
Posted By Recompense
Changing Client Locale

Hi there - been a while since I've written addon code requiring localization, but it looks like one of my recent addons has gained at least 1 international user! I cheated/used liberal shortcuts...
Forum: WoWI's Pick(s) of the Week 03-24-15, 07:55 PM
Replies: 1
Views: 5,371
Posted By Recompense
Thanks for featuring All Your Base!

I didn't expect to see All Your Base show up here just a few months after launch - thanks for featuring my work!

:)
Forum: Site help, bugs, suggestions/questions 03-13-15, 09:25 PM
Replies: 1
Views: 1,888
Posted By Recompense
Agreed on both counts!

Agreed on both counts!
Forum: Lua/XML Help 10-25-09, 10:17 PM
Replies: 0
Views: 2,852
Posted By Recompense
PlayerModel question

I have a PlayerModel that I'd like to be able to have perform emotes on command, such as dancing or cheering.

Searching around suggests that I should be using PlayerModel:SetSequenceTime(sequence,...
Forum: Site help, bugs, suggestions/questions 01-25-09, 01:09 AM
Replies: 1
Views: 675
Posted By Recompense
Bump for great justice - and because I'd been...

Bump for great justice - and because I'd been forgetting to check my bug reports and found one that was a month old. :(
Forum: Site help, bugs, suggestions/questions 10-17-08, 06:29 AM
Replies: 1
Views: 675
Posted By Recompense
Email notification of Feature Requests/Bug Reports

Is there a way to enable email notification of feature requests and bug reports that I receive through my author portal, as I have for comments on my files and replies to threads I've subscribed...
Forum: Lua/XML Help 10-09-08, 01:04 PM
Replies: 6
Views: 5,264
Posted By Recompense
A naive performance issue question - what's the...

A naive performance issue question - what's the drag on speed if you're saving the variable every single time the box has a text edit? I know that it's tiny, but I'm trying to learn more about which...
Forum: Lua/XML Help 10-09-08, 10:49 AM
Replies: 6
Views: 5,264
Posted By Recompense
editbox:GetText() returns the text that's typed...

editbox:GetText() returns the text that's typed into the editbox. You could save this to a variable when the Enter key or a "save" button is pressed (what I usually do), or just leave the text the...
Forum: Site help, bugs, suggestions/questions 07-20-08, 07:21 PM
Replies: 1
Views: 741
Posted By Recompense
Way to change username?

I registered on this site several years ago and had forgotten, so when I tried to re-register it told me my email address was in use. However, I'd like to change my user name. Is this possible?
Showing results 1 to 15 of 15