Results: 128Comments by: almty1
File: MayronUI11-23-13
Re: Font size problem
Posted By: almty1
HI, love your work. I just went to the new Gen3 and now my font size wont stay where I set it. I use chatter and it wont stay set in that addon. I've also disabled that and the normal chat font size wont stay set. It resets after any loading screen. Thoughts? Right now that is happening by design. Mayron may be changing it. for no...
File: MayronUI11-22-13
Fix for Talent button
Posted By: almty1
Here is a better fix that toggles the Talent frame. elseif button == 'third' then if KeysState == 0 then -- Talents local playerLevel = UnitLevel("player") if playerLevel <=9 then print("|cff00ccffMayronUI:|r Requires level 10+ to view the Talents window.") else _G.LoadAddOn("Blizzard_TalentUI") --Tale...
File: MayronUI11-22-13
good, maybe this will be fixed in n...
Posted By: almty1
good, maybe this will be fixed in next version, dunno if the other buttons are buggy aswell. Temp fix for Talent button issue. elseif button == 'third' then if KeysState == 0 then -- Talents local playerLevel = UnitLevel("player") if playerLevel <=9 then print("|cff00ccffMayronUI:|r Requires level 10+ to view t...
File: MayronUI11-22-13
i just installed world of warcraft...
Posted By: almty1
i just installed world of warcraft completly new to try a fresh install. only have MayronUI installed. it happense to all chars, but i logged on my monk since a long time there it was working.. then after i relogged the monk its the same. i have german version on eu, tried also to use english but helps nothing. EDIT: when...
File: MayronUI11-22-13
thx for the help so far. it is Cha...
Posted By: almty1
thx for the help so far. it is ChatFrame.lua who is causing the problem with the talents. Also would be helpful to know... 1. Does this happen on all of your characters or one specific class. 2. What locale are you playing on (Ie what language and region) 3. Have you installed any other addons beside those in the MayronUI pa...
File: MayronUI11-22-13
for my problem its definitly the Ma...
Posted By: almty1
for my problem its definitly the Mayron UI Addon, when i disable this i can change my talents but the ui is broken ^^ i realy dont know why i have this. Its very possible. It could also be how MayronUI interacts with another addon as well. To help narrow this down do you mind doing a little additional troubleshooting. MayronUI c...
File: MayronUI11-21-13
still the same Getting this...
Posted By: almty1
still the same Getting this now too: Dont know what is wrong, all is working just the talents are bugging for me Remove that extra line I gave you then. Mayron will need to look at this. This type of issue is really hard to troubleshoot. Something is causing a taint somewhere. a lot of errors like this cropped up in...
File: MayronUI11-21-13
yeah i have the latest version. he...
Posted By: almty1
yeah i have the latest version. here is the lua failure: This is a wild guess as I cant reproduce the issue. Add the line below to SLDataText_Friends\SLDataText_Friends.lua right after line 65 FCF_StartAlertFlash = T.dummy
File: MayronUI11-21-13
When i want to change my talents a...
Posted By: almty1
When i want to change my talents a popup comes with this: (used google translator) did you upgrade to MayronUI 3.02? One possible source of that issue is the Friends error that was in SLDT.
File: MayronUI11-21-13
Re: Re: Re: Re: This wonderfull ui
Posted By: almty1
Mayron, In all honesty I have been a fan of your ui since I first saw it but the work you put into this and the continuing support to anyone and everyone who takes the time to post a question here is truly amazing! So I thought I'd make this account for two reason! first: To shove this small amount of feathers squarely up your ass...
File: MayronUI11-21-13
mhm everytime when i try to change...
Posted By: almty1
mhm everytime when i try to change my talents it crashes and i have to unload your UI to change them. any fix for this ? Do you have the error message? I just tested this on my rogue and can't reproduce it.
File: MayronUI11-17-13
Re: Bazooka Etc.
Posted By: almty1
Hey, long time no talk. Just want to say I love what you did with the UI, few things though, Bazooka seems not to be working or "saving profiles" As it should. Love the animation and streamline of the whole thing, less taxing on the addon usage overall. Going to have to swap back to the old UI for a little bit until the kinks are wo...
File: MayronUI11-17-13
Re: Re: Re: Version 3.0.1
Posted By: almty1
Its taking ages to be verified by the moderators. Sorry about that. Fixed a few things in update 3.0.1: Change Log (3.0.1): -- Added the Option to disable the Layout Switch Button which will also stop it from showing -- Added the Option to enable Time Stamps -- Added the Option to alter the font size of each individual Chat...
File: MayronUI11-17-13
Fix for friends error in SLDT. Add...
Posted By: almty1
Fix for friends error in SLDT. Add the code below to line 65 of SLDataText_Friends.lua in the folder SLDataText_Friends setfenv(FriendsFrame_OnShow, setmetatable({ UpdateMicroButtons = function() end }, { __index = _G }))--Fix some blizzard stupid
File: MayronUI11-17-13
If you decide to add the TopMenu yo...
Posted By: almty1
If you decide to add the TopMenu you can use the one from the modules in my UI. You already have Bazooka so the only work that would need to be done is creating the defaults in the DB and modifying the texture paths. Right now it only shows and hides with no animation. But it does page through 4 different Bazooka bars with the arrows...
File: MayronUI10-29-13
You can use any chat addon you want...
Posted By: almty1
You can use any chat addon you want. In your setup a function like this one below to position the chatframe where you want it. This updates the Config.wtf file with the SetUserPlaced command. This works great for me in my UI function addon:MoveChatFrame1Bottom() FCF_SetLocked(ChatFrame1, 1) ChatFrame1:ClearAllP...
File: SocialState10-29-13
5.41 error
Posted By: almty1
With 5.4.1 you get an error when you left click on SocialState to open friends frame. If you add this line below to line 416 in SocialState.lua it will be resolved. setfenv(FriendsFrame_OnShow, setmetatable({ UpdateMicroButtons = function() end }, { __index = _G }))--Fix some blizzard stupid Credit for the fix goes to Aranarth,...
File: aegerUI10-29-13
Socialstate erros
Posted By: almty1
If you are getting an error opening the friends frame with Socialstate add this line below to line 416 setfenv(FriendsFrame_OnShow, setmetatable({ UpdateMicroButtons = function() end }, { __index = _G }))--Fix some blizzard stupid
File: aegerUI10-29-13
5.4.1
Posted By: almty1
Anyone having issues after today's patch should update Mapster and Bartender4.
File: MayronUI10-28-13
If you have any insight into what m...
Posted By: almty1
If you have any insight into what might be causing this issue, it would be much appreciated, because being unable to swap talents on the fly, or have any focus target whatsoever is more than slightly annoying, and I don't think I can even go back to default after using this. Hi and thanks, great to hear you love the UI. The issue...
File: aegerUI10-27-13
Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Install
Posted By: almty1
no raid frame is included. I have not been raiding so haven't set one up yet.
File: aegerUI10-26-13
Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Install
Posted By: almty1
I've been trying to replicate this with different PC's in my house. An old laptop and my high end gaming PC all install fine. I tried 32bit and 64bit client. So far I have not been able to replicate. I'm trying to see if anyone in #wowuidev can test it. There is some factor we are missing here. Ok so I completely deleted wow and...
File: aegerUI10-26-13
Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Install
Posted By: almty1
I've been trying to replicate this with different PC's in my house. An old laptop and my high end gaming PC all install fine. I tried 32bit and 64bit client. So far I have not been able to replicate. I'm trying to see if anyone in #wowuidev can test it. There is some factor we are missing here.
File: aegerUI10-25-13
Re: Re: Re: Re: Re: Re: Re: Re: Re: Install
Posted By: almty1
I'm on San Diego time its 9PM here. Let me know a time frame if you can. I stay up late usually but I have an early day tomorrow. Try downloading another UI like Mayrons UI and see if you have trouble with all installs or if its just my code thats a prpoblem if you can please. Ok so I installed MayronUI without any issues, trie...
File: aegerUI10-25-13
Re: Re: Re: Re: Re: Re: Re: Install
Posted By: almty1
I'm at work atm using remote desktop, i'll send you a message when I get home I'm on San Diego time its 9PM here. Let me know a time frame if you can. I stay up late usually but I have an early day tomorrow. Try downloading another UI like Mayrons UI and see if you have trouble with all installs or if its just my code thats a p...