ypuech
@ypuech
New Member
Joined: Feb 14, 2024
Topics: 9 / Replies: 440
Reply
RE: Visual C++ Express and SDK

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…

19 years ago
Forum
Reply
RE: Visual C++ Express and SDK

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…

19 years ago
Forum
Reply
RE: mr shader translation problems

Ok, I know a mr programmer for 3ds Max but unfortunatly it cannot be contacted these days.

19 years ago
Forum
Reply
RE: mr shader translation problems

Hi, Do you know this forum ? There’s very experienced mr programmers inside.

19 years ago
Forum
Reply
RE: Flash 3d Viewer (using maxscript rendering)

Waou, Amazing work. This tool seems very powerful.

19 years ago
Forum
Reply
RE: Toolbar question

Hi Ghyslain, It’s only possible to create complex buttons (with a dropdownlist etc.) in C++ with the SDK.

19 years ago
Forum
Reply
RE: Schematic Material Editor Progress

It’s possible to mix MAXScripts controls and .Net controls using dotNetControl instruction in a rollout definition.

19 years ago
Forum
Reply
RE: Progressbar update in function

Hi, Please, can you show us your code ?

19 years ago
Forum
Reply
RE: DOTNET – read out / dialog box

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 …

19 years ago
Forum
Reply
RE: dotnet keydown event

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…

19 years ago
Forum
Reply
RE: dotnet keydown event

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…

19 years ago
Forum
Reply
RE: Problem loading model

Hi, Can you send a SCM file, or a link to a SCM file to run your script.

19 years ago
Forum
Reply
RE: Problem loading model

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…

19 years ago
Forum
Reply
RE: Problem loading model

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…

19 years ago
Forum
Page 22 / 30