DUWS-R-Team / DUWS-R

ArmA 3 Dynamic Universal War System - Rebirth
42 stars 18 forks source link

Error when opening request unit GUI #113

Closed runedog48 closed 8 years ago

runedog48 commented 9 years ago

When you first open the GUI to request more units and unlock upgrade you get presented with the error "no entry steam__cur_sp.atlis\description.ext/ressourceheader/controls/unitlistbox.ComboScrollBar'."

I'm not sure if this error removes functionality. I feel like I am missing units.

runedog48 commented 9 years ago

I found the fix, I believe they renamed the scrollbar class to ComboScrollBar. You need to go into the defines.hpp in the dialog folder and change every instance of "ScrollBar" to "ComboScrollBar". I don't have time to fork the whole repo and make a pull request.

fritogotlayed commented 9 years ago

Awesome! Thanks for the tip. If you'd like to create a PR for the fix to have some credit that'd be awesome. If not I can push the change in when I get a chance.

In all seriousness this was really bugging me and if this is the fix I can't thank you enough! I'll see if I can get on this week and make the update.

fritogotlayed commented 9 years ago

This is a duplicate of #11 I believe

dgrrr commented 8 years ago

Every instance, including changing colorScrollbar[] = {0.023529,0,0.0313725,1}; to colorComboScrollbar[] = {0.023529,0,0.0313725,1};

?

fritogotlayed commented 8 years ago

@dgrrr @runedog48 Thanks for the fix here. Testing worked locally so I'll be pushing the patch here shortly.