10Dozen

Results 15 comments of 10Dozen

Hi, is there any possibility to add proxy-solution by simple set radio volume to 0 in onSwTangentPressed function, and return volume back in onSwTangentReleased? I tested it and it sounds...

> Also maybe single scroll click is a good idea instead of double left click for menu call (if it possible). Not a problem for slots (e.g. uniform, rifle), but...

I prefer single click (reason in PR first message). Removed setting.

Very useful feature, tbh. Caching will be a pretty good solution, as loadouts doesn't change completely all the time, so most of invetory changes will cause only a few real...

> Why multiply the length by 1.1? Doesn't this mean whitespace grows with text length? I assume it was for some margin for text inside the control, but dumb one,...

Tried to use only width + margins but as we are using listbox with pictures - we need to add margin for picture as well. I searched for it in...

> Don't like the ! syntax. ! means not. What about `$` ? Afaik it's not used in sqf ```sqf ["$CUP_acc_ANPEQ_15",["VEST_CONTAINER"], ...] call CBA_fnc_addItemContextMenuOption; ``` > But really people should...

> Just use an explicit argument for the function. Added new parameter

> addClassEventHandler uses _allowInheritance with default true. That seems to fit better as var name. Heh, this was my first guess, but I thought that it should be a bit...

Sounds reasonable, thanks for explanation.