This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Disappearing toolbars in Aras 9.3

MFJames - Thursday, June 30, 2011 1:25 PM:

Has something changed in toolbar handling between 9.2 and 9.3?

I've been trying to get the Variants package working in 9.3. It includes a form which is used to explore a Parts tree containing variants, and the two toolbars have disappeared. The HTML that defines them just puts them in a table cell, e.g.:

    <td valign="top" id="toolbar_slot" width="100%">
        <comment id="tb2_commented">
            <object id="toolbar2"
              style="width:100%; height:27px;"
              classid="../cbin/Toolbar.dll#Aras.Client.Controls.Toolbar" >
            </object>
        </comment>
        <script>
            WriteUncommentedObject("tb2_commented");
        </script>
    </td>

and the toolbar should be populated from

    <script language="jscript" for="toolbar2" event="Onload()">
        toolbar2.loadToolbarFromStr(...

But the Onload event never fires. All I get under Aras 9.3 is an empty white space. No buttons.

--

Martin James