Stéphane Wierzbicki 45 Posted January 30, 2019 Hello, Can any one test this ? Create a new VCL application Drop a FDMemtable Edit FieldDefs property and : - create 2 fields - Select any of the created field and change it's datatype : the datatype dropdown list will display datatypes twice - create 2 other fields - Select any of the created field and change it's datatype : the datatype dropdown list will display datatypes 4 times Thank you Share this post Link to post
Uwe Raabe 2057 Posted January 30, 2019 Cannot reproduce. Datatype dropdown list contains unique values here. Share this post Link to post
Stéphane Wierzbicki 45 Posted January 30, 2019 Bizarre... maybe an IDEFixpack side effect Share this post Link to post
Stéphane Wierzbicki 45 Posted January 30, 2019 21 minutes ago, Uwe Raabe said: Cannot reproduce. Datatype dropdown list contains unique values here. I missed a step : Create a new VCL application Drop a FDMemtable Edit the FieldDefs, dialog will appears: - create 2 fields - Select any of the created field and change it's datatype : the datatype dropdown list will display all datatypes Close FieldDefs dialog Edit again the FieldDefs dialog will appears: - Select any of the created field and change it's datatype : the datatype dropdown list will display duplicated datatypes (2 times) - create 2 fields - Select any of the created field and change it's datatype : the datatype dropdown list will display duplicated datatypes (4 times) Share this post Link to post
pietrt 1 Posted January 30, 2019 It is not only FDMemTable or FieldDefs, I see it regularly. If you select it a second time you have the unique values again. Share this post Link to post
Stéphane Wierzbicki 45 Posted January 30, 2019 35 minutes ago, pietrt said: It is not only FDMemTable or FieldDefs, I see it regularly. If you select it a second time you have the unique values again. It's the first time that I've noticed this. Do you see this on RIO especially ? Share this post Link to post
mausmb 13 Posted January 30, 2019 1 hour ago, Stéphane Wierzbicki said: Bizarre... maybe an IDEFixpack side effect Yes .and on many other properties (FMX) Share this post Link to post
Uwe Raabe 2057 Posted January 30, 2019 1 hour ago, Stéphane Wierzbicki said: maybe an IDEFixpack side effect Indeed! I can reproduce it with IDEFixPack installed. Share this post Link to post
jbg 239 Posted January 30, 2019 There is a new IDEFixPack development snapshot that fixes the issue. The TCustomListBox.ResetContent patch didn't clear the "FSaveItems: TStrings" list if no handle was allocated. Share this post Link to post
Stéphane Wierzbicki 45 Posted January 31, 2019 Thank you Andy. Is this the same download link? Share this post Link to post
jbg 239 Posted January 31, 2019 5 hours ago, Stéphane Wierzbicki said: Thank you Andy. Is this the same download link? That's a link to the post in the other thread where the download link is. Share this post Link to post