Show cool things you have done with our products


Post by ccmmasi »

hi
Is posible print the gantt chart to look like this?
you have some example that i can use to show the chart to my boss

i change g.zoomToFit() to g.setWidth(10000), but the print show in a single workseet.
iconCls: 'icon-print',
                scale: 'large',
                text: 'Print',
                handler: function() {
                    // Make sure this fits horizontally on one page.
                    //g.zoomToFit();
                    g.setWidth(10000);
                    g.print();
                }
thanks
Attachments
img 3.png
img 3.png (40.19 KiB) Viewed 10264 times
img 2.png
img 2.png (32.24 KiB) Viewed 10264 times
img 1.png
img 1.png (55.71 KiB) Viewed 10264 times

Post by jakub »

You want to have the print paginated ?
JavaScript/Angular/ExtJS consulting - kuba@virtualdesign.pl

Post by mats »

Please attach images showing how your current print looks like and what your desired printed view should look like.

Post by ccmmasi »

Hi
Actually the bryntum gantt that i have print as show in the image 2 - 3... the 1 image is as show in ie, in internet explorer... see the scroll... there are more information if its move

note that page number.... the print is vertical show all the tasks... but not is horizontal show all the time.
Attachments
in internet explorer... see the scroll... there are more information if its move
in internet explorer... see the scroll... there are more information if its move
como imprime.png (61.25 KiB) Viewed 10254 times
img 2.png
img 2.png (22.29 KiB) Viewed 10254 times
img 1.png
img 1.png (43.3 KiB) Viewed 10254 times

Post by mats »

IE version? Does print look ok in Firefox? Chrome?

Post by ccmmasi »

the print in ie, chrome, mozilla is =

Post by mats »

I think this is what you're up against: https://stackoverflow.com/questions/2926 ... tal-tables

Will need to look into this to see if there's any way to fight this issue. I'd recommend using some server side component to render it to PDF and then print it...

Post by ccmmasi »

hello
the printing does not work yet, I tried to add css tags to operate the printing, but still does not work.
you can send me an example in pdf to see how you print a draft multi-task and a duration of 2 or 3 years? ... is to see it in multiple pages.

An example of how we want to see the impression is as printed in microsoft project... horizontally or you can see of this link:
https://www.4shared.com/office/Y95yyfkb/ ... ontal.html?

We are thinking in buying the component, but only if we see printing on multiple pages.

Then I can send a printed horizontally as PDF?
my email is ccmmasi@hotmail.com
Attachments
impresion horizontal.pdf
(47.93 KiB) Downloaded 575 times

Post by jakub »

We're currently working on adding support for pdf printing, so things should clear up in the next few days.
JavaScript/Angular/ExtJS consulting - kuba@virtualdesign.pl

Post Reply