Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[EO] picItemDesc Movement.


Zetasis
 Share

Recommended Posts

So I moved all the menus to the right side of my client and now when I hover over my inventory items the picItemDesc menu is blocked because it loads to the right instead of the left. I have been looking through the code now for awhile and can't really find anything that has to do with setting where it loads. Could any body possibly point me in the right direction? I can supply a screen shot if it helps.
Link to comment
Share on other sites

There are 4 places where the description box appears in the code. Look for this:

```
UpdateDescWindow
```
In each of the 4 subs, you'll see values called x2 and y2\. Those are the coordinates given to the UpdateDescWindow sub that moves the description box. Alter those as you need. It'll likely only be the x2 variable you need to change. Instead of "picInventory.Left +2" or whatever the individual subs say, subtract quite a bit until it's far enough left.

:)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...