Okay, it's not quite as exciting as the title suggests. I've been hacking away on the Services and Component Model, and have reached the stage where I can display controls, select them from a drop-down list, change their properties, and have the change reflected on the design surface. You can't interact with the design surface directly yet, and the controls aren't really in a document, just a collection of controls. But it looks pretty!
Update, 28-7-05: Noticed I'd put this in the wrong category.
Comments
Anonymous
Thu, 2005-07-28 10:50
Permalink
Yes!
keep up the great work!
Anonymous
Thu, 2005-07-28 18:39
Permalink
Looks nice! Great work!
Looks nice! Great work!
News
Wed, 2005-08-03 12:28
Permalink
Keep up the great work as
Keep up the great work as well like the blog.
MDK
Thu, 2005-07-28 19:32
Permalink
Looks great
Yeah, it looks great. Can't wait to put my hands on that.
KF
Fri, 2005-07-29 05:38
Permalink
If I am not entirely
If I am not entirely mistaken, then the typeeditors used for ASP.Net controls are based on Windows.Forms. How are those meant to be integrated into the GTK-based designer host GUI?
Michael
Sat, 2005-07-30 12:32
Permalink
You are entirely correct
You are entirely correct in that the System.Windows.Forms PropertyGrid's Type Editors are based on SWF themeslves. But few, if any, of these editors have been implemented for Mono. Therefore, I simply wrote GTK# analogues of the ones I consider essential for my GTK# PropertyGrid.
Using Type Converters most of the types can be edited as strings, but I also have native support for numbers, colours, enums and booleans, and am writing a collection editor at the moment. I hope that one day GTK# will be able to interoperate fully with SWF, but this is unlikely. Support for SWF dialogue-based editors is more feasible than in-cell editors, but I consider neither a priority.
Get
Fri, 2005-07-29 11:32
Permalink
Looks very great =D Keep
Looks very great =D Keep working...
Michael
Sat, 2005-07-30 12:33
Permalink
Thanks! I'm working hard;
Thanks! I'm working hard; support for saving is coming along nicely...
Alexandre Rocha...
Sun, 2005-07-31 23:44
Permalink
How and when could some
How and when could some "beta testing" be done on this ASP.Net Editor? Which licence will it be released in?
Michael
Mon, 2005-08-01 18:32
Permalink
Soon
Right now the editor is really more of an Alpha than a Beta: just about usable, but with a distinct lack of features and polish. I'm going to commit to SVN sometime soon, and I'll announce on Monologue when I do.
To answer your other question, the project currently uses the X11 MIT license.
Oliver Charles
Fri, 2005-08-05 05:22
Permalink
Very cool!
Hey, this is looking very cool. Keep up the awesome work! Make sure you post when this hits svn :P
Raul
Tue, 2011-03-29 16:59
Permalink
no advance since 2005?
Any news about ASPNetEdit?