The ClarionMag Blog
More DevCon info to come
I still have a backlog of notes and photos to get through, as well as commentary on various issues. The bulk of that material will be up on the ClarionMag site next week. I'll do what I can this week although I'm taking a couple of days off with my family who are here with me in Orlando.
Posted September 29 2011 (permanent link)
Monday keynote is online
You can view Bob Zaunere's Monday keynote here. This is a public link.
Posted September 26 2011 (permanent link)
Is CapeSoft giving away TWO iPad 2s?
A little birdie has whispered in my ear that
CapeSoft are planning to give away not one, but TWO iPads at this year's Clarion International Developer's Conference in
Florida. Apprently there
are at least two white Apple boxes with "CIDC 2011" written on them floating around the CapeSoft
office.
When contacted directly CapeSoft responded with "no comment".
Time will tell if this is indeed the case, but
remember you read it here first on ClarionMag.
Posted June 30 2011 (permanent link)
C8 review under way
I'm working on a "first look" review of Clarion 8, and hope to have something posted this weekend.
At first glance, C8 seems a bit light on major new features - you notice mostly visual improvements, new locators, stuff like that. But there are a ton of smaller changes, and after a while they start to really add up. There's a lot to like in C8. Stay tuned.
At first glance, C8 seems a bit light on major new features - you notice mostly visual improvements, new locators, stuff like that. But there are a ton of smaller changes, and after a while they start to really add up. There's a lot to like in C8. Stay tuned.
Posted April 30 2011 (permanent link)
Z at ClarionLive Tomorrow
Bob Z will be on the ClarionLive Webinar tomorrow for the first 15 minutes for some special announcements. Remember, seating is limited to the first 100 participants. And Gordon Holfelder is back with a presentation on dashboards.
Posted April 28 2011 (permanent link)
April articles still to come
April's articles have been piling up on the editor's desk, and will be appearing on the site shortly. Here are some of the things you can look forward to this month:
- S Jayashanker shows a clever trick for filtering hand coded list boxes.
- Steve Parker explains how to get rid of __Dont_Touch_Me__ INI files.
- Steve also takes another step on the dark road to OOP. Is it devolution, or is it Steve-O?
- While not a month owned by Dr. Parker, there does seem to be a theme developing. John Morter goes on a distinctly Parker-esque journey of discovery, unraveling the tangled web that is browse refreshing.
- More tips and MagGems! (I won't be doing a ClarionLive MagGem this week, however - Good Friday is a holiday in Canada and I'll be away from the computer most of the day.)
Posted April 20 2011 (permanent link)
TPS corruption and Microsoft Security Essentials - again!
Here's a heads up from Robert Paresi. As you've probably heard by now, Microsoft Security Essentials causes corruptions in TPS files, and the only real solution seems to be to remove MSE.
If you're detecting MSE programmatically and warning your users to remove it, be aware that Microsoft changed the program name and registry key. Here, with Robert's permission, is some code you can use to detect the new version:
If you're detecting MSE programmatically and warning your users to remove it, be aware that Microsoft changed the program name and registry key. Here, with Robert's permission, is some code you can use to detect the new version:
if GetReg(REG_LOCAL_MACHINE,'SOFTWARE\Microsoft\Microsoft Security Essentials','Market') <> '' OR |
GetReg(REG_LOCAL_MACHINE,'SOFTWARE\Microsoft\Microsoft Antimalware','InstallLocation')
message('You cannot use this program with TPS file database.','Microsoft Security Essentials Installed',icon:exclamation)
do procedureRETURN
end
Posted January 31 2011 (permanent link)
SV news server on the move
SoftVelocity is moving the newsgroups to a new provider. From a blog post by Z:
Over the next 24 hours we'll be moving the newsgroups to a new provider, we'll have more bandwidth and a better server, but with the move will come a new IP address, so depending on how fast your own provider gets DNS updates into their system, you may have a short period where your client news reader software may not resolve to the new IP address. So don't panic if it happens that you can't connect for a short period, we use a top-level DNS provider so it should propogate very quickly. In order to ensure that no messages are lost (left behind on the old server) during the final transition to the new server we'll take the existing server offline for a short period for a full backup and deployment to the new server.
Posted January 26 2011 (permanent link)
SV news server requiring logon
You may have noticed that the SoftVelocity news server has been dog slow lately. If you're having problems getting access please note that access is temporarily restricted to authenticated users. Here's what Bob Z had to say (in a newsgroup post):
So far neither we, nor the news server techs can isolate what's dragging the server down at various points of time. So in an effort to try and isolate/fix this, we are going to turn off Non-Authenticated NNTP connections. What this means is simply that if connecting with an NNTP client program (Outlook, Thunderbid, etc) you will need to enter in your login information (same info you would enter if you used the Discussion client software). While this move won't necessarily immediately fix the problem, it can better help us to identify who is on the other end of the connections that are fouling up the server.
Hopefully we can get this resolved fairly quickly.
Posted January 19 2011 (permanent link)
C7 addin possibilities
Brahn Partridge has an article coming up on creating addins for C7, in which he shows how to create an addin that lets you search Clarion Magazine from within the C7 IDE!
The basic process of creating an addin is pretty simple, and the possibilities for IDE enhancement are immense.
Brahn already has a bunch of addins available for download from his ClarionEdge site, along with some other useful resources.
The basic process of creating an addin is pretty simple, and the possibilities for IDE enhancement are immense.
Brahn already has a bunch of addins available for download from his ClarionEdge site, along with some other useful resources.
Posted January 18 2011 (permanent link)
Search ClarionMag
From the archives
Creating SQL From XML With XSLT: Calling The Code From Clarion
4/30/2007 12:00:00 AM
Having demonstrated how to create SQL INSERT statements from an XML file, Bernie Grosperrin shows how to call a C# program to do this task, using a Clarion application
