Re: Need plugin that will set macOS window modified indicator

2017-06-08 Thread Spencer Hinsdale via 4D_Tech
compiled! thanks, Jeremy! > On Jun 8, 2017, at 6:37 AM, Jeremy Roussak via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Try using 1 and 0 instead of True and False for the third parameter. > > Jeremy > > > Jeremy Roussak > j...@mac.com > > > >> On 8 Jun 2017, at 14:00, Spencer Hinsdale via

Re: Need plugin that will set macOS window modified indicator

2017-06-08 Thread Jeremy Roussak via 4D_Tech
Try using 1 and 0 instead of True and False for the third parameter. Jeremy Jeremy Roussak j...@mac.com > On 8 Jun 2017, at 14:00, Spencer Hinsdale via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Awesome! > > I tried this and am having a problem creating a generic usage for "current > win

Re: Need plugin that will set macOS window modified indicator

2017-06-08 Thread Spencer Hinsdale via 4D_Tech
Awesome! I tried this and am having a problem creating a generic usage for "current window"... I get compiler errors: the result of the function is not compatible with the expression this value cannot be passed as a parameter to this method or command from this line of code: WINDOW SET ENABLED

Re: Need plugin that will set macOS window modified indicator

2017-06-07 Thread Keisuke Miyako via 4D_Tech
just posted: https://github.com/miyako/4d-plugin-window-button > 2017/06/08 4:25、Tim Nevels via 4D_Tech <4d_tech@lists.4d.com> のメール: > > I’m looking for a plugin that can be used with 4D v14+ to set the window > modified indicator. You know the little black dot in the center of red close > butt

Need plugin that will set macOS window modified indicator

2017-06-07 Thread Tim Nevels via 4D_Tech
I’m looking for a plugin that can be used with 4D v14+ to set the window modified indicator. You know the little black dot in the center of red close button in the window title bar. I found a Miyako plugin called “Carbon Window Manager” but it specifically states it only works with old style Ca