you can kind of achieve this already, its a bit clunky but does work depending on the webviewer contents.
Basically, make the forum use method=”GET”
Then have an ontimer script watching for a change in the content of the webviewer, using getlayoutobjectatrribute(webviewer ; content) obviously with the correct syntax.
You can then pull apart the content received, ie checking for a pattern of post=true
then using a combination of left, middle, right get out the desired values.
I have an example colour dialog box that uses this method.
No. 1 — February 19th, 2010 at 7:35 pm
you can kind of achieve this already, its a bit clunky but does work depending on the webviewer contents.
Basically, make the forum use method=”GET”
Then have an ontimer script watching for a change in the content of the webviewer, using getlayoutobjectatrribute(webviewer ; content) obviously with the correct syntax.
You can then pull apart the content received, ie checking for a pattern of post=true
then using a combination of left, middle, right get out the desired values.
I have an example colour dialog box that uses this method.