Page 1 of 1

How to make the relationship 'box' invisible?

PostPosted: Tue Sep 15, 2009 7:28 pm
by kokoro
Hello,

I'm working on customizing my app and have been relatively successful (with lots of help from Steve) but have hit a small wall.

I'd like to make the box on the left side of the browser window that is titled "this record" and is from a relationship I have set up that appears when viewing a single record disappear. Does that make sense?

It takes a significant column of space on the left side of the window and I have the relationship data showing up within the record via an addition to my delegate class file so I don't need it on the left of the screen and would appreciate the extra 'real estate' for the items in the record I'm viewing. It looks like the setting is external to anything I can add to the tables.ini file but I can't be sure.

Any help will be appreciated.

Sincerely

Jason[/img]

PostPosted: Thu Sep 17, 2009 9:22 am
by shannah
Hi Jason,

This can be hidden by setting the show_record_tree preference to 0.

I.e. in the conf.ini file you could do:

Code: Select all
[_prefs]
   show_record_tree=0


http://xataface.com/wiki/preferences

Thanks

PostPosted: Wed Sep 23, 2009 6:15 am
by kokoro
Steve,

Thanks a million as always. I was away from modifying my Xataface instance for a few days but just got back to it and found this very 'to the point' response and was immediately able to hide the "record tree".

Thanks for your continued support.

Jason