Jump to content

Text label limit


stev379
 Share

Recommended Posts

Is there a limit to the amount of text that can be entered into a label?

I have a label that types a charactor, then moves one charactor to the right and types another and so on until it get to the end of the screen (GUI and label are @Desktopwidth and @DesktopHeight), but it stops about 7 lines from from the bottom about 2/3's of the way across the screen.

Link to comment
Share on other sites

Are you searching something like StringLen(GUICtrlRead($edit))?

Well, it's returning all ones (1). I had to have it write to a text file instead of msgbox, cause the GUI stops and the script doesn't move on to the message box. So I had it write to a text file within the loop and it still just returns 1's.

It's printing each charactor on screen, but it stops when it gets so far down the screen, but you can see it's still looping cause the last charactor is flashing.

I tried having a second label start half way down the screen and it got further, but still didn't go to the bottom. When I removed the second label, the first one now goes as far as the second one was going.

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...