#910 closed Bug (Fixed)
Static Right justified text
Reported by: | GEOSoft | Owned by: | |
---|---|---|---|
Milestone: | Future Release | Component: | Documentation |
Version: | 3.3.0.0 | Severity: | None |
Keywords: | style static label right justify | Cc: |
Description
Maybe it's just me but this line in the GUI Control Styles doc page (Static controls) doesn't seem to read properly and certainly does not produce the results indicated by the style variable name $SS_RIGHTJUST.
$SS_RIGHTJUST >> 0x0400 >> Specifies that the lower right corner of a static control with the SS_BITMAP or SS_ICON style is to remain fixed when the control is resized. Only the top and left sides are adjusted to accommodate a new bitmap or icon.
Attachments (0)
Change History (7)
comment:1 Changed 16 years ago by Jpm
comment:2 follow-up: ↓ 3 Changed 16 years ago by Jpm
are you in vacation?
comment:3 in reply to: ↑ 2 Changed 16 years ago by anonymous
Replying to Jpm:
are you in vacation?
Just came home from hospital. I'll see if I can find the script I was doing when I noticed it in a few minutes. When I tested it the $SS_RIGHTJUST did not right justify the text.
comment:4 Changed 16 years ago by anonymous
Maybe just scrap this one for now. What I was pointing out was that the name
$SS_RIGHTJUST
implies right justification of the text and that does not match the description
Specifies that the lower right corner of a static control with the SS_BITMAP or SS_ICON style is to remain fixed when the control is resized. Only the top and left sides are adjusted to accommodate a new bitmap or icon.
Maybe it's just me but I'm not up to worrying about it at the moment.
I did comment on the other Doc change that I reported though and posted a repro.
comment:5 Changed 16 years ago by Jpm
I don't know what to do as it is a paste from MSDN
comment:6 Changed 16 years ago by Jpm
- Resolution set to Fixed
- Status changed from new to closed
I close it as no bug as I suppose the MSDN doc is the bible.
I can agree sometime not easy to understand.
comment:7 Changed 16 years ago by TicketCleanup
- Milestone set to Future Release
Automatic ticket cleanup.
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.
can you post a repro script so I can see what the result you want?
Thanks