Here is the Screen_output proc now:
Screen_output(txt, /Font/font) |
Any ideas? I still get the problem where if a word takes up too much of the line it simply doesn't show the line.
HUD Groupsby Forum_account |
Okay I decided to here this time instead(didn't want to clutter your shout box with my problems.
Here is the Screen_output proc now:
Any ideas? I still get the problem where if a word takes up too much of the line it simply doesn't show the line. | ||
#1 Feb 3 2012, 6:13 pm
|
||
I'm not sure where the problem is, but here's how I'd do it:
| ||
#2 Feb 3 2012, 6:17 pm
|
|
Works perfectly thank you so much.
| |
#3 Feb 5 2012, 6:31 pm
|
|
Hey you wouldn't be able to show me how to make it so the first line is at the top and the last at the bottom would you? I've tried everything and nothing works.
| |
Change the add_line proc to this:
And change the line in the New() proc to this (add the " + 16"):
| |||
#5 Feb 7 2012, 4:10 pm (Edited on Feb 7 2012, 5:40 pm)
|
|
Okay that didn't work at all the lines ended up everywhere lol. here is how i want it to look:
below represents the chat box [-------------------------] [ blah < first line ] [ blah < second line ] [ ect. ] [-------------------------] Do you uderstand how i want it to look? could you tell me how to do this? Forget that it did work I just had to giggle it a bit lol. | |
#6 Feb 8 2012, 3:40 pm
|
|
If you display the lines in the opposite order you may need to call add_line in the opposite order (for multi-line messages).
| |
#7 Feb 8 2012, 4:16 pm
|
|
yeah I got it to work thanks for all the help.
| |