Re: how to trap put calls?

2008-01-24 Thread Andre Garzia
Friends, made it work with a button. The button will receive a msgChanged event, then you can inspect the msg pseudo variable and do your stuff. :-D Andre On 1/24/08, Stephen Barncard [EMAIL PROTECTED] wrote: wouldn't it have to be directed to a FIELD to be useful?? I couldn't get it to work

Re: how to trap put calls?

2008-01-24 Thread Stephen Barncard
wouldn't it have to be directed to a FIELD to be useful?? I couldn't get it to work either. I guess we can't file a bug report on an unsupported feature. You might send off a note to Jerry Daniels - he made his own message box in Galaxy, ages ago... also you might post on the improve list

Re: how to trap put calls?

2008-01-24 Thread Stephen Barncard
Works like a champ. I have integrated it into my work sandbox stack - and what's really nice is that it doesn't affect the PUT use of the Galaxy message box - best of both worlds. thanks, Andre that goes into the Scrapbook. I love this list. Ideas waiting for solutions to solve! sqb

Re: how to trap put calls?

2008-01-23 Thread Andre Garzia
Stephen, thanks! I can't make it work :-( I do set the revmessageboxredirect to the long id of btn my button and it doesn't work ??? Any clue? Cheers andre On 1/21/08, Stephen Barncard [EMAIL PROTECTED] wrote: the revMessageBoxRedirect ~ This global property

Re: how to trap put calls?

2008-01-23 Thread Ian Wood
Set it to a field and not a button? Ian On 24 Jan 2008, at 01:33, Andre Garzia wrote: thanks! I can't make it work :-( I do set the revmessageboxredirect to the long id of btn my button and it doesn't work ??? ___ use-revolution mailing list

how to trap put calls?

2008-01-21 Thread Andre Garzia
Hello Friends, I want to trap put calls so that they don't go to the message box. I know this been done before since there are message box replacements out there but I don't know how it was done. For the next revision of RevOnRockets, I want to make RevHTTP server work with any kind of CGI, for

Re: how to trap put calls?

2008-01-21 Thread Stephen Barncard
Andre - there is actually some command that will divert put to anywhere you like -- this went in on the release of 2.8.1 I think - else one of the early 2.9 betas... Hello Friends, I want to trap put calls so that they don't go to the message box. I know this been done before since there

Re: how to trap put calls?

2008-01-21 Thread Stephen Barncard
the revMessageBoxRedirect ~ This global property allows you to configure what happens when the value of the 'msg' pseudo-variable changes. When set to empty, the old behaviour will be used. When set to the long id of a field, the old behaviour is replicated but