as part of my contributions of advanced gadgets to PB, the Powerpoint Listview mimics the "Pane_DC" class of MS Powerpoint.
-added support for distinguishing right and left clicks, #ppt_leftclick and #ppt_rightclick
-Each listview and it's numbering are completely separate from the PB gadget numbering identifiers
-Events are examined apart from the #PB_eventgadget, this uses the #PPT_click custom message
in the an extended release of this later on, the images stored in each item of the PPT Listview will just be representations of an actual image list stored in memory. so, when you want to retrieve an items image, the listview will direct you to the memory address of the FULL AND COMPLETE image, and not the resized-scaled down one displayed in the PPT item.
http://www.penguinbyte.com/apps/pbwebst ... stview.zip
try it out and see what you think.
Powerpoint Listview Library Update
-
- Enthusiast
- Posts: 665
- Joined: Fri Sep 12, 2003 10:40 pm
- Location: Tallahassee, Florida
Powerpoint Listview Library Update
Code: Select all
!.WHILE status != dwPassedOut
! Invoke AllocateDrink, dwBeerAmount
!MOV Mug, Beer
!Invoke Drink, Mug, dwBeerAmount
!.endw
-
- Enthusiast
- Posts: 665
- Joined: Fri Sep 12, 2003 10:40 pm
- Location: Tallahassee, Florida
and the crowd goes wild......
Code: Select all
!.WHILE status != dwPassedOut
! Invoke AllocateDrink, dwBeerAmount
!MOV Mug, Beer
!Invoke Drink, Mug, dwBeerAmount
!.endw
works, had to add two lines to the example file...
... guess you're using japbe? 
Code: Select all
IncludeFile "ppt res.pb"
IncludeFile "ppt listview.pb"

( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
( The path to enlightenment and the PureBasic Survival Guide right here... )