Forgive the bad pun. I'm not talking about March 15, the day Julius Caesar was murdered by his friend Brutus. This is about the new Clarion 7 and Clarion .NET IDE's that we currently have available to us from Softvelocity as of March 2008.
Clarion 7 and Clarion .NET really are the same IDE, exhibiting different modes in the context of different code file extensions. Clarion 7 incorporates the capabilities of the Clarion language as it was (as it is) in Clarion 6.3 with a few refinements having to do with the visual interface of your application, fonts and entry controls for one. Clarion .NET, incorporates the capabilities of a whole new .NET Clarion language, which is being called Clarion# (Clarion Sharp).
The IDE in use here, comes pretty much full-blown from SharpDevelop, an open source C# IDE for Microsoft .NET.
At time of writing, these two Clarion IDE's, which are really one but which you pay for twice, depending on which compiler you want to use - the traditional Win32 Clarion language or the new Clarion# language - are versioned "7.0.0 Build 2957". I really should call it what it is. It's a single IDE not two IDE's, since they (it) really are (is) one and the same thing, but that would have made my title less clever: "The IDE of March???".
This Clarion 7 IDE is pretty good. It should be, given the 8-year evolution that the SharpDevelop IDE has already gone through. That's not to say Softvelocity hasn't added a lot of value in its "Clarionization" effort. The dictionary editor is working now, that's a necessary pre-cursor to data application generation. There's also a nice graphic feature I'll probably never use called the "Data Diagrammer", they might have pushed that one off to the side and spent the resouces it took to build that, on the yet-to-appear code generation component.
Despite the Clarionization effort, the Clarion IDE still isn't Clarion until there's a working application generator system, at least as good as the one presently in Clarion 6.3. As my personal profile on this blog suggests, I've used Clarion extensively over the years for its advanced code generation capabilities. Unless that's there, I might as well be using C# or Visual Basic because OOP languages have all started to resemble one another. Say what you will about the plethora of wizards, doodads, controls and drop-in-whatnot in Visual Studio, VS can't do code generation like Clarion's of the past.
Let's hope that soon, before the IDEs of March again become the IDEs of November, we'll see an application-generation system for the new IDE. IDEs of April? IDEs of May?
Cheers...
Gus M. Creces
The Clarion Handy Tools Forum
The CHT Blogger
Thanks for your interest in The Clarion Handy Tools, an awesome collection of productivity enhancements for Clarion developers. These tools consist of an ever-expanding set of Clarion Templates and OOP Classes that extend or complement the normal functionality of the Clarion Application Development System from SoftVelocity.
Saturday, March 1, 2008
Friday, February 29, 2008
Feb 29th, 2008 Last Day For Discount
It's Feb 29, 2008. Tonight at Midnight (EST) the price of our toolkit to new and expired subscribers goes back up to $499.00 CDN from its presently discounted price of $299.00 for the full product.
Cheers...
Gus M. Creces
The Clarion Handy Tools Forum
Cheers...
Gus M. Creces
The Clarion Handy Tools Forum
Thursday, February 28, 2008
Only 2 Days Left In 40% Discount Deal
We're down to the wire on our new and expired subscriber discount. There's no better time to buy than right now. Just two days left before the discount ends.
On Feb 29, 2008 Midnight (EST) the price of our toolkit to new and expired subscribers goes back up to $499.00 CDN from its presently discounted price of $299.00 for the full product.
We're not ending our use of CDN (Canadian Dollars) for pricing. Our buck is pretty much on par with the US buck these days, give or take a cent, so there's no significant price difference due to currency.
Cheers...
Gus Creces
The Clarion Handy Tools Page
On Feb 29, 2008 Midnight (EST) the price of our toolkit to new and expired subscribers goes back up to $499.00 CDN from its presently discounted price of $299.00 for the full product.
We're not ending our use of CDN (Canadian Dollars) for pricing. Our buck is pretty much on par with the US buck these days, give or take a cent, so there's no significant price difference due to currency.
Cheers...
Gus Creces
The Clarion Handy Tools Page
Monday, February 25, 2008
Compiling C6 Applications In C7
As we've been telling you, CHT works well in the context of C7.
Using the Cross-Export facility built into our Compile Manager I exported the following apps from C6 to C7 with no code changes. These C7 (precompiled) versions can be downloaded and installed from here if you'd like to take a look.
CHT Handy Zip'n Email: HNDZIPNEMAIL.APP
CHT Handy Zip'n FTP: HNDZIPNFTP.APP
CHT Handy Zip'n HTTP Post: HNDHTTPZIPNPOST.APP
CHT Video Education Player: HNDVIDEOEDUCATION
Our next challenge: to build the same apps with Clarion #. ;-)
• In my view C7 menus, while an improvement from ordinary C6 menus, are a step down from the menus that CHT has been able to give you in C6, for the last 4 or 5 years.
• The window editor in C7 works, kind of, but in my view it sucks in many ways compared to the one in C6. Fine movements and accurate placement is not as good. You also cant size a window upward, which means if you need to make room at the top of a window, you need to move all the controls down. In C6 you can size the window upward making room at the top without moving any controls. This is progress?
• The C7 compiler and editor work well, and code completion is now pretty solid.
• Text box controls in C7 are not as controllable as they are in C6. Hiding the line around a flat, transparent text control in C7 is not possible unless you set its RTF property to true.
• Font rendering is considerably better in C7 than in C6.
All in all, definitely C7 (Win32) is presently not worth the long wait, so the final product had better be good.
Tell me what you think. Are these C7 versions of the Utilities all that much "prettier" or more functional in C7 than in C6?
Cheers...
Gus Creces
The Clarion Handy Tools Page
Visit Website
Using the Cross-Export facility built into our Compile Manager I exported the following apps from C6 to C7 with no code changes. These C7 (precompiled) versions can be downloaded and installed from here if you'd like to take a look.
CHT Handy Zip'n Email: HNDZIPNEMAIL.APP
CHT Handy Zip'n FTP: HNDZIPNFTP.APP
CHT Handy Zip'n HTTP Post: HNDHTTPZIPNPOST.APP
CHT Video Education Player: HNDVIDEOEDUCATION
Our next challenge: to build the same apps with Clarion #. ;-)
A C7 Appraisal (Win32 Version)
• In my view C7 menus, while an improvement from ordinary C6 menus, are a step down from the menus that CHT has been able to give you in C6, for the last 4 or 5 years.
• The window editor in C7 works, kind of, but in my view it sucks in many ways compared to the one in C6. Fine movements and accurate placement is not as good. You also cant size a window upward, which means if you need to make room at the top of a window, you need to move all the controls down. In C6 you can size the window upward making room at the top without moving any controls. This is progress?
• The C7 compiler and editor work well, and code completion is now pretty solid.
• Text box controls in C7 are not as controllable as they are in C6. Hiding the line around a flat, transparent text control in C7 is not possible unless you set its RTF property to true.
• Font rendering is considerably better in C7 than in C6.
All in all, definitely C7 (Win32) is presently not worth the long wait, so the final product had better be good.
Tell me what you think. Are these C7 versions of the Utilities all that much "prettier" or more functional in C7 than in C6?
Cheers...
Gus Creces
The Clarion Handy Tools Page
Visit Website
Subscribe to:
Posts (Atom)