Re: Printing Structure Diagram

2019-05-07 Thread Patrick Emanuel via 4D_Tech
Bonjour Alexander QS_Toolbox source is opened, that mean you have access to the code. If you have a look on the method 'TOOLS_Export_Drawn_Structure', you'll see the picture is resized to fit the screen and the export is in JPG I you just want to get the SVG file without any resizing, you just

Re: Printing Structure Diagram

2019-05-06 Thread Keisuke Miyako via 4D_Tech
perhaps you could take the printing portion from this one: https://github.com/miyako/4d-utility-structure-to-svg-converter-v2 SVG is scalable and vectorial, but some picture commands would rasterise it. so don't do that. 2019/05/07 6:59、Herr Alexander Heintz via 4D_Tech

Re: Printing Structure Diagram

2019-05-06 Thread Herr Alexander Heintz via 4D_Tech
Salut Patrick Am 18.04.2019 um 08:45 schrieb Patrick Emanuel via 4D_Tech <4d_tech@lists.4d.com>: > > In QS_Toolbox, I've implemented the Vincent solution. > You can view inside the component the diagram and also export it as picture. nice, but a tad blurry for a large strcuture, actually

Re: Printing Structure Diagram

2019-04-18 Thread Patrick Emanuel via 4D_Tech
Hi, In QS_Toolbox, I've implemented the Vincent solution. You can view inside the component the diagram and also export it as picture. Have a look here: association-qualisoft.eu - Patrick EMANUEL Administrator

Re: Printing Structure Diagram (Somewhat O.T.).

2019-04-17 Thread Tom Dillon via 4D_Tech
Charles Miller via 4D_Tech wrote: >you need to find someone who needs a boat anchor I use my nubby box as a door stop. Very useful. -- -- Tom Dillon 375 S Main St #405 DataCraft

Re: Printing Structure Diagram (Somewhat O.T.).

2019-04-17 Thread Charles Miller via 4D_Tech
you need to find someone who needs a boat anchor On Wed, Apr 17, 2019 at 12:35 PM Jack Stewart via 4D_Tech <4d_tech@lists.4d.com> wrote: > > Your email reminds me that I have a whole lot of legacy, > Macintosh 4D applications software and accompanying manuals > complete with original 3-ring

Re: Printing Structure Diagram (Somewhat O.T.).

2019-04-17 Thread Jack Stewart via 4D_Tech
Your email reminds me that I have a whole lot of legacy, Macintosh 4D applications software and accompanying manuals complete with original 3-ring binders which I would like to sell. I used to do a lot of 4D development but have gotten away from it in recent years. I stopped purchasing updates

Re: Printing Structure Diagram

2019-04-03 Thread Arnaud de Montard via 4D_Tech
> Le 30 mars 2019 à 21:05, rooftop99--- via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > > Thank you Chip, > > I am aware of the xml and html exports. I have used the xml export for > several purposes. My question is, how do I get the printed visual structure > digram I need using

Re: Printing Structure Diagram

2019-03-30 Thread Douglas von Roeder via 4D_Tech
Per other responses, the XML file provides a lot of data about the schema as well as its graphic representation. SVG is an option or using the Adobe PDF page description language if you want to write your own software. One avenue to explore for an off the shelf answer is Excel Software

Re: Printing Structure Diagram

2019-03-30 Thread Keisuke Miyako via 4D_Tech
alternatively, you create a form with one picture object, sized to fit your paper size. you use TRANSFORM PICTURE with the Translate option which allows you to "trim" the SVG at any location without bitmap resampling (which is what happens when you convert to PNG or combine pictures). you print

Re: Printing Structure Diagram

2019-03-30 Thread Keisuke Miyako via 4D_Tech
you should note that native XSLT is removed in 64-bit so you need to either use a 32-bit or an alternative solution such as https://github.com/miyako/console-xsltproc or https://github.com/miyako/4d-plugin-xslt > 2019/03/31 8:29、Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com>のメール: > Check this

Re: Printing Structure Diagram

2019-03-30 Thread Tim Nevels via 4D_Tech
On Mar 30, 2019, at 2:00 PM, roofto...@mac.com wrote: > We are in the midst of analyzing a very old 4D application. We’d like to > print/plot/PDF a structure diagram, in all it’s glory, to hang on the wall. > It must represent all structure elements such as Tables, Fields, Relations, >

Re: Printing Structure Diagram

2019-03-30 Thread Kirk Brooks via 4D_Tech
Hi Kirk, Check this out https://github.com/miyako/4d-utility-structure-to-svg-converter On Sat, Mar 30, 2019 at 1:06 PM rooftop99--- via 4D_Tech < 4d_tech@lists.4d.com> wrote: > > Thank you Chip, > > I am aware of the xml and html exports. I have used the xml export for > several purposes. My

Re: Printing Structure Diagram

2019-03-30 Thread rooftop99--- via 4D_Tech
Thank you Chip, I am aware of the xml and html exports. I have used the xml export for several purposes. My question is, how do I get the printed visual structure digram I need using either of these. Surely there are database schema [structure] diagram printing applications out there

Re: Printing Structure Diagram

2019-03-30 Thread Chip Scheide via 4D_Tech
I too can not print the structure any more However, there are 2 options I easily found. with the structure window open, select the 'File' menu. - Export -> Structure to xml and - Export -> Structure to HTML that should get you started. Chip > Hi All, > > We are in the midst of analyzing

Printing Structure Diagram

2019-03-30 Thread rooftop99--- via 4D_Tech
Hi All, We are in the midst of analyzing a very old 4D application. We’d like to print/plot/PDF a structure diagram, in all it’s glory, to hang on the wall. It must represent all structure elements such as Tables, Fields, Relations, Indexes, etc…. I have seen these diagrams for other