Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Entrance IDE Version 1.8.18 is up there!
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Tod Landis  
View profile  
 More options Sep 28 2010, 7:31 pm
From: Tod Landis <t...@dbentrance.com>
Date: Tue, 28 Sep 2010 16:31:57 -0700 (PDT)
Local: Tues, Sep 28 2010 7:31 pm
Subject: Entrance IDE Version 1.8.18 is up there!
There is quite a bit of new stuff in there.  I'll get some examples
into
the blog as time goes on, but meanwhile please feel free to ask
questions
here.  The IDE version gets the new chart features a little bit ahead
of the
community version as a thank you for the support.
- Tod

RELEASE NOTES
Entrance Version 1.8

-- COPY CHART
"Copy Chart" is now in the chart popup menu for copying one
chart to the clipboard.  To make its background clear, so that
whatever
is under the chart shows through, use these commands:

  NO FRAMECOLOR
  BACKGROUND RGBA(0,0,0,0)

-- FONTSIZE, TITLEFONTSIZE
These two new keywords have been added to set the size of the default
font and
title fonts in points:
   FONTSIZE (n)
   TITLEFONTSIZE (n)

You can also set font properties using
   FONT (name) (style) (size)
   TITLEFONT (name) (style) (size)
The font families available depends on the OS, but "sans serif",
"serif", and
"monospaced" are always available. The font_style can be PLAIN, BOLD,
or ITALIC.
Font sizes are specified in points.

-- HTML #rrggbb COLOR SYNTAX
HTML color syntax is now supported by the command line and servlet
versions.
(The destkop version supports it as well, but syntax highlighting will
be
incorrect)

-- IMPROVED LINE AND AREA DRAWING
Line and area drawing have been improved and are faster.  This blog
entry has
examples:  http://dbentrance.com/blog/?p=403

-- TRANSLATIONS
The PLOT syntax document is now available in Spanish:
http://dbentrance.com/newdocs/es/plotsyntax.html
as well as Japanese, French and Russian.  To switch between languages
replace
the language code "es" with "en", "fr", "jp" or "ru".  The previous
release notes
(see below) show how to add PLOT syntax notes to the Entrance Help
menu.
Please let us know if you can help with other translations!

-- First Look:  GEOMETRY Series Type
XYChart, BitmapChart, and EarthChart now support GEOMETRY columns.
These
are still experimental, but fun to play with.

A geometry column can contain geometric primitives in "Well Known
Text"
format.  Here are some examples:

     POINT(6 10)
     LINESTRING(3 4,10 50,20 25)
     POLYGON((1 1,5 1,5 5,1 5,1 1),(2 2,2 3,3 3,3 2,2 2))
     MULTIPOINT((3.5 5.6),(4.8 10.5))
     MULTILINESTRING((3 4,10 50,20 25),(-5 -8,-10 -8,-15 -4))
     MULTIPOLYGON(((1 1,5 1,5 5,1 5,1 1),(2 2,2 3,3 3,3 2,2 2)),((6
3,9 2,9 4,6 3)))
     GEOMETRYCOLLECTION(POINT(4 6),LINESTRING(4 6,7 10))
     POINT EMPTY\n"
     MULTIPOLYGON EMPTY\n");

There is a good introduction to the MySQL "Well Known Text" extensions
here:
http://howto-use-mysql-spatial-ext.blogspot.com/2007/11/using-circula...

This are some pitfalls to be aware of:
1) GEOMETRY series types are only supported by XYChart, BitmapChart or
EarthChart, so your script must begin with PLOT (one of those types).
2) MySQL binary geometry columns must be converted to text using
AsText().
3) There is a bug in the desktop application that causes GEOMETERY
series
to resize themselves with each repaint.

BUG FIXES
    // #468 error messages are delayed
    // #466 no frame color on rotated bar chart
    // #462 save as PNG makes chart go away when using PAGEBITMAP
TEMPORARY
    // #461 BlankChart should clear background to background color
    // #447 FRAME INSETS not working for earthchart
    // #446 Running multiple scripts from the tree does not report
errors properly


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »