--- In [email protected], "entropyreduction" <alancampbelllists+ya...@...> wrote: > > Hmm. I;ll see if I can work a way of doing it witho9ut breaking > existing scripts, i.e. disambiguate
Okay, latest 1.19 at http://tech.groups.yahoo.com/group/power-pro/files/0_TEMP_/AlansPluginProvisional/ allows dialog.choose_font([<target> [,<var_for_colour>]]) hmmm...just realised that won't work for dlgHan.choose_font("var_for_colour") for now has to be dlgHan.choose_font(0, "var_for_colour") Also legal: dialog.choose_font(["" ,<var_for_colour>) dialog.choose_font([<font_spec> [,<var_for_colour>]]) rtf updated, not chm or pdf can add orientation to font spec; works in edit boxes can add "script" to chose_font
