Jump to content
Software FX Community

Copy chart


User (Legacy)

Recommended Posts

when i run the form and the chart render i hava a button that takes the page 

and process it with a java script to remove elements and take some elements

text and add it to the opend window " print preview " i managed to do this

if the chart rendered as an img but if it is rendered as . net the chart is

gone coz it it using a <object> with params and i dont know how to deal with

this the opened window is HTML format that copies the content of the page to

it

hope i was clear

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:Xrr6DuLtGHA.2244@webserver3.softwarefx.com...

> Sorry I do not understand your question.

>

> Are you talking about copying the chart to the clipboard ? Please explain.

>

> --

> Francisco Padron

> www.chartfx.com

>

Link to comment
Share on other sites

hi

and thank you for a fast reply , this is best service can one ever get

as for the Object tag am doing so , but for some reason it blinks then

disappear from the page don´t know why maybe am missing something , and in

the java script am not am taking every thing in shown , and discarding every

thing in hidden , do you think I should take some hidden fields that chart

Fx creates or no need

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:9RImWyNtGHA.3756@webserver3.softwarefx.com...

> I´m afraid your questions fall outside of my area of expertise, sounds

> like a general problem when using the DOM model and <OBJECT> tags. Can´t

> you just read the <OBJECT> tag and create a copy of it the same way you do

> with other DOM objects ?

>

> --

> Francisco Padron

> www.chartfx.com

>

Link to comment
Share on other sites

ChartFX does not require any hidden fields to work, just the OBJECT tag. I 

suspect you are experiencing a problem that is generic to all OBJECT

controls in IE, not just Chart FX.

I would try the following:

- Create a simple Windows From control in VS and include it in a page.

- Once you get that working try to apply the same copy algorithm to this

page to see if you are able to do it. If not then the problem is generic and

there is nothing I can do to help you, not because I don't want to but

because I don't know how to :-(. If you can do it with the simple control

then it is a Char FX related issue, in that case please send the sample

control as well as the HTML page (java script and all) that "moves" the

control and I will use to determine why is Chart FX different and hopefully

provide you with a solution.

--

Francisco Padron

www.chartfx.com

post-2107-13922364393053_thumb.jpg

Link to comment
Share on other sites

thanks  soooo much for the effort that chart Fx do  i found the problem in 

my java script code :( and fix it sorry for the waist of time i couz

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:dGVy5TwtGHA.2444@webserver3.softwarefx.com...

> ChartFX does not require any hidden fields to work, just the OBJECT tag. I

> suspect you are experiencing a problem that is generic to all OBJECT

> controls in IE, not just Chart FX.

>

> I would try the following:

>

> - Create a simple Windows From control in VS and include it in a page.

> - Once you get that working try to apply the same copy algorithm to this

> page to see if you are able to do it. If not then the problem is generic

> and there is nothing I can do to help you, not because I don´t want to but

> because I don´t know how to :-(. If you can do it with the simple control

> then it is a Char FX related issue, in that case please send the sample

> control as well as the HTML page (java script and all) that "moves" the

> control and I will use to determine why is Chart FX different and

> hopefully provide you with a solution.

>

> --

> Francisco Padron

> www.chartfx.com

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...