Showing results 1 to 25 of 48
Search took 0.00 seconds.
Search: Posts Made By: mondinga
Forum: Released AddOns 04-17-06, 01:25 PM
Replies: 0
Views: 3,212
Posted By mondinga
HotBar & Shell Update

Just released a quick update to fix some pet bar related issues from the 1.10 patch, enjoy.
Forum: AddOn Search/Requests 01-11-06, 03:07 AM
Replies: 2
Views: 4,582
Posted By mondinga
I've had it updated on my site since last...

I've had it updated on my site since last Tuesday, but unfortunately haven't had a moment to upload here. AQ and such ><
Forum: Released AddOns 12-09-05, 08:57 PM
Replies: 6
Views: 5,966
Posted By mondinga
There's obviously a way to do anything if you're...

There's obviously a way to do anything if you're going to be changing code, but that's not the typical context of help requests, so I assumed not.
Forum: General Authoring Discussion 11-29-05, 02:17 AM
Replies: 47
Views: 17,053
Posted By mondinga
Didn't read quite the entire thread, but wanted...

Didn't read quite the entire thread, but wanted to drop a comment on the general practice.

I've been using it quite a lot for a while now. All GypsyMod code starting with the releases I'll be...
Forum: Chit-Chat 11-04-05, 05:53 PM
Replies: 64
Views: 38,887
Posted By mondinga
Make me jealous~ Perhaps there shall be a next...

Make me jealous~ Perhaps there shall be a next year.
Forum: Lua/XML Help 10-29-05, 09:47 AM
Replies: 3
Views: 5,520
Posted By mondinga
local enterFunc =...

local enterFunc = MainMenuExpBar:GetScript("OnEnter");
local newFunc function ()
-- your stuff here
end

MainMenuExpBar:SetScript("OnEnter", function ()
enterFunc()
newFunc();
end);
Forum: AddOn Help/Support 10-17-05, 05:57 PM
Replies: 2
Views: 3,561
Posted By mondinga
I've got an idea on fixing this that I'll be...

I've got an idea on fixing this that I'll be trying, stay tuned.
Forum: AddOn Help/Support 10-13-05, 09:14 PM
Replies: 11
Views: 4,892
Posted By mondinga
Well instead of wondering at what changed to...

Well instead of wondering at what changed to effect frame levels I'll just do the obvious and easy fix. Will come in the next update, prolly by Sunday.
Forum: AddOn Help/Support 10-13-05, 09:51 AM
Replies: 2
Views: 3,506
Posted By mondinga
Rough load order: -> OnLoad & In-line scripting,...

Rough load order:
-> OnLoad & In-line scripting, in the order it's loaded (files included in .toc and .xml are loaded in the order specified, add-ons are loaded alphabetically to my knowledge, with...
Forum: AddOn Help/Support 10-13-05, 09:46 AM
Replies: 11
Views: 4,892
Posted By mondinga
Well quit it!:P And you're sure you've updated...

Well quit it!:P

And you're sure you've updated to the 1.8 version?
Forum: AddOn Help/Support 10-12-05, 09:45 PM
Replies: 11
Views: 4,892
Posted By mondinga
Am I to assume the problem fixed then?~

Am I to assume the problem fixed then?~
Forum: AddOn Help/Support 10-12-05, 06:06 PM
Replies: 11
Views: 4,892
Posted By mondinga
Try deleting layout-cache.txt in...

Try deleting layout-cache.txt in WTF\Account\AccountName\CharacterName\
Forum: Released AddOns 10-11-05, 08:45 PM
Replies: 0
Views: 4,139
Posted By mondinga
1.8 Update Available

Everything updated for 1.8, changes:

- Fixed a few bugs in HotBar & UnitBars caused by Blizzard moving the macro and key binding interfaces to their own load-on-demand add-ons, and subsequent...
Forum: Released AddOns 10-11-05, 07:24 PM
Replies: 0
Views: 3,809
Posted By mondinga
1.8 Update Info

Just thought I'd drop a quick note to say the 1.8 update won't be up until later tonight. I just got home and had no idea 1.8 had been released. Usually I have an update ready from the test server,...
Forum: Lua/XML Help 10-10-05, 09:38 AM
Replies: 2
Views: 4,103
Posted By mondinga
For each key & it's value as k & v in table, do...

For each key & it's value as k & v in table, do something. In this case, iterating over the WARRIOR_options array would return first k=1, v=d, then k=2, v=e, and finally k=3, v=f.
Forum: AddOn Help/Support 09-10-05, 09:36 AM
Replies: 26
Views: 11,789
Posted By mondinga
Here's an idea... play the game legally!

Here's an idea... play the game legally!
Forum: Lua/XML Help 09-09-05, 07:46 PM
Replies: 5
Views: 5,436
Posted By mondinga
Well you can slap a rescale on anything on the...

Well you can slap a rescale on anything on the screen, but making sure a frame stays usable, and that everything in relation to it does, is tricky at times. It does work great for a lotta stuff...
Forum: Lua/XML Help 09-09-05, 04:57 PM
Replies: 5
Views: 5,436
Posted By mondinga
Offset distances get scaled whether you're...

Offset distances get scaled whether you're anchoring to UIParent or anything else, and it's definitely not always convenient >< I dunno that I'd call it messy, but it gets a bit overused because it's...
Forum: Chit-Chat 08-17-05, 12:11 AM
Replies: 53
Views: 21,093
Posted By mondinga
While yer at it, remove all of the Gypsy add-ons...

While yer at it, remove all of the Gypsy add-ons you have, and keep them off.
Forum: Released AddOns 07-13-05, 01:20 AM
Replies: 0
Views: 4,982
Posted By mondinga
1.6 Update

1.6 didn't change much to affect Gypsy. I've uploaded versions with updated .toc's anyway though.
Forum: Released AddOns 07-13-05, 01:19 AM
Replies: 1
Views: 4,923
Posted By mondinga
Yep, go into Key Bindings and scroll to the...

Yep, go into Key Bindings and scroll to the bottom, you'll see them.
Forum: Released AddOns 06-08-05, 01:49 AM
Replies: 0
Views: 4,973
Posted By mondinga
Patch Update Available!

All new update for the 1.5 patch, enjoy!

http://www.wowinterface.com/downloads/index.php?cid=31&dp=0&sh=full&so=desc&sb=lastupdate
Forum: Lua/XML Help 05-26-05, 05:15 PM
Replies: 62
Views: 46,668
Posted By mondinga
If it's any reassurance, I had no real...

If it's any reassurance, I had no real programming experience when I recieved my WoW beta. I've been a web designer for years, and have used PHP for relatively basic things, but I had no training or...
Forum: Released AddOns 04-02-05, 03:02 PM
Replies: 0
Views: 4,968
Posted By mondinga
More Updates

I've uploaded updates to the Full, HotBar, BuffBar, and UnitBar distributions here. Check my website for details: http://gypsymod.the-mad.net
Forum: Released AddOns 03-27-05, 12:46 AM
Replies: 0
Views: 5,011
Posted By mondinga
Updates

I've released a number of updates since the patch to address several issues, and to finally move all localization into a single distribution. I've made the latest version available here, and also...
Showing results 1 to 25 of 48