I am curious - are you doing a regular expression search and replace with Qfree? You mentioned you had a process variable set - is there any reason you do not build paths like :
src="/OurApp/"+theSkinDir+"/whatever/" etc. ----- Original Message ----- From: "Alexander Heintz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 28, 2002 4:57 PM Subject: Re: [Active4d-dev] Execute hooks > Hi Aparajita, > > We currently post-process the whole response blob prior to sending it,. We > use this to "skin" our application. The base 'skin' has a specific directory > and when we want to switch skins, we set a 4d process variable from within > the active4d.on execute end method, that then will replace the directory > string in the result blob. This replacing is done using Qfree. > Obviously if I could do this from a script..... > > Cheers > > Alex > > > In planning the functionality of the pre- and post-execute hooks, I'm > > wondering how people are patching the shell now. Is it sufficient to > > read/write the headers, or do you need to read/write the request and > > response body as well? > > > > Regards, > > > > Aparajita > > Victory-Heart Productions > > [EMAIL PROTECTED] > > www.aparajitaworld.com > > > > _______________________________________________ > > Active4d-dev mailing list > > [EMAIL PROTECTED] > > http://aparajitaworld.com/mailman/listinfo/active4d-dev > > ------------------------------------------------------------- > Heintz GmbH Kommunikation [EMAIL PROTECTED] > www.heintz.de > the 4th Dimension people Tel.: +49-2402-763055 > The professional choice for custom made database applications > ------------------------------------------------------------- > > _______________________________________________ > Active4d-dev mailing list > [EMAIL PROTECTED] > http://aparajitaworld.com/mailman/listinfo/active4d-dev > >
