Showing results 1 to 22 of 22
Search took 0.00 seconds.
Search: Posts Made By: mtp1032
Forum: AddOn Help/Support 04-28-20, 11:52 AM
Replies: 3
Views: 3,236
Posted By mtp1032
Thanks. Looks like I'll need to change the name...

Thanks. Looks like I'll need to change the name to something else.
Forum: AddOn Help/Support 04-28-20, 10:02 AM
Replies: 3
Views: 3,236
Posted By mtp1032
Puzzling Error When Porting Classic AddOn to BFA

Here is the error and its associated stack trace. When you look through the trace, lines from my code show the ChaChing directory.

All other addons are disabled. This error appears upon login. I can...
Forum: General Authoring Discussion 10-02-19, 07:37 AM
Replies: 5
Views: 5,654
Posted By mtp1032
I see. Thanks, Kanegasi, I didn't know that about...

I see. Thanks, Kanegasi, I didn't know that about frame-button semantics.

Cheers,
Forum: Released AddOns 10-01-19, 05:30 PM
Replies: 0
Views: 6,691
Posted By mtp1032
ChaChing V1.0.0 - Auto Sell by Quality and Bag

I am the author of ChaChing (https://www.wowinterface.com/downloads/info25376-ChaChing.html), my attempt at providing a configurable automatic, bulk sales addon. Click on the link to get more...
Forum: General Authoring Discussion 10-01-19, 02:57 PM
Replies: 5
Views: 5,654
Posted By mtp1032
Seriously, is it that simple? So on MouseUp the...

Seriously, is it that simple? So on MouseUp the code would

(1) Get the item link held by the cursor
(2) Clear the cursor
(3) Execute the necessary code to insert the item into the exception...
Forum: General Authoring Discussion 09-30-19, 08:09 PM
Replies: 5
Views: 5,654
Posted By mtp1032
HOWTO: Drag and Drop To An Options Menu?

I have an addon that can be configured to sell items by quality (common, uncommon, rare, epic) and/or container (i.e., all items in the selected bags will be sold regardless of quality). All this...
Forum: General Authoring Discussion 09-08-19, 06:48 PM
Replies: 7
Views: 4,663
Posted By mtp1032
Thanks.

I'm truly sorry I didn't get back to you earlier. I was called away for a couple of weeks and just didn't have the time. I'll study your code/suggestions and incorporate them into Chaching. I'll let...
Forum: General Authoring Discussion 08-26-19, 02:06 PM
Replies: 7
Views: 4,663
Posted By mtp1032
When this code is executed, the player's bag...

When this code is executed, the player's bag slots are queried to see if they contain a bag (bg:getBag(slotNum). If a bag is not present then a checkbox is created for that bag. If not bag is...
Forum: General Authoring Discussion 08-26-19, 01:46 PM
Replies: 7
Views: 4,663
Posted By mtp1032
Thank you Vrul and Auz

Vrul, I'll post my code in just a bit. Right now I'm creating names for the Classic launch.

Cheers,
Forum: General Authoring Discussion 08-25-19, 12:52 PM
Replies: 7
Views: 4,663
Posted By mtp1032
UIDropDownMenu Alternatives?

I wrote a prototype AddOn whose options were implemented using the libs of UIDropDownMenu. I'm glad I prototyped it because I learned that the options of UIDropDownMenu cannot be refreshed. So, is...
Forum: General Authoring Discussion 01-11-19, 07:00 PM
Replies: 2
Views: 3,676
Posted By mtp1032
Thanks. I was never expecting to copy/paste...

Thanks. I was never expecting to copy/paste programmatically. But, that's a nano-nit. Thanks for the direction. It helped a lot.

Cheers
Forum: General Authoring Discussion 01-10-19, 07:11 PM
Replies: 2
Views: 3,676
Posted By mtp1032
[Q] HOWTO: Scroll frame with EditBox

Greetings,

What approach should I use to develop an EditBox frame with a scroll bar - like a Chat frame but with the ability to copy the text (in whole or in part) to the player's clipboard?

I've...
Forum: General Authoring Discussion 01-01-19, 07:32 AM
Replies: 4
Views: 1,607
Posted By mtp1032
You're right! That's exactly what I am (was)...

You're right! That's exactly what I am (was) thinking. I'll need to sketch the tables to grok this.

Thanks and cheers,
Forum: General Authoring Discussion 12-31-18, 11:17 PM
Replies: 4
Views: 1,607
Posted By mtp1032
Well, thanks as always, Fizzlemizz but I'm not...

Well, thanks as always, Fizzlemizz but I'm not sure I understood your suggestion. For example, I rewrote the method and changed its name from this (the original):
function Slot:is_a()
return...
Forum: General Authoring Discussion 12-31-18, 07:01 PM
Replies: 4
Views: 1,607
Posted By mtp1032
Help with Lua OO

Here is an error I'm having trouble tracking down.

Message: Interface\AddOns\SandBox\libs\UnitTests.lua:38: attempt to call method 'is_a' (a string value)

Here's my class declaration followed by...
Forum: Lua/XML Help 11-16-17, 11:49 AM
Replies: 4
Views: 1,630
Posted By mtp1032
LUA Scoping Semantics

Hello,

I'm a very new to LUA programming (2 full days), tho' I do have an extensive background in C/C++ and Java. Alas, I have run into what appears to be a scoping problem and I'm confused. Here's...
Forum: General Authoring Discussion 11-13-17, 07:15 AM
Replies: 4
Views: 2,376
Posted By mtp1032
Kanegasi and Fizzlemizz - Thanks to you both. I...

Kanegasi and Fizzlemizz - Thanks to you both. I thought it might be something like that.
Forum: General Authoring Discussion 11-12-17, 08:03 PM
Replies: 4
Views: 2,376
Posted By mtp1032
Naive Question: assert() error message

This is my first foray into LUA and WoW Addon development. So apologies in advance for the naivity.

Note the call to assert() in the function below. While it terminates the program correctly, it...
Forum: Site help, bugs, suggestions/questions 11-11-17, 03:05 PM
Replies: 7
Views: 1,314
Posted By mtp1032
Excellent considerations. I wonder if you would...

Excellent considerations. I wonder if you would allow me to quote you on the Blizz Classic forums? I won't unless you grant permission, but these are good.

Cheers,
Forum: Site help, bugs, suggestions/questions 11-11-17, 01:56 PM
Replies: 7
Views: 1,314
Posted By mtp1032
That's sort of what I guessed (I'm a retired s/w...

That's sort of what I guessed (I'm a retired s/w developer - kernel code, though), but didn't want to weigh my question in that direction.

...

Agreed. One final question, if you don't mind: my...
Forum: Site help, bugs, suggestions/questions 11-11-17, 12:38 PM
Replies: 7
Views: 1,314
Posted By mtp1032
Support for AddOn Development for Blizzard's Classic

This comment appeared in another forum:



Which raises the question of whether this site will open its forums to developers of addons for Blizzard's Classic version of Vanilla, and if so,...
Forum: AddOn Help/Support 09-24-11, 05:57 PM
Replies: 1
Views: 3,589
Posted By mtp1032
Healbot and DK Diseases

Can I configure HB so that it does not color the bars of players with Frost Fever and/or Blood Plague (DK diseases that are not curable)?

Thanks,
Showing results 1 to 22 of 22