Kameleon: Well… it’s not easy to setup for sure… I have Platform SDK installed, I’ve added the directories etc etc, including the Platform SDK MFC o…
Yes, it works. But the official development platform is Visual Studio 2005 Pro. Also, there isn’t a resource/dialog editor in the express version. Ya…
Ok, I know a mr programmer for 3ds Max but unfortunatly it cannot be contacted these days.
Hi, Do you know this forum ? There’s very experienced mr programmers inside.
Waou, Amazing work. This tool seems very powerful.
Hi Ghyslain, It’s only possible to create complex buttons (with a dropdownlist etc.) in C++ with the SDK.
It’s possible to mix MAXScripts controls and .Net controls using dotNetControl instruction in a rollout definition.
Hi, Please, can you show us your code ?
Hi, In .Net you have the TextBox, its documentation on the MSDN can be found here : The .Net TextBox has additional functionality that is not found …
Hi, I found a solution using a DotNet Application. The TextBox handles the key events. This solution doesn’t use show() or showdialog(). Here is the…
Hi, Maybe the problem comes from the focus. Add this after showing the form: hForm.focus() But, I recommend to use rollouts instead of forms and cr…
Hi, Can you send a SCM file, or a link to a SCM file to run your script.
Debug your script using print (print a value in the listener) function to see what’s wrong. For example in your loops: for i = 1 to ihead.vertcount d…
Hi, I found : ifin_file !=undefined then Should be : if in_file != undefined then Also check your values using print method before filling the ar…