EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   UI Developer Discussion (https://www.eq2interface.com/forums/forumdisplay.php?f=3)
-   -   Hot Keys (https://www.eq2interface.com/forums/showthread.php?t=7845)

Landiin 02-13-2007 10:01 PM

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..??

gm9 02-14-2007 05:18 AM

Mine were working fine after GU30, did they break that again? Oh no... will check and report back.

Vahlor 02-16-2007 01:11 PM

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...

Deathbane27 02-16-2007 04:16 PM

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.

Landiin 02-16-2007 05:06 PM

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.

gm9 02-17-2007 04:49 AM

1 Attachment(s)
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!

Landiin 02-17-2007 05:53 AM

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.

gm9 02-17-2007 06:03 AM

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.

Vahlor 02-17-2007 05:44 PM

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.

Landiin 03-09-2007 11:57 PM

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:)


All times are GMT -5. The time now is 10:29 AM.

vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI