Mida Converter

Please login or register.

Login with username, password and session length
Advanced search  

News:

8 July 2012 - New server and new Forum !

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Lenfors

Pages: [1]
1
General Discussion / Uses stripped from converted units
« on: November 30, 2015, 09:55:47 am »
Hello!

As you can se in my example code the Mida converter just stripps out some "uses" in the conveted code. Below
For example I had TeeMagnifyTool and TeeGanttTool in my uses list, but after conversion they are gone.
My converted project has houndreds of units and this problem is everywhere. How can I fix this?

Best regards, Mikael

----

unit RadarChartUnit;
interface
//** Converted with Mida 520     http://www.midaconverter.com - MIKAEL.LENFORS
Uses
  System.SysUtils,
  System.Types,
  System.UITypes,
  System.Classes,
  System.Variants,
  System.IniFiles,
  Data.DB,
  FMX.Types,
  FMX.Controls,
  FMX.Forms,
  FMX.Dialogs,
  FMX.Objects,
  FMX.Menus,
  FMX.Grid,
  FMX.ExtCtrls,
  FMX.ListBox,
  FMX.TreeView,
  FMX.Memo,
  FMX.TabControl,
  FMX.Layouts,
  FMX.Edit,
  FMX.Platform,
  FMX.Bind.DBEngExt,
  FMX.Bind.Editors,
  FMX.Bind.DBLinks,
  FMX.Bind.Navigator,
  Data.Bind.EngExt,
  Data.Bind.Components,
  Data.Bind.DBScope,
  Data.Bind.DBLinks,
  Datasnap.DBClient,
  _Mida_FM_Lib,
  FMXTee.Chart,FMXTee.Procs,FMXTee.Series,FMXTee.Engine,FMXTee.RadioGroup,
  Fmx.Bind.Grid,
  System.Rtti,
  System.Bindings.Outputs,
  Data.Bind.Grid,
  Fmx.StdCtrls,
  FMX.Header,
  FMX.Graphics,
  LanguageUnit,
  ParametersUnit,
  RadarInfoBoxUnit;
//**   Original VCL Uses section :
//** WINDOWS, MESSAGES, SYSUTILS, VARIANTS, CLASSES, GRAPHICS, CONTROLS, FORMS,
//**      Dialogs, Menus, TeeComma, TeeTools, TeeMagnifyTool, TeeGanttTool, TeEngine,
//**      StdCtrls, ComCtrls, ExtCtrls, TeeProcs, Chart, ParametersUnit, GanttCh,
//**      LanguageUnit, Series, Math, RadarInfoBoxUnit, TeExport, TeeEdit,
//**      TeeJPEG, TeeGIF, TeePNG, TeePCX, TeePDFCanvas, TeeGDIPlus, ActnList,
//**      PlatformDefaultStyleActnCtrls, ActnMan, ToolWin, ActnCtrls, System.Actions;


2
General Discussion / First conversion - TShape not converted
« on: November 16, 2015, 03:20:20 pm »
Hello!

My first run with Midas! Tried to convert an old VCL project with default Midas settings.
My first error is that TShape is not converted! It just stays as a TShape in Firemonkey where it is unknown.
I expected it to be changed to a TRectangle (as a best guess)!?

Do I have to load any custom conversion files to do these basic translations?

Best regards, Mikael


Pages: [1]