lwhuang 發表於 14-3-25 12:25

AmiBroker 5.74.0 BETA released

註:第7項是我的建議
March 24, 2014AmiBroker 5.74.0 BETA releasedStability: http://www.amibroker.com/gifs/stability3.gif – Regular BETA, pretty stable, should work fine in most environments
This is a BETA version. Make a backup first
A new beta version (5.74.0) of AmiBroker has just been released.
32-bit version:
http://www.amibroker.com/members/bin/ab5740beta.exe
(2 172 024 bytes)
64-bit version:
http://www.amibroker.com/members/bin/AmiBroker5740x64.exe
(9 332 232 bytes)
If you forgot your user name / password to the members area you can use automatic reminder service at: http://www.amibroker.com/login.html
IMPORTANT: Unauthorized copying and/or distribution of materials found on members’ only page is STRICTLY PROHIBITED and will result in IMMEDIATE termination of license.
Remember to BACKUP YOUR FILES FIRST !
Note that this version can only be installed onto previous full installation of version 5.70 or higher from http://www.amibroker.com/download.html
CHANGES FOR VERSION 5.74.0 (as compared to 5.73.0)

[*]AFL Editor: Code snippets implemented (phase 1). Code snippet is a small piece of AFL code. It can be inserted by right-clicking in the AFL editor window and choosing “Insert Snippet” menu
[*]AFL: Low level GFX: Multi-layering (z-order) implemented. AFL: GfxSetZOrder implemented
[*]AFL: Low-level GFX: radius in GfxCircle() function is expressed in “X” units (so it actually draws circle instead of ellipse when coords mode is 1). Additionally you can specify radius in pixels even in co-ords mode = 1. To do so pass radius as NEGATIVE number. Also one pixel is now added to the rounding box so circle is centered at “x,y”.
[*]AFL: Low level GFX: in 5.73.0 the pixel co-ordinates were rounded differently than in 5.72 and earlier. Fixed.
[*]AFL: Low level GFX: new function GfxGetTextWidth – returns pixel width of specified string. NOTE: it is slow because it has to create temporary DC and font to measure the text. It takes 40us (microseconds), that is about 40 times more than other Gfx functions.
[*]AFL: fopen – new parameter: ‘sharing’ decides whenever file is open in sharing mode or not. When sharing is True a file is prepared for subsequent shared reading and writing.
[*]UI: Added “Name” (full name) column to Real-time quote window
[*]AFL: Implemented user control over Y-axis cursor and tooltips by means of new option chartDisableYAxisCursor, chartDisableTooltips added to SetChartOptions


頁: [1]
查看完整版本: AmiBroker 5.74.0 BETA released