RE: Any way to detect change to 4D Write Pro orientation.

2018-06-26 Thread Piotr Chabot Stadhouders via 4D_Tech
26 juni 2018 12:33 > Aan: 4D iNug Technical <4d_tech@lists.4d.com> > Onderwerp: Re: Any way to detect change to 4D Write Pro orientation. > > Piotr, > Perhaps you will need to: > - Make it enterable > - Give it the focus > - Set the zoom > - Make it non-enterable &

Re: Any way to detect change to 4D Write Pro orientation.

2018-06-26 Thread Pat Bensky via 4D_Tech
le? > > Gr, > > Piotr > > > > -Oorspronkelijk bericht- > > Van: JOHN BAUGHMAN > > Verzonden: donderdag 21 juni 2018 10:04 > > Aan: 4D iNug Technical <4d_tech@lists.4d.com> > > Onderwerp: Re: Any way to detect change to 4D Write Pro or

RE: Any way to detect change to 4D Write Pro orientation.

2018-06-26 Thread Piotr Chabot Stadhouders via 4D_Tech
: JOHN BAUGHMAN > Verzonden: donderdag 21 juni 2018 10:04 > Aan: 4D iNug Technical <4d_tech@lists.4d.com> > Onderwerp: Re: Any way to detect change to 4D Write Pro orientation. > > Hi Piotr, > > I highly recommend the 4D Write-Like toolbar… > > >

Re: Any way to detect change to 4D Write Pro orientation.

2018-06-21 Thread JOHN BAUGHMAN via 4D_Tech
Hi Piotr, I highly recommend the 4D Write-Like toolbar… http://download.4d.com/4DBlog/Tips/4DWriteLikeToolbarDemo.zip It has nearly everything needed including zoom and view mode that you mentioned. If for nothing else it’s great to use as an example of how to

RE: Re: Any way to detect change to 4D Write Pro orientation.

2018-06-21 Thread Piotr Chabot Stadhouders via 4D_Tech
Hi John, I am on your side with this. Especially the need to use INVOKE ACTION to set specific attributes is something I don't understand. Our users want to be able to set some defaults for the Write Pro area, for example the default zoom % and the default view mode Now I have to use for

Re: Any way to detect change to 4D Write Pro orientation.

2018-06-10 Thread JOHN BAUGHMAN via 4D_Tech
> On Jun 10, 2018, at 12:51 PM, JOHN BAUGHMAN via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > There is a way to do set ordination programmatically… Meant to say orientation not ordination… :-) John Baughman 1331 Auwaiku Street Kailua, Hawaii 96734 (808) 262-0328 john...@hawaii.rr.com

Re: Any way to detect change to 4D Write Pro orientation.

2018-06-10 Thread JOHN BAUGHMAN via 4D_Tech
> On Jun 10, 2018, at 10:18 AM, JOHN BAUGHMAN wrote: > > 2. Have 2 icons in my tool bar, like in the print dialog, for Portrait and > Landscape and be able to use them as one can from the contextual menu. > There is a way to do set ordination programmatically… INVOKE

Re: Any way to detect change to 4D Write Pro orientation.

2018-06-10 Thread JOHN BAUGHMAN via 4D_Tech
Thanks Keisuke. Your suggestion is a good one, but I would prefer to be able to do the following. 1. Retain the 4D Write Pro contextual menu, but have a way to detect when the user makes in the orientation of the write pro area from the menu. The contextual menu

Re: Any way to detect change to 4D Write Pro orientation.

2018-06-10 Thread Keisuke Miyako via 4D_Tech
The way I deal with this problem is to prepare a plain document with the desired orientation, paper size, etc. and load it from disk as needed. Also, I disable the context menu be default and display a dynamic menu that contains only authorised actions by code. You can call OBJECT SET CONTEXT