Add your own alternative version
Stats
41.7M views 413K downloads 3.5K bookmarked
Posted
3 Nov 2003
|
Comments and Discussions
|
|
I'll do some tests soon and see what I can find.
|
|
|
|
|
I've meanwhile run some tests using PlayOnLinux to test newer WINE versions. With both, 3.12 (x86) as well as 3.12 (amd64) I had no issues running even the newest TDL version (7.2.RC2).
BUT at this time I was only able to run the tests on Ubuntu based systems.
modified 14-Aug-18 3:11am.
|
|
|
|
|
Yes, I can run ToDoList but the font of subtasks is messed up (see screenshot). I'm on Ubuntu 18.04 with wine 3.0.2 and I have the following libraries installed
Quote: Using winetricks 20180217 - sha256sum: 1b156c616174f41df79d72a90c52eb2b110c63a6e8ecb865d303a8f9f0908924 with wine-3.0.2 and WINEARCH=win32
mdac28
mfc42
msvcirt
riched30
vcrun6
modified 15-Aug-18 6:59am.
|
|
|
|
|
Hello, congratullation for this great and free utility. I know you are not the developer of the Android mobile app, but I have observed that so many changes in the file format continuosly breaks the compatibility among those two apps... would it be possible to keep a fixed file format to keep the compatibility? It is a pity that the compatibility now is broken. Maybe it would be desirable the possibility to keep the file format for specific files, in an older file format or something, to keep them compatible...
Thank you very much!
|
|
|
|
|
IMO the best solution would be for you to pick a version of TDL[^] that ensures compatibility with the Android app and not upgrade to later versions.
|
|
|
|
|
Hi,
I'm the developer of the Android app and I'm rewriting the code for the newer versions of Android. Last I checked, it was still compatible, but I am in the process of transferring to a new computer, so once I have everything set up, I'll check and try to fix it.
|
|
|
|
|
Hi all,
I need your help to identify the causes of this error. When I opened the .sln with VS2010, one project(TDLTransEdit) was unloaded, so I manually added it back into the solution. When I built it, a bulk of error came out as below. May I know what is the causes and solution.
Error 1 error LNK2019: unresolved external symbol "class ATL::CStringT<wchar_t,class StrTraitMFC_DLL<wchar_t,class ATL::ChTraitsCRT<wchar_t> > > __cdecl FileMisc::GetModuleVersion(wchar_t const *,wchar_t)" (?GetModuleVersion@FileMisc@@YA?AV?$CStringT@_WV?$StrTraitMFC_DLL@_WV?$ChTraitsCRT@_W@ATL@@@@@ATL@@PB_W_W@Z) referenced in function "public: virtual int __thiscall CTDLTransEditApp::InitInstance(void)" (?InitInstance@CTDLTransEditApp@@UAEHXZ) C:\Users\admin\Desktop\Folder\5) C++ ToDo List\todolist_src\TDLTransEdit\TDLTransEdit.obj TDLTransEdit
Error 2 error LNK2019: unresolved external symbol "class ATL::CStringT<wchar_t,class StrTraitMFC_DLL<wchar_t,class ATL::ChTraitsCRT<wchar_t> > > & __cdecl FileMisc::ReplaceExtension(class ATL::CStringT<wchar_t,class StrTraitMFC_DLL<wchar_t,class ATL::ChTraitsCRT<wchar_t> > > &,wchar_t const *)" (?ReplaceExtension@FileMisc@@YAAAV?$CStringT@_WV?$StrTraitMFC_DLL@_WV?$ChTraitsCRT@_W@ATL@@@@@ATL@@AAV23@PB_W@Z) referenced in function "public: virtual int __thiscall CTDLTransEditApp::InitInstance(void)" (?InitInstance@CTDLTransEditApp@@UAEHXZ) C:\Users\admin\Desktop\Folder\5) C++ ToDo List\todolist_src\TDLTransEdit\TDLTransEdit.obj TDLTransEdit
Error 3 error LNK2019: unresolved external symbol "int __cdecl FileMisc::FileExists(wchar_t const *)" (?FileExists@FileMisc@@YAHPB_W@Z) referenced in function "public: virtual int __thiscall CTDLTransEditApp::InitInstance(void)" (?InitInstance@CTDLTransEditApp@@UAEHXZ) C:\Users\admin\Desktop\Folder\5) C++ ToDo List\todolist_src\TDLTransEdit\TDLTransEdit.obj TDLTransEdit
Error 4 error LNK2001: unresolved external symbol "int __cdecl FileMisc::FileExists(wchar_t const *)" (?FileExists@FileMisc@@YAHPB_W@Z) C:\Users\admin\Desktop\Folder\5) C++ ToDo List\todolist_src\TDLTransEdit\TDLTransEditDlg.obj TDLTransEdit
Error 5 error LNK2019: unresolved external symbol "class ATL::CStringT<wchar_t,class StrTraitMFC_DLL<wchar_t,class ATL::ChTraitsCRT<wchar_t> > > __cdecl FileMisc::GetFileNameFromPath(wchar_t const *,int)" (?GetFileNameFromPath@FileMisc@@YA?AV?$CStringT@_WV?$StrTraitMFC_DLL@_WV?$ChTraitsCRT@_W@ATL@@@@@ATL@@PB_WH@Z) referenced in function "public: virtual int __thiscall CTDLTransEditApp::InitInstance(void)" (?InitInstance@CTDLTransEditApp@@UAEHXZ) C:\Users\admin\Desktop\Folder\5) C++ ToDo List\todolist_src\TDLTransEdit\TDLTransEdit.obj TDLTransEdit
|
|
|
|
|
In properties of TDLTransEdit project, add reference to Shared project.
|
|
|
|
|
I know you might prefer this to be posted in the gogle page, but I don't know how to post there - so I'm posting here instead. I hope that's okay.
I would like to suggest if todolist could perform multiple groupby/sortby operations like taskunifier or mlo.
Example:
Feild 1: Red, Blue, Yellow
Feild 2: Animal, Plant, Material
So the list is:
Rose
Sunflower
blue bird
So you can group by feild1 (color), then by feild2 (animals)
so it becomes
Red
--Anima
--Plant
----Rose
--Material
Yellow
--Animal
--Plant
---Sunflower
--Material
etc.
I would also like to suggest if another position feild could be included in the custom user thin - so to rearrange it as per multiple orders of choice..
Also, the mindmap view is wonderful addon - and to compliment, I would
Its very similar to the mindmap you have developed, with a few differences. Namely, the direction can be top down, bottup up, left to rihgt or right to left. Also it allows icons to remain visible.
ALSO Bugs
a bug in the recent B4
if the total hours in day is set to any number greter than 19, it crashes the day view.
Also items with multiple tags in the kanban show up in only one column, not both... I don't know if the hisis a bug
Also if a taks is CLONED to multiple paerts, the sum doesn't seem to change. Also ifthe list is filtered, the sums dont change (they summ ALL the items - even those that are not visible)
Anyways, I hope you like these suggestiond and take them into consideration!
And thank you again for the wonderul app
|
|
|
|
|
I know you might prefer this to be posted in the gogle page, but I don't know how to post there - so I'm posting here instead. I hope that's okay.
I would like to suggest if todolist could perform multiple groupby/sortby operations like taskunifier or mlo.
Example:
Feild 1: Red, Blue, Yellow
Feild 2: Animal, Plant, Material
So the list is:
Rose
Sunflower
blue bird
So you can group by feild1 (color), then by feild2 (animals)
so it becomes
Red
--Anima
--Plant
----Rose
--Material
I would also like to suggest if another position feild could be included in the custom user thin - so to rearrange it as per multiple orders of choice..
Also, the mindmap view is wonderful addon - and to compliment, I would
Its very similar to the mindmap you have developed, with a few differences. Namely, the direction can be top down, bottup up, left to rihgt or right to left. Also it allows icons to remain visible.
|
|
|
|
|
TDL already supports multi-sort (Menu > Sort > Multi-Sort...)
|
|
|
|
|
Hi
I'm using tdl ver 7.1.5
when i open old tdl file written in Hebrew (about 3 years old ) they are all in GEEBRISH.
see example attached
[^]
TNX
|
|
|
|
|
Some time ago I required all tasklists to be converted to Unicode so that I could later convert everything to UTF8.
You will need to download 7.0.13, open the old file and then re-save it.
|
|
|
|
|
Greetings,
Strangely, after updating my system (Windows 10 x64 Version 1709) with the last available pack (kb4056892 , cf. https://support.microsoft.com/en-us/help/4056892/windows-10-update-kb4056892), my ToDoList.ini seems to have been totally overwritten: all my personal settings have disappeared and when I open the software, it now looks like a fresh new installation...
Any idea?
|
|
|
|
|
Moreover, each time I launch the application, the popup to choose language opens first.
Very weird.
|
|
|
|
|
This sort of issue is usually a permissions thing.
Where on your file system is TDL installed?
|
|
|
|
|
The program is installed in folder C:\Program Files (x86)\ToDoList with settings using ToDoList.ini and not registry base.
|
|
|
|
|
Unfortunately that's not an ideal location for portable apps because Windows treat all 'Program Files' folders as 'System' folders and restricts what can be saved there.
I suggest you try somewhere else, and not in the root of the 'C:\' drive.
|
|
|
|
|
Hi,
FYI: I had the same thing happen to me after installing this patch. I have TDL installed in C:\Users\{MyUserName}\Documents\ToDoList.
I ended up doing a re-install and reconfigured my settings. Considering where I have TDL installed (using a INI file, not storing settings in the registry) it never occurred to me that a Windows patch had caused the problem. I just assumed it was a run-of-the-mill Windows glitch.
Rob
|
|
|
|
|
Hi
Not sure what to call this problem so apologies for title. It occurred before a few months ago but briefly and i forgot about it. But yesterday/today its much worse and restarting TDL and/or PC doesn't seem to help.
Three examples -
a. I clicked on tab of a TDL (I have around 10 open) but nothing happens. Right-clicking however DOES open the context menu and switches to that TDL, and so does using the 'window' menu items.
b. I clicked the quick-find box and started typing a search term. The box did NOT clear or change to the new characters as I typed (as if frozen) BUT the search DOES respond to the typed letters.
c. I have a tree of tasks I just typed in, and wish to move one of the 'children' up the hierarchy of the tree. Neither clicking nor using keyboard commands appears to make this happen - the tasks are 'stuck' or frozen apparently... BUT after restarting TDL, these tasks HAVE been re-arranged per my keypresses.
So something mysterious and random with no sudden change of TDL usage habits or behaviour on my part or PC configuration or anything else hardware or software to give clues. Plus aware that in the brave new world of Win10 it might not even be caused by TDL. I am even eating the same breakfast these days!!
Anyone seen this before, or have a magic bullet?
Thanks,
Jon
|
|
|
|
|
Thx for your comments Jon.
From the sounds of things, 'something' is consuming so much CPU/Hard Disk that the UI is not getting updated in time.
My suggestion for investigating this further is to keep 'Task Manager' open (and visible at all times) so that when these hiccups next occur you can see at a glance on the 'Performance' tab if any of your computer elements is flat-lining.
If that is the issue, you can then switch to the 'Details' tab and narrow down the culprit.
Additionally you could repost this to our Google Group[^] to see if you get any other feedback...
|
|
|
|
|
OK, thanks - I will do this and let you know the outcome in due course...
|
|
|
|
|
Hi again, I found the culprit! So it was caused by a recurring alert within the STICKIES application, which was not being pushed to the front of the open window(s). All the while the recurring note was 'alarming' it was hijacking some doodad <insert codespeak here> in TDL - in particular the ability to click on the tabs (although not right-click, which seems very specific).
Note that I am using Stickies independent of TDL - so these alerts/alarms are not managed by TDL. But I know that TDL can use Stickies as a reminder 'vehicle' so I will give that a try as a side issue.
Jon
|
|
|
|
|
Thx for your investigative work Jon.
Applications bringing themselves to the foreground without user involvement has been a fraught problem since Windows 3.1 (at least) because nefarious apps would take advantage of this to push ads and other such <insert expletive here>.
So Microsoft has been fighting a battle to prevent apps hijacking the foreground, but it's not perfect and I suspect creates some very weird loopholes and 'edge-cases' when it gets it wrong.
So it sounds like the Stickies app was getting the focused input messages even though it was not visible to you. Why the right-click worked could be specific to the handling of context menus which were only added in Windows 95.
I think trying TDL's built-in use of Stickies is a good idea, though from look the code I don't seem to be doing anything that might prevent this occurring again (if that's even possible)...
|
|
|
|
|
Hi,
First of all: this is a great, feature packed tool! Trying to use the tool for some project planning, I noticed a few small things though.
The gantt chart does not pass year's end. This is a bit annoying especially in this time of year as a lot of tasks are planned or due in 2018.
Secondly: if a task's due date is changed, its dependent task's due dates also are recalculated. Only: this calculation does not take into account weekends as defined in the settings. So, if a task ends Friday and the dependent task takes one day and ends on Monday, after moving the first task's due date to Thursday, the dependent task ends on Sunday and not on Friday. In the other direction, the same applies (i.e. leaving Friday, ending up on Saturday). Doesn't the calculation of the projected end date take into account its predecessor enddate + weekend days (if any) + its own duration?
Kind regards,
Bart
|
|
|
|
|
|
General News Suggestion Question Bug Answer Joke Praise Rant Admin
Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.
|
|