On Thu, 2003-03-13 at 17:26, Matt Sergeant wrote: > On Thu, 13 Mar 2003, Kip Hampton wrote: > > > But you're right, Jason, the fact that AddDynamicProcessor only appends > > to the list of styles regardless of where the directive appears (making > > it different from the way all the other directive work) indicates, to me > > at least, that someone cheated and took the "first thing that worked" > > approah the while implementing it. Someone have counter argument to that? > > The person who wrote that doesn't use AxKit any more, so I can only guess.
Hey, I use it all the time! I've just been busy with "real work" of maintaining the AxKit driven site :) > My guess is that the DynamicProcessor code runs after the other styles get > constructed, so they can only either go at the front or at the end. I > guess the end seemed logical. It runs at the end and applies them to the end because for what I'm doing I only have one style that gets run. You're right, stuffing things onto the end was the easiest thing to do at the time. I suppose I should get around to fixing it, but since its working for me, I've never gotten around to it. Brian Wheeler [EMAIL PROTECTED] > > -- > <!-- Matt --> > <:->get a SMart net</:-> > Spam trap - do not mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
