Showing posts with label MonkeyGroomer. Show all posts
Showing posts with label MonkeyGroomer. Show all posts

Wednesday, 12 October 2011

Announcement: MonkeyGroomer 0.1 Public Release!



I am proud to announce the public release of MonkeyGroomer 0.1!

Download Now for FREE!

MonkeyGroomer is a simple application that aims to help convert your Delphi projects to FireMonkey projects. Currently only VGScene is supported. It also supports VGScene style files.

  • MonkeyGroomer supports over 100 VGScene classes and components
  • In this release, components not supported in the selected project will halt the conversion. (with a helpful message)
  • In the final release, you will have the option of removing unsupported components.
  • Currently the VCL conversion converts specific properties for any component. In a future release the engine will be more discriminatory.
  • Most VGScene components have been tested. 

  • A wizard is planned, to make the conversion process simple and painless!
  • Most of the work was done on the form parser and conversion engine. Once support for VCL is complete this engine will be adapted to support other delphi platforms and components in the future, using Lua4Delphi! (donate now!)
Special thanks to Simon J Stuart!

For inquiries, please contact me at thestamp@gmail.com



Quoted from: http://tgr.ph/cjQUr2

MonkeyGroomer - Roadmap

The feedback from MonkeyGroomer has been tremendous! That, paired with the announcement of MonkeyGroomer having plans for LUA support, this aims to be a very important release for the Delphi community! Not only will you be able to migrate your VCL and VGScene applications, you will be able to script and convert your own custom components!  So, whats the plan?

This week:
  • Release MonkeyGroomer with Full VGScene support (stable) for public use for free!
  • Release an alpha version with limited VCL support, to test the VCL conversion engine.
Over the next month:
  • Release continual updates with additional VCL and other common controls
  • Set up a community for developers to discuss and share experiences on migrating their projects.
And when that's done:
  • Add Lua4Delphi support
  • Set up a community for developers to share and discuss migrating custom and third party components.
If you have any questions, feel free to contact me at thestamp@gmail.com, or follow me on twitter: @PascalCoder


Thursday, 15 September 2011

MonkeyGroomer - Action Shots and Component List


Update: MonkeyGroomer 0.1 has been released! Download here!


MonkeyGroomer is a simple application that converts your Delphi VGScene or VCL form files to FireMonkey form files. It will also support VGScene style files.

The upcoming release of MonkeyGroomer Alpha will have support for an incredible amount of components, both for VGScene, VGScene styles, and VCL.
  • MonkeyGroomer supports over 100 VGScene and VCL components
  • In this release, components not supported in the selected project will halt the conversion. (with a helpful message)
  • In the final release, you will have the option of removing unsupported components.
  • The final release will be available as a wizard to simplify migration.
  • Currently the VCL conversion converts specific properties for any component. In a future release the engine will be more discriminatory.
For more information, contact me at thestamp@gmail.com.

Action Shots

VGScene
VGScene converted to FireMonkey


VCL
VCL Converted to FireMonkey




Supported Components (so far)


VCL
(preliminary list)

  • TLabel, 
  • TStringBox, 
  • TEdit,
  • TMemo,
  • TButton


VGScene
(final list)

  • TvgBackground,
  • TvgBitmapAnimation,
  • TvgBitmapListAnimation,
  • TvgColorAnimation,
  • TvgColorKeyAnimation,
  • TvgFloatKeyAnimation,
  • TvgGradientAnimation,
  • TvgButton,
  • TvgStringListBox,
  • TvgFloatAnimation,
  • TvgTreeViewItem,
  • TvgTextBoxClearBtn,
  • TvgTextBox, 
  • TvgMemo,
  • TvgCalendarTextBox,   
  • TvgComboTextBox,
  • TvgPath,
  • TvgImage,
  • TvgShadowEffect,
  • TvgInnerGlowEffect,
  • TvgGlowEffect,
  • TvgAngleButton, (now TArcDial)
  • TvgTabItem,
  • TvgRadioButton,
  • TvgListBoxItem,
  • TvgCheckBox,
  • TvgCalendarBox,
  • TvgBevelEffect,
  • TvgGroupBox,
  • TvgPopupBox,
  • TvgBlurEffect,
  • TvgCornerButton,
  • TvgReflectionEffect,
  • TvgSpeedButton,
  • TvgDropTarget,
  • TvgImageViewer,
  • TvgGrid,
  • TvgStringGrid,
  • TvgGridLayout,
  • TvgArc,
  • TvgCalloutRectangle,
  • TvgCircle,
  • TvgEllipse,
  • TvgLine,
  • TvgPaintBox,
  • TvgPie,
  • TvgRectangle,
  • TvgRoundRect,
  • TvgText,
  • TvgComboTrackBar,
  • TvgNumberBox,
  • TvgSpinBox,
  • TvgStatusBar,
  • TvgToolBar,
  • TvgTreeView,
  • TvgSizeGrip,
  • TvgFramedVertScrollBox,
  • TvgPlotGrid,
  • TvgCalendar,
  • TvgSelection,
  • TvgSelectionPoint,
  • TvgGridLayout,
  • TvgLayout,
  • TvgScaledLayout,
  • TvgAniIndicator,
  • TvgCalloutPanel,
  • TvgExpander,
  • TvgFramedScrollBox,
  • TvgImageControl,
  • TvgLabel,
  • TvgPanel,
  • TvgProgressBar,
  • TvgScrollBar,
  • TvgScrollBox,
  • TvgSmallScrollBar,
  • TvgSplitter,
  • TvgTabControl,
  • TvgLayout,
  • TvgTrackBar,
  • TvgVertScrollBox,
  • TvgAlphaTrackBar,
  • TvgBWTrackBar,
  • TvgColorBox,
  • TvgColorPanel,
  • TvgColorPicker,
  • TvgColorQuad,
  • TvgComboColorBox,
  • TvgGradientEdit,
  • TvgHueTrackBar,
  • TvgTrack,
  • TvgBrushObject,
  • TvgBitmapObject,
  • TvgPathObject,
  • TvgListBox,
  • TvgThumb

   

Monday, 12 September 2011

Announcement: MonkeyGroomer - Convert VCL Forms to FireMonkey!

Update: MonkeyGroomer 0.1 has been released! Download here!


I am proud to announce MonkeyGroomer!

MonkeyGroomer is a simple application that converts your VGScene or VCL form files to FireMonkey form files. It will also support VGScene style files.


  • An alpha version will be available shortly! Available now!
  • Most VGScene components have been tested. 
  • Initially, VCL support will be limited, but quickly expanded.
  • A wizard is planned, to make the conversion process simple and painless!
  • Most of the work was done on the form parser and conversion engine. Once support for VCL is complete perhaps this engine will be adapted to support other delphi platforms in the future, possibly using Lua4Delphi! (donate now!)

Special thanks to Simon J Stuart!

For inquiries, please contact me at thestamp@gmail.com