Prefs in conf.ini
Posted: Fri Oct 14, 2011 2:05 am
Hi Steve, Hi xataface users..
some of these prefs do work others don't
the last two for instance refuse to work, even when i try to
include them in the applicationDelegate:
I am running the
latest relase of Xataface.
Cheers
Martin
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