My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comments
-
Hi sklett, Ok, i just realised i've been in a mentaly challanged state :) !! I was thinking there would be a way of adding them to each script, but i gess you are talking about the library script entry on the customisation script tab. Sometimes it's right in front of you and it just dosn't 'click'. I have to agree it's a…
-
Thanks, i'll take a look at firebug. neil
-
Thanks sklett, i think your code will do just fine for the current project i have. I do need to do a more complex customisation soon which i might need more functionality for though. Can you tell me how you would include additional libaries in a suitescript script? thanks again. Neil
-
Thanks again, I got this to work, though using a slightly different syntax than the code you posted, so thanks for pointing me in the right direction. setTimeout(document.body.style.cursor = 'wait', 1);
-
Hi Peter, Thanks for that info, i had tried that method, without success. The issue seems to be that whilst the script is running nothing is returned to the page, so i can use the method found on http://www.w3schools.com/htmldom/prop_style_cursor.asp to set the cursor to 'wait' at the start of the script and then 'auto' at…