Hosting WPF user control in 2.0 WinForms
Posted on Monday, February 6th, 2012
Ok, so before you ask why on earth would you bother let me explain
As part of my work over at ClarionAddins I am always looking for way to improve the user experience as [...]
Zeta Color Editor for Clarion.
Posted on Tuesday, September 20th, 2011
Inspired by a recent newsgroup thread and my latest experiments in Clarion –> DotNet interop I have put together a simple program that shows you how to use the Zeta Color Editor from a clarion [...]
QuickStartTemplates addin example
Posted on Wednesday, April 27th, 2011
This is a very basic addin which shows you how you can add additional items in the Quick Starts section of the New Solution, Project or Application dialog. It is based on the shipping quick [...]
Generate SubVersion template
Posted on Tuesday, April 19th, 2011
A while back on the ClarionLive skype chat I mentioned this template and promised to upload a version. I completely forgot all about it a few days later but here it is finally!
This template [...]
A clarion version of System.AddMonths
Posted on Friday, November 20th, 2009
Today at work I needed some code to Add “x” months to a given date. System.AddMonths looked like the kind of thing I was after but I needed it implemented in clarion code.
Not hard but [...]
Embedding Mozilla in a Clarion Window
Posted on Sunday, March 15th, 2009
Here is a very quick and dirty example of embedding a web browser control in a clarion window.
To use the Mozilla example you will need to download and install the Mozilla ActiveX Control from here:
http://www.iol.ie/~locka/mozilla/control.htm#download
Enjoy!
Download:
[...]
#RUN parameter limits and hiding command windows
Posted on Sunday, February 8th, 2009
Recently I have been doing a fair amount of work trying to automate parts of the development process, in particular the version control aspects. I ran into what appeared to be limitations in the length [...]
continue readingFlash Chart Demo
Posted on Wednesday, April 16th, 2008
As shown at the Dutch Clarioneers meeting (22nd Nov 2007)!
Usage Notes:
As long as you make sure you have the Capesoft Object writer installed you should be able to open and compile the FlashChart.app file with [...]
BitBlt Clarion Example
Posted on Wednesday, April 16th, 2008
This is an example of using the Windows GDI BitBlt function in a Clarion app.
As I am reminded whenever I try things like this, it is always fun and challenging playing with graphics and clarion!
Templates [...]