Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#314 closed defect (fixed)

GUI - fix all settings in components

Reported by: sluzky Owned by: sluzky
Priority: Nice to Have Milestone:
Component: Core engine Keywords: gui
Cc: Patch:

Description

There are some GUI components that get called for some missing settings, this could be a result of couple of reasons:

  • Actual settings that are missing from the component
  • Faulty calling to those settings

Another thing could be that the call to the settings is OK.
Meaning, the code is trying to probe the component for the wanted setting, and if it doesn't find it, then it just doesn't use that feature for that component.

To find the faulty settings run the program, open the main log (mainlog.html), and follow the warnings.

Change History (2)

comment:1 by sluzky, 15 years ago

Resolution: fixed
Status: newclosed

(In [7155]) Apparently GUI should be able to try and set a setting, without it actually being defined, see comments in IGUIObject::LoadStyle. Removing invalid access to setting in progress bar. closes #314

comment:2 by (none), 14 years ago

Milestone: ASAP

Milestone ASAP deleted

Note: See TracTickets for help on using tickets.