Re: REDRAW WINDOW not working v17?

2019-01-03 Thread Alan Tilson via 4D_Tech
Hello Bernd, Your solution seemed much more elegant than mine, which was to cut and use a named selection, but for some reason it doesn't work for me. The boolean variable that I'm clicking on goes grey and nothing else changes. If I click another window and come back the boolean and the rows do u

Re: REDRAW WINDOW not working v17?

2019-01-03 Thread Alan Tilson via 4D_Tech
Hello again Bernd, I tried several other things but never got anything to work other than my original code. I even tried setting a timer and running your code there, but it still didn't redraw each line of the display. Thanks again, Alan On Thu, Jan 3, 2019 at 5:37 AM Alan Tilson wrote: > Hell

Re: ListBox - assign pulldown array ?? a la ALPro for Data Entry

2019-01-03 Thread Keisuke Miyako via 4D_Tech
the original post specified v13, which restricts options. v14 has OBJECT SET LIST BY REFERENCE which makes life a lot easier. http://doc.4d.com/4Dv16/4D/16.4/OBJECT-SET-LIST-BY-REFERENCE.301-3978434.en.html c.f. http://forums.4d.com/Post/FR/27013321/1/27039356#27039356 2019/01/02 20:49、Philippe

Re: 4D Remote hanging at 3am after upgrading to Hi Sierra. Need logging advice.

2019-01-03 Thread Keisuke Miyako via 4D_Tech
F.Y.I. ACI0098967 fixes the App Nap slowdown which could apply to a 4D Server with no active user interface (i.e. Admin Window). this is v17 build 230086 from 23rd Nov. https://bugs.4d.fr/fixedbugslist?branch=17 for other versions I offer https://github.com/miyako/4d-plugin-prevent-app-nap >

Re: REDRAW WINDOW not working v17?

2019-01-03 Thread Keisuke Miyako via 4D_Tech
a few pieces of information would be appreciated: - is this Mac or Windows? - is this 64-bit only? I guess you reference the variable in your On Display Detail, but that event doesn't fire unless the detail area needs to be redrawn (activated, deactivated, selection changed). that was always th

Re: REDRAW WINDOW not working v17?

2019-01-03 Thread Alan Tilson via 4D_Tech
Hello Keisuke, Windows, 32 & 64 bit, although most of my experience is 64 bit. Yes, I reference the variable in on display detail. For me REDRAW WINDOW was for special cases when you wanted everything reloaded/recalculated. To make is so that it doesn't fire on display detail seems pretty strang

Re: REDRAW WINDOW not working v17?

2019-01-03 Thread Bernd Fröhlich via 4D_Tech
Alan Tilson: > Hello again Bernd, > > I tried several other things but never got anything to work other than my > original code. Hi Alan, sorry, I´m out of ideas. If my workaround doesn´t help try to contact 4D. Maybe someday we get a working REDRAW WINDOW command again... Greetings from German