The future depends on us. It is up to us to the future of Clarion.
Will this programming language to live long and happy life or dies in oblivion depends on us. If you have to say, do it here in this blog. Welcome!

Read More

CFC Tray

Today I have finished with CFC Tray Class. I have tested the class on the different Windows versions. Of course, I have tested the the class with CFC Menu Class. Also I’ve made some examples. I am do not ready to upload the class today. But I have made some screenshots and video about the [...]

Tags: , | No Comments »

Strange Clarion Behaviour

Clarion 6.3.9058
I have a clarion window with two buttons. Each button have an ID. As I understand this ID’s starts from 16385 (4001H). You can see this ID’s using some Spy. Thus we have a buttons with ID 16385 and 16386.

I send the message WM_COMMAND for ID 16385 and the action is executed on the [...]

Tags: | No Comments »

Category: General

CFC TrayClass

I have spent some days to write the tray class. My old 3rdParty product xXPPopup contains the tray class. I have decided that CFC Library should contain the same class. Of course much time has passed, so I rewrote the class completely.
Today, I have installed the Windows 7 specially to test the tray class. I [...]

Tags: , | No Comments »

Category: General

faq.clarionmag.com

Wow! faq.clarionmag.com

Tags: | No Comments »

Category: General

CFC_WndProc

Today I have wrote the documentation for the class CFC_WndProc.
It is the class for subclassing. It was written some years ago. I use it everywhere on this day. The class included in CFC library of course. You can download the class, documentation (html) and examples here.

Tags: , | No Comments »

Category: General, Source code

CFC Toolbar And Resizing

There are some moments about resizing of the toolbar’s buttons.
By and large the system itself decides what size to set for the button. That is why I set the style TBSTYLE_AUTOSIZE by default. You can find it at the method CFCToolbar.AddButton. This flag specifies that the toolbar control should not assign the standard width to [...]

Tags: | No Comments »

Category: General

MS SQL Field Box 2.4 released

I’ve updated MS SQL Field Box. I’ve added the ability to view relationships between tables and ability to execute sp_spaceused procedure.

Tags: | No Comments »

Category: SQL, Utilites

EasyListView Version 1.00

Ingasoft company just released new product EasyListView. As I understand from review it is a wrapper for .NET listbox. That means that you can forget about the old styled Clarion listboxes. The .NET listbox looks amazing In any case, you should pay attention to it.

Tags: | No Comments »

No Records Available 2

Today I have told with my friend about a class which was written yesterday (see the post below). He have reminded me about ABC Free template which can save and restore listbox format. That’s why I changed the class so little
I’ve added a new method which restores the format. You need to restore format [...]

Tags: | No Comments »

Category: Source code