Add your own alternative version
Stats
40.7M views 408.6K downloads 3.4K bookmarked
Posted
3 Nov 2003
|
Comments and Discussions
|
|
Hi marinex
Could you repost this to the Google Group[^] together with screenshots please?
|
|
|
|
|
|
|
|
First of all, thanks for giving us such a great tool!
I have been using it to track my tasks for quite a few weeks and found it very useful.
A suggestion:
Since XSLT documents can take external parameters, is it possible to parse the XSL document and extract those global level <xsl:param> parameters and present a dialog to let users manually change their values, before transforming the tdl file to HTML documents?
|
|
|
|
|
Hi wmj
Can you re-post this to the Google Group[^] with a simple stylesheet containing a selection of such parameters?
Note: Your first post will not appear until I have 'moderated' it.
|
|
|
|
|
I am sorry that I can not access G**gle Gr*up in my country.
Your templates also contain such kind of parameters, for instance:
<xsl:param name="leadspacing" select="1" />
<!--
<xsl:param name="boldroottask" select="1" />
<!--
<xsl:param name="showtaskcolouring" select="1" />
<xsl:param name="colourtasktitleonly" select="0" />
<!--
<xsl:param name="showcat" select="0" />
<xsl:param name="showstatus" select="0" />
<xsl:param name="showflagged" select="1" />
<xsl:param name="showcomments" select="0" />
It will be great if we can change those values in the transform dialog.
|
|
|
|
|
Thx. It's a very interesting idea and I will try to get some level of implementation into 7.2, which is currently at 'Development Preview 10'.
|
|
|
|
|
Thanks for taking this into consideration.
TDL is now my must have application.
Do you need help keep the Simplified Chinese localization in track? Perhaps I can do something for you.
|
|
|
|
|
Since XSLT is extensible, we can add some attributes to "help" displaying the dialog.
For instance, a "title " attribute means the user-friendly description about the parameter; an "info " attribute provides further information; an "options " attribute, delimited by ";;", means possible values the parameter may have; a "valueType " attribute means the data type of the parameter.
A sample parameter may look like this:
<xsl:param name="leadspacing" select="1" title="Leading spacing" options="0;;1" info="The space before a task." valueType="number" />
modified 8-Sep-17 4:01am.
|
|
|
|
|
Hi,
I wonder if we can input the task duration for the each sequential tasks and those tasks are connected by dependency.
If we can do that, the project schedule is done by giving a due date on the first task, just like all other gantt chart software...
|
|
|
|
|
You can already do this but you'll need to first make sure the following preferences are enabled:
1. Tools > Preferences > Tasks > Attribute Calculations > Keep a task's time estimate synchronised with its start and due dates (and vice versa)
2. Tools > Preferences > Tasks > Attribute Calculations > Automatically adjust a task's dates when its dependency's dates changes
|
|
|
|
|
MultiByteToWide need to be Misc::MultiByteToWide
#ifdef _UNICODE
LPCWSTR wszCaption = szCaption;
LPCWSTR wszInstruction = szInstruction;
LPWSTR wszText = _tcsdup(szText);
#else
LPWSTR wszCaption = Misc::MultiByteToWide(szCaption);
LPWSTR wszText = Misc::MultiByteToWide(szText);
LPWSTR wszInstruction = Misc::MultiByteToWide(szInstruction);
#endif
MaxMax14
|
|
|
|
|
Thx MaxMax14.
Are you compiling without Unicode or did you just spot it in passing?
|
|
|
|
|
In another application I tried to compile without Unicode to spot it.
|
|
|
|
|
Hi Dan,
I've set the default font for comments to be Tahoma, size 14. But when I add new tasks, I always get Tahoma, size 8.
Thanks.
NT
|
|
|
|
|
Hi NT
Can you start posting all your queries and suggestions to the Google Group[^] please?
Note: Your posts will not appear until I have accepted the first one...
|
|
|
|
|
Hello Dan,
I'm using ToDoList 7.2.DP10.
After cutting selected text in the comment field, it now takes several mouse clicks or key strokes to make TDL respond to the next command, e.g., pasting, either from the right-click menu, or with the keyboard command.
Thank you.
NT
|
|
|
|
|
Is there a way that every time I create a task, it will auto capitalize the first word?
|
|
|
|
|
|
"many languages have different rules."
I guess so, but meant just for English.
|
|
|
|
|
Sorry, it's a multi-lingual app. I don't put in features 'just for English'.
|
|
|
|
|
Hello,
I haven't find the option to change the color of selected task(s).
The current color is too light for my eyes, I would like to change for something more catchy.
See screenshot, task selected : "Todolist - 7.0.13"
https://img4.hostingpics.net/pics/56138220170812sam17h0201.png
Did I miss something, or could the option be added in a next update ?
|
|
|
|
|
Sorry Djobydjoba, the software has been written to mimic how Windows displays things.
If it's a real problem then you could consider disabling visual themes for the app via the 'Right-click > File Properties ' dialog for ToDoList.exe .
|
|
|
|
|
OK, thanks. Finally I've changed the alternate line color for something less bluish and it seems better to me:
https://img4.hostingpics.net/pics/48131720170814lun17h2201.png
|
|
|
|
|
|
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.
|
|