Community Page
- blog.ashmind.com Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Interesting post. Appreciate it as I have seen something new now. Can I use this info on my blog using the direct link to your blog? Thanks in advance
- Well I had crash I think, and that was related to the fact that text was not set -- it required at least "" to be provided. But they have fixed it since, so now everything should work...
- Well, I drop a TextEditor component onto my form, and everhthing crashes. I suppose there is some 'proper' way to use it, but what I would really love is an example, because I could find...
- Ok, what exceptions are you getting? They might have broken something since the version I downloaded, or I could have occasionally set some options that is required by it to work correctly.
- Hi, I saw your post on StackOverflow regarding use of AvalonEdit, so I ended up downloading it and playing with it a bit. Unfortunately, after an hour of exception after exception, I gave up. So I...
Jump to original thread »
I am a developer from Russia, currently working at Exigen Services.
I am mostly interested in new technologies and programming languages for .Net. ... Continue reading »
I am mostly interested in new technologies and programming languages for .Net. ... Continue reading »
5 months ago
I just thought I'd give you a heads up, since my implementation seems at some levels very similar (I've also gone down the type, property delegation route), but also quite different (supporting *any* generic control types through marking up the types with attributes). Effectively what I do is mark up ITemplate properties with attributes saying which generic parameter indicies they refer to, and then instanciating the relevant container dynamically).
The control builder then uses an attribute on the 'concrete' class to specify the mapping of string properties to generic parameter indicies, allowing the real control to be instanciated.
I'd love to have a chat with you before I post the tutorial to get your input on it, since you may have evolved the idea further since that tutorial was posted.
5 months ago
Sorry for the chat, but I was quite busy with my job today.
I'll comment with any thoughts after I read the article.
5 months ago