Page 1 of 1

Powerpoint Listview Library Update

Posted: Tue Mar 01, 2005 5:26 pm
by localmotion34
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.

Posted: Wed Mar 02, 2005 1:44 am
by localmotion34
and the crowd goes wild......

Posted: Wed Mar 02, 2005 8:52 am
by gnozal
Sorry, I could not compile the example (still have PB 3.92). I am downloading PB 3.93 right now :D

Posted: Wed Mar 02, 2005 9:04 am
by blueznl
works, had to add two lines to the example file...

Code: Select all

IncludeFile "ppt res.pb"
IncludeFile "ppt listview.pb"
... guess you're using japbe? :-)