Author Topic: timer callback issue in beta5, linux x64 centos7.2  (Read 1834 times)

rowbearto

  • Senior Community Member
  • Posts: 2335
  • Hero Points: 132
timer callback issue in beta5, linux x64 centos7.2
« on: October 01, 2018, 02:41:46 AM »
Look for timerissue.tar.gz on support. See the README file for how to repro.

I'm using beta5, linux x64 centos7.2

rowbearto

  • Senior Community Member
  • Posts: 2335
  • Hero Points: 132
Re: timer callback issue in beta5, linux x64 centos7.2
« Reply #1 on: October 01, 2018, 03:17:18 AM »
Found that if I add a call to refresh() in my timer callback that I will see the "tick" printed in the output window every 250msec.

So not sure if this is a true bug or it is a "feature", and I'm expected to call refresh() in my timer callback to update the display of the output window.

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6866
  • Hero Points: 528
Re: timer callback issue in beta5, linux x64 centos7.2
« Reply #2 on: October 01, 2018, 03:44:43 PM »
You have to call refresh() in your timer callback.