API PVGadgets

Top  Previous  Next

apiinput

Creates an InputGadget.

This gadget is very similar to the standard StringGadget but has a scrollbar and allows multiple lines of text.

 

 

apicalendar

Creates a CalendarGadget.

This gadget allows the user to easily pick a date from a Calendar.

 

 

apidatepick

Creates a CalendarPickerGadget.

This gadget displays a date and drops down to a full calendar for easy date selection.

 

 

apianim

Creates an AnimGadget.

An AnimGadget can display a number of Windows animations like the animated search icon, files being copied animation, files being thrown into trash animation, etc.

 

NOTE: This gadget will NOT display built in Windows animations on version of Windows higher than Windows XP.  If you need this Gadget to work on ALL versions of Windows you will need to supply your own animation.

 

 

 

 

apibutton

Creates a TransparentButtonImageGadget.

This gadget removes the pixel color located at 0 from a 256 color image and removes it from the entire image leaving transparent areas, then places it on the button.

 

 

apiimage

Creates a TransparentImageGadget.

This gadget removes the pixel color located at 0 from a 256 color image and removes it from the entire image leaving transparent areas, then displays the image.

 

 

apipureskin

Creates a PureSkinGadget.

Once a PureSkin Gadget is applied to a Form, a PureSkin is then assigned to the Gadget and the Form is instantly skinned.  PureSkins are created using the built in PureSkin Maker.

 

 

apicanvas

Creates a CanvasGadget.

This Gadget is a simple colored box that allows you to draw on or insert images into.  The PVGadgets_Canvas command allows you to easily convert a Canvas Gadget into a special image button that changes when the mouse passes over it.

 

 

apiprogress

Creates a ProgressBarGadget.

This progressbar allows you to set starting and ending colors, creating very nice gadients.  Text can also be enabled showing percentage left.  It is easily controlled using the PVGadgets_ProgressBar command.

 

 

clip0064

Creates a PieChartGadget.

The PieChart Gadget allows you to create a PieChart progress indicator.  Text can also be enabled showing percentage left.  It is easily controlled using the PVGadgets_PieChart command.