Showing results 1 to 18 of 18
Search took 0.00 seconds.
Search: Posts Made By: Goatus
Forum: Lua/XML Help 04-27-10, 07:28 AM
Replies: 9
Views: 4,338
Posted By Goatus
Well I'm currently just disabling background...

Well I'm currently just disabling background layer (:DisableDrawLayer()) and it works.

Still i wonder if maybe this is something worth reporting to Blizzard, cause it looks like some kind of memory...
Forum: Lua/XML Help 04-26-10, 04:24 PM
Replies: 9
Views: 4,338
Posted By Goatus
Yes and no. What i mean: I know that it...

Yes and no.
What i mean: I know that it theoretically uses memory but lua should menage it so it doesn't grow that rapidly. In same code i do

chatTab:HookScript('OnEnter', function(self)...
Forum: Lua/XML Help 04-26-10, 03:21 PM
Replies: 9
Views: 4,338
Posted By Goatus
Well I'm blind and my problem isn't solved as i...

Well I'm blind and my problem isn't solved as i thought before

chatElement.Show = nil actually does nothing (ie doesn't prevent chat parts from showing) so im left with chatElement.Show =...
Forum: Lua/XML Help 04-26-10, 07:50 AM
Replies: 9
Views: 4,338
Posted By Goatus
Well initChatFrame(chatFrame, i) is called only...

Well initChatFrame(chatFrame, i) is called only once for every active ChatFrame on PLAYER_LOGIN if thats what you asking.

As for chatElement.Show = dummy its just short for _G[chatFrame .. i .....
Forum: Lua/XML Help 04-26-10, 05:29 AM
Replies: 9
Views: 4,338
Posted By Goatus
Something weird

So im coding chat addon, and while doing some testing i noticed it builds huge up amounts of memory if i mouseover chat window a lot (easily can top memory usage).

After some investigation I found...
Forum: Chit-Chat 06-18-08, 07:50 PM
Replies: 95
Views: 46,706
Posted By Goatus
This question may sound silly, but wouldn't...

This question may sound silly, but wouldn't Blizzard aproval to this program create dangerous precedence for bot/cheat developers to use?

If you let one program to read WoW memory legaly, then you...
Forum: Chit-Chat 10-07-06, 07:15 PM
Replies: 72
Views: 36,252
Posted By Goatus
From my understanding it means that while addons...

From my understanding it means that while addons can still do spellcasting / target changing and stuff like that, they can'not change their functionality based on info they get from diffrent sources....
Forum: AddOn Help/Support 02-08-05, 03:27 PM
Replies: 16
Views: 15,684
Posted By Goatus
Leftbottom corner of character selection screen...

Leftbottom corner of character selection screen :)

if you extracted everything fine then all addons that are in bloodeagles recompilation should show on addon list.
Forum: AddOn Help/Support 02-07-05, 06:07 PM
Replies: 12
Views: 12,491
Posted By Goatus
Well i also would like wowinterface to grow much...

Well i also would like wowinterface to grow much more stronger than it is now :)
I think that big plus of this site is: when you look through forums and addon list it feels that mod authors are...
Forum: Tutorials & Other Helpful Info. 02-07-05, 02:33 PM
Replies: 3
Views: 13,740
Posted By Goatus
Well im unsure about toplevel but it does seem to...

Well im unsure about toplevel but it does seem to affect leyering of frames (at least graphical parts as backdrops and textures...) as for flaging to mouse interaction both my frames had OnEnter...
Forum: Tutorials & Other Helpful Info. 02-06-05, 03:43 PM
Replies: 3
Views: 13,740
Posted By Goatus
frameStrata / toplevel / FrameLevel

Well probably all more expirienced WoW UI modders know all of these but it may be usefull for someone who is just starting


frameStrata

what it is: it't atribute which you use to define on...
Forum: Lua/XML Help 01-30-05, 08:10 PM
Replies: 0
Views: 13,468
Posted By Goatus
WoW API so called events -> need help

I'm slowlly starting to run out of patience (and options)...

Today when i was programing pet xp bar addon i encountered another problem with WoW API events.

I was programing part responsible for...
Forum: Lua/XML Help 01-30-05, 07:39 PM
Replies: 2
Views: 9,497
Posted By Goatus
hmm don't know if found your bug already but i...

hmm don't know if found your bug already but i will try answering

From what i can see you call PetWindow_Update (which is responsible for showing hidding your frame) only OnLoad for your...
Forum: AddOn Help/Support 01-28-05, 07:11 AM
Replies: 5
Views: 10,551
Posted By Goatus
Other possibility can be: there is some hiden...

Other possibility can be: there is some hiden frame for addon.. It shouldn't really happen if enableMouse is set on false but happened to me once.

When i was doing my durability addon i had this...
Forum: Lua/XML Help 01-17-05, 04:07 PM
Replies: 20
Views: 28,082
Posted By Goatus
Well i personaly started from reading through lua...

Well i personaly started from reading through lua manual (http://www.lua.org/manual/5.0/) but honestly it didn't help much. Maybe it is only me but i found that manual rather complicated and all it...
Forum: General Authoring Discussion 01-17-05, 02:20 PM
Replies: 16
Views: 12,733
Posted By Goatus
Well actually overriding orginal Blizzard...

Well actually overriding orginal Blizzard function for default tooltip anchor (GameTooltip_SetDefaultAnchor) so it set anchor as 'this' will also crash client on mouseover any moving creature ;p

But...
Forum: General Authoring Discussion 01-16-05, 02:41 PM
Replies: 16
Views: 12,733
Posted By Goatus
Yah exactly how it was in my case. It just...

Yah exactly how it was in my case. It just started crashing WoW out of nowhere and stoped after few times.. And still i cannot reproduce it now even once.

I did small addon nothing as complicated as...
Forum: General Authoring Discussion 01-16-05, 06:39 AM
Replies: 16
Views: 12,733
Posted By Goatus
Memory cannot be "read" bug

Well i run out of ideas on that one... it happens to me rarely and randomly. I tried to reproduce it and nail it by turning off and on diffrent Addons but no luck :(

Worst thing is that i don't know...
Showing results 1 to 18 of 18