From: Stefan Andersson <sanders3d@(email surpressed)>
Subject: Input forms docs
   Date: Sun, 04 Dec 2005 01:19:05 -0800
Msg# 1134
View Complete Thread (3 articles) | All Threads
Last Next
Hello all,

I was wondering if there is some sort of documentation out there for
input.exe? I guess that's the program that creates the input forms.
Mainly I was wondering if it was possible to get checkboxes in there?


regards
stefan andersson
--
________________________________________________________________________
http://stefan.sanders3d.com/


   From: Greg Ercolano <erco@(email surpressed)>
Subject: Re: Input forms docs
   Date: Sun, 04 Dec 2005 01:50:48 -0800
Msg# 1135
View Complete Thread (3 articles) | All Threads
Last Next
Stefan Andersson wrote:
[posted to rush.general]

Hello all,

I was wondering if there is some sort of documentation out there for
input.exe? I guess that's the program that creates the input forms.

	Yes, if you click on the 'Rush' tab in the middle of the screen
	on the main page, you should see this:

		http://www.seriss.com/rush/index.php?tab=rush

	..the "input" docs link is in there, ie:
	http://www.seriss.com/rush-current/input/index.html
	
Mainly I was wondering if it was possible to get checkboxes in there?

	No, I didn't make check boxes yet, unfortunately.

	There is a 'select browser', though, which is new
	in 102.42a, of the format:

selectbrowser
{
    name     "Cpus:"
    dbname   "Cpus"
    type     multi
    option   "hosta"
    option   "hostb"
    option   "hostc"
    option   "hostd"
    option   "hoste"
    xysize   100 100
}

	If you're using the old format scripts which contain raw input
	commands for the entire form, you can just stitch that into your code.

	Or, if you'd like to see an example of how to insert that into the
	newer scripts that use "_____"s to create the input prompts, see:
	http://www.seriss.com/rush/patches/102.42/submit-combustion-with-select-browser.txt
	..that's a version of the combustion script that has a selectbrowser chooser
	for picking cpus.

	Again this is all for 102.42x and up only -- I don't think 102.41 version of input
	has the 'selectbrowser' capability.
	

--
Greg Ercolano, erco@(email surpressed)
Rush Render Queue, http://seriss.com/rush/
Tel: (Tel# suppressed)
Cel: (Tel# suppressed)
Fax: (Tel# suppressed)

   From: Stefan Andersson <sanders3d@(email surpressed)>
Subject: Re: Input forms docs
   Date: Sun, 04 Dec 2005 02:41:20 -0800
Msg# 1136
View Complete Thread (3 articles) | All Threads
Last Next
ah... I haven't downloaded 102.42 yet... Could you send me a download
link for that one? I asume it works for the same license as before?

regards
stefan andersson
p.s. don't you ever sleep?? :)


On 12/4/05, Greg Ercolano <erco@(email surpressed)> wrote:
> [posted to rush.general]
>
> Stefan Andersson wrote:
> > [posted to rush.general]
> >
> > Hello all,
> >
> > I was wondering if there is some sort of documentation out there for
> > input.exe? I guess that's the program that creates the input forms.
>
>         Yes, if you click on the 'Rush' tab in the middle of the screen
>         on the main page, you should see this:
>
>                 http://www.seriss.com/rush/index.php?tab=rush
>
>         ..the "input" docs link is in there, ie:
>         http://www.seriss.com/rush-current/input/index.html
>
> > Mainly I was wondering if it was possible to get checkboxes in there?
>
>         No, I didn't make check boxes yet, unfortunately.
>
>         There is a 'select browser', though, which is new
>         in 102.42a, of the format:
>
> selectbrowser
> {
>      name     "Cpus:"
>      dbname   "Cpus"
>      type     multi
>      option   "hosta"
>      option   "hostb"
>      option   "hostc"
>      option   "hostd"
>      option   "hoste"
>      xysize   100 100
> }
>
>         If you're using the old format scripts which contain raw input
>         commands for the entire form, you can just stitch that into your code.
>
>         Or, if you'd like to see an example of how to insert that into the
>         newer scripts that use "_____"s to create the input prompts, see:
>         http://www.seriss.com/rush/patches/102.42/submit-combustion-with-select-browser.txt
>         ..that's a version of the combustion script that has a selectbrowser chooser
>         for picking cpus.
>
>         Again this is all for 102.42x and up only -- I don't think 102.41 version of input
>         has the 'selectbrowser' capability.
>
>
> --
> Greg Ercolano, erco@(email surpressed)
> Rush Render Queue, http://seriss.com/rush/
> Tel: xxx-xxx-xxxx
> Cel: xxx-xxx-xxxx
> Fax: xxx-xxx-xxx
>


--
________________________________________________________________________
http://stefan.sanders3d.com/