event handler for a custom thumbnails
Hi,
I need help with a dot-net. My frirnd and I are making a custom library image browser using dot-net in max rollout. The thumbnails are showing properly using/loading custom dot-net controls. But we cannot managed to set an event handler when clicking a thumb. we want something like
"on small_dialog clicked sender arg do ()". But the click makes no change
do we need to make an new event and make it public from dot-net? I attached the code and dll as well and a screenshot.
I know partial max-script and he knows moderate dot-net. together we are almost disastrous.
Attachment | Size |
---|---|
small_browser_help_post.png | 402.53 KB |
image_preview.ms | 1.77 KB |
image_preview_dll.zip | 172.3 KB |
Comments
Hi,
Here are some example for dotnet button click event.
For a classic maxscript rollout:
For a dotnet windows:
Thank you a lot.
Thank you a lot.
you're welcome
:)