Thread Tools Display Modes
02-02-10, 11:12 AM   #1
Shello
A Deviate Faerie Dragon
AddOn Compiler - Click to view compilations
Join Date: Jan 2010
Posts: 11
kGPanels + X-Perl?

Pls help me xD
I want to bind some kgpanelframes with the X-Perl Player / Group Frames.
Can someone tell me the scripts?

(sorry 4 my bad english)

Thx!
  Reply With Quote
02-02-10, 11:20 AM   #2
Amenity
Guest
Posts: n/a
Originally Posted by Shello View Post
Pls help me xD
I want to bind some kgpanelframes with the X-Perl Player / Group Frames.
Can someone tell me the scripts?

(sorry 4 my bad english)

Thx!
You just need to set your unit frames as the "Parent" of your kgPanel.

For example, you have a panel named "Player_Panel". You want to attach it to your Player unit frame. So, you go under the panel settings for Player_Panel in kgPanels, and scroll down to the bottom. There will be a field to put the parent frame name in.

To get the name of a frame, use this macro:

/script GetMouseFocus():GetName()

It'll give you the frame name of whatever your mouse cursor is over.
  Reply With Quote
02-02-10, 11:24 AM   #3
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 716
Originally Posted by Amenity View Post
To get the name of a frame, use this macro:

/script GetMouseFocus():GetName()

It'll give you the frame name of whatever your mouse cursor is over.
WAAAAAAAAAAHHHHHHHHHHHH, YOU DRIVE ME MAD!!!!

Use /framestack, it's better.
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
  Reply With Quote
02-02-10, 11:31 AM   #4
Shello
A Deviate Faerie Dragon
AddOn Compiler - Click to view compilations
Join Date: Jan 2010
Posts: 11
Thx,its a beginning xD

Now i write "XPerl_Player" and nothing happend.
Where is my fault?
  Reply With Quote
02-02-10, 11:42 AM   #5
kaltoran
A Murloc Raider
 
kaltoran's Avatar
Join Date: May 2008
Posts: 9
reload Ui

not totally sure but you may have to reload ur UI.. try typing /rl or /reloadui... hope this helps
__________________
  Reply With Quote
02-02-10, 12:35 PM   #6
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 716
Originally Posted by kaltoran View Post
not totally sure but you may have to reload ur UI.. try typing /rl or /reloadui... hope this helps
Those slash commands are added with an addon. What will always work is either one of the following:

/console reloadui
/run ReloadUI()
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
  Reply With Quote
02-02-10, 11:59 AM   #7
Amenity
Guest
Posts: n/a
Originally Posted by nightcracker View Post
WAAAAAAAAAAHHHHHHHHHHHH, YOU DRIVE ME MAD!!!!

Use /framestack, it's better.
It's also much more complicated, and much more than the average end-user needs for something as simple as parenting a kgPanel. No need to confuse someone with a ton of non-pertinent information.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » kGPanels + X-Perl?


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