Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
text-selectable? and DefaultDocument
11-05-2011, 12:08 AM, (This post was last modified: 11-05-2011, 01:00 AM by RobertShiplett.)
#1
text-selectable? and DefaultDocument
The Curl Documentation only lists some of the options that you might choose to set for a Document using {set-document-properties }.

Only yesterday did it dawn on me to set

text-selectable?=false

at the top level using

{set-document-properties text-selectable?=false}

The effect is not what I had expected: the option has no effect on the URL links in the document – they remain active. There is one nasty side-effect: the Curl FIND menu (CTRL-F) finds text but cannot highlight that text. If found, that text has scrolled into view, but where? (My preferred editor keeps "current line" hi-lite distinct from "current selection" hi-light but that may not be do-able in a Curl TextFlowBox.)

For presenting complex text which a user is not intended to copy, this is still excellent.

Also needed is

{disable-inspection-gesture} || suppress CTRL-right-click popup menu

But is there a technique for the final task which is simpler than starting a document with:

{TextFlowBox {on ae:AttachEvent do
set ae.root-frame.context-menu-for-view = null
}}
|| suppress popup menu


Tip: In a large text document, don't rely on the default

{heading SomeText}

use

{heading level=1, SomeText}

When you have to search quickly, the default is not your friend. An alternative for level 1 headings is to use the name attribute:

{heading name="book01", Some Complicated Book Title Repeated in the Text}

To use that 'name' as a {destination } link, I suggest:

{destination name="dbook01", } || empty, but useful to position the following
{heading name="book01", Some Complicated Book Title Repeated in the Text}


and then a later link in the text will land the user with that heading visible, e.g.,

{link href={url "#dbook1"}, First Book}

The happy LCurlr


Robert Shiplett, Curlr
Fredericton NB

Canada


Possibly Related Threads...
Thread Author Replies Views Last Post
  Non-selectable characters amidst text RobertShiplett 1 5,065 09-09-2014, 03:16 AM
Last Post: RobertShiplett
  Curl as a markup DSL for Russian Text RobertShiplett 1 6,422 09-24-2012, 01:17 PM
Last Post: alton
  row as text-proc RobertShiplett 0 3,058 08-14-2012, 09:52 PM
Last Post: RobertShiplett
  serialization for selections from a large off-line Japanese text resource RobertShiplett 0 2,943 06-04-2012, 11:20 PM
Last Post: RobertShiplett
  Text Markup RobertShiplett 0 3,457 10-31-2011, 06:07 AM
Last Post: RobertShiplett
  Protected Text RobertShiplett 0 3,345 10-11-2011, 09:17 PM
Last Post: RobertShiplett
Forum Jump:


Users browsing this thread:
1 Guest(s)

MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1017 - Can't find file: 'mybb_threadviews' (errno: 2)
Query:
INSERT INTO mybb_threadviews (tid) VALUES('335')