• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC SKILL
  3. How to avoid *WARNING* HiQTreeTableSelectionOp ...message...

Stats

  • Locked Locked
  • Replies 5
  • Subscribers 144
  • Views 13536
  • Members are here 0
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

How to avoid *WARNING* HiQTreeTableSelectionOp ...message when use hiTreeTableSelectItems() ?)

Charley Chen
Charley Chen over 11 years ago

Hi All , 

I have a function is to select all items in a tree , so is below

procedure( selectItems() 

 listofItems = hiGetTreeItems(treeName)

hiTreeTableSelectItems(form->treeField  listofItems)

);pro

It is  fine (Although it has a little bit slowly than i select 1st item and last item) , But when i re-select any item in tree item , 

It will show *WARNING* HiQTreeTableSelectionOp:: selectionChangedCB: Selection failed .Too many items are selected such

that the logging command exceeds the command buffer size limit. Select few items.

 

When i select from 1st to the end of the tree item , and then  re-select any item in tree item , It is OK

 

 I found the doc , but i tried  and can't understand it.

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Selection of tree items is logged differently. In previous releases, selecting multiple consecutive tree items was logged with a range of zero-based line numbers. For example:
hiTreeTableSelectItems(form->treeField list('(1 2) ) t)
Now, the format is different. Instead of line numbers, the relative index in a tree is used. For example:
hiTreeTableSelectItems(myForm->myTreeTable '( (mytree 0 3)))

 -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 

Thank you,

Charley 

 

  • Cancel
Parents
  • Charley Chen
    Charley Chen over 11 years ago

    Hi Ted,

     Thank you for help. It was fixed.

    Charley 

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Charley Chen
    Charley Chen over 11 years ago

    Hi Ted,

     Thank you for help. It was fixed.

    Charley 

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information