Script Improvement Advice
Paul Charlesworth
pcharles at chartermi.net
Thu Jun 5 07:58:00 EDT 2003
I was thinking of copy/pasting from a WYSIWYG editor to create the HTML
code since I don't have enough experience (one week) with Revolution to
write a function. Having said that, it might be a good learning
experience and provide me with a useful tool for more chemistry
projects.
Thanks,
Paul
On Thursday, June 5, 2003, at 07:58 AM, curry wrote:
> Why not set up a tabbed (table) field first to enter all your data in
> rows, then use a script to read it into a custom property array. Then
> a handler to put the appropriate data from that array into the fields
> based on the name or number of the element (whatever you use for array
> index), and call that handler from each button, or another way--call
> it from the card's mouseup if the name of the target shows it is one
> of the element buttons. (Use the names of the buttons to determine the
> array index for the call.)
>
> Also, you could make a function to do the superscript formatting for
> you, rather than doing it yourself one by one.
>
> Curry
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
More information about the use-livecode
mailing list