Hi
check this post:
http://midaconverter.com/forum/index.php?topic=355.0
1) For DevExpress are well converted : Those that have a similar component under FireMonkey, as TcxPageControl, TcxTabSheet, TDxNavBar, TdxMaskedit ...
2) Mida Pro and Studio support these grid :
- TGrid
- TStringGrid
- TMS TTMSFMXGrid
- IP twwDataGrid ( new Mida 4.2 )
3) Total conversion don't support, for now, FIBPLUS to Devart Unidac
But it is very easy add it manually, Open Mida , and indicate original and destination component,
for example :
TpFIBQuery -> TUniQuery
Componets, property and units are full supported.
Best Regards
Mida Converter
- December 22, 2024, 08:16:19 am
- Welcome, Guest
News:
8 July 2012 - New server and new Forum !
71
on: June 20, 2014, 11:26:22 pm
|
||
Started by lopezan - Last post by MauroBotta | ||
72
on: June 19, 2014, 10:37:43 am
|
||
Started by lopezan - Last post by lopezan | ||
I'm interested to purchase MIDA studio, but I need some information.
I have a project written in Delphi 7 that uses some components as: - Devexpress (included GRID) - FIBPLUS and I need to convert it: - Devexpress -> standard delphi FMX components - Devexpress grid -> TMS FMX grid - FIBPLUS -> Devart Unidac and other components. It's possibile this conversion? |
73
on: June 18, 2014, 10:52:55 pm
|
||
Started by MauroBotta - Last post by MauroBotta | ||
We are pleased to present the availability of Mida V. 4.2 for Delphi XE2 / XE3 / XE4 / XE5 / XE6 and C++ Builder XE2 / XE3 / XE4 / XE5 / XE6
What's Mida Mida is a complete converter of Embarcadero Delphi and C++ Builder VCL applications to FireMonkey applications. It is able to fully convert over 200 components with more being added in each new release. It fully supports and updates the data modules updating the .pas, .cpp, and .dpr files in both Delphi and C++ Builder. VCL Framework and FireMonkey frameworks are very different and in some cases single click conversions are not possible. But in most cases you can generate a new FireMonkey application with only a few manual changes required. Mida 4.2 Available Mida 4.2 add full supported the new Embarcadero XE6 IDE. Mida 4.2 Studio support new Android Mobile Pack, You can to convert your VCL DeskTop source to Apple iPad or Android Tablet. You can to generate 100% FireMonkey project or native components using : - Delphi iOS Native Components D.P.F. ( XE4/XE5/XE6 - Mida Studio only ) - Delphi Android Native Components D.P.F. ( XE5/XE6 - Mida Studio only ) - Delphi iOS Native Components TMS iCL ( XE4/XE5/XE6 - Mida Studio only ) But the most important feature of Mida 4.2 is Total Conversion ( Mida Studio only ). Total Conversion allows you to convert single or groups of components. With the prior versions was possible to use Mida to convert projects from VCL to FireMonkey adding exceptions (custom conversion) but the structure VCL to FMX was an obligation. But now there are no more limits , a total conversion. For example, you can to convert a project from : VCL To IntraWeb, or change database, like dbIsam to EDB or AnyDac to FireDac or BDE To FireDac.... it is also possible to simply convert a group of components, such as TMS VCL Cloud component to TMS Cloud for FireMonkey , choosing to convert only the components or even the project from VCL to FireMonkey. Click here for more informations: http://www.midaconverter.com/total_conversion.html Click here for VCL to IntraWeb conversion: http://www.midaconverter.com/vcl_to_intraweb.html Mida 4.2 New Features : XE6 Support Advanced quality conversion for VCL to FMX Advanced quality conversion for Custom Conversion New InfoPower FMX grid support http://www.woll2woll.com/infopower-for-firemonkey-3.0.html New XE6 C++ Mobile support ( Mida Studio only ) New option support for TImage inside Button/SpeedButton... components in VCL to FMX conversion ( Mida Studio only ) New option support for comments all your Functions and Procedures for a more easy conversion - Delphi Only ( Mida Studio only ) New TFlowPanel support New "Total conversion" support from VCL To IntraWeb 14 with TMS IW Components Pack, basic components ( Mida Studio only ) Load VCL_To_IntraWeb_14_TMS.mida file http://www.tmssoftware.com/site/tmsiwpro.asp You can to convert your VCL DeskTop source to Android using native components ( XE5/XE6 - Mida Studio only ) We have add support to Delphi Android Native Components D.P.F. ( XE6 update - v2.8.1 - 2014/05/17 ) http://sourceforge.net/projects/dpfdelphiandroid/ XE5/XE6 Only TLabel > TDPFJTextView TEdit > TDPFJEditText TButton > TDPFJButton TSpeedButton > TDPFJButton TImageButton > TDPFJButton TImageSpeedButton > TDPFJButton TCheckBox > TDPFJCheckBox TImage > TDPFJImageView TImageControl > TDPFJImageView TListView > TDPFJListView TProgressBar > TDPFJProgressBar TRadioButton > TDPFJRadioButton TTabControl > TDPFJTabHost TTabItem > TDPFAndroidTabBarItem TSwitch > TDPFJTextSwitcher TWebBrowser > TDPFJWebView note : With "TEdit" ( and the other original components ) is indicate all TEdit supported from Mida (like TMS TEdit, DevExpress TEdit...) for example: TPNGButton is converted to TDPFJButton LiveBindings is not supported in this version for native components. Updated support for D.P.F iOS V v8.5.2 Native Components XE4/XE5/XE6 Only and finally Mida Pack for XE6. Mida Team info@midaconverter.com Embarcadero Technology Partner http://www.midaconverter.com |
74
Mida Community Forum / General Discussion / Re: Covert from Delphi7 CLX application to DelphiXE FireMonkey
on: June 15, 2014, 04:33:50 pm
|
||
Started by alessio - Last post by MauroBotta | ||
Hi
We did some internal testing for the conversion Delphi CLX to Delphi FMX. Mida 4.2 converts pretty well, with some warning to manage manually. These days we are managing any small updates to improve the result of the conversion. It will be official with the next 4.2.x beta Mauro Botta www.midaconverter.com |
75
Mida Community Forum / General Discussion / Covert from Delphi7 CLX application to DelphiXE FireMonkey
on: June 11, 2014, 06:05:38 pm
|
||
Started by alessio - Last post by alessio | ||
Hi,
I have a Delphi 7 CLX app and I want to convert it to the latest Delphi XE6 and FireMonkey graphic library : can Mida converter help me ? Is the conversion from CLX supported by Mida Studio ? Thanks. |
76
on: May 21, 2014, 11:43:42 pm
|
||
Started by Ogg - Last post by MauroBotta | ||
Hi
Convert one example on both PCs. Try to make a comparison between the two Fmx files after convertion without open them inside the Delphi IDE. could you copy here FMX Form or send an email at info@midaconverter.com |
77
on: May 21, 2014, 03:45:18 pm
|
||
Started by Ogg - Last post by Ogg | ||
Hi,
I've been using Mida Basic lightly since XE2. We are now thinking about using it much much more and may buy the pro version...however, I am finding something unusual. When I convert a vcl form using my version of Mida 2.75, the conversion process retains all the custom components - even though they may or may not exist in the IDE - BUT when one of my new users/installs does the same thing with all the same settings on Mida 2.75 - the converted file removes all the custom components from the fmx. I cannot see any differences in the options or version. The only difference is that I can tell is that its on a different computer.Obvioulsly, I want to preserve these custom components. Any idea what is happening here? Thanks! |
78
on: May 19, 2014, 12:04:48 am
|
||
Started by aDAU - Last post by MauroBotta | ||
Hi
For IW check these page: http://www.midaconverter.com/total_conversion.html http://www.midaconverter.com/vcl_to_intraweb.html Mida 4.2 will add support for TMS Intraweb Pack. >>> tcxdbtextedit, tcxdblookupcombobox and tcxlookupcombobox ? these are not supported for now, but you can add this support in easy mode with "Custom Conversion" ( Mida Studio ) a old video link for "Custom Conversion" https://www.youtube.com/watch?v=bFuSe4HKoNc Best Regards |
79
on: May 05, 2014, 08:25:09 am
|
||
Started by aDAU - Last post by fuk1983 | ||
Do you support dev express component ? Such as tcxgrid, tcxdbtextedit, tcxdblookupcombobox and tcxlookupcombobox ?
I'm planning to convert it to intraweb. Is that possible ? |
80
Mida Community Forum / General Discussion / Re: Start Mida: Error: "The Embarcadero XE5 IDE Is was n ot install"
on: March 07, 2014, 10:14:20 pm
|
||
Started by wvogtel - Last post by MauroBotta | ||
Are you using an Admin user for install Mida Basic ?
Firewall ? AV ? |