View Single Post
09-01-08, 11:26 PM   #5
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,359
ToggleTalentFrame() will show the frame.
I'm not sure you can go straight to the Pet Talent Frame,
but checking for PlayerTalentFrameType2:IsVisible()
should allow you to select the proper tab with
PanelTemplates_SetTab(PlayerTalentFrame, pettab)

(not sure what number 'pettab' would be, but little experimentation should find out)
  Reply With Quote