Re: Sheets on Windows

2019-11-21 Thread John J Foster via 4D_Tech
Hi All, In order to make a “Sheets” like location on windows (so this cross-platform app looks similar) I did the following: If you use Kirk’s code as a starter (which is quite flexible) or your own then all you need to do is to adjust a few properties. On the Windows you can get a Sheet like

Re: Sheets on Windows

2019-11-20 Thread John J Foster via 4D_Tech
Hey Kirk, Thanks! I figured someone must have figured out the correct window type. Oh cool it looks localized as well? Appreciate, John… > Hey John, > This might help. You pass an object with the various params and it will > open a new window within the bounds of whatever window you call it

Re: Sheets on Windows

2019-11-19 Thread Kirk Brooks via 4D_Tech
") $0:=Open window:C153($left;$top;$right;$bottom;$type;$title) Else $0:=Open window:C153($left;$top;$right;$bottom;$type;$title;$closeBox) End case On Tue, Nov 19, 2019 at 9:20 AM John J Foster via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Hi All, > > 4D v

Sheets on Windows

2019-11-19 Thread John J Foster via 4D_Tech
Hi All, 4D v17R5 Mac and Windows (running as engined app) I love how Mac OS handles windows as sheets. But on windows the same window opens centered (I think) in the screen. I’d like to get as close to similar behavior as possible. Before I spend time doing this I am wondering … Has anyone