Posted April 5th, 2009 by Andrew Popoff
Rakesh Khatri reported me about a bug which has been linked to !ABCIncludeFile. The bug was fixed. Also I have added a new template in this version. This template allows you to add simple tooltips into your application without the use of hand-coding.
Download CFC Library 2.3
About CFC Library
Tags: CFC Library | No Comments »
Posted April 4th, 2009 by Andrew Popoff
Today we’re releasing the second release candidate for Clarion 7. Today’s release has another 70+ fixes and though we had said there would be no new functionality added to any RC…
Tags: Clarion 7, SV blog | No Comments »
Posted April 3rd, 2009 by Andrew Popoff
You can see the different menus on the picture below.

The native C6 menu the same as Windows menu at first sight.
You know that the difference appears when you use the icons.
But these is not so important IMHO.
You can see that the native C7 menu look different then C6 menu.
The height of the items raised. It looks ugly IMHO. I don’t know how to use the
native C7 menu. I will never use. I don’t want.
OK. Now look at the stylized C7 menu. The SV presents the menu as one of the
most important feature of C7. I don’t think so. You can compare the C7 menu with
“Power Toolbar” menu or with the C7 IDE menu. They look similar but this is not the same thing.
They have a different height. The top level items are different. The stylized C7 menu
looks ugly again.
It is not so hard to draw the menu. You can see the code of styled menu in
CFCMenus.inc, CFCMenus.clw in CFC Library.
Tags: CFC Library, Clarion 7, menu, Power Toolbar | No Comments »
Posted April 2nd, 2009 by Andrew Popoff
I know about the one vulnerability in clarionshop.com site. One man said me about it some years ago. The vulnerability is still there.
That’s why I registered on motleysoft.com.
Now I want to tell about this vulnerability. But I have one doubt. Can I tell this to Clarion community or I must write the letter only to clarionshop.com owners?
Tags: ClarionShop, MotleySoft, vulnerability | 3 Comments »
Posted April 2nd, 2009 by Andrew Popoff
My native language is Russian. My level of knowledge of english is not so high. That’s why I try to use a simple sentences. I can’t express the all my feelings. I only transfer the information usually. I’m sorry.
Tags: English | 1 Comment »
Posted April 2nd, 2009 by Andrew Popoff
Today I have uploaded the new demo. It demonstrates using of the menu and toolbar. I continue to work on the toolbars.
You can download the demo here.
You can read about the CFC Library here.
The comments are welcome!

Tags: CFC Library | No Comments »
Posted March 30th, 2009 by Andrew Popoff
I am working on implementing the windows toolbar. I thought I had already finished a few days ago. But I realized that all was not well with the implementation of toolbar customizing dialog. I do most of the work anew.

Tags: API, CFC Library, ToolbarWindow32 | No Comments »
Posted March 30th, 2009 by Andrew Popoff
Jean-Pierre GUTSATZ has learned the code of the CFC library and wrote a simple template for using with DMC. DMC have a balloon tooltips now
A simple template can write each. It is not difficult.
You can see the template code below:
Read the rest of this entry »
Tags: CFC Library, DMC, template | No Comments »
Posted March 28th, 2009 by Andrew Popoff
Thin@ and ClarioNET is a thin clients for Clarion. I have read that the current owner of ClarioNet claims regarding the copyright to the product Thin@. This is the first such case in my memory. I will monitor this 
ps
Today I am on the side of Thin@ developers.
Tags: ClarioNET, Thin@, war | No Comments »
Posted March 28th, 2009 by Andrew Popoff
dp_class.tpl is a template. Dan Pressnel published this template several years ago. This template is used for writing classes in the application. The template is very simple and convenient. I have added only one additional setting for all the years of usage template. This option generates a string “!ABCIncludeFile” at the beginning of inc-file. I think that I still going to use this template, despite the new C7 IDE. I express my gratitude to Dan Pressnel. Thank you very much!
The CFC Library was written using this template. You can found the dp_class.tpl in the template-folder of library.
Tags: CFC Library, dp_class.tpl | No Comments »
Posted March 28th, 2009 by Andrew Popoff
One man asked at the sv.clarion.third_party group about Noyantis CommandBar - “What dll or other files do I need to ship to my customer?”.
My customer gets nothing on the ribbon bar.
Can you tell me what additional dll or other files I need to install on a new user’s machine so the Noyantis CommandBar works?
This is fun. The programmer does not know how to set up its program. I mentioned earlier that I like the zip-archives, not the software package. Here the programmer himself does not know about what files have been installed. This is really funny.
Tags: development, Noyantis, zip | No Comments »
Posted March 24th, 2009 by Andrew Popoff
Starting this Friday, March 27th, we’ll be hosting a free webinar just for Clarion programmers!
For more details about the webinar, visit the Clarion Live! website at www.clarionlive.com.
Tags: www.clarionlive.com | No Comments »
Posted March 24th, 2009 by Andrew Popoff
CFC Library is free for private use now.
This is done to ensure that any person can decide whether to require this library. You can understand the advantages and disadvantages. You can read the documentation. You can see the source code. Ultimately, you can write a program of purchases to her mom.
The openness of the library can help you decide whether to use it for their commercial development.
I have big plans for the development of library. I plan to regularly release updates. This will be a wrapper for WinAPI functions basically. Therefore, for commercial purposes library issued on an annual subscription. I think that the subscription price sufficiently low.
If you think that the updates is available in the current year are not of interest to you, You can not renew the subscription for this year. You can renew the subscription at any time.
In the future, the distribution terms for the product are subject to change.
ps
My native language is Russian. Usually I use translate.google.com.
Tags: CFC Library, license politic | No Comments »
Posted March 22nd, 2009 by Andrew Popoff
Most 3rdParty developers create the installation files in a exe-file. The exe-file moves files into folders. It can change the red-file and register a template. Everything happens automatically. This allows you to save installation time.
I am against this method of installation.
I want to determine what folders will be installed product.
I want to know exactly which files will be installed.
This knowledge provides information that can be used when removing the product.
To register a template is not a lot of work. Thus, losing a bit of time, I get more information about the product. The whole process is under my control.
There is another reason.
3rdParty products manufactured specifically for programmers. There is a difference between programmers and users. From my point of view programmer MUST know how to unpack the archive and how to install 3rdParty product. If the programmer does not know how to do this, I’m having doubts about his competence.
Tags: CFC Library, zip | 1 Comment »