Search found 19 matches

by Menant.D
Thu Jun 16, 2016 9:20 am
Forum: JavaScript / HTML5
Topic: Cursor with values
Replies: 2
Views: 9539

Re: Cursor with values

Hello,

Thanks a lot, it is exactly what I need ! Good job

Regards
by Menant.D
Wed Jun 15, 2016 2:58 pm
Forum: VCL
Topic: Export as HTML5 JScript
Replies: 4
Views: 34394

Re: Export as HTML5 JScript

Download the exe http://miv-soft.com/Project1.exe (click 2 times) and below the source code. unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, VclTee.TeeGDIPlus, Vcl.StdCtrls, VCLTee.TeEng...
by Menant.D
Wed Jun 15, 2016 12:43 pm
Forum: VCL
Topic: Export as HTML5 JScript
Replies: 4
Views: 34394

Export as HTML5 JScript

Hello, I have a problem when I want to export my TeeTree as HTML 5 JScript : http://i.imgur.com/9ln8r17.png [423A3B38]{Tee924.bpl } Vcltee.Chart.TChartWalls.GetVisible + $0 [500978FD]{rtl240.bpl } System.SysUtils.FloatToDecimal (Line 17146, "System.SysUtils.pas" + 58) + $0 [5009789B]{rtl240.bpl } Sy...
by Menant.D
Wed Jun 15, 2016 12:11 pm
Forum: JavaScript / HTML5
Topic: Cursor with values
Replies: 2
Views: 9539

Cursor with values

Hello, I'm searching a solution to show with the cursor tool the values of all Series in my Chart. I've already done something with the Tooltip Tool but there are synchronization problems and the mouse pointer needs to be focused on a serie. tip=new Tee.ToolTip(Chart1); tip.render="dom"; tip.autoHid...