Showing results 1 to 25 of 61
Search took 0.00 seconds.
Search: Posts Made By: FaulTier
Forum: AddOn Help/Support 10-15-14, 11:36 AM
Replies: 2
Views: 4,490
Posted By FaulTier
[kgPanels] Can't add Backgrounds/Borders!

Hey mates!

As of 6.0.2 I cant add textures to my layout - existing backgrounds and borders which worked fine prior are now in greenscreen mode.

Textures a still in a conform size, e.g. 32x32 and...
Forum: oUF (Otravi Unit Frames) 05-06-14, 10:39 AM
Replies: 3
Views: 4,528
Posted By FaulTier
alright - thanks so far! How ever, it seems I'm...

alright - thanks so far!
How ever, it seems I'm too dumb right now, to get it work.
I added the following lines to my lib.lua
-- Create RaidIconsBackdrop and Border
lib.CreateRaidIconBorder =...
Forum: oUF (Otravi Unit Frames) 05-05-14, 11:25 AM
Replies: 3
Views: 4,528
Posted By FaulTier
Create a Border for RaidTargetIcons

Hi there.

As i'm currently playing around with my oUF_Fauli, i'd like to set the RaidTargetIcons outside my Unitframes - but as they look quite ugly without an background and border, i'd like to...
Forum: oUF (Otravi Unit Frames) 07-23-13, 03:03 AM
Replies: 9
Views: 7,566
Posted By FaulTier
although it's an ancient version, it doesn't...

although it's an ancient version, it doesn't throw any errors - as long, as I'm not trying to update the layout code to 1.6 ;)

Maybe I'm trying to code it again this weekend, then I'll gladly ask...
Forum: oUF (Otravi Unit Frames) 07-22-13, 06:33 AM
Replies: 9
Views: 7,566
Posted By FaulTier
Nah, it's even worse - I forgot to edit...

Nah, it's even worse - I forgot to edit everything else (tags.lua, core.lua) to suit 1.6.5 - too much work just to update a still working layout.

Seem's i'll stuck with 1.5.16 until it won'T work...
Forum: oUF (Otravi Unit Frames) 07-18-13, 05:21 PM
Replies: 9
Views: 7,566
Posted By FaulTier
okay, I got rid of these errors - and changed 2...

okay, I got rid of these errors - and changed 2 against 1 error:

2x oUF_Fauli-1.0\core.lua:377: Bad argument #3 to "RegisterStyle" (function, table expected, got nil
<in C...
Forum: oUF (Otravi Unit Frames) 07-18-13, 03:21 PM
Replies: 9
Views: 7,566
Posted By FaulTier
I did the same thing - updating from 1.5.16 to...

I did the same thing - updating from 1.5.16 to 1.6.5.

Getting atm these errors:

1.
1x oUF_Fauli-1.0\tags.lua:54: attempt to index field "TagEvents" (a nil value)
oUF_Fauli-1.0\tags.lua:54: in main...
Forum: oUF (Otravi Unit Frames) 08-30-12, 02:57 PM
Replies: 2
Views: 4,823
Posted By FaulTier
Done, already found it. Here are some/all of the...

Done, already found it.

Here are some/all of the new DropDownMenuEntries:

http://wowprogramming.com/utils/xmlbrowser/mindiff/FrameXML/UnitPopup.lua
Forum: oUF (Otravi Unit Frames) 08-30-12, 02:49 PM
Replies: 2
Views: 4,823
Posted By FaulTier
UnitPopup - missing leave group for instances?

Aloha!

Due to the rename of the simple "leave group" in instances to something else (should be "leave instance group"?) it won't show up in the unit-dropdownmenu.

So, my dropdownlist ist currently...
Forum: oUF (Otravi Unit Frames) 10-06-11, 06:41 AM
Replies: 4
Views: 5,018
Posted By FaulTier
Works perfect! Thanks!

Works perfect!
Thanks!
Forum: oUF (Otravi Unit Frames) 10-06-11, 06:32 AM
Replies: 4
Views: 5,018
Posted By FaulTier
neither "self.Power.frequentUpdates = true" nor...

neither "self.Power.frequentUpdates = true" nor "self.Power.frequentUpdate = 0.1" (or = 0.5) changed anything.

Other Ideas?
Forum: oUF (Otravi Unit Frames) 10-06-11, 05:53 AM
Replies: 4
Views: 5,018
Posted By FaulTier
how to use "power.frequentUpdates"

Hey everybody!

Since energy- and focus-tags are to slow updated (for me), I want to increase the updatefrequency, found "power.frequentUpdates" in oUF -> Elements -> power.lua

So, my question,...
Forum: AddOn Help/Support 09-22-11, 11:46 AM
Replies: 3
Views: 6,081
Posted By FaulTier
I'd do it with !BeautyCase I think. Find the...

I'd do it with !BeautyCase I think.

Find the place were the bars are created and paste the Code from !BeautyCase in there. Only problem will be to find the specific spot were the bars are...
Forum: AddOn Help/Support 09-18-11, 03:40 AM
Replies: 14
Views: 13,399
Posted By FaulTier
Thumbs down I think, I found a way, which is really simple,...

I think, I found a way, which is really simple, to change der FrameSize (profile) only if I have a specific layout.

So, here my solution:
I'm using reflux and kgPanels to change InGame between 2...
Forum: AddOn Help/Support 09-15-11, 02:59 AM
Replies: 14
Views: 13,399
Posted By FaulTier
kgPanels.db:SetProfile("Shining") this works...

kgPanels.db:SetProfile("Shining")

this works called in an OnClickHandler and used in dependencies like


rmems = GetNumRaidMembers()
pmems = GetNumPartyMembers()

if (pmems > 0 and rmems <= 5) then...
Forum: AddOn Help/Support 09-11-11, 02:49 PM
Replies: 14
Views: 13,399
Posted By FaulTier
I want to use the same space for 5-Men-Groups,...

I want to use the same space for 5-Men-Groups, 10-men-raids and 25-raids, therefore the framesize needs to be resized.

It's mostly for optical reasons...
Forum: AddOn Help/Support 09-11-11, 05:06 AM
Replies: 14
Views: 13,399
Posted By FaulTier
Yip, same goes for me. Can't find any PlugIn,...

Yip, same goes for me.
Can't find any PlugIn, which changes the Profile based on Raid-Size.

So, need to go with oUF_Grid.... Will be 'interesting' :/
Forum: AddOn Help/Support 09-10-11, 07:04 AM
Replies: 14
Views: 13,399
Posted By FaulTier
Ok, editing the savedvariable doesn't wor - i...

Ok, editing the savedvariable doesn't wor - i forgot the it will be 'corrected' after ervery log in/off and /reload...
Forum: AddOn Help/Support 09-10-11, 04:36 AM
Replies: 14
Views: 13,399
Posted By FaulTier
Geez, thought so. Any addon you'd recommend to...

Geez, thought so.

Any addon you'd recommend to use?

Because I'm using an UI, which has two different layouts, based on layoutchanging ingame. That's my scheme:

Grid ----------------- Heal-Layout
...
Forum: AddOn Help/Support 09-09-11, 08:45 AM
Replies: 14
Views: 13,399
Posted By FaulTier
Grid - Change FrameSize with Layout

Hey everybody!

At the moment I'm trying to do the follwing:
I want Grid to change the height of the raidframes depending on of the chosen layout. To be more specific, I want the following:
If the...
Forum: oUF (Otravi Unit Frames) 09-05-11, 11:06 AM
Replies: 3
Views: 3,391
Posted By FaulTier
maybe I'm too naive, but can I copy'n'paste your...

maybe I'm too naive, but can I copy'n'paste your code and it'll work straight on? :3
Forum: oUF (Otravi Unit Frames) 09-05-11, 07:56 AM
Replies: 3
Views: 3,391
Posted By FaulTier
HealPrediction - Help appreciated!

Hey ecervybody!

I've made my own layout, mixed from different existing layout and some own ideas and so on, and it's working fine so far.

But I can't get along with HealPrediction - I tried about 6...
Forum: UI Screenshots, Feedback and Design Discussion 08-24-11, 11:06 AM
Replies: 1,556
Views: 812,143
Posted By FaulTier
http://s.wowinterface.com/preview/pvw52478_thumb.j...

http://s.wowinterface.com/preview/pvw52478_thumb.jpg (http://s.wowinterface.com/preview/pvw52478.jpg) http://s.wowinterface.com/preview/pvw52476_thumb.jpg...
Forum: AddOn Help/Support 08-18-11, 11:24 AM
Replies: 0
Views: 3,304
Posted By FaulTier
kgPanels and a sliding Frame?

Greets everyone,

I'm a better amateur with kgpanels and now I want to do the following:
I've got 3 frames - ClickHide, ClickShow, ToggledObject.
Now, I want th ClickFrames to do 2 Things - first,...
Forum: AddOn Search/Requests 08-18-11, 11:11 AM
Replies: 0
Views: 2,941
Posted By FaulTier
BossFrames and BossUI-Elements

Hey everybody!

I'm looking for 2 addons, to manage the following:
First, I want to change the default Blizzard BossUnitframes alike to my PitBull-UnitFrames. Are there any PlugIns/Solution to get...
Showing results 1 to 25 of 61