Prefs in conf.ini

Archived from the Xataface Users forum.

Martin Pruss — Fri Oct 14, 2011 2:05 am

Hi Steve, Hi xataface users..
some of these prefs do work others don’t

Code: Select all
[_prefs] show_jump_menu=0 show_bread_crumbs=0 hide_personal_tools=1 hide_user_status=1 show_table_tabs=1 show_tables_menu=0 hide_table_result_stats=1 hide_result_controller=1

the last two for instance refuse to work, even when i try to
include them in the applicationDelegate:

Code: Select all
`function getPreferences(){
    return array(‘hide_resultlist_controller’=>1, ‘hide_table_result_stats’=>1);

}`

I am running the
latest relase of Xataface.

Cheers
Martin


ADobkin — Fri Oct 14, 2011 2:40 am

This may be related to the following bug report:

http://bugs.weblite.ca/view.php?id=815


Martin Pruss — Fri Oct 14, 2011 2:56 am

Hi Adobkin…
Thanks for the fast reply…
I’ll try the solution posted in Mantis
cheers
Martin


byrdits — Mon Jan 02, 2012 4:25 pm

Is this why I’m not able to use

Code: Select all
show_table_tabs = 0

byrdits — Mon Jan 02, 2012 5:03 pm

I’m also struggling to figure out why in bread-crumbs I’m getting :: displaying afterword (before the new record label)