Author Topic: ToDo List Toolbar (Updated for SE2022)  (Read 85543 times)

dunkers

  • Senior Community Member
  • Posts: 774
  • Hero Points: 36
Re: ToDo List Toolbar (Updated for SE2022)
« Reply #60 on: October 20, 2022, 10:25:06 PM »
Thank you Marty and Clark  :)

MartyL

  • Senior Community Member
  • Posts: 166
  • Hero Points: 29
  • Synergex
Re: ToDo List Toolbar (Updated for SE2022)
« Reply #61 on: October 20, 2022, 10:27:35 PM »
this will work:

Code: [Select]
#require "se/messages/Message.e"

Most of the time #import works but there are times you need more type definitions (class/struct/enum).

Definitely looks like #require is the better answer.

AGodfrey

  • Junior Community Member
  • Posts: 8
  • Hero Points: 0
Re: ToDo List Toolbar (Updated for SE2022)
« Reply #62 on: June 26, 2023, 09:10:15 PM »
Very nice tool, thanks!
One suggestion: Add support for pressing 'Enter'. I added this to my copy:

todo_tree.enter() {
    todo_tree.GoToToDo();
}

dunkers

  • Senior Community Member
  • Posts: 774
  • Hero Points: 36
Re: ToDo List Toolbar (Updated for SE2022)
« Reply #63 on: January 11, 2024, 11:17:20 PM »
Oh dear. I am using V28 and whenever I try to generate a todo list SE just crashes. No slick stack or anything useful: windows just says the app has stopped and I can close it or try to find a solution (as if!).

How would I set about finding where the problem lays? I do embedded systems so Windows foibles are not my usual stamping ground.

MartyL

  • Senior Community Member
  • Posts: 166
  • Hero Points: 29
  • Synergex
Re: ToDo List Toolbar (Updated for SE2022)
« Reply #64 on: January 11, 2024, 11:44:40 PM »
Oh dear. I am using V28 and whenever I try to generate a todo list SE just crashes. No slick stack or anything useful: windows just says the app has stopped and I can close it or try to find a solution (as if!).

That's not great news. I'm still waiting on my org for my V28 license, so I'm unable to test that out quite yet. Maybe @Clark or someone else from the SE team can give it a try and see if the crash reproduces?

dunkers

  • Senior Community Member
  • Posts: 774
  • Hero Points: 36
Re: ToDo List Toolbar (Updated for SE2022)
« Reply #65 on: February 19, 2024, 09:58:19 PM »
Just FYI whatever was in V28 that broke this has disappeared in V28.0.1, so this is working again  ;D