Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

So I'm having a weird issue and it's inconsistent. I've scoured google and these forums to no avail. I posted a video here of what I'm experiencing to help visualize it.

 

Pastebin of the code: http://pastebin.com/J0eVqLJa

 

It appears in the video that I am pressing "Q", though all I am doing is clicking the items.

 

There is some code in here that is just for testing, like the diamond referenced in SlotItemInv.java..that's just for testing as I haven't created the actual item i'll be using yet and doesn't affect the issue at hand, so please look past that stuff..

You need to set this.xSize and this.ySize in your gui constructor otherwise the game assumes the  gui is the default size of 176 x 166. So when you click on one of the lower slots it registers that you clicked the slot but the game also thinks that you clicked outside the gui which makes you drop the item on the ground.

 

Edit: I just noticed you have defined private xSize and ySize variables in your gui class. Remove them and use the ones that already exist as i explained above. Also your ySize (82) Looks much smaller then the gui shown in your video. xSize and ySize need to be the same size as your gui as thay set the gui boundaries among other things. 

I am the author of Draconic Evolution

  • Author

Thanks for saving me once again xD..I had actuallly tried setting them in the constructor prior to this but it did some funny things..I don't know why I thought setting them private would do anything, but it seemed to work oddly enough. I have updated my drawTexturedModalRect from here and it has fixed my issues with the bg texture. I was so certain it was to do with the order in which I was adding slots...just needed you to take my blinders off. =D

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.