Search found 11 matches

by cgunhouse
Sat Aug 03, 2024 5:06 pm
Forum: Questions
Topic: [Find and Replace] Infinite Loop when 'replace' text includes 'find' text
Replies: 1
Views: 129

[Find and Replace] Infinite Loop when 'replace' text includes 'find' text

Hi, If the find string is something like "object" and the replace string is "new object" and I use the REPLACE ALL option. ToDoList will continuously loop past the starting point of REPLACE ALL. It will start building up the "new" in front of "object" such as "new new new .... object" and of course ...
by cgunhouse
Fri Jul 22, 2022 5:33 pm
Forum: 8.1 Stable Release
Topic: Translation of %variables% in link don't work on column icon
Replies: 2
Views: 1129

Translation of %variables% in link don't work on column icon

I used a %onedrive% in my filename in a link. The link works when clicking on the Magnifying Glass in the attribute section, but not from the icon in the column for that attribute.

Version 8.1.7.5
by cgunhouse
Tue May 18, 2021 6:51 am
Forum: Questions
Topic: Reverse Priority
Replies: 4
Views: 2235

Re: Reverse Priority

It would not be too complicated, you just have to output the priority in reverse order. Internals would not have to change. The code is: iOutputPriority = (bReverse) ? abs(iPriority - 11) : iPriority ; Where "bReverse" is a global boolean flag for reversing the order of priority. Actually, "this is ...
by cgunhouse
Sun May 02, 2021 3:17 am
Forum: 8.0 Stable Release
Topic: Copy Task using Ctrl-Left Mouse Button Causes Hang
Replies: 13
Views: 7313

Re: Copy Task using Ctrl-Left Mouse Button Causes Hang

I extended the time on the link to the files on ASUSWEBSTORAGE.
by cgunhouse
Fri Apr 16, 2021 6:27 pm
Forum: 8.0 Stable Release
Topic: Copy Task using Ctrl-Left Mouse Button Causes Hang
Replies: 13
Views: 7313

Re: Copy Task using Ctrl-Left Mouse Button Causes Hang

I'll try DropBox: 1) Short Video of the hang. I used Ctrl-Left Mouse Button to copy the file: https://www.dropbox.com/s/p6x39t1owfj7f24/2021-03-25_23-06-43.mp4?dl=0 2) The recording from enabling "Record Bug Report..." https://www.dropbox.com/s/xrvvcvbzxqsfnrv/Ctrl-Left.zip?dl=0 3) A crash dump usin...
by cgunhouse
Mon Apr 12, 2021 2:15 am
Forum: 8.0 Stable Release
Topic: Copy Task using Ctrl-Left Mouse Button Causes Hang
Replies: 13
Views: 7313

Re: Copy Task using Ctrl-Left Mouse Button Causes Hang

The links I posted will expire on April 25, 2021
by cgunhouse
Mon Mar 29, 2021 5:26 pm
Forum: Questions
Topic: Reverse Priority
Replies: 4
Views: 2235

Reverse Priority

Is there a way to reverse the priorities? 1 - the highest and 10 - the lowest. That is the way most people perceive priority, they say this is the "First Priority"

Craig
by cgunhouse
Fri Mar 26, 2021 4:16 pm
Forum: 8.0 Stable Release
Topic: Copy Task using Ctrl-Left Mouse Button Causes Hang
Replies: 13
Views: 7313

Re: Copy Task using Ctrl-Left Mouse Button Causes Hang

Hi Here are a few files that may help: 1) Short Video of the hang. I used Ctrl-Left Mouse Button to copy the file: https://www.asuswebstorage.com/navigate/a/#/s/1D5C8C87258D4FBB94D67B702A0555C04 2) The recording from enabling "Record Bug Report..." https://www.asuswebstorage.com/navigate/a/#/s/52E9C...
by cgunhouse
Fri Mar 26, 2021 4:32 am
Forum: 8.0 Stable Release
Topic: Copy Task using Ctrl-Left Mouse Button Causes Hang
Replies: 13
Views: 7313

Re: Copy Task using Ctrl-Left Mouse Button Causes Crash

Process Monitor tells me it is infinite looping on: High Resolution Date & Time: 3/25/2021 11:25:58.3910297 PM Event Class: Registry Operation: RegOpenKey Result: NAME NOT FOUND Path: HKU\S-1-5-21-1043616681-1343612419-2990785200-1001_Classes\WOW6432Node\Interface\{618736E0-3C3D-11CF-810C-00AA00389B...
by cgunhouse
Fri Mar 26, 2021 4:14 am
Forum: 8.0 Stable Release
Topic: Copy Task using Ctrl-Left Mouse Button Causes Hang
Replies: 13
Views: 7313

Copy Task using Ctrl-Left Mouse Button Causes Hang

When I Ctrl-Left click on a task and drag it to another task and drop the task, ToDoList hangs.

Craig