MoonDoggie
@moondoggie
New Member
Joined: Feb 15, 2024
Topics: 22 / Replies: 242
Reply
RE: Drop Down + Text Box in one?

–Create Rollout try destroyDialog drop_text_test catch () global theItems = #(“”, “opt1”, “opt2”, “opt3”, “opt4”) rollout drop_text_test “Drop_D…

18 years ago
Forum
Reply
RE: Drop Down + Text Box in one?

make an edittext and a combobox to do this easily

18 years ago
Forum
Reply
RE: Writing out to a text file – Problem

mytest.txt #height 20 #hsegs 3 #radius 50 f = openFile “c:\\mytest.txt” skipToString f “#height” h = readValue f seek f 0 skipToString …

18 years ago
Forum
Reply
RE: Writing out to a text file – Problem

You may be approaching your problem the wrong way. using the functions: skipToString <binstream> “stringtofind” seek <binstream> 0 – t…

18 years ago
Forum
Reply
RE: Cleaning up Architectural Materials

excellent, I was having the very same problem earlier, I will do some more tests when I get a break today. Thanks for bouncing some ideas with me Gra…

18 years ago
Forum
Reply
RE: Cleaning up Architectural Materials

you could loop through SceneMaterials instead of each object, would be much quicker methinks EDIT: scratch that Why scratch that just curious, loop…

18 years ago
Forum
Reply
RE: Cleaning up Architectural Materials

Here is my code for cleaning up architectural materials fn cleanMaterials theType = ( local theMats = getClassInstances theType local newMat =…

18 years ago
Forum
Topic
Forum
Replies: 5
Views: 16
Reply
RE: variable arguments to a console application, can it be done ?

updated with the correct working code no prob, I’ve never used shellLaunch before, handy stuff.

18 years ago
Forum
Reply
RE: variable arguments to a console application, can it be done ?

case scmod.state of ( 1: Videomode = 0 2: Videomode = 1 3: Videomode = 2 default: Videomode = 0 ) case binn…

18 years ago
Forum
Reply
RE: global variable call

true, and certainly worth mentioning. Many thanks.

18 years ago
Forum
Reply
RE: global variable call

In the above example there is no need for a structure and you accomplish the same thing.

18 years ago
Forum
Reply
RE: global variable call

global rlt_main rcmenu1 ( // access rollouts with rlt_name.rlt_element like // rlt_main.btn_Press.width = 200 ) rcmenu2 ( ) rlt_main ( button btn_…

18 years ago
Forum
Reply
RE: simple for loop / array question

for i in array do (…) i will hold the values of what is in the array for i = 1 to array.count (…) i holds the index of the count so you could refer…

18 years ago
Forum
Reply
RE: the \t problem

fn returnForwardSlashPath thePath = ( local newPath = thePath if (classOf thePath) == String then ( for i = 1 to thePath.count do ( if (s…

18 years ago
Forum
Page 17 / 18