![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Icon not displayed while using list box with single element Topic Summary: Icon not displayed while using list box with single element Created On: 20-Feb-2007 04:55 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
If we create a list box with 1 row element , then the Icon does not get displayed
For example : ListboxDBE = listView(PrjCreReqDB, 0, 290, 2,ProjMgr) //Column Headings insertColumn(ListboxDBE , 0, " ColumnA", 139, icon1) // The icons get displayed here insertColumn(ListboxDBE , 1, " Column B", 80, icon2) // The icons get displayed here //Column value 1 insert(ListboxDBE , 1, "Value1 A",icon3 ) // but the icon does not get displayed here set(ListboxDBE , 2,1 , "Value2 B" ) Regards, Madhubanti |
|
![]() |
|
![]() |
|
This could be cos you are inserting a row at position 1 before inserting a row at position 0. |
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.