Show Record tree [SOLVED]
Archived from the Xataface Users forum.
cantlep — Wed Sep 29, 2010 1:59 pm
Hiya,
Has anyone noticed that this doesn’t seem to work in the latest version? in conf.ini
show_record_tree = 0
This should hide the relationship records that are presented on the left hand side of the GUI, yes?
This doesn’t seem to work in the latest version - Or have I mistaken its use?
Cheers
shannah — Wed Oct 06, 2010 10:28 am
Can you show an excerpt from your conf.ini file? This should work if placed in the [_prefs] section.
cantlep — Wed Oct 06, 2010 10:44 am
Hi Steve,
It was working before the upgrade but no longer does. I’ve kind of done a “halfway” job by hiding everything other than the search box.
- Code: Select all
[_prefs] horizontal_tables_menu = 1 show_record_tree=false show_record_tree=0 show_result_controller=0
I don’t have both examples in the same file, I was just showing what I have tried (false and 0).
Have you not seen this in 1.2.5? I’m experiencing it with 2 sites (both running on the same server though)
shannah — Wed Oct 06, 2010 11:16 am
perhaps try
- Code: Select all
show_record_tree="0"
cantlep — Wed Oct 06, 2010 11:24 am
Still no joy
- Code: Select all
[_prefs] horizontal_tables_menu = 1 show_record_tree="0"
Still shows the relationship details in the left hand side..I have a screenshot if that helps at all?
Cheers
Paul
shannah — Wed Oct 06, 2010 11:31 am
I haven’t noticed this problem in any of my installs. I have just tested a few to make sure it works, and they are working fine with
- Code: Select all
show_record_tree=0
Things you may want to check:
- Make sure you only have one [_prefs] section.
- Check if your getPreferences() method in the application delegate class may be overriding your settings.
cantlep — Wed Oct 06, 2010 12:17 pm
Cheers Steve,
1 = Confirmed. Only 1 _prefs section
2 = I have no getPreferences() methods in the Application delegate class.
I’m stumped
As it happens, with one of the sites, I’ve totally removed all of the “view” record views and it goes straight into edit mode when clicking an entry in list view, so this problem doesn’t really matter but for the remaining site it’s still an issue…
Anywhere else I could look / Might have made an error in?
Cheers
shannah — Wed Oct 06, 2010 2:31 pm
So you don’t experience this problem in the edit tab? Only the view tab?
cantlep — Wed Oct 06, 2010 2:39 pm
ah, whoops… I think I’ve made a large error…I apologise,
It’s working fine…I was actually trying to get rid of the relationship details where the “posted by” bits, etc are in the “main” window rather than the stuff in the “left” window.
I’ve hidden the “posted by” parts and I’ve also managed to hide the actual relationship details but the search box still remains…
Really sorry about that…a waste of your time…