#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 by , 17 years ago
comment:3 by , 17 years ago
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 by , 17 years ago
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:6 by , 17 years ago
| Resolution: | → Fixed |
|---|---|
| Status: | new → closed |
I close it as no bug as I suppose the MSDN doc is the bible.
I can agree sometime not easy to understand.

can you post a repro script so I can see what the result you want?
Thanks