on timer?

set a timer event (10 ticks?) when the On Column resize occurs
WHen the timer 'times out' apply the actions you want as you can 
conceder the resize event to be complete.

Alternatively - an event handler turned on when resize fires first time 
to track mouse down, and then on mouse up do actions and clear event 
handler.

On Wed, 8 Feb 2017 20:04:22 +0000, 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 method takes to long irt is invoked again while it is 
> still running which results sooner or later in a stack overflow and 
> subsequently a crash.
> 
> I'd wish there was a "On After Column Resize" event for methods who 
> take place after the fact and not during the resize action.
> 
> Any strategies to cope with the current implementation in v16?
> 
> Cheers,
> Tilman Haerdle
> ----
> extragroup GmbH
> Pottkamp 19
> 48149 Münster
> Germany
> 
> Mobil: +49 178 721 5210 (Skype: TilmanHaerdle)
> Fax: +49 251 39089-10
> WWW: http://www.extragroup.de
> Email: tilman.haer...@extragroup.de
> 
> Geschäftsführer: Lars Busch
> Registergericht: Amtsgericht Münster / HRB: 5624 Steuer Nr.: 
> 337/5903/0421 - UstID: DE 204607841
> 
> Vectorworks interiorcad - profacto
> 
> 
> **********************************************************************
> 4D Internet Users Group (4D iNUG)
> FAQ:  http://lists.4d.com/faqnug.html
> Archive:  http://lists.4d.com/archives.html
> Options: http://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **********************************************************************
---------------
Gas is for washing parts
Alcohol is for drinkin'
Nitromethane is for racing 
**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to