TrkSliderEdit in all its glory. This component will make it a lot easier to handle input values. A slider, an edit and a label, all, in one component. It could not be any easier that this. Well that’s my opinion. I use this component in my photo edit program a lot and it saved me […]
Category Archives: Sample
My curves tool
This is my curves tool. Inspired by the curves tool in Photoshop and Gimp. It keeps a list of presets which is located in a folder “curves” in the application folder. All files in this folder is .ACV files which is standard Adobe curve files. When you add a curve to the preset it saves […]
Tiltshift in Delphi
Two simple programs for making tiltshift pictures in Delphi. A lot of improvements potential but it give you a starting point. Not every image is suited for this effect, but that you will see very fast. Images with lots of sky or water usually do not work very well. City or landscape images might work […]
Another thumbnail demo
This is yet another demo of thumbnails using my component, rkView. You will also need rkVistaPanel to run this demo. The main point of this demo is to show how you can work with thumbnails and alpha blending. I did try to keep the source short but alpha blending is a little complicated. Anyway here […]
A smart dialog solution
When doing graphics filters I am often annoyed by the fixed dialog most people use, so I decided to try to come up with an alternative solution and this is what I did. To compile the demo you need to install the included component, rkFilterPreviewDialog. This component will display a dialog according to the instructions […]
Here is a demo of rkAeroTabs
Here is a demo of the rkAeroTabs provided by Jeff Hansen. It is a good demo that shows one way of using the tabs. Thanks a lot Jeff! Download Demo (Source and Exe)
SmartView sample application
This is the source code of the teaser program. Take note that this is just a sample and not, in any way, a complete application. It uses a lot of my components so I suggest you download and install all of them. Original a D2007 project but now a D2010 project. This means that the […]