Results: 45Comments by: Jasmeralia
File: Unit Frame Action Bars02-01-07
Originally posted by Sinister Black...
Posted By: Jasmeralia
Originally posted by Sinister Black I have the same problem and this is enabled. I get it when i target myself. and also I have a small black square that shows just slightly to the mid upper left of the screen. When i target myself and get that error message, i also get 2 other squares - one to the lower left of the square that...
File: Unit Frame Action Bars01-30-07
Re: Bugs
Posted By: Jasmeralia
Originally posted by LSG Yeah, I can't make the bars stay where I put them. :-/ Otherwise.. I'd be in L-O-V-E. <3 Originally posted by Urlryn Heya Jas! Just thought i'd pipe in a few things i've seen 1. Action bars when you move them will not stay where you put them even if you lock it Like I mentioned earlier......
File: Unit Frame Action Bars01-30-07
Originally posted by Faydra I kee...
Posted By: Jasmeralia
Originally posted by Faydra I keep getting the following error: UFAB_AttachFrame: frame2 unknown (possibly not supported by the unit frame mod), displaying UFABToTBarFrame. I am using the default Blizzard unit frames.. Any help appreciated, I love this mod. If you're using the default Blizzard UI, you probably just...
File: Unit Frame Action Bars01-16-07
Originally posted by Deca How's i...
Posted By: Jasmeralia
Originally posted by Deca How's it going Jas? There was so much activity there for awhile, but haven't heard anything since. Maybe your busy with real life, that's ok then. Yeah, RL has been busy lately. Dealing with doctors appts and all sorts of fun with that. That and I had to get my main to 60 before BC (which I did, with...
File: Unit Frame Action Bars01-07-07
GetPoint bugged atm...
Posted By: Jasmeralia
Ok... I've been playing with GetPoint and it's not reliable at the moment. There is a Blizzard bug with dragging frames and using GetPoint at the moment (see this link: http://forums.worldofwarcraft.com/thread.html?topicId=48687275&sid=1). I'll need to test this code after the next patch and see how it works then. I'm not sure if...
File: Unit Frame Action Bars01-07-07
Re: Re: Re: Re: Re: Error messages
Posted By: Jasmeralia
Originally posted by skyflash No, DUF does support it, but you did not put the line into your mod. If you look at your detect code, you will see that the DUF part is missing the ToTT case, but the other styles do have it. But yes, unsupported frames should be recognized as well.... BTW... would be great, if we can get rid of tho...
File: Unit Frame Action Bars01-07-07
My brief testing showed some proble...
Posted By: Jasmeralia
My brief testing showed some problems with 0.9, so I'll be working on that when I have some time at home.
File: Unit Frame Action Bars01-07-07
Re: Target Bars
Posted By: Jasmeralia
Originally posted by Kilzon >>"Hostile/Friendly target bars: Please let me know how this works out for you all. I can potentially see an issue where you are in-combat and changing from a friendly target to a hostile target and it cannot swap the bar due to the UI Protection Blizzard has implemented. If this is an active issue I am...
File: Unit Frame Action Bars01-06-07
Re: Re: Re: Error messages
Posted By: Jasmeralia
Originally posted by skyflash But there is.... you forgot to program one case... elseif (frame_type == FRAME_TOTT) then This frame is missing for DUF.... so it will fail every time that the TOTT frame comes along. Do you mean that DUF doesn't support ToTT? That's the impression I got from looking at the code. I'll add in c...
File: Unit Frame Action Bars01-06-07
Thanks borohir and skyflash. I'l...
Posted By: Jasmeralia
Thanks borohir and skyflash. I'll probably put together 0.9 tonight at work. I like the work you did, borohir, but I want to make it use GetPoint instead of GetLeft/GetTop. This way I can still call AttachFrame, I just need to pass x/y offsets... and if you move the unit frame, it will move the bars with it. I can then add in t...
File: Unit Frame Action Bars01-06-07
Re: Error messages
Posted By: Jasmeralia
Originally posted by skyflash UFAB_AttachFrame: frame2 unknown, displaying UFABRaid11BarFrame I get the same message for target bars and all other raid bars. I do have CTRA and Discord Unit Frames installed. I don't have time right now, but when I get some I will fix it and tell you how I did it. Frame Names: DUF_FocusFram...
File: Unit Frame Action Bars01-06-07
Originally posted by skyflash if...
Posted By: Jasmeralia
Originally posted by skyflash if (GetNumRaidMembers() > 0) then for i = 1, 40 do UFAB_AttachFrame("UFABRaid"..i.."BarFrame", UFAB_FrameName(FRAME_RAID, i, style_main), "raid"..i) end else for i = 1, 40 do getglobal("UFABRaid"..i.."BarFrame"):Hide() end end copy paste error in your raid code.... should be...
File: Unit Frame Action Bars01-06-07
Re: How to get Frame Names
Posted By: Jasmeralia
Originally posted by skyflash You write often that you didnt know the name of frames... there is an easy way to get them. Install Discord Frame Modifier (DFM) and use the frame finder it has included... it will give you the exact frame name with parent and children.... it's great. *g* There is an updated DFM version that work...
File: Unit Frame Action Bars01-06-07
Uploaded 0.8. Written at work, so u...
Posted By: Jasmeralia
Uploaded 0.8. Written at work, so untested. Please report any errors (the exact error message is most helpful) along with what unit frame mods you are using.
File: Unit Frame Action Bars01-06-07
Originally posted by Deca Jas, I...
Posted By: Jasmeralia
Originally posted by Deca Jas, I'm not sure how to display the raid bar? I tried it in a raid for the first time and cannot get the bar to show up.. Update, I noticed this message when attempting to setup raid: UFAB_AttachFrame:attaching UFABRaid1BarFrame to Pearl_Raid1 failed: Perl_Raid1 does not exist. I don't believe t...
File: Unit Frame Action Bars01-06-07
Re: Little problems I encountered
Posted By: Jasmeralia
Originally posted by skyflash Hi, nice addon...some small things.... 1. The translation for "Inner Fire" for german is "Inneres Feuer".. it would be nice, if you could include that one in your two IF clauses in the hacks section, so I don't have to add it myself every update. *g* Like... if (name == "Inner Fire" or name ==...
File: Unit Frame Action Bars01-06-07
Re: Re: 0.7 Uploaded
Posted By: Jasmeralia
Originally posted by Deca I can't seem to be able to show my toons bar, even after I type in /ufab showplayer. My chat states "UFAB: Showing player bar", but I cannot see it even when I grab a spell to put in there. (Edit) - When I turned on Classic Pearl I can now see the player bar... What unit frame mod were you using bef...
File: Unit Frame Action Bars01-06-07
Originally posted by Paulbino I'm...
Posted By: Jasmeralia
Originally posted by Paulbino I'm having the same problem. I don't use Perl frames. I love this addon, and have gotten quite a few of my friends to use it as well. Can we get a fix for this? What unit frame are you using? Originally posted by Paulbino What is happening is that the drag box for the player bar is hovering on...
File: Unit Frame Action Bars01-06-07
Originally posted by Deca I can p...
Posted By: Jasmeralia
Originally posted by Deca I can put spells in the target bar, and they work, just can't see the icons. I see blank boxes. Also, even though I have the bars locked, they will jump to their start point sometimes. The target bar is a known issue, see previous posts. If you read the main post here you will notice the bars ju...
File: Unit Frame Action Bars01-05-07
Re: Re: 0.7 Uploaded
Posted By: Jasmeralia
Originally posted by akki bars are unlocked but I cannot move them, what's wrong? Are you dragging them using the nub to the left of the frame?
File: Unit Frame Action Bars01-05-07
0.7 Uploaded
Posted By: Jasmeralia
Ok, tossed up 0.7, which has a lot of fixes. The main thing I need to get working now is the target bar issues and further options in the config window.
File: Unit Frame Action Bars01-05-07
Re: Re: Re: Hows the programming going?
Posted By: Jasmeralia
Originally posted by Deca What server are you on Jas? If your on Hellscream I'll help you level your priest! I'm on Perenolde. Priest hit 12 so I'm testing the Inner Fire Fade hack now. Right now it's not throwing up any errors but its not fading the button, either.
File: Unit Frame Action Bars01-03-07
Re: Error Message
Posted By: Jasmeralia
Originally posted by Deca I also get an error message when I try and change the button size, if I drag the slider to minimise the buttons I get an error that the button size cannot be <0. :confused: Yeah, I noticed that and already fixed it in 0.7. A scale of 0 is invisible. Less than that is invalid.
File: Unit Frame Action Bars01-03-07
Originally posted by cs61ar Hey J...
Posted By: Jasmeralia
Originally posted by cs61ar Hey Jas, Happy new year and thanks for your continued good work. In addition to the error detailed in the posr below upon starting the game I always get the following error when ppl join a raid group "UFAB_AttachFrame frame2 unknown, displayname UFABPartyPet2BarFrame" I am using CT_Unitframe...
File: Unit Frame Action Bars01-03-07
Re: Hows the programming going?
Posted By: Jasmeralia
Originally posted by Deca Hey Jas, I like what you've done and am looking forward to any updates. If you need testers let me know. Thanks. I'll probably be tossing 0.7 up later tonight, with a few enhancements. :) Need to level my priest to 12 so I can confirm the Inner Fire Fading hack is working correctly.