ypuech
@ypuech
New Member
Joined: Feb 14, 2024
Topics: 9 / Replies: 440
Reply
RE: "Excel Spreadsheet in Rollout as Extended Viewport" Problem

Here is how to embend an Excel spreadsheet in a rollout using a dotNetControl : ( rollout dotNetExcelSpreadsheet “Excel Spreadsheet” width:600 heigh…

18 years ago
Forum
Reply
RE: "Excel Spreadsheet in Rollout as Extended Viewport" Problem

In fact, you should not be able to use ActiveX controls under 3ds Max 9 64. It’s not recommended to use ActiveX controls in script coded for 3ds Max 9…

18 years ago
Forum
Reply
RE: creating controls on rollout depending on number of layers in scene?

See “How To … Develop a Selected Objects Inspector using ListView ActiveX Control” in MAXScript Reference. It shows how to setup a ListView with check…

18 years ago
Forum
Reply
RE: creating controls on rollout depending on number of layers in scene?

ActiveX controls cannot work under Windows x64. But they can be used under Max 9 32 bits.

18 years ago
Forum
Reply
18 years ago
Forum
Reply
RE: Gathering names and creating files

Try : getfilenamefile (soundtrax.name 1) I think you’ve missed collect keyword : tracks = soundtrax.numtracks() trackframes=for i=1 to tracks do co…

18 years ago
Forum
Reply
RE: Minimizing/Maximizing 3ds Max Window

In fact, it would be hard to do that in MAXScript because you have to access to window handles and messages (Max GUI is win32 absed) is limited. UIAcc…

18 years ago
Forum
Reply
RE: Menus in Max

ramesh03: But i dont want to add my menu through “under MAXScript Tools and Interaction with 3ds Max > Interacting with the 3ds Max User Interf…

18 years ago
Forum
Reply
RE: Menus in Max

ramesh03: In Maya i am doing like this through MEL-Scripting.But here i dont know to add my Menu to the main window through Script. As said befor…

18 years ago
Forum
Reply
RE: Menus in Max

You have full access to menu modification and creation trough scripting. See Menu Manager in the MAXScript Reference.

18 years ago
Forum
Reply
RE: How can create toolbars Panel use maxscript?

If you want to add a toolbar in the main ToolBar of Max, it will be (very) hard in fact because. . But if you want to insert it in an other window, yo…

18 years ago
Forum
Reply
RE: How can create toolbars Panel use maxscript?

I didn’t tell you to use the SDK at any moment… Sorry, I always forget the cui class. But a DialogBar isn’t a true ToolBar. And you can now use powerf…

18 years ago
Forum
Reply
RE: How can create toolbars Panel use maxscript?

It’s only possible to create Max toolbars in C++ with the SDK. But if you’re using Max 9 take a look at the .Net ToolBar control.

18 years ago
Forum
Reply
RE: filepath picker?

There isn’t a built-in control to do that. You have to create it. One solution is to use an edit text and a button. When the user pick the button, dis…

18 years ago
Forum
Reply
RE: Data input to max script

Here is how to get the day of the week : global monthName = #( “January”, “February”, “March”, “April”, “May”, “June”, “July”, “August”, “September”,…

18 years ago
Forum
Page 17 / 30