Edit: Updated w/ Dominic's comments plus some bug fixes.
Edit: Cleaned up/sped up drawing, added options to change sorting
Edit: Implemented lazy calcs and layout, fixed a word sizing bug with ignore.
Edit: Removed inline source, added an emphasis color, split sizing distribution to even sizing out, added an ignore count, allowed adding in addition to loading, added build.cmd to compile from command line, clean.cmd to remove all but source files.
Edit: Created a DLL, added an example using the DLL.
Controls.zip
I wrote some user controls: TagCloud and a LinkLabel. Their my first PB native window controls from scratch, so I appreciate feedback on what I didn't do, or could do better.
control.inc has the definitions and main.bas has an example of use.
Edit: Cleaned up/sped up drawing, added options to change sorting
Edit: Implemented lazy calcs and layout, fixed a word sizing bug with ignore.
Edit: Removed inline source, added an emphasis color, split sizing distribution to even sizing out, added an ignore count, allowed adding in addition to loading, added build.cmd to compile from command line, clean.cmd to remove all but source files.
Edit: Created a DLL, added an example using the DLL.
Controls.zip
I wrote some user controls: TagCloud and a LinkLabel. Their my first PB native window controls from scratch, so I appreciate feedback on what I didn't do, or could do better.
control.inc has the definitions and main.bas has an example of use.
Comment