Ticket

back to ticket overview

Project RCM Ultimate
Summary Export no category or rule added
Sequence 2672
Classification Bug
Priority Low
Status Done
Kickoff date Dec 30, 1899
Maturity date Dec 30, 1899
Responsible
Version 2.4.4
Expense 0
Description Hello Felix,
I just added rules and categories on my RCM Ultimate. I made an export to update my RCM Light editing PC. But he did not export my new category or even regulation. We can see on the capture that in the list of exports it misses my category of TT 1/8 Brushless and leisure it stops at TT 1/8 thermal.
Thank you

Comments

Timestamp Who Comment
Apr 15, 2019 7:34:35 AM Felix Romer The problem was caused by the "EditValueFormat" property, which was set to "cvfInteger". This cased that the number of items in the ListView can not extend the value of 64 - and there are more the 64 sections which should be listened.
Apr 15, 2019 7:34:54 AM Felix Romer The solution is rather simple:
Just set the editor's Properties.EditValueFormat to any value other than cvfInteger. The latter forces the editor to represent its edit value as the checked items’ bitwise combination. Each check item corresponds to an integer that is a power of 2. Thus, the items’ corresponding integers are 1, 2, 4, 8, 16, etc. The edit value is the sum of the integers corresponding to the checked items. So, the maximum number of items which can be checked/unchecked equals the number of bits in the Integer type (32 or 64).

Change history

Timestamp Who Modification
Apr 6, 2019 10:48:04 AM Ticket created
Apr 6, 2019 2:02:12 PM Felix Romer Field: Responsible
Old value: -
New value : Romer Felix
Apr 6, 2019 2:02:12 PM Felix Romer Field: Status
Old value: Opened
New value : Running
Apr 15, 2019 7:32:42 AM Felix Romer Field: Version
Old value:
New value : 2.4.4
Apr 15, 2019 7:35:36 AM Felix Romer Field: Status
Old value: Running
New value : Done