#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 Changed 16 years ago by Jpm
comment:2 follow-up: ↓ 3 Changed 16 years ago by Jpm
- Resolution set to Works For Me
- Status changed from new to closed
No info from the user.
Closing
comment:3 in reply to: ↑ 2 Changed 16 years ago by anonymous
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)
comment:4 follow-up: ↓ 5 Changed 16 years ago by Valik
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 in reply to: ↑ 4 Changed 16 years ago by anonymous
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.
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
I don't think you right just attach a repro script as requested in the track submission