EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Developer Discussion > UI Developer Discussion

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Unread 05-18-2005, 06:19 AM
Profit Profit is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Apr 2005
Server: Everfrost
Posts: 253
Default Highlighting selected group member.

As a healer I find it hard to see in the middle of battle who I have selected. and I don't really like all the arrows and glows.

So, what I've done is when I click on group members from the group window, the selected member's name increases in font size and the other members font size returns to normal.

Now this works fine, and now it's easy to spot which member I have selected, however... this will not work if I use the F Keys, I have tried OnActivate etc. but no joy.

Any ideas how I can achieve this?
Reply With Quote
  #2  
Unread 05-18-2005, 10:26 AM
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 Profit
As a healer I find it hard to see in the middle of battle who I have selected. and I don't really like all the arrows and glows.

So, what I've done is when I click on group members from the group window, the selected member's name increases in font size and the other members font size returns to normal.

Now this works fine, and now it's easy to spot which member I have selected, however... this will not work if I use the F Keys, I have tried OnActivate etc. but no joy.

Any ideas how I can achieve this?
What about OnSelect and OnDeselect (OnUnselect) not sure if they are there but worth a shot.

and remember you hafta have an un-event too. IE Make sure your using Activate and Deactivate .. would be nice to see th exact code you have posted
__________________
Reply With Quote
  #3  
Unread 05-19-2005, 12:36 AM
Deathbane27's Avatar
Deathbane27 Deathbane27 is offline
aka Mook
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Nektulos
Posts: 1,451
Default

Hmm...

OnShow event for the Target window. Triggers "if statement" events that compare the target's name to each groupmember name. If there's a match, it could change the font or color on the name in the group window.
__________________
If it ain't broke, it needs more features!
Reply With Quote
  #4  
Unread 05-19-2005, 01:29 AM
Profit Profit is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Apr 2005
Server: Everfrost
Posts: 253
Default

Yes, this sort of solution seems to be the only way.
Reply With Quote
  #5  
Unread 05-19-2005, 02:47 AM
Profit Profit is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Apr 2005
Server: Everfrost
Posts: 253
Default

Ok, I've tried the Targets' OnShow, OnActivate etc and none of them trigger events between switching targets.

Was a good idea.
Reply With Quote
  #6  
Unread 05-19-2005, 03:00 AM
Deathbane27's Avatar
Deathbane27 Deathbane27 is offline
aka Mook
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Nektulos
Posts: 1,451
Default

Edit:

Bah, forgot the OnShow event doesn't trigger if you already have a target. Need to include visible=false in the OnShow script. Should force it to trigger each time you target anything.

Going to try something that won't involve the target window at all, just make use of its dynamicdata. I'll need someone else to see if it works, though.
__________________
If it ain't broke, it needs more features!

Last edited by Deathbane27 : 05-19-2005 at 03:15 AM.
Reply With Quote
Reply



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
Forum Jump


All times are GMT -5. The time now is 11:17 PM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI