Page MenuHomeFeedback Tracker

lnbSetTextRight isn't working
Feedback, WishlistPublic

Description

This command doesn't do anything, I was expecting it to right align the text. I've tried the control and IDC version but neither work. The description in the debug console is: "Sets the additional text (Invisible) in the item with the given position of the 2D listbox." Surely this is wrong? Why would I want to right align invisible text? I'd imagine that it should function like it does on a regular listbox except in the column that you specify.

Also I'm not sure if the lnbSetColorRight command is working as I can't see the text... because it's "invisible", but we have a command to set the colour of it... lol.

Details

Legacy ID
4188302377
Severity
None
Resolution
Open
Reproducibility
Always
Operating System
Windows 7
Category
Controls

Event Timeline

Mikeeeyy set Category to Controls.Jan 27 2016, 2:47 AM
Mikeeeyy set Reproducibility to Always.
Mikeeeyy set Severity to None.
Mikeeeyy set Resolution to Open.
Mikeeeyy set Legacy ID to 4188302377.May 8 2016, 1:35 PM

Have you tried aligning your control right by setting the style to 1?

Ex.
style = 1; //Align right

If that were to work it would align all the columns right, which is not what I want.

BIS_fnc_KK changed the task status from New to Feedback.Jun 12 2021, 10:47 PM
BIS_fnc_KK updated the task description. (Show Details)
BIS_fnc_KK set Operating System to Windows 7.