View Single Post
  #4  
Unread 04-24-2005, 01:07 PM
dc_roenfanz's Avatar
dc_roenfanz dc_roenfanz is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Unkown
Posts: 588
Default

Quote:
Originally Posted by Laffs
Does the parent window still have this command in it eq2usescomwndcontrols="true" ? that would be the first problem to check for.

2nd is have you made sure the the conc efflector etc is still there and all the bubbles are set correctly, Do they turn yellow when you mouse over them?

*EDIT*

Replace your "ConcEffector" the one you have in there is corrupt

Your Experiance and your Playerinfo windows are overlaping that maybe why the right click menu is not showing properly ? (whilst you can have child windows overlapping each other it can mess the right click up in some cases)
That could very well mess it up, especially if the HealthPage is on top of the ExpPage. Honestly, I REALLY don't think you can get the same context menu to show. I have an exp/player window mod, and it dun workie either. depeshenode has one and from what I remember, that doesnt work either, as far as the context goes.

Your best bet is either:
1 :: Make a button, and switch the two exp bars through OnPress Events, ie:
togglebutton: OnPress=ExperiencePage.visible=true OnPress=Press2
Press1: ExperiencePage.visible=true OnPress=Press2
Press2=TSExperiencePage.visible=true OnPress=Press1

2 :: Link the Player XP bit to the main experience page through onshow
ExperiencePage --- onshow=parent.player.experience.experience.visible=true
onshow=parent.player.experience.TSexperience.visible=false
Onhide=parent.player.experience.experience.visible=false
onshow=parent.player.experience.TSexperience.visible=true

Keep in mind that this is not exact spripting syntax, its just there to give you an example.

TTFN

D
Reply With Quote