Developer Tools


J-Html

J-HTML is a control which can be added to your Clarion applications in order to easily display and edit HTML! That’s right – ONE control that can do both!

J-HTML is built on top of the Microsoft WebBrowser control, which is included with all versions of Windows from Windows 98 right up to Windows 7, so you can guarantee that your clients will be able to use J-HTML without having to install any additional components.

Compatibility

J-Html supports Clarion 5.5G, Clarion 6 and Clarion 7.

User Testimonials

“The template is fantastic. It’s simple. It’s clean. I tried for weeks to use one of your competitors templates, but could not get it to work. I then bought J-Html and had it working within a day.” – Fernando Eduardo Lourenco, Brazil

Buy Now


Useful Links


Frequently Asked Questions

J-Html

If you are battling to get a J-Html control to work in edit mode (whereby you can edit html), try the following...

First, make sure that the "Allow users to edit html documents" option on the control template is ticked (enabled).

Second, before you can actually edit html, you need to either load an existing html document (off disk) into the html control, or you need to create a new (blank) document.

To create a new html document, embed the following line of code in the "Local Objects -> JHtml -> JHtml1 -> Init -> After the Parent Call" embed point:

self.NewDocument ()

Use the Put_DocumentHtml method, see this page in the docs for example code.

This information is published on the Developer Tools page.

Yes, although (at the time of writing this) it isn't documented.

You can set the font name, size, and color as follows...

JHtml._ExecCommand ('FontName',, ‘Arial’)
JHtml._ExecCommand ('FontSize',, ‘6’)
JHtml.SetFontColor (color:red)


Clarion

From Windows Vista, you may experience problems running certain Clarion accessory installers, whereby they will not be able to detect your installed versions of Clarion.  Please see the following link for more information, as well as a workaround:

http://www.lindersoft.com/forums/showthread.php?t=18582

If you are experiencing problems compiling our example applications using Clarion 5.5.h, please take a look at the following article:

http://www.capesoft.com/accessories/c55a.htm

DebugView is a free application that you can download from Microsoft, which enables you to view debug output from our products. This can be very helpful in tracking down problems.

By default, our products do not generate debug messages, so you will not see anything in DebugView. To enable debug messages, simpy tick the "Send messages to DebugView" option found on each of products' Global Extension Templates, as shown below.

Once you have turned on the "Send messages to DebugView" option, recompile and run your APP. You should then see messages appearing in DebugView.

Our 3rdParty documentation is now available from within the Clarion 7 IDE.

After installing any of our Clarion 3rdParty products, you can now access our help system as follows...

From within the Clarion 7 IDE, simply click on the "Help" menu, then click on "Accessory", then "StrategyOnline".  Then click on "Online Product Documentation".