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

Discussion of application development using iX Developer, including but not limited to getting started, using the functions tab, properties, objects and installation.
Post Reply
kkwon2
Posts: 26
Joined: Thu Dec 13, 2012 2:07 pm

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

Post 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 ?

brooksk
Posts: 3
Joined: Wed Oct 08, 2014 9:50 pm

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

Post 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()

brooksk
Posts: 3
Joined: Wed Oct 08, 2014 9:50 pm

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

Post 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

Post Reply