Text style is hit or miss for me

Devin Asay devin_asay at byu.edu
Fri Jul 7 12:12:35 EDT 2017


Roger,

The advantage of the array notation for textStyle is that you can explicitly set each style for a given run of text.

The disadvantage of the array notation for textStyle is that you have to explicitly un-set each style for a given run of text.  ;)

  set the textStyle[“bold”] of the selectedChunk to false

But as you note, if you want to clear out *all* style formatting, the old, non-array method of setting the textStyle to plain works great. Nuke those styles!

Devin


On Jul 7, 2017, at 8:59 AM, Roger Eller via use-livecode <use-livecode at lists.runrev.com<mailto:use-livecode at lists.runrev.com>> wrote:

That worked perfectly for all but plain.  In my plain button, I had to
write it as:  set the textStyle of the selectedChunk to "plain".

Thank you, Mark!
~Roger


On Fri, Jul 7, 2017 at 10:40 AM, Mark Waddingham via use-livecode <
use-livecode at lists.runrev.com<mailto:use-livecode at lists.runrev.com>> wrote:

Hi Roger,

On 2017-07-07 16:36, Roger Eller via use-livecode wrote:

How do you guys do formatting buttons?


Try

  set the textStyle["bold"] of the selectedChunk to true
  set the textStyle["italic"] of the selectedChunk to true

Warmest Regards,

Mark.

--
Mark Waddingham ~ mark at livecode.com<mailto:mark at livecode.com> ~ http://www.livecode.com/
LiveCode: Everyone can create apps

_______________________________________________
use-livecode mailing list
use-livecode at lists.runrev.com<mailto:use-livecode at lists.runrev.com>
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Devin Asay
Director
Office of Digital Humanities
Brigham Young University



More information about the use-livecode mailing list