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.

Topics - thetoolwiz

Pages: [1]
1
Requests / Allow renaming projects + files
« on: July 13, 2013, 07:56:49 am »
Mida saves everything to a new folder using the same names that the original project had.

It would be nice to be able to rename them so the generated project can be loaded into the existing Project Group.

In particular, if you find the letters 'VCL' in a project or file name, add an option to change them to 'FMX'.

Alternatively, allow 'FMX' or '_FMX' to be appended to the project, file, and unit names.

2
Requests / Include class helpers rather than rewriting property names
« on: July 13, 2013, 07:53:17 am »
Why not include class helpers rather than rewriting property names?


3
General Discussion / Styles?
« on: July 07, 2013, 02:37:31 am »
In order that you don't simply point me to the page that states this, I'll save you the trouble and paste it here to show you that I actually found it and read it:

StyleBook
 
The VCL framework includes style information such as fonts, TPanels, and backgrounds in each component. For example a TLabel would include the font size, name, and color. The FireMonkey framework uses a Stylebook technique where all component style information for a form is contained in a stylebook for that form rather than in each component.

Mida 3 seamlessly and automatically moves the VCL style information into the new FireMonkey stylebook on each form saving you from having to manually cut and paste this information from each component. A real time saver!


The way I interpret the paragraph above is that if I have things like Panel1.Color then it will be converted into whatever FM needs to set the color.  In fact, Panel1.Color, Panel1.Top, Panel1.Left are all left untouched and uncommented ... and they don't work in FM.

The video that Marco made last year shows him converting lots of controls that he said require very little work, and he was using the free version. He said Mida will leave comments for things that it cannot convert.  I have the Pro version, and it's not converting basic things like this, nor is it leaving any comments around common properties that it cannot convert.

Do I need the Studio version to get it to do these conversions?

Note: this is a vanilla TPanel on a TForm, a very very simple test.

I'm using V3.2 (the latest one) and I have all of the default settings checked, including the one that say TStyles (or something similar).

-David

4
This is not clear from web site. Please elaborate.

Pages: [1]