ssClasses
This is a collection of some of my classes I created and is being used by me and some VFP developers. This is not the complete library though yet because I still have to transfer ssButton and ssTitleBar from my old sandstorm36 library to this one. In the meantime, you can start enjoying ssClasses library.Note: this project has moved to GitHub: https://github.com/VFPX/ssClasses
What is inside this library:- ssAnchorSizer - while Anchor property allows us to resize objects inside our form, anchor leaves behind the insides of a grid, listbox and combobox on its original sizes. This class will fix that.
- ssButton3 - The first ssButton is done inside my old sandstorm36 library. And then I decided to transfer that to ssClasses library so it became ssButton2. Then I created this one so it became ssButton3. However, I removed ssButton2 in the meantime because that is still dependent on sssupport.app for the images which I plan to completely remove later. Visit: http://sandstorm36.blogspot.com/2011/10/ssbutton3-new.html
- ssButton4 - ssButton3 and 4 are almost the same. These are patterned after a button in MSO2007 where the button is curved and is being highlighted on mouse enter. The main difference between 3 & 4 is that 3 starts with gray while 4 already starts with the color you have set albeit a lighter tone. On mouse enter, color becomes a little bit darker.
- ssClose- Originally ssClose3. I now removed both ssClose and ssClose2 and renamed ssClose3 to ssClose. A small close button that can be positioned on any of the four corners of your form. Visit: http://sandstorm36.blogspot.com/2012/12/ssclose3.html for details.
- ssContainer3 - is a container with several features. Just see for yourselves
- ssContainer4 - another container with polypoints manipulation and no graphics whatsoever. Visit: http://sandstorm36.blogspot.com/2012/02/sscontainer4_01.html
- ssDropCalc - is a dropdown calculator. Can also be used in grids Visit: http://sandstorm36.blogspot.com/2011/06/ssdropcalc-dropdown-calculator-class.html
- ssEditBox - is a dropdown editbox. Can also be used in grids. Visit: http://sandstorm36.blogspot.com/2011/11/sseditbox.html
- ssExcelPivot - is a button class with popup (for creating pivot report on the ply via drag and drop) or none that can generate excel pivot reports with ease in a lot of ways. Visit: http://sandstorm36.blogspot.com/2012/12/ssexcelpivot-class-enhancements.html
- ssFader - is a small spinner which will fade your form. Visit: http://sandstorm36.blogspot.com/2012/12/ssfader-class.html
- ssGridLock - is a class that allows you to put a lock on columns of the grid with not much coding on your end. Visit: http://sandstorm36.blogspot.com/2011/11/ssgridlock.html
- ssGridSorter - a class that can give you instant sorting capability on your grids. Visit: http://sandstorm36.blogspot.com/2011/07/ssgridsorter-class.html
- ssMonthCal - is a monthly calendar class made from pure shapes. Have 7 colors to choose from. Visit: http://sandstorm36.blogspot.com/2011/10/ssmonthcal-class.html
- ssSwitch - is a replacement of the native checkbox. It is a switch which means there is an ON and OFF status. Comes with 18 looks. Visit: http://sandstorm36.blogspot.com/2011/11/ssswitch.html
- ssOptSwitch - is a replacement of the native optiongroup. It is actually 12 switches placed inside a container and is manipulated. Also comes with 18 looks.
- ssPolyClock - is a clock running on polypoints. co-Author is my cousin Glen Villar. New skins contributor/designer is Daryll Bautista. Visit: http://sandstorm36.blogspot.com/2012/12/sspolyclock-enhancements.html
- ssTab - is a tab with new looks. An icon can also be added in every tabs. Visit: http://sandstorm36.blogspot.com/2011/11/sstab.html
- ssTextbox - is a textbox with curvature. Other features include changing bordercolor on focus, an optional marker shown on right, etc. Visit: http://sandstorm36.blogspot.com/2012/12/sstextbox.html
- ssThrobber - is a separate exe. It can be used to show a throbber for long processing so users will know something is going on. Visit: http://sandstorm36.blogspot.com/2012/12/ssthrobber.html
- ssTitleBar2 - is a titlebar of my own design which changes color on the ply. It also have some added features and is made entirely with shapes Visit: http://sandstorm36.blogspot.com/2011/11/sstitlebar2.html
- ssTransparent - is a simple class to drop into your form which will turn it into transparent based on the image you will use as form picture. Visit: http://sandstorm36.blogspot.com/2012/12/sstransparent-class.html
- ssToExcel2 - is another easy way to transfer your cursor into excel with headings and formattings. Visit: http://sandstorm36.blogspot.com/2012/02/sstoexcel2.html
The library and demos can now be downloaded here:
https://vfpx.codeplex.com/releases/view/99045
Cheers!
To get some more ideas on what to expect from this library, please visit
http://sandstorm36.blogspot.com.au/2011/10/ssclasses-components-list.html
For more other things:
http://sandstorm36.blogspot.com.au/
Project Manager: Jun Tangunan