Getting there. A great deal of the framework is done, I do have dynamic
event hooking completed which is really the core of it. Ironically I have
been documenting the whole thing too, which is a suprise for me... because I
usually don't. But figured if I'm going to hand this out to anyone, they
gotta see what I'm thinking with it.
But yeah, its getting there, I wanted to write a few more modules to test it
before I let it out on the public. Or the private public that is =)
Working with a user security module right now, and this is the thing I'm
struggling with, not because its hard, but I don't know what would be the
best way.
I could embed it into the framework and make things much easier. But that
just seems to defeat the purpose of a 100% scalable app (plus I have to redo
some of my dynamic event handling... forget that...) So I'm trying a few
things and see where it goes. I wanted to deliver the framework and a few
samples of how it works before I put it out.
So hopefully soon. I keep getting backlogged with old VB6 at work, these
things happen, so I've been off it for like 3 days. Blah.
The one thing I'm suprsed at is it is incredibly light weight and seems to
have some enourmous potential from what I see. Now obviusly I want to make
it more dynamic, but I think the most important thing is the visual event
linker I built. Which should help out with development because it handles
ALL event handling between plugins for you. And it's just implementing a
single interface.
SoThanks for asking, that actually felt good that someone rememberd. =)
I'll keep you informed.
CJ
steve said:
how's that application going anyway cj?
CJ Taylor said:
Armin,
hate to disagree with you here, but...
You can create a new delegate at runtime using the delegate class (it gets
tricky, but you can), and then you can bind events etc to the delegate
to