GUI editor bug

Started by am, Mon 16/06/2003 20:13:41

Previous topic - Next topic

am

When using the GUI editor:
I've putten a 266 characters long text into a label (text shows up on gui properties box but not in the label itself).
Clicked on the label - editor crashes with:
Exception 0xC000000005 at EIP=0x0043463D, AGSE v.2.55.359

In the help there is no mention for a limit, but since it uses a string I guess it have the same limit - 200 characters.

However, I need to put a lot of text in the GUI (for my encyclopedia), and I wouldn't want to brake it to different lines - is there a better way?

Mr Jake

I got a error like this also while doing the same

Archangel (aka SoupDragon)

Easiest way would just be to use two label objects, one below the other. It wouldn't neccessarily have to make any visible break in the text if you did it properly.

am

I don't want to break the text at all (not even if it's not noticed visibly) because the text should be searchable, and if it's broken to several parts it'll be much harder to implement the search.

Scummbuddy

But if they are on the same page/gui or at least in the same place, wont the search still work somewhat?  I guess it depends on the code.
- Oh great, I'm stuck in colonial times, tentacles are taking over the world, and now the toilets backing up.
- No, I mean it's really STUCK. Like adventure-game stuck.
-Hoagie from DOTT

Pumaman

#5
I'm afraid labels have a 200 character limit, as do text script strings.

Thanks for the bug report though, it shouldn't crash, so I'll make it truncate it instead.

MHawk

Actually, It might be better to prevent typing more than 200 characters rather then truncating it.  Including Script Text (if you want to bother checking it).

It would cause less confusion if someone keeps asking, "Why is the rest of my text disappearing?"

SMF spam blocked by CleanTalk