So instead of the calculations being done in the field I need to change them all to a function in JavaScript then have the OnUpdate call for that function. Ugh. I suck at JavaScript! But will suffer through it if it makes this useable.
Ed, I REALL…
Is this still pertinent if the sheet doesn't have much JavaScript?
My Magic World sheet is nearly all look-ups, but each field takes 10-20 seconds to update. Even if the field has no code, like "Character Name".
Takes a long time to do anything. A…
Ive completed the BRP Magic World sheet and made it all pretty, HOWEVER, is there a way to speed up the process of making a character? It seems every time I update a field it pauses for about 5-10 seconds. Even just entering the character name which…
Okay. Trial and error wins out! I figured it out.
In case someone else has this issue here's the cure. Farly simple, sadly....I was busting my brain trying to do a function in javascript, when it wasn't required.
str.Text=Strength.Text
in the so…