Page 1 of 1

Connot get the top item in LargeIcon,SmallIcon or Tile View

Posted: Thu Aug 28, 2014 6:51 am
by kkwon2
Getting the error during build:
"Cannot get the top item in LargeIcon, SmallIcon or Tileview at
System.Windows.Forms.ListView.get_topItem()"

How do you workaround this ?

Re: Connot get the top item in LargeIcon,SmallIcon or Tile V

Posted: Fri May 19, 2017 11:48 pm
by brooksk
Hi all,

I am also getting this error message after installing IX developer on windows 10 pro and trying to open a saved project with listviews.

Would be great to know how to solve this issue? My colleague does not have this problem on his windows 7 pro machine.

I have attached extract log file generated by IX when Building.

2017-05-20 17:29:33,526 [1] INFO Neo.ApplicationFramework.Tools.ProjectManager.DesignerProjectItem - Loading DailySchedule designer.
2017-05-20 17:29:33,557 [1] ERROR Neo.ApplicationFramework.Tools.Design.SampleTypeResolutionService - Load Assembly ADOHelper, Version=1.0.3828.37449, Culture=neutral, PublicKeyToken=84220585cfbc53eb failed!
2017-05-20 17:29:33,560 [1] ERROR Neo.ApplicationFramework.Tools.Design.SampleTypeResolutionService - Load Assembly hasp_net_windows, Version=5.10.1.16274, Culture=neutral, PublicKeyToken=56120be447701319 failed!
2017-05-20 17:29:33,568 [1] WARN Neo.ApplicationFramework.Tools.TypeList.TypeListService - Could not find assembly 'Interop.NetFwTypeLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=22186a540fc0b044'.
2017-05-20 17:29:33,568 [1] ERROR Neo.ApplicationFramework.Tools.Design.SampleTypeResolutionService - Load Assembly Interop.NetFwTypeLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=22186a540fc0b044 failed!
2017-05-20 17:29:33,570 [1] WARN Neo.ApplicationFramework.Tools.TypeList.TypeListService - Could not find assembly 'Office, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null'.
2017-05-20 17:29:33,570 [1] ERROR Neo.ApplicationFramework.Tools.Design.SampleTypeResolutionService - Load Assembly Office, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null failed!
2017-05-20 17:29:33,898 [1] WARN Neo.ApplicationFramework.Tools.Build.WPFToCFCodeGenerator - Destination collection, CheckedIndices, is readonly, unable to map property.
2017-05-20 17:29:33,899 [1] WARN Neo.ApplicationFramework.Tools.Build.WPFToCFCodeGenerator - Destination collection, CheckedItems, is readonly, unable to map property.
2017-05-20 17:29:33,902 [1] WARN Neo.ApplicationFramework.Tools.Build.WPFToCFCodeGenerator - Destination collection, SelectedItems, is readonly, unable to map property.
2017-05-20 17:29:33,904 [1] ERROR Neo.ApplicationFramework.NeoIDE.App - Application_ThreadException
2017-05-20 17:29:33,905 [1] FATAL Neo.ApplicationFramework.NeoIDE.App - System.InvalidOperationException: Cannot get the top item in LargeIcon, SmallIcon, or Tile view.
at System.Windows.Forms.ListView.get_TopItem()
2017-05-20 17:29:38,822 [1] INFO Neo.ApplicationFramework.NeoIDE.App - Initiating shutdown of Application since an unhandled exception has occurred.
2017-05-20 17:29:38,822 [1] ERROR Neo.ApplicationFramework.NeoIDE.App - CurrentDomain_UnhandledException
2017-05-20 17:29:38,822 [1] FATAL Neo.ApplicationFramework.NeoIDE.App - System.InvalidOperationException: Cannot get the top item in LargeIcon, SmallIcon, or Tile view.
at System.Windows.Forms.ListView.get_TopItem()

Re: Connot get the top item in LargeIcon,SmallIcon or Tile V

Posted: Fri May 19, 2017 11:55 pm
by brooksk
Solved the problem: I needed to add a Windows List View Control by ticking check box after expanding the UI controls thorugh the IX developer interface.

Home > Objects > View All Objects > Windows Controls > List View Checked