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 [...]