B-Line Charting Component 2.5 Released

We have launched our latest version of the B-Line Charting Components 2.5. This version is available as a free upgrade to all existing customers and for purchase at our online store for new customers.

Some of the New features in this version:

  • Flash MX 2004 Support. We continue to use the version 1 architecture with this release but have updated the components to support Flash Player 7 and include an HTML reference of the complete API.
  • 3D Rendering of the Bar, Hi-Low, Line, and Pie Charts.
  • Animation Support.
  • New Charts; Candlestick, and Triangle.

With this release now out the door, we’ve already started development on the 3.0 release of the charting components. We don’t have a solid set of features yet, but can say that it will be a complete re-write using the v2 architecture as well as include new charts and features from customer requests and from our think tank.

Forced page breaks in Word documents and standard HTML pages

A few people have asked how to foce a page break inside a Word document when generating it through HTML/XML/CSS as I described in an earlier post. You can force page breaks by using a <br> tag with a page-break-before style setting, as in the following code.

Page One

Page Two

This particular CSS property is actually not MS Word specific and works in standard HTML pages with modern browsers including Internet Explorer 6 and Netscape 7.0. It’s safely ignored by Netscape 4.7. When used in a standard HTML page displayed in a browser, the display appears like a normal break on screen but foces a new page when printed.

DRK 1-4 Flash MX components to be upgraded for FREE

There’s been a little discontent about the Flash content in DRK 5 on some mailing lists. If people paid for DRK 1-4 then they already have the components in DRK 5, they just don’t work with Flash MX 2004. The question is why should people pay again for components they already own?

As it turns out, all the components in DKR 5 that are upgrades of earlier components (everything except the new TabBar), will be made available for free from Macromedia to DRK 1-4 customers.
Continue reading

Alternate transports for web-services

SOAP Web Services are almost always talked about in relation to HTTP, as HTTP is the most common transport mechanism. However, the SOAP specification is written such that the messages can be sent over a variety of protocols. Persistent connections such as Jabber or HTTP-R could provide improved performance when multiple calls are required.

Or, if you have other needs, carrier pigeons are also fully supported. Read the RFC.