RustyKnight
@rustyknight
New Member
Joined: Feb 15, 2024
Topics: 42 / Replies: 530
Reply
RE: I would like get the value from database in each row and keep the value in a variable

Or you try replacing the square brackets “[…]” with curved ones “(…)”

17 years ago
Forum
Reply
RE: I would like get the value from database in each row and keep the value in a variable

Another guess, you could try x = dataset.tables.item[“users”].rows.[b]item[/b][0].[b]item[/b][“room”]

17 years ago
Forum
Reply
RE: I would like get the value from database in each row and keep the value in a variable

This is a guess… x = dataset.tables.item[“users”].rows[0][“number”] y = dataset.tables.item[“users”].rows[0][“core1”] z = dataset.tables.item[“users…

17 years ago
Forum
Reply
RE: wrestling with custom atts

I had a quick look and seems to work fine for me. It creates two objects with a custom attribute with a slider and button. The slider effects their …

17 years ago
Forum
Reply
RE: wrestling with custom atts

I’m not 100% sure, but because the custom attributes are been decleared within a local context, it might not be possible to address them from within t…

17 years ago
Forum
Reply
RE: How do I check if the Angle Snap is active ?

I’m not 100% sure this is what you are after, but it might help snapMode.active [left]Lets you get and set a Boolean value defining the Snap toggle…

17 years ago
Forum
Reply
RE: How to get values stored in an edittext while using rolloutCreator

As I understand it, much of this is compiled into a string and the evaluated via an execute statment (I could be wrong, but my limited run in with the…

17 years ago
Forum
Reply
RE: How to get values stored in an edittext while using rolloutCreator

Your problem is on this line rci.addHandler each #entered paramStr:”txt” codeStr:”(each+\”S\”=12)” More to the point, it is in the “codeStr” paramet…

17 years ago
Forum
Reply
RE: If I convert a file by using timer , but it will appear a dialog box I want skip it.

If the #noprompt option is not working for you (sorry if you already tried this), you need to look at DialogMonitorOPS and UIAccessor. This is a litt…

17 years ago
Forum
Reply
RE: If I convert a file by using timer , but it will appear a dialog box I want skip it.

I could be mean and say that you didn’t read the docs…but it is more likely that in your haste, you simply missed, but…The docs have this to say with …

17 years ago
Forum
Reply
RE: Light creation in 64bit vers 32bit

Nup, works fine for me (the light creation part anway) Max 9, Windows XP x64

17 years ago
Forum
Reply
RE: I want to covert a file into VRML in every 30 seconds, How do I write the maxscript ?

Thanks for that, that’s what I’ve been missing! Cheers Shane

17 years ago
Forum
Reply
RE: I want to covert a file into VRML in every 30 seconds, How do I write the maxscript ?

Well, you need a timer, that’s obvious You have two choices. You can use the built in timer, but you will need to attach it to a rollout to make it …

17 years ago
Forum
Reply
RE: noob question: constructing float_expressions

setExpression is a function, not a variable, you can not “assign” it value, you have to pass it… fx.SetExpression “if (b1.pos.y > b2.pos.y) then v…

17 years ago
Forum
Page 8 / 39