Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#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 J-Paul Mesnage, 17 years ago

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

comment:2 by J-Paul Mesnage, 17 years ago

Resolution: Works For Me
Status: newclosed

No info from the user.
Closing

in reply to:  2 comment:3 by anonymous, 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)

comment:4 by Valik, 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)

in reply to:  4 comment:5 by anonymous, 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.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.