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

I'm trying to make a GUI that can have a scrollbar for text.. however, anything I've looked at is used for containers/item fields. And to be quite frank, I don't fully understand.

 

String tab1text = localize("gui.tab1.text").replace("\\n", "\n");
fontRendererObj.drawSplitString(tab1text, guiX + 10, guiY + 20, 158, 0x00000);

 

That's how I'm currently rendering my text, and this is how it shows up;

Screen%20Shot%202015-03-01%20at%2020.43.34.png

 

Essentially what I want it to do is stop showing anything after the 12th line and allow the scroll bar to move the text up.

I'm totally inexperienced with GUIs so I have no clue what I'm doing.

 

Anything that points me in the right direction will help.

 

Thanks!

You can't do it like that.

 

Best way would be to write you own gui class, BUT you can use some of this:

GuiScrollingList (and it's subtypes)

GuiListExtended (implementation)

 

Main point here is to make scroller and amoutScrolled and render lines from amourScrolled to max visible range. You'll get the idea when you look at proposed classes.

1.7.10 is no longer supported by forge, you are on your own.

Well, I can't see your code, but e.g GuiScrollingList is a java object like any other. You just have to initialize it and in GuiScreen.drawScreen() also do scrollingList.drawScreen().

 

Check out callback hierarchy of those classes - they are used by e.g forge mod-list, look into that code.

1.7.10 is no longer supported by forge, you are on your own.

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.