f97ao
@f97ao
New Member
Joined: Feb 14, 2024
Topics: 55 / Replies: 223
Topic
Forum
Replies: 6
Views: 39
Reply
RE: Ideas for Error Handling

Ah, thanks, that should do the trick. /Andreas

20 years ago
Forum
Reply
RE: Ideas for Error Handling

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…

20 years ago
Forum
Reply
RE: Ideas for Error Handling

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 …

20 years ago
Forum
Reply
RE: Ideas for Error Handling

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 …

20 years ago
Forum
Reply
RE: Ideas for Error Handling

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…

20 years ago
Forum
Reply
RE: Ideas for Error Handling

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…

20 years ago
Forum
Reply
RE: Ideas for Error Handling

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…

20 years ago
Forum
Reply
RE: Ideas for Error Handling

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…

20 years ago
Forum
Reply
RE: Ideas for Error Handling

[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…

20 years ago
Forum
Topic
Forum
Replies: 16
Views: 131
Reply
RE: Rollouts/rollups? what are they?

They are called rollouts. Look in the help for rolloutfloater and CreateDialog and you will find plenty of examples… /Andreas

20 years ago
Forum
Reply
RE: Access to button state functions?

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…

20 years ago
Forum
Topic
Forum
Replies: 3
Views: 50
Reply
RE: Please show me an example of mouse button functions

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]…

20 years ago
Forum
Page 9 / 19