Jump to content
HazJ

ListNBox drawSideArrows command

Recommended Posts

Is there a way to show the arrrows left and right on the ListNBox via command? I checked the Wiki but couldn't find anything. Note: I am using ctrlCreate with RscListNBox.

Share this post


Link to post
Share on other sites

https://community.bistudio.com/wiki/DialogControls-ListBoxes

 

drawSideArrows = 1; // 1 to draw buttons linked by idcLeft and idcRight on both sides of selected line. They are resized to line height

 

Maybe that helps.

 

 

Edit: Just noticed you are using ctrlCreate, so no attributes.

 

No clue then, sorry.

Share this post


Link to post
Share on other sites
10 hours ago, killzone_kid said:

...

 

Why even post if you have nothing to contribute...?

Share this post


Link to post
Share on other sites
9 minutes ago, HazJ said:

Why even post if you have nothing to contribute...?

 

Ask forum software, because I don't know

  • Like 1

Share this post


Link to post
Share on other sites

Solution:

You can copy your RscListNBox defines and manually change drawSideArrows from 0 to 1. You'll have to rename it to something like TAG_RscListNBox though. The default defines doesn't have it enabled.

Quote

(Since Arma 3 v1.69.141213 it is possible to use classes defined in mission config)

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×