Ah, thanks, that should do the trick. /Andreas
Chris, Do we need a button to send the POST data? Can’t the webpage just redirect directly and send post data? One way that could work without having…
Thanks Georg, you are right, it’s not php that sends the data, but user forms. Pfew, just put in 25 hours in the weekend on the new Interface. Hope …
Another idea could be to build a html site locally, that redirects to the real url. However since the user doesn’t have a server for calculating the …
MrSparkle: It’s pretty easy to send an email with php: You just have to replace the subject and the body with the actual url parameters. The length…
That is a nice idea. I will refresh my php knowledge a little bit, but that should do it I think. Is there a limit to the lenght of text that you ca…
I’m trying the ActiveX example with a mail, but I get an error when I run it. >> MAXScript Rollout Handler Exception: – Runtime error: Cannot c…
Now. I’m wondering. What do you guys think would be the best way to submit the error report (optional of course for the user). I think it would be go…
[left]I think I will do something like this:[/left] [left] [/left] [left]a try section in every function. The catch section calls ErrorClass “Function…
They are called rollouts. Look in the help for rolloutfloater and CreateDialog and you will find plenty of examples… /Andreas
Thanks for the explanation Bobo. This would invoke an Event. What I would like however is to change the event at run time. So when the user presses th…
Use mouse.buttonStates for this. To get the left mouse button just write mouse.buttonStates[1] for the middle mousebutton it’s mouse.ButtonStates[2]…