Powerpoint Listview Library Update
Posted: Tue Mar 01, 2005 5:26 pm
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.
-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.