[Trinidad] Operation aborted in IE6 when opening dialog

2008-05-13 Thread Geetha Rodricks
Hi We use Trinidad version 1.0.1. We decided to upgrade to 1.0.7. When we incorporate release1.0.7, and try to open a dialog we seem to get Operation aborted message. There are no exceptions in the log. It seems to be the Operation aborted: IE bug. Any help would be appreciated. Thanks

Re: Multiple requests for same image = very slow tree rendering

2008-02-14 Thread Geetha Rodricks
Hi Did you get anywhere with this issue - I have found the same issue We have a tree2 component with lots of nodes. To render the tree I get to see multiple gets of the same image which is definitely slows the rendering of the tree. Is there any way to avoid that ? Thanks Michel Goldstein

Re: [Trinidad] navigationPane and commandNavigationItem problem

2007-06-21 Thread Geetha Rodricks
from Trinidad, I'll report this if I've more info. Regards, Zarick On 6/21/07, Geetha Rodricks [EMAIL PROTECTED] wrote: Hi We have the same issue. We have the level=0 - the action gets called. tr:navigationPane hint=tabs id =topoMenu level=0 var=menu1

Re: [Trinidad] navigationPane and commandNavigationItem problem

2007-06-20 Thread Geetha Rodricks
Hi We have the same issue. We have the level=0 - the action gets called. tr:navigationPane hint=tabs id =topoMenu level=0 var=menu1 value=#{TopologyMenuBean.FMenuModel.model} But if the level=2 it displays the child menus. But action or actionListener

[Trinidad] tr:chart and Adobe SVG Viewer

2007-06-19 Thread Geetha Rodricks
Hi We use the Trinidad suite of components in our project. We were using the cewolf for charting and are thinking of using the Trinidad Chart component. From what I have gathered Trinidad chart uses the Adobe SVS plugin. But Adobe have decided to discontinue support for the SVG viewer. A line

FW: [Trinidad] tr:chart and Adobe SVG Viewer

2007-06-18 Thread Geetha Rodricks
Hi We use the Trinidad suite of components in our project. We were using the cewolf for charting and are thinking of using the Trinidad Chart component. From what I have gathered Trinidad chart uses the Adobe SVS plugin. But Adobe have decided to discontinue support for the SVG viewer. A line

CommandNavigationItem Action not working for level 2

2007-06-18 Thread Geetha Rodricks
Hi I have a 2 level Menu - Implemented using the NavigationPane I have implemented the top as tabs and second as bar The elements are commandNavigationItem and I have an action associated with them. The action gets called when the tabs at the top level is clicked. But the action is not called for

[Trinidad] CommandNavigationItem Action not working for level 2

2007-06-18 Thread Geetha Rodricks
Hi Sorry to post it again but updated the subject to include [Trinidad] I have a 2 level Menu - Implemented using the NavigationPane I have implemented the top as tabs and second as bar The elements are commandNavigationItem and I have an action associated with them. The action gets called when

Adding right click menu for tree2

2007-03-06 Thread Geetha Rodricks
Hi We are using tree2 and have it working with dynamic data. Now Iam interested in adding a menu when the user right clicks on a node in the trees. Based on the node the menu options would be different. Has anyone implemented a right click menu on a tree2 Node - Any help would be appreciated.