Posted October 30th, 2009 by Andrew Popoff
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: CFC Library, tray | No Comments »
Posted October 29th, 2009 by Andrew Popoff
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: bug | No Comments »
Posted October 28th, 2009 by Andrew Popoff
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: CFC Library, tray | No Comments »
Posted October 21st, 2009 by Andrew Popoff
Wow! faq.clarionmag.com
Tags: Clarion Magazine | No Comments »
Posted October 20th, 2009 by Andrew Popoff
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: CFC Library, subclassing | No Comments »
Posted October 13th, 2009 by Andrew Popoff
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: CFC Library | No Comments »
Posted October 5th, 2009 by Andrew Popoff
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: MS SQL Field Box | No Comments »
Posted October 1st, 2009 by Andrew Popoff
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: EasyListView | No Comments »
Posted October 1st, 2009 by Andrew Popoff
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: CFC Library | No Comments »