I am using forms 6i v6.0.8.12.1 and I am running my form on local client under Windows XP and 98.
I have created a tree item in the form and I populate the tree at run time. The tree can contain around 5000 elements. The problem I have is that the tree performance degrades very badly as more elements are added. Is this to be expected?
By performance, I mean a simple loop of all selected elements of the tree using
FOR c IN 1..To_Number(Ftree.Get_Tree_Property('TREE_BLOCK.TREE',Ftree.SELECTION_COUNT))
takes a very long time, even if only a few elements are selected. Is there any way I can improve the performance, short of upgrading my PC to a 3.5GHZ processor?
I have created a tree item in the form and I populate the tree at run time. The tree can contain around 5000 elements. The problem I have is that the tree performance degrades very badly as more elements are added. Is this to be expected?
By performance, I mean a simple loop of all selected elements of the tree using
FOR c IN 1..To_Number(Ftree.Get_Tree_Property('TREE_BLOCK.TREE',Ftree.SELECTION_COUNT))
takes a very long time, even if only a few elements are selected. Is there any way I can improve the performance, short of upgrading my PC to a 3.5GHZ processor?