Script Error
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2008-10-15 06:46 AM
‎2008-10-15
06:46 AM
6 REPLIES 6
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2008-10-15 08:26 AM
‎2008-10-15
08:26 AM
Hello,
Seems so...could you kindly reveal more of the code or
possibly post the whole thing?
If this is a part of a macro call then this error could occur if the
called macro does not have the "gs_list_custom" parameters at
all or they are of wrong type.
--
Regards Juha
Seems so...could you kindly reveal more of the code or
possibly post the whole thing?
If this is a part of a macro call then this error could occur if the
called macro does not have the "gs_list_custom" parameters at
all or they are of wrong type.
--
Regards Juha
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2008-10-15 01:40 PM
‎2008-10-15
01:40 PM
Thank you Juha,
I'm not very good with scripting yet so I didn't totally understand what you meant in the above, but it was enough to make me realize that using a dome object in my ceiling fan was the problem. I used a complex profile to make my globe for the light instead and now everything is ok.
Thanks for the insight.
Rick
I'm not very good with scripting yet so I didn't totally understand what you meant in the above, but it was enough to make me realize that using a dome object in my ceiling fan was the problem. I used a complex profile to make my globe for the light instead and now everything is ok.
Thanks for the insight.
Rick

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2008-10-18 05:39 AM
‎2008-10-18
05:39 AM
Wrathchild,
I am glad you got this solved in other ways, but in possible answer to the question, it is most likely that your script is requesting a variable of one type, ie. a number, but that parameter is actually defined as something else such as text. This type of mismatch will generate the error message you have.
HTH
I am glad you got this solved in other ways, but in possible answer to the question, it is most likely that your script is requesting a variable of one type, ie. a number, but that parameter is actually defined as something else such as text. This type of mismatch will generate the error message you have.
HTH
Erich
AC 19 6006 & AC 20
Mac OS 10.11.5
15" Retina MacBook Pro 2.6
27" iMac Retina 5K
AC 19 6006 & AC 20
Mac OS 10.11.5
15" Retina MacBook Pro 2.6
27" iMac Retina 5K
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2008-10-18 01:01 PM
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2008-10-18 06:24 PM
‎2008-10-18
06:24 PM
AC did some mess with your autoscripted object.
Search & Replace <ind(material,bod_mat)> by <bod_mat>
Search & Replace <ind(material,han_mat)> by <han_mat>
Search & Replace <"DEFAULT"> by <bod_mat>, except for the last one, replace by <han_mat>
Search & Replace <"09 | Paint-01 Ceiling White"> by <ceil_mat>.
You will have to create a new material <ceil_mat>
It takes about two minuts. Attached the rectified script. No more alerts.
Search & Replace <ind(material,bod_mat)> by <bod_mat>
Search & Replace <ind(material,han_mat)> by <han_mat>
Search & Replace <"DEFAULT"> by <bod_mat>, except for the last one, replace by <han_mat>
Search & Replace <"09 | Paint-01 Ceiling White"> by <ceil_mat>.
You will have to create a new material <ceil_mat>
It takes about two minuts. Attached the rectified script. No more alerts.
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2008-10-18 06:27 PM
‎2008-10-18
06:27 PM
Thanks so much. Hopefully now I'll know how to do the next one on my own.
Rick
Rick