Hi all,<br><br>This week was very productive. We have a kind of useful tab page now. It recursively traverses the configurations via XNameAccess. And shows the values mostly properly. Currently shown types are: boolean, long, string, string sequence, long sequence. In case of needed I will find and implement new datatypes.<br>

<br>Current recursion completes itself about 20 minutes both on new and old hardware I have. It is not the most effective code I have ever wrote actually :). But this is not at the top of my priority list for now. Also page has usability issues too. I will look for them after handling types correctly on edit button.<br>

<br>Here is more organized report:<br><br>==What I did?==<br>-getConfigurationAccess method implemented. Gets ReadOnly or Update access according to given parameters.<br>-FillItems method implemented. Recursion on here. Traverses through configurations using UNO api.<br>

-Reset method implemented. It is the method all options tab pages have. Kind of init function. Revert button calls this method too.<br>-InsertEntry method implemented. It is used for adding new entries to the listbox.<br>

-HeaderSelect_Hdl implemented. Handles clicking on headerbar of listbox.<br><br>==What I am doing?==<br>-Currently working on edit buttons functionality. I am searching a proper way to handle configs. Currently can take booleans and toggle them only on cosmetic side. Don't touch real configurations right now. <br>

<br>==What will I do?==<br>-Will improve the performance. There is something I recognized. Without adding values to the listbox the traverse tooks about 3 seconds. Current entry insertion is on recursion. Extracting this out of recursion may solve the problem mostly.<br clear="all">

-Especially string lists doesn't looks properly on the list. There is a button labeled "Default" on UI. I want to rename it and make it to use for show the value of list. Or maybe I can use edit button for the both representation and modifying. Will concider later.<br>

-I will look for the changing the weight to the bold of the changed values. Will concider later.<br>-Page really needs a search bar. Will look after proper handling.<br><br>Here is a screenshot. I gave /org.openoffice.Office.Common as rootpath because giving / as root takes too long. Also tab order is not correct too.<br>

Screenshot:<a href="http://i.imgur.com/PAEBIrv.png?1">http://i.imgur.com/PAEBIrv.png?1</a><br><br>Cheers,<br><br>-- <br>Efe Gürkan YALAMAN<br><a href="http://about.me/efegurkan" target="_blank">http://about.me/efegurkan</a><br>