Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

This is a bug in the ListView?



  • Please log in to reply
2 replies to this topic
Heitor
  • Members
  • 43 posts
  • Last active: Nov 19 2014 09:45 PM
  • Joined: 10 Nov 2013

--



garry
  • Spam Officer
  • 3219 posts
  • Last active: Sep 20 2018 02:47 PM
  • Joined: 19 Apr 2005
✓  Best Answer

don't know, this seems to work

Gui,1:default
Gui, Add, ListView, x5 y5 w270 h220 gListView1 vLV1 AltSubmit, List
Loop, 50
    {
        Item := "Item " A_Index
        LV_Add("", Item)
    }

Gui, Show, Center w280 h230
Return

GuiClose:
ExitApp

ListView1:
Gui,1: Listview, LV1
RN:=LV_GetNext("C")
WinGetActiveTitle, Title
WinSetTitle, %Title%, , RowNumber: %RN%
Return



Heitor
  • Members
  • 43 posts
  • Last active: Nov 19 2014 09:45 PM
  • Joined: 10 Nov 2013

 

don't know, this seems to work

Gui,1:default....

 

Yes, It Works. You are a genius. Thank you!