  | | | Reordering custom parameters... | Reordering custom parameters... 2004-04-27 - By Ignasi Vidal
Back
Hi,
time ago someone asked about reordering custom parameters.
Because some day I could fall in the same problem I saved the answer to that question. Today is the day.
I need to reorder some custom parameters. But something doesn't works.
-First I ctrl + shift + rightclick to "install" the spdl. -After that I Ctrl + Shift + Right click to "edit" it, and here comes the problem. XSI don't allow to edit it, always says "This property set is not installed"
Anyone knows what I'm missing?
Ignasi.
PS. Here is the original answer:
You need to edit the SPDL:
- shift + ctrl + click the title bar (not the window title, the PSet title) and go to "install" and name it "TEMP.spdl"
- shift + ctrl + click the title bar (not the window title, the PSet title) and go to "edit"
- Go to the Layout section, if it is something like:
Layout "Default" { "ParamBool"; "ParamByte"; "Param"; "Param1"; "Param2"; }
You can reorder it to something with groups and tabs like:
Layout "Default" { Tab "First Tab" { "ParamBool"; "ParamByte"; } Tab "Second Tab" { Group "Range 0 to 1" { "Param"; "Param1"; } Group "Range -100 to 100" { "Param2"; } }
}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859 (See http://iso-8859.ora-code.com)-1"> <META content="MSHTML 6.00.2800.1276" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>Hi,</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>time ago someone asked about reordering custom parameters.</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>Because some day I could fall in the same problem I saved the answer to that question. Today is the day.</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>I need to reorder some custom parameters. But something doesn't works.</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>-First I ctrl + shift + rightclick to "install" the spdl.</FONT></DIV> <DIV><FONT face=Arial size=2>-After that I Ctrl + Shift + Right click to "edit" it, and here comes the problem. XSI don't allow to edit it, always says "This property set is not installed"</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>Anyone knows what I'm missing?</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>Ignasi.</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>PS. Here is the original answer:</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT color=#000099>You need to edit the SPDL:<BR><BR>- shift + ctrl + click the title bar (not the window title, the PSet title) and go to "<B>install</B>" and name it "TEMP.spdl"<BR><BR>- shift + ctrl + click the title bar (not the window title, the PSet title) and go to "<B>edit</B>"<BR><BR>- Go to the Layout section, if it is something like:<BR><BR>Layout "Default"<BR>{<BR> "ParamBool";<BR> "ParamByte";<BR> "Param";<BR> "Param1";<BR> "Param2";<BR>}<BR><BR>You can reorder it to something with groups and tabs like:<BR><BR>Layout "Default"<BR>{<BR> Tab "First Tab"<BR> {<BR> "ParamBool";<BR> "ParamByte";<BR> }<BR> Tab "Second Tab"<BR> {<BR> Group "Range 0 to 1"<BR>   ; {<BR>   ; "Param";<BR> "Param1";<BR> }<BR> Group "Range -100 to 100"<BR> {<BR>   ; "Param2";<BR> }<BR> }<BR><BR>}<BR></FONT></DIV></BODY></HTML>
|
|
 |