This resource will update the options dialog to support the new toolbar 
toggles.
It goes in /src/wp/main/beos and needs to be tagged as binary.

The following lines need to be added at line 209 in /src/wp/ap/beos/
ap_BeOSDialog_Options.cpp

        TOGGLE_BASED_ON_MESSAGE('cbet' , m_DlgOptions->
id_CHECK_VIEW_SHOW_EXTRA_TOOLBAR)
        TOGGLE_BASED_ON_MESSAGE('cbft' , m_DlgOptions->
id_CHECK_VIEW_SHOW_FORMAT_TOOLBAR)
        TOGGLE_BASED_ON_MESSAGE('cbst' , m_DlgOptions->
id_CHECK_VIEW_SHOW_STANDARD_TOOLBAR)
        TOGGLE_BASED_ON_MESSAGE('stat' , m_DlgOptions->
id_CHECK_VIEW_SHOW_STATUS_BAR)


The line appearing about 10 lines before this as:
        TOGGLE_BASED_ON_MESSAGE('chtb' , m_DlgOptions->
id_CHECK_VIEW_SHOW_TOOLBARS)
also needs to be commented out if not already done so.

Thanks,
Christopher

options.rsrc

BeOS Attributes

Reply via email to