Search found 6 matches

by Emerald
Wed Dec 27, 2006 3:36 pm
Forum: ActiveX
Topic: OnGetSeriesMark on VBScript
Replies: 1
Views: 4570

OnGetSeriesMark on VBScript

Hi, i have a standart "Sub Chart1_OnGetSeriesMark(SeriesIndex,ValueIndex, MarkText)" that is fired after "sub window_onload()" - that fills a chart, located inside HTML tamplate, using "Chart1.Export.asNative.SaveToStream(True)" on the vb.6 code side (iis app), and "TChart2.Import.LoadFromURL(temp)"...
by Emerald
Thu Dec 21, 2006 1:52 pm
Forum: ActiveX
Topic: Different Marks then the X value, Gantt CHart
Replies: 1
Views: 4744

Different Marks then the X value, Gantt CHart

(working in VB.6, sending a Stream to a Tag, for a Chart object within HTML Tamplat) I have this : With Chart1.Series(0).asGantt .AddGanttColor CDate(lngStartTimeTarget),CInt(lngSetupTime), intVerticalIndexs, strMachineName, vbYellow .AddGanttColor CDate(lngStartTimeTarget), CDate(lngEndTimeTarget),...
by Emerald
Wed Dec 20, 2006 5:04 pm
Forum: ActiveX
Topic: problems with TeeChart and Internet Explorer 7
Replies: 1
Views: 4747

problems with TeeChart and Internet Explorer 7

HI, have the AX v7 version, encounterd a problem when using chart in web App with Internet Explorer 7 (microsoft). the page would show an empty chart object.... no data at all...
doe's it not sutable yet?
do i need to use a diferent stream to process the data?
by Emerald
Wed Dec 20, 2006 12:44 pm
Forum: ActiveX
Topic: sorry again... about the labels in Gantt- not my intention
Replies: 1
Views: 4698

sorry again... about the labels in Gantt- not my intention

Hi, sorry to bug you again... I know how to use the AddGanttColor, and it's labels but what i have is somthing luke ths: . AddGanttColor DateValue("1/1/2001"), DateValue("20/1/2001"), _ 1, "Machine1", vbRed .AddGanttColor DateValue("5/1/2001"), DateValue("25/1/2001"), _ 1 "Machine1", vbRed suppose i...
by Emerald
Wed Dec 20, 2006 11:56 am
Forum: ActiveX
Topic: addiing different labels to Gantt series points
Replies: 1
Views: 4542

addiing different labels to Gantt series points

hi, im working with TeeChart 7, with in VB.6 environment , in a web application.(the chart is inside htm tamplate...)
I want each rectangle in the gantt to have/show a diffrent lable that it wil get as i use the AddGanttColor method within a loop....
how can i do that ?
by Emerald
Mon Feb 14, 2005 7:46 am
Forum: ActiveX
Topic: Async LoadFromURL
Replies: 1
Views: 4628

Async LoadFromURL

does anyone know if it is possible to make the LoadFromURL call async or set some timeout to it.

when i make a call for a large chart the browser stops responding.

is there a way to display the download progress?