开发者

Is there a drag-and-drop form designer that could be easily customized for any widget framework?

As far as I know, right now there is no free (not even cheap) visual designer for making AS3 apps. It's not like it is not possible to create one - just like I can write the GUI definition code in FlashDevelop we could have this hypothetical tool generate it based on drag and drop actions, but at present nobody has built one yet.

So suppose we wanted to build such a tool for AS3 widgets or for some others such buttons and text boxes widget framework. Is there a generic form builder tool that we could customize for this purpose? Or would basically the only (barely) customizable thing on the table be the forms designer component from .net framework? It could hypothetically be beaten into representing the AS3 etc framework widgets as user defined controls with us running a separate tool to automatical开发者_开发知识库ly convert the C# form definition code into the target framework language, e.g. into runnable AS3 apps?


I've thought about this myself as I am in the process ( and have been for a while ) of developing my own cross-platform flash IDE. I think that the whole thing just appears to be much more complex than it is. If you were to simply create a UI designer in Adobe AIR you could package this for cross-platform distro and embed it in a larger app or just use it standalone. This way you don't have to re-create the components for flash (ui objects) you can just embed those assets in your form designer. I've also thought about class integration too, and that should be pretty simple you'd just need to read/write the constructor of display-object classes added to the "stage" and then transform the object in the form designer at runtime. Also for timeline creation the way the Flash IDE does this (as far as actionscript goes) is it simply attaches chunks of code you write on frames using the undocumented addFrameScript method, so frame-based code snippets would be easy to implement as well.

Anyway there is one such project that exists but its supposed to output MXML.

http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&offeringid=10299&marketplaceid=1

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜