EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Developer Discussion > UI Developer Discussion

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 02-13-2007, 10:01 PM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default Hot Keys

Is it just my hot keys or is it every ones.. I've notice since the upgrade.. If you have your icons set to the smallest possible the outer skin/dead space will not shrink down to that size. Granted one code to allow the parent window to be sized smaller and that works if the user resize but upon logging in they still have to be resized.

Any one find a work around for this yet..??
__________________
Landiin's EQ2MAP Updater Discussion Download
Reply With Quote
  #2  
Unread 02-14-2007, 05:18 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Mine were working fine after GU30, did they break that again? Oh no... will check and report back.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote
  #3  
Unread 02-16-2007, 01:11 PM
Vahlor Vahlor is offline
A Young Mystail Rat
Interface Author - Click to view interfaces
 
Join Date: Jan 2005
Server: Befallen
Posts: 5
Default Hotbars

Yes, there seems to be a problem with the 'minimum' size of the hotbars, and it seems like it should be an easy fix, but cannot figure it out for the life of me. In game, I have the hotbars with no dead space, reduced size spinners to fit perfectly with a '26' size (the minimum size you can have and still see the hotbar #'s and # of charges on items), and everytime I log back in, the bottom of the hotbar has the default dead space covering the keys below it.

Has anyone figured out how to correct this or have any ideas that may help?! It is most annoying...

Last edited by Vahlor : 02-16-2007 at 01:13 PM.
Reply With Quote
  #4  
Unread 02-16-2007, 04:16 PM
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

I set mine with

MinimumSize="10,10"
OnHoverIn="MinimumSize='10,10' Icons.MinimumSize='10,10'"


And be sure to set the Icons object to

MinimumSize="10,10"

as well.


It seemed to work when I tested it, but I didn't actually log out/in more than twice, so your mileage may vary. Void where prohibited. For complete details, squint.
__________________
If it ain't broke, it needs more features!
Reply With Quote
  #5  
Unread 02-16-2007, 05:06 PM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

Quote:
Originally Posted by Deathbane27
I set mine with

MinimumSize="10,10"
OnHoverIn="MinimumSize='10,10' Icons.MinimumSize='10,10'"


And be sure to set the Icons object to

MinimumSize="10,10"

as well..
Yea I have that also, but if you set you icon size to say 22, every things works fine. Until you log in. The width will be correct but the height will be almost double the size of the icons height. You can go resize the window and it'll snap to form fitting again but not until you resize it.
__________________
Landiin's EQ2MAP Updater Discussion Download
Reply With Quote
  #6  
Unread 02-17-2007, 04:49 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

I did what you said Landiin, but my hotbars still work without issues at all icon sizes even after logging out and back in.

See attached, hope that helps you figure it out!
Attached Files
File Type: xml eq2ui_mainhud_hotkey.xml (3.9 KB, 316 views)
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote
  #7  
Unread 02-17-2007, 05:53 AM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

Hmm I see your still using the old WC_x model for your window elements. Maybe that has something to do with it as I use the new WindoFrame model. I don't see why it would but who knows about this UI. Then again it might be my uisettings.ini file as no one else reported this, so it just might be on my end.
__________________
Landiin's EQ2MAP Updater Discussion Download

Last edited by Landiin : 02-17-2007 at 05:55 AM.
Reply With Quote
  #8  
Unread 02-17-2007, 06:03 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

True, I'm using the old model in all my windows, find it much more convenient.

I don't think that's it, unless you have set a minimumsize in your windowframe. But agreed, you never know.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote
  #9  
Unread 02-17-2007, 05:44 PM
Vahlor Vahlor is offline
A Young Mystail Rat
Interface Author - Click to view interfaces
 
Join Date: Jan 2005
Server: Befallen
Posts: 5
Default

Actually, I don't think it has to do with the minimum size setting, I think it is something with the control under the 'popup' files... I'll have to try this and see if any results.
Reply With Quote
  #10  
Unread 03-09-2007, 11:57 PM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

Ok from all my testing this is what I've found. Keep in mind that many things where tried and I may of forgot things I did etc, you know how it goes.

1. When the game makes the hotkey window it sets minsize to x,32ish. (bug IMHO)
2. the margin properties really work at least bottom and right:P

What I did to fix my issue was to make the defaut hotkey window size 24,24, Visible default to false and the iconbank size 22,22(the smallest the game allows I think). Add a OnShow event to the parent page of minsize=0,0.

Now the flow

HotKey->Create; // Allocates memory and sets its default properities
HotKey->Skin; // loads skin info this is prob in create /shrug
HotKey->ReadFromInI; // loads saved data from uisettings.ini and take action on the data.

At least in my head that is how the flow goes:P

All is good
__________________
Landiin's EQ2MAP Updater Discussion Download

Last edited by Landiin : 03-10-2007 at 12:03 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 06:59 PM.


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