Re: Live "On Column Resize" event

2017-02-09 Thread Spencer Hinsdale
+1 As OP mentioned this feature is much nicer with multiple list boxes you'd like to keep in sync > On Feb 9, 2017, at 10:29 AM, Cannon Smith > wrote: > > I love this feature. [snip] > > >> On Feb 9, 2017, at 11:09 AM, Chip Scheide

Re: Live "On Column Resize" event

2017-02-09 Thread Nigel Greenlee
with V16! Nigel Greenlee > On 8 Feb 2017, at 20:04, Tilman Haerdle <tilman.haer...@extragroup.de> wrote: > > With 4D v16.0 the event "On Column Resize" fires live during resize of > listbox columns. > > This has severe effects on methods who do stuff after r

Re: Live "On Column Resize" event

2017-02-09 Thread Tilman Haerdle
ivery of this message to any person > other than the intended recipient shall not compromise or waive such > confidentiality, privilege or exemption from disclosure as to this > communication. > >> On Feb 8, 2017, at 3:04 PM, Tilman Haerdle <tilman.haer...@extragroup.de> >&

Re: Live "On Column Resize" event

2017-02-08 Thread Chuck Miller
to any person other than the intended recipient shall not compromise or waive such confidentiality, privilege or exemption from disclosure as to this communication. > On Feb 8, 2017, at 3:04 PM, Tilman Haerdle <tilman.haer...@extragroup.de> > wrote: > > With 4D v16.0 the event

RE: Live "On Column Resize" event

2017-02-08 Thread Timothy Penner
Couldn't you write the code so that it runs only if a flag is not set, then set the flag upon starting the operation and clear it when done, then the subsequent calls would see that the flag is already set so they don’t do anything...? -Tim

Re: Live "On Column Resize" event

2017-02-08 Thread Chip Scheide
do actions and clear event handler. On Wed, 8 Feb 2017 20:04:22 +, Tilman Haerdle wrote: > With 4D v16.0 the event "On Column Resize" fires live during resize > of listbox columns. > > This has severe effects on methods who do stuff after resizing a > column. If the

Live "On Column Resize" event

2017-02-08 Thread Tilman Haerdle
With 4D v16.0 the event "On Column Resize" fires live during resize of listbox columns. This has severe effects on methods who do stuff after resizing a column. If the method takes to long irt is invoked again while it is still running which results sooner or later in a stac