Showing results 1 to 19 of 19
Search took 0.00 seconds.
Search: Posts Made By: ALZA
Forum: Tech Chat 10-16-11, 04:47 PM
Replies: 20
Views: 36,529
Posted By ALZA
Tested WD5002AALX and WD1002FAEX a couple of days...

Tested WD5002AALX and WD1002FAEX a couple of days ago and it seems that you're right. =) The drives make annoying sound if mounted into metal old-style drive cage (like in most InWin cases). But...
Forum: Tech Chat 10-11-11, 04:40 AM
Replies: 20
Views: 36,529
Posted By ALZA
Is this really important if OS, applications and...

Is this really important if OS, applications and games are held on SSD? ~150Mb or ~174Mb is not a big difference when speaking about watching videos, listening to music etc. WD Caviar Black HDDs...
Forum: Tech Chat 10-11-11, 02:57 AM
Replies: 20
Views: 36,529
Posted By ALZA
AMD in not in the best form at the moment - Intel...

AMD in not in the best form at the moment - Intel CPUs are more powerful and more power-efficient. If you're not going to overclock the PC, Sandy Bridge Intel Core i5-2400 4-core CPU would be a wise...
Forum: Lua/XML Help 10-08-11, 03:27 PM
Replies: 2
Views: 4,203
Posted By ALZA
function(unit, unitOwner) local maxHealth =...

function(unit, unitOwner)
local maxHealth = UnitHealthMax(unit)
if( maxHealth <= 0 ) then
return "0.0%"
end

local healthPerc = UnitHealth(unit) / maxHealth * 100
if( healthPerc > 50)...
Forum: UI Screenshots, Feedback and Design Discussion 10-07-11, 03:24 PM
Replies: 1,556
Views: 812,250
Posted By ALZA
May I suggest to hide CompactRaidFrameManager?...

May I suggest to hide CompactRaidFrameManager? IMO it's absolutely useless in collapsed state.

One of possible solutions:
local listener = CreateFrame"Frame"

local function OnEvent(self, event,...
Forum: Lua/XML Help 09-18-11, 02:10 PM
Replies: 2
Views: 3,109
Posted By ALZA
Here is the list of default WoW addons:...

Here is the list of default WoW addons: https://github.com/tekkub/wow-ui-source/tree/live/AddOns. As you see in .toc file...
Forum: Lua/XML Help 09-16-11, 03:37 PM
Replies: 6
Views: 7,214
Posted By ALZA
Won't it be easier to use metatables for...

Won't it be easier to use metatables for defaults? =)

local CC_Defaults = {
"var1" = "val1",
"var2" = "val2",
}

CC_Vars = setmetatable(CC_Vars or {}, {__index = CC_Defaults})

--[[ testing ]]
Forum: AddOn Help/Support 09-15-11, 07:57 AM
Replies: 1
Views: 5,545
Posted By ALZA
Nameplates are children of WorldFrame, not...

Nameplates are children of WorldFrame, not UIParent. So they're not affected by UIScale. Scaling WorldFrame or every nameplate is not an option also - it affects the position of frame. One way to...
Forum: Tech Chat 09-13-11, 02:34 AM
Replies: 5
Views: 9,788
Posted By ALZA
This PC setup looks really nice, even more than...

This PC setup looks really nice, even more than ehough to run WoW with ultra settings. But IMO points that should be noted:

1. WoW as 32bit application simply can't use more than 2Gb of RAM. Even if...
Forum: UI Screenshots, Feedback and Design Discussion 09-06-11, 07:09 AM
Replies: 1,556
Views: 812,250
Posted By ALZA
Done, power bar is 2px now (was 3px). Same about...

Done, power bar is 2px now (was 3px). Same about text, now with 2px indent.


Nice idea! Working on custom colors.


Design will remain the same, but tons of small changes are on the way.

And thanks...
Forum: UI Screenshots, Feedback and Design Discussion 09-04-11, 08:48 AM
Replies: 1,556
Views: 812,250
Posted By ALZA
Back to my original '09 design. Latest...

Back to my original '09 design.

Latest oUF.

http://i30.fastpic.ru/thumb/2011/0904/03/e8338b7520426ccbbe7d817a3e661e03.jpeg...
Forum: AddOn Help/Support 02-24-11, 04:13 PM
Replies: 4
Views: 6,221
Posted By ALZA
http://s1.ipicture.ru/uploads/20110224/V3p5fYVd.pn...

http://s1.ipicture.ru/uploads/20110224/V3p5fYVd.png

No ETA.
Forum: AddOn Help/Support 09-07-10, 03:03 PM
Replies: 25
Views: 12,786
Posted By ALZA
Just to make things clear:...

Just to make things clear: http://www.wowinterface.com/downloads/info17946-Aero.html. The version with Aero Shake can be found somewhere on forum (http://forum.woh.ru/forumdisplay.php?f=171) where me...
Forum: Released Compilations 05-31-09, 12:13 PM
Replies: 16
Views: 23,931
Posted By ALZA
You can move the minimap by editing aMinimap.lua...

You can move the minimap by editing aMinimap.lua files with any text editor, lines 6-10. More info about positions: http://www.wowwiki.com/API_Region_SetPoint.
After you've done - save the .lua file...
Forum: Released Compilations 05-25-09, 07:57 AM
Replies: 16
Views: 23,931
Posted By ALZA
Yep, but only with "original" version of addon...

Yep, but only with "original" version of addon sFilter. You can find it here: http://code.google.com/p/toxila/source/browse/#svn/trunk/sFilter.


I'll try to add this in next update.


I'd advice to...
Forum: Released Compilations 04-23-09, 04:38 AM
Replies: 16
Views: 23,931
Posted By ALZA
You can add buff display to party frames just...

You can add buff display to party frames just like it's done with other frames, for example focus frame. Search for " --[[ Auras! ]]" comment in code and check the code starting with...
Forum: Released Compilations 04-21-09, 05:51 AM
Replies: 16
Views: 23,931
Posted By ALZA
Hi and thanks for nice words =) The party frames...

Hi and thanks for nice words =)

The party frames are spawned near bottomright corner of the screen, raid frames appear here too. When you join a raid (this includes entering arena or battleground)...
Forum: Carbonite Archive 04-03-09, 07:46 PM
Replies: 101
Views: 105,049
Posted By ALZA
Working at it atm.

Working at it atm.
Forum: Released Compilations 03-17-09, 08:08 PM
Replies: 16
Views: 23,931
Posted By ALZA
Alza Ui

Welcome to the feedback thread of ALZA UI (http://www.wowinterface.com/downloads/info12781-ALZAUI.html#info). Please feel free to post anything about it.
Showing results 1 to 19 of 19