1
General Discussion / Re: Can the Pro do this better?
« on: September 27, 2014, 04:28:39 pm »
Because there was no answer, I had to try myself.
So I invested into the pro version just to see that it does not solve any of the two problems.
Please correct me if I am wrong, but it seems to me that:
1. Mida cannot convert in one step a project that consists of several folders
2. Mida cannot process properly components that have a number in square brackets that follows the class name like this:
object CancelBtn: TButton [3]
Left = 352
Top = 40
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
It does not understand such class' name and it does not modify the component at all.
The square brackets appear in dfm files of forms that are inherited from other forms and additionally they define new components that did not exist in their ancestor.
Can I hope that some of the problems will be solved soon?
So I invested into the pro version just to see that it does not solve any of the two problems.
Please correct me if I am wrong, but it seems to me that:
1. Mida cannot convert in one step a project that consists of several folders
2. Mida cannot process properly components that have a number in square brackets that follows the class name like this:
object CancelBtn: TButton [3]
Left = 352
Top = 40
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
It does not understand such class' name and it does not modify the component at all.
The square brackets appear in dfm files of forms that are inherited from other forms and additionally they define new components that did not exist in their ancestor.
Can I hope that some of the problems will be solved soon?