Tomeu,<br><br>Hope all is well.<br><br>We have been working on developing a template builder tool in write activity, and wish to have your pointers on certain features-<br><br>1. Text box - We realize that the text box tool is missing in the current write activity, and wish to develop it. We looked at abiwidget.h file closely, and it seems to us that there <br>


     is no method (function) provided to add textboxes. We investigated deeper into the details, and arrived at an approach to develop the text box feature-<br><br>       a. Create a textbox class on the lines of tablecreator class-  It seems that we need to work on 4 files:<br>


<br>            1. OXML_Element_TextBox.cpp<br>            2. OXML_Element_TextBox.h<br>            3. OXMLi_ListenerState_TextBox.cpp<br>            4. OXMLi_ListenerState_TextBox.h <br><br>      b. Use invoke_cmd method to insert Textbox. <br>

          We are not very clear on what all arguments can be passed in this method, and their usage. Could you please direct us to a resource, which could be helpful in <br>          understanding this.<br><br>We also wish to ask you about the details of the code, which is used to enable menu selections in the advanced abiword activity.<br>

<br>Thank you.<br><br>Manu<br>