new version
Great new updates. Most of them I requested and KetilO implemented.
Quote:
- Fixed bug where hidden scrollbar could cause scrollbar area not painted.
- Added SPRIF_DOUBLE. Converts to / from double when used with SPRM_GETCELLDATA and SPRM_SETCELLDATA
- Added SPRIF_SINGLE. Converts to / from single when used with SPRM_GETCELLDATA and SPRM_SETCELLDATA
- Added TPE_FORCETYPE. The cell will preserve its type when edited.
To be combined with TPE_TEXT, TPE_TEXTMULTILINE, TPE_BUTTON, TPE_WIDEBUTTON or TPE_HYPERLINK
- Added TPE_FIXEDSIZE. Will force a 15 by 15 pixel image. To be combined with TPE_BUTTON, TPE_CHECKBOX or TPE_COMBOBOX
- SPRN_BUTTONCLICK will now be sendt only if you click on button.
- CheckBox cell will now only change if you click on checkmark.
Those black things really made a difference.
New 2 functions:
Code:
SS_GetCellData
SS_GetCellString
Fast fucntions to get cell string and data, the same functionality is available via GetCell but those will extract only data and text info, so much faster for looping and more extensive usage.