Page 1 of 1

[Question] wincmd.ini section [ContentPlugins] 0_flag 0_date

Posted: 2006-11-05, 23:10 UTC
by norfie²
In wincmd.ini section [ContentPlugins] appear new entries
0_date=
0_flag=
.

Anybody knows what this entries mean?
TIA.

Posted: 2006-11-06, 12:03 UTC
by sqa_wizard
This are internal handled entries which are related to the new content plugin ability to modify an entry. (current 6.5x plugins just read an entry)

Currently only some internal tc.xxx fields support write access.
Just wait for new 7.x plugin versions.

Do NOT change it manually, there is an automatic detection.

Posted: 2006-11-06, 12:07 UTC
by Lefteous
2sqa_wizard
Just wait for new 7.x plugin versions.
Any ideas?

Posted: 2006-11-12, 14:57 UTC
by Flint
norfie² wrote:In wincmd.ini section [ContentPlugins] appear new entries
0_date=
0_flag=
.

Anybody knows what this entries mean?
According to the history.txt:
01.08.06 Added: Change attributes dialog: Only show plugins which support field changes. Attribute flags are cached in the wincmd.ini together with the timestamp of the plugin to detect updates
So, the 0_flags should be just the value returned by the plugin on ContentGetSupportedFieldFlags request; 0_date is timestamp of the plugin WDX-file.

PS: I did not check it however...

Posted: 2006-11-12, 18:28 UTC
by ghisler(Author)
date is the time stamp of the plugin dll (last modification), and flag the supported plugin flags.