Thread Tools Display Modes
04-08-09, 12:41 PM   #1
Søøm
A Fallenroot Satyr
AddOn Compiler - Click to view compilations
Join Date: Mar 2009
Posts: 25
KgPanels and Skada's Data Feed

Hey...

i just wonder if its possible to get a "flexible on demand" panel behind skada...
for exapmple...if u r just idleing u only got the skada launcher in fortress with a wight of max 1-2cm(w/e u scaled) but if u r in a party/raid and have set the rdps for the feed then ur scada wight grows until w/e....

so my question is is it possible to put a flexible panel (from kgpanels) behind skada which just grows with the skada data feed....else i only can put 1 panel behin skada and whenever im in raid its bigger than the panel and this looks **** tbh (yea yea its just about the style)

hope this is halfway understandable...if not then i think ill need to post some screenies of what i mean

rgds
  Reply With Quote
04-08-09, 02:56 PM   #2
Kagaro
A Cyclonian
AddOn Author - Click to view addons
Join Date: Sep 2006
Posts: 45
it is with scripting, and post hooking some windows
  Reply With Quote
04-09-09, 09:50 AM   #3
Søøm
A Fallenroot Satyr
AddOn Compiler - Click to view compilations
Join Date: Mar 2009
Posts: 25
hey..

ok thx for answering...im proud even the author answered

but im a fully scripting noob...so would you pls be so kind and could describe how to?

rgds
  Reply With Quote
04-09-09, 12:35 PM   #4
MidgetMage55
Grinch!
 
MidgetMage55's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,498
Here are some sample scripts from the kgPanels wiki over on wowace.com
__________________

I think Hong Kong Phooey was a ninja AND a pirate. That was just too much awesome. - Yhor
  Reply With Quote
04-09-09, 07:56 PM   #5
Søøm
A Fallenroot Satyr
AddOn Compiler - Click to view compilations
Join Date: Mar 2009
Posts: 25
thx for the scripts...

but it wont work...

onload looks like
self.resized = false
and OnEvent

if not self.resized then
LegoFortressSkada:SetScript("OnSizeChanged", function(f)
self:SetWidth(f:GetWidth())
self:SetHeight(f:GetHeight())
end)
self:SetWidth(LegoFortressSkada:GetWidth())
self:SetHeight(LegoFortressSkada:GetHeight())
end
on the pic u see its the correct chatframe from fortress



so how to get this work else?

rgds
  Reply With Quote
04-10-09, 09:16 AM   #6
Taryble
A Molten Giant
 
Taryble's Avatar
Join Date: Jan 2009
Posts: 811
Why not use Fortress to put a background and border on that feed? It knows how big it's legoblocks are.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » KgPanels and Skada's Data Feed


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off