The TooMany Bobs Productions

There has been quite a bit of activity on the Soft Velocity blog of late. And it’s highlighted with a number of videos. These are showing particular aspects of Clarion 7.

Taking the time, I found, to watch them with Clarion 7 open so you can go and see exactly what is being talked about, is quite valuable.

With Jaymoe development, I decided to use Clarion 7 as my text editor. With a new pc in tow, running Vista, and not wanting to bring across my UltraEdit .. it has proved a success.

One detail was bugging me. Strange behaviour was occurring with the tabbing and indentation. Couldn’t for the life of me work out why the editor wanted to move my stuff around.

Of course, after watching the Tools video tonight, the issue was clear. I need to change my tabbing to "Automatic", from "Smart". And further, an F1 press for Help reveals ..

Indentation
There is three modes of indentation available in the Text Editor:

None
Set this to turn off all indentation effects.

Automatic
With Indentation set to Automatic ,the Text Editor keeps a running indent. When you press the Enter key, spaces and tabs are inserted to line up the insert point under the start of the previous line.

Smart
After a keyword statement, the next line is indented by the tab size set above. After certain keywords (break, return etc.) the next line is "non-indented".

Other rules for Smart include

  • Indent statements from the CODE keyword position (default = on)

  • Treats any expression that ends with a colon ":" as a label in the CODE section (default = off, where colons are treated as an actual procedure call)

  • Indent a line after the Enter is pressed at the end of the line (default = on)

  • Indent pasted text if several lines were pasted (default = false)

  • Preferred column number (if the keyword should not be indented relative to the parent it will be placed to the preferred column, default = column 21)

  • Indent comments (default = off)

There you go. Not bad. I’ll probably give it a whirl once the appgen comes along and I get full swing into embed coding.

Of course, just realised I can also Snagit ..

image-0002

Ahhh, that’s why _Behaviour_ comes up misspelt in Live Writer .. it’s not the _right_ way of spelling. Ha ha.

Anyway, don’t forget to barrack for the Wallabies ..

A Picturesque View

This may be a boring post for some.

 

A Long, Boring,

Picturesque Drive

Through A Lot Of

Screens

 

Read On ..

I’m going to walk through a bunch of screenies, maybe commenting a little as we go along. Kind of like a Saturday Night Family Slideshow with friends, where the Dad thinks it’s really cool, and everyone else is throwing popcorn around, or trying to get the attention of a really cute neighbour girl.

Yes.

image-0042 

Of course, it would seem appropriate to read the readme. And you know, I actually did, but for the purposes of this comment .. pretend i said this instead .. "Readme. Pffffff."

image-0043

The actual Readme. Some notes, words, that kind of thing.

image-0044

Here we go. Kaboom.  It has begun. Nice to see the build number at the end of the version. Or at least, that’s what it looks like to me.

2450 Builds. Or Compiles. Compiles .. that’s a lot of compiling. Which begs the question (similar to one about a heavy rock and the Almighty), do the makers of Clarion compile the new Clarion in Clarion?

image-0045

Yes, I am indeed going to go through each and every screen that I captured. Suckers!

image-0046

I thought it interesting, the "REMINDER NOTE".

image-0047

One of the more boring slides. No wildlife whatsoever.

image-0048

Hands up if you changed this?

image-0049

I wonder if anyone didn’t make the Disk Space Requirements .. ha ha.

image-0050

Boom. Installing. ICSharpCode .. that sounds something like .. C .. Sharp .. Sharp Develop .. hmmmm.

image-0051

Okay. Done. Let’s see what we can see. But first ..

image-0052
I figure by this far down the page, it will be okay to have a slightly wider than normal piccie.

Anyway, this is the guide. It’s pretty handy, and nice that SV took the time to put it together.

What I am wondering is, did they use Doctor Explain to make the help file? Or is it just that Help and Manual output looks the same?

image-0053

Here we go. The new startup splash-splash page.

Kind of blue. Which is good, helps the memory. The yellow and red .. not sure about yet. Good to see the pyramid made an appearance.

image-0054

And here we are. A sight most of us have been longing for .. for .. a long time. Initial gut reaction on seeing this window, which I saw at devcon .. was .. Oh Baby Finally Yes!

Next thought was .. PROPER CODE EDITOR .. WHOOOOOOT!

image-0055

Starting a new project, shades of learning how to use DirectX and MSVC++6.

image-0056

Note the ‘Awesome’ in the name means this app will truly be .. Awesome.

image-0057

And here we have it. The main interface. Of course, it’s shrunk for picture taking size. Normally the main frame would be a lot larger.

Love the code coloring. Although not sure why 2 gets to be pink, and :44 doesn’t in the time. Offended much.

image-0058

This was a little bit of cool. Further with ..

image-0059

Choosing the File Driver.

image-0060

Urg. So many useless screenshots. But I did warn you.

image-0061

Waaaahooooooo. I am a success! Well, at least, my building a project was a success.

image-0062  

Okay, here’s my windows bar. The more I see the new Clarion Logo, the more I like it. Much better for when you forget to add your own. Better looking than the "it’s so eighties" blue triangle, heh heh.

image-0063

Here i’ve exported the example School app in C6, and importing it into C7. "Parsing" means it’s translating it into ParselTongue, obviously because Clarion 7 was created at Hogwarts, by kids like Harry Potter. Obviously.

image-0064

I really have to check out the documentation that has the shortcut keys. Cause my wonderful F7 doesn’t do what it used to .. <sniff>. At least, I think it doesn’t do .. i might be wrong.

image-0065

A nice big view of the debugger. This is the C7 debugger. Been recompiled, round-ee edges and the like. Same stuff though on the inside I believe.

image-0066

What is this? Why, it looks like the School app, all C7’d.

My problem is, that I obviously haven’t done some things in C6 right. There’s the background coloring issues (transparency forgotten, or something). And probably a bunch of other stuff.

image-0067

A browse in the School app. I realise now, it doesn’t make much sense to look at these without some comparison.

| Last Name | First Name | Address |

———————————————-

| Andrews    | Stuart        | Xaviers Mansion |

There you go. See the difference?

Heh heh, at least I make myself laugh.

image-0068   

This is C6. Perhaps I went back and tried again.

image-0069

Yes, I must have. How my memory fades with each passing day.

In the new patch (es?) for C6, this stuff is brought in. "Link Generated Manifest in Project" is pretty important for having it work in C7 I believe.

image-0070

Here is me, importing in C7.

image-0071

Okay, now I’m taking a gander at the Dictionary. Why did I take a screenie with nothing in it? Hmmm. That’s happened before.

image-0072

Okay, here we go. You can see some of the layout. Fields, Keys, Triggers, Relations, Alias stuff .. all on the lhs .. and then tabs on the rhs, with all the wonders of the world to change. Except you can’t. Not now. Read only. READ ONLY.

image-0073

And last, another different shot of the Dictionary. Here’s what a key looks like.

.Finis.

And there you have it. The most boring trip through C7 in the history of C7. Which isn’t very old. Which probably gives hope that others will come along with more boring trips. Although that might be hard, considering the number of blogs, divided by the probability of ..

Gah.

Hope someone got something out of this. Even if it’s a giggle.  

The Good-Looking Cousin Has Arrived

The more I think about it, the more Clarion .NET excites me.

But for the moment, I am content to gaze upon the wonderful glory of a new IDE .. Clarion 7 (Beta) has made it to my doorstep.

It was a strange surreal moment. This was no doubt due to my being up at 3 am living on caffiene and not much else. But also, it was because the email finally arrived, gtalk popped a little message up .. and I couldn”t do anything but install.

I”m not really interested in recompiling my old apps just yet. More, I wanted to just get a feel for the new IDE.

I”ve got an actual review coming. Snagit got a workout last night. But until then, here”s my prognosis.

  • The IDE is good.
  • The icon will take a while getting used to, simply because it”s not the blue triangle.
  • The code editor is simply gold. Love it. This is where I”ll be doing my best work. And this is what I want to be really good. And it is.
  • The dictionary (read only) is okay. A little slow to load certain things. I remember this was the case at the Aussie DevCon. Not sure why this is, but I”m sure the guys are well aware of it.
  • I”m a fan of the ms project layout. I like all the IDE bits and piece, menus here and there, folding away, being able to walk through the files, that sort of thing. Elements that users of MS stuff have had for a while. It”s going to make Clarion such a superior product. In my opinion.
  • Don”t have Vista, so can”t get a look at the Vista styles/manifests. Recompiled the School app, but didn”t notice much difference. Not sure if I did everything right though. As mentioned above, it was late. I was tired. And reading documentation is for the well-rested. Ha ha.

Anyway. Nuff said. Almost did the review right there. Ha.

How To Evangelise Clarion (4) .. The Propaganda Machine

An effective weapon in the war on .. in the bringing of Clarion to the Masses ™, will (and is) that of Propaganda.

Now, there are two types of Propaganda. Good and Bad. Both have effective parts to play, although they carry with them consequences.

 

bad-propaganda

Bad Propaganda is all about bringing down the competition, so that no matter what height Clarion has, it’s the only thing to see for miles.

 

good-propaganda

Good Propaganda is all about raising Clarion (in this case) so high above the competition that it reaches across the horizon and grabs your attention like the real Galactus from Fantastic Four (not the stupid cloud from the movie).

Good uses of Bad Propaganda are:

  • At least our Product doesn’t Melt Your Servers
  • The Only Blue Screens In Our Product Are Pictures Of Sky
  • We Don’t Say Silly Things Like "Do No Evil"
  • If You Use Anyone Else’s Product, Your Computer Will Laugh At You

Bad Uses of Good Propaganda are:

  • Our Product Might Work For You
  • We Don’t Solve Problems, We Hire More Programmers
  • The Marketing Department Makes The Rules

Ideally, you want Good Propaganda.

Why?

Because it means that your product actually has some merit. Bad Propaganda means you’re really good at making people think the opposition suck, and deflecting attention on the flaws of your own system/product/whatever. Good Propaganda means (hopefully) that your offering is a class act, and the opposition cannot hope to compete, and that it’s flaws are minimal, very minimal.

How does that translate with Clarion? In reality, I think you’d need a mixture of both.

Good Propaganda to really fire up about the wonderful things Clarion can do for you.

Bad Propaganda to point out just how sucky (in relation to the cool stuff) the competition is.

Of course, there is a third form of Propaganda which isn’t really. But it must be included.

Because, as astute readers will have concluded already, the above two Propaganda’s are not enough.

honest-propaganda

The Third Propaganda, is Honest Propaganda.

It’s agreeing with an assessment of the flaws of your offering. While doing this, you can be swinging into gear some Good and Bad, ready to fire it away. But honesty of the flaws will always combat dishonesty. In my world at least. Which is relatively small granted. Ha.

So maybe I’ll have a different attitude when running a multi-zillion dollar company.

I hope this has given even one person a little zing for evangelising Clarion.

Through The .Net Glass

Okay, now this is pretty cool.

Bob Z has blogged about Glass style buttons (video), written in Clarion .Net.

glassbuttons-0013

I have to admit, for the "Bling"er in me, this is rump steak, roast lamb, choc-chip icecream and kfc all rolled into one. Well .. perhaps I exaggerate a little. I really don’t eat kfc all that much :).

glassbuttons-0023

The idea of being able to create these buttons for any os running .Net (at least, that’s what i took from Bob’s post) means that a new level of Look and Feel can be reached.

I’m looking forward to getting my grubby mits on these new tools (or toys?). With the previous announcement of C7 to the CSP holders, the immediate future looks pretty rosy.