TC10 - problems in flat mode.
Hi
I need help. I'm trying to open our project, that was used in TC7.
We use Embarcadero Delphi XE2.
We used "flat" mode (we had TC3 Compatibility plugin) and had no problems with ComboBoxes that were on different frames, because TC7 added them a number like:
p := Sys.Process('DMS');
w := p.fmEditForm230;
w.cbData.ClickItem('00;Fiat');
w.cbData_3.ClickItem('199;GRANDE PUNTO');
w.cbData_2.ClickItem('130.3;Active 1,2 65KM');
w.cbData_5.ClickItem('044;SZARY+CZARNY DACH');
w.cbData_4.ClickItem('108;Plusz niebieski');
All cbData are the same, but are on different frames (that are invisilbe in this mode). But in flat mode they were numbered.
Trying the same on new TC10 it doesn't add any numbers and cannot click to other than just one.
Is there a fix or setting that will help us? We use flat mode because we started in TC3, than we had TC7 (with TC3 Plugin) and now we've bought TC10. If we had to change all to "Tree" mode - it will cost us a lot.
Please help us:)