OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: hoz on 29 Jan 2009, 19:43:24

Title: Verticle Slider
Post by: hoz on 29 Jan 2009, 19:43:24
What definitions do I need to add a vertical slider? I've looked through a couple of missions and tried to add a few listed here (http://community.bistudio.com/wiki/Dialogs). but I can't seem to get it right.


I solved it. My w and h were reversed giving me a funny looking slider.

For the record these are the values for the definitions .
Code: [Select]
// Slider styles
#define SL_DIR            0x400
#define SL_VERT           0
#define SL_HORZ           0x400