#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 readingUsing THEN to improve IF clarity
Posted on Sunday, February 8th, 2009
Something that came up recently on CW-Talk2 which I found to be a very interesting insight.
In Clarion the help has this description for “IF”:
CWPlus Icon Set
Posted on Wednesday, June 18th, 2008
A slightly fancier set of icons for use with CWPlus . I have included new icons for all the buttons on the main clarion window and a couple of updates for the window/report formatter [...]
continue readingClarion Sucks
Posted on Monday, May 5th, 2008
Ha!
Nah, not really, that is just blatant sensationalism to get your attention
I found an article the other day that was a really interesting read.
From the article:
I’m trying to push for more Python adoption [...]
Visible Window Resizing
Posted on Friday, May 2nd, 2008
We found a problem in an application the other day where using Message() in ThisWindow.Open would cause the window to display before the Resizer had actually done it’s thing and put the controls in the [...]
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 [...]
Temp Tables, Scope and Clarion
Posted on Tuesday, March 11th, 2008
I was discussing this with a colleague yesterday and thought everyone might be interested in the outcome.
Problem:
I was getting an error “There is already an object named ‘PK_SUPPLIERPRODUCTID’ in the database.” when trying to [...]