Tag Archives: HTML

Roadmap

Unexpected result of my work on Storyline module in Book Writing Tool (BWT) application was an easy and flexible solution for defining and presenting an roadmap of the application. The result is shown on the image and can be seen …

Read more »

Book Writing Tool

The Book Writing Tool (BWT) is a Web Application intended to help any author in writing process.. It is a free online available tool for everybody who likes to write. No one writing tool is going to do everything for …

Read more »

Cannot read property ‘Qa’ of undefined error for WordTree

This is just for colleagues that has experience the following error. I was not able to find any post in the web and would like to share the solution. The error is Cannot read property ‘Qa’ of undefined or Cannot read …

Read more »

google.visualization.DataTable php helper class

In this article I would like to present a helper class that I use in my php project HomeBook. I am very happy using it and I would like to share it with You. Everybody is free to use and modify it. …

Read more »

RitchTextBox Drag & Drop from RTF and HTML Originators

RitchTextBox Drag & Drop from RTF and HTML Originators

Drag-and-drop operations with the Windows Forms RichTextBox control are done by handling the DragEnter and DragDrop events. To enable drag operations in a RichTextBox control[1] 1. Set the AllowDrop property of the RichTextBox control to true. 2. Add handlers for both the …

Read more »