#905 closed Bug (Works For Me)
Doc error in SplashTextOn()
| Reported by: | GEOSoft | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | Documentation | |
| Version: | 3.3.0.0 | Severity: | None |
| Keywords: | Cc: |
Description
Docs for SplashTextOn() are incorrect and have been forever.
In the Opts section of the table
32 = Centered vertically text
Should be
32 = Center text horizontally
Attachments (0)
Change History (5)
comment:1 by , 17 years ago
follow-up: 3 comment:2 by , 17 years ago
| Resolution: | → Works For Me |
|---|---|
| Status: | new → closed |
No info from the user.
Closing
comment:3 by , 17 years ago
Replying to Jpm:
No info from the user.
Closing
What repro script? The text centers Horizontally (side to side) not Vertically (top to bottom).
SplashTextOn("My Title", "My Text", 150, 200, -1, -1, 32)
follow-up: 5 comment:4 by , 17 years ago
Centers vertically for me:
SplashTextOn("Foo", "Bar", Default, Default, Default, Default)
Sleep(3000)
SplashTextOn("Foo", "Bar", Default, Default, Default, Default, 32)
Sleep(5000)
comment:5 by , 17 years ago
Replying to Valik:
Centers vertically for me:
SplashTextOn("Foo", "Bar", Default, Default, Default, Default) Sleep(3000) SplashTextOn("Foo", "Bar", Default, Default, Default, Default, 32) Sleep(5000)
Oh well. I'm screwed up someplace, for me it centered horizontally. Just ignore it. I don't use the function often anyway. I noticed it (Thought I did) when I was doing something for someone else, and I'm not messing around with it at this point. If I think of it again in a few days I'll revisit this.

I don't think you right just attach a repro script as requested in the track submission