I'm having this problem and im not sure its even possible but im using QuestGuru and i want the questlog to be skinned but not the tracker is that possible ?
I tried to untick the tracker in skinner and did a /rl after but nothing changes, am i doing something wrong or is this just not possible ?
Using the latest version of skinner that was uploaded 3 days ago, it has stopped using the statusbar texture I selected. No matter what I change it to, it uses the blizzard bar texture.
Using AckisRecipeList r1930 (r1928, renamed CreateFrame() to DisplayFrame() )... with latest version of Skinner..
[2009/05/28 13:59:58-886-x1]: Skinner-b2.9901.5\SkinMe\AckisRecipeList.lua:9: Usage: SecureHook([object], method, [handler]): Attempting to hook a non existing target
AceHook-3.0-5 (Ace3):200: in function <Interface\AddOns\Ace3\AceHook-3.0\AceHook-3.0.lua:107>
AceHook-3.0-5 (Ace3):276: in function `SecureHook'
Skinner-b2.9901.5\SkinMe\AckisRecipeList.lua:9: in function <Interface\AddOns\Skinner\SkinMe\AckisRecipeList.lua:2>
(tail call): ?:
<in C code>: ?
Skinner-b2.9901.5\Skinner.lua:667: in function <Interface\AddOns\Skinner\Skinner.lua:665>
Skinner-b2.9901.5\Skinner.lua:712: in function `?'
Skinner-b2.9901.5\AddonFrames.lua:114: in function <Interface\AddOns\Skinner\AddonFrames.lua:60>
(tail call): ?:
<in C code>: ?
<string>:"safecall Dispatcher[2]":9: in function <[string "safecall Dispatcher[2]"]:5>
(tail call): ?:
AceTimer-3.0-5 (Ace3):144: in function <Interface\AddOns\Ace3\AceTimer-3.0\AceTimer-3.0.lua:118>
Alpha and border settings in QuestGuru tracker options are ignored. The tracker now displays a border and a solid background regardless of the setting in QuestGuru options. This worked fine in the last version of Skinner.
Edit: I seem to have been able to fix QuestGuru by just deleting the tracker section in the lua file for QuestGuru.
One other thing I noticed is that Cartographer is having trouble with the strata setting. My Bartender buttons are displaying on top of Cartographer even though I have the strata set to high. By changing this setting to something else and then back to high fixes it, but any reload of the UI breaks it again.
There's an issue with the Blizzard vehicle UI and Skinner. When the bar changes while still on a vehicle, like changing modes in the bomber daily quest in Icecrown or moving to the kill phase in the dragon wrestling daily in Storm Peaks, the vehicle bar starts to slide off screen each time the bar changes. After about three changes, it's completely off the screen.
Using the latest version of skinner that was uploaded 3 days ago, it has stopped using the statusbar texture I selected. No matter what I change it to, it uses the blizzard bar texture.
Hi Reacean1,
What addon is providing the statusbar texture that you are using? Is it being loaded ?
Factionizer things are misplaced like text and options, and it's own options frame.
fishingbuddy, basically the scrollbar needs to be moved.
thecollector - the titles tab needs to be skinned.
Went to open the new interface options for TheCollector and got:
[2009/06/01 17:17:22-924-x1]: Skinner-b2.9901.5\Skinner.lua:897: attempt to call method 'GetTexture' (a nil value)
Skinner-b2.9901.5\UIElements2.lua:288: in function <Interface\AddOns\Skinner\UIElements2.lua:281>
(tail call): ?:
<in C code>: in function `InterfaceOptionsList_DisplayPanel'
Interface\FrameXML\UIOptionsFrame.lua:46: in function `InterfaceOptionsListButton_OnClick':
<string>:"*:OnClick":2: in function <[string "*:OnClick"]:1>
What addon is providing the statusbar texture that you are using? Is it being loaded ?
I'm getting the texture provided from ShardMedia. The strange part is that now I'm the proper texture on one character but not another. I have a feeling it's a library issue and not a skinner issue.
I seem to be having issues with TipTac stretching my custom background texture applied by Skinner instead of tiling it on login. Seems if I go into the Skinner options and change the tooltip skinning option from 2 and back again, that it will stay tiled until next login.
Edit: OK, my bad, was thinking these were numbered 0, 1, 2... but after updating to the latest, and checking it again, I see the tooltip options are 1, 2, 3. In any case, it doesn't seem that changing it from 3 and back again is now having any effect, so the custom background texture is remaining stretched at all times now instead of tiling.
I tried to untick the tracker in skinner and did a /rl after but nothing changes, am i doing something wrong or is this just not possible ?
-Strongbow-
Edit: I seem to have been able to fix QuestGuru by just deleting the tracker section in the lua file for QuestGuru.
One other thing I noticed is that Cartographer is having trouble with the strata setting. My Bartender buttons are displaying on top of Cartographer even though I have the strata set to high. By changing this setting to something else and then back to high fixes it, but any reload of the UI breaks it again.
Slightly crappy example screenshot:
http://img.photobucket.com/albums/v53/jackhunter64/WorldOfWarcraft/skinnervehiclebars.png
Hi hairy0tter,
Just untick Skinner in the list of Addons accessed from the Character selection screen
Hi Namdrof,
That's because the graphic option is turned off by the XPerl skin.
Hi Reacean1,
What addon is providing the statusbar texture that you are using? Is it being loaded ?
Factionizer things are misplaced like text and options, and it's own options frame.
fishingbuddy, basically the scrollbar needs to be moved.
thecollector - the titles tab needs to be skinned.
Went to open the new interface options for TheCollector and got:
I'm getting the texture provided from ShardMedia. The strange part is that now I'm the proper texture on one character but not another. I have a feeling it's a library issue and not a skinner issue.
Resurrected AutoProfitX (as reported by Namdrof)
Updated AckisRecipeList, Factionizer, FishingBuddy, TheCollector (as reported by pompachomp), Cartographer (as reported by lucaseve/Tebasile), FramesResized (as reported by shadowrm), QuestGuru (as reported by strongbow2/lucaseve), Tablet, VehicleMenuBar (as reported by jh032008) skins
Bugfix for DropDown check (as reported by pompachomp)
b2.9901.6
How can I use the skin but also turn the graphic back on?
Go to your Xperl.lua at line 71:
XPerl_TargeteliteFrame:SetAlpha(0)
change it to
--XPerl_TargeteliteFrame:SetAlpha(0)
Do the same thing for:
XPerlDB.target.elite = true
XPerlDB.target.eliteGfx = nil
Then the elite frames should work.
Do I have to keep using old versions?
Edit: OK, my bad, was thinking these were numbered 0, 1, 2... but after updating to the latest, and checking it again, I see the tooltip options are 1, 2, 3. In any case, it doesn't seem that changing it from 3 and back again is now having any effect, so the custom background texture is remaining stretched at all times now instead of tiling.