Skip to content

Tim Sheasby

My feedback

7 results found

  1. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Tim Sheasby shared this idea  · 
  2. 3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Tim Sheasby commented  · 

    Same problem if character styles are set based on nested line styles

    Tim Sheasby supported this idea  · 
  3. 5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Tim Sheasby commented  · 

    I have a script that sets a row height to 0 but cannot do the same with a column.
    Uwe, how is that accomplished with a script.

    Row height 0 script attached

    main();

    function main() {
    // Main function goes here
    var myRow = getRow();
    myRow.autoGrow = false;
    myRow.height = 0;
    return (0);
    }

    function getRow() {
    if (app.selection.length > 0) {
    var mySelection = app.selection[0];
    if (mySelection.parent.constructor.name == 'Cell') {
    return mySelection.parent.parentRow;
    } else if (mySelection.constructor.name == 'Cell') {
    return mySelection.parentRow;
    }
    }
    alert ('Cursor not in a table\ror illegal selection.');
    exit();
    }

  4. 3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Tim Sheasby shared this idea  · 
  5. 905 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Tim Sheasby supported this idea  · 
  6. 39 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Tim Sheasby supported this idea  · 
  7. 196 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Tim Sheasby supported this idea  · 

Feedback and Knowledge Base