Skip to main content
Known Participant
August 31, 2009
Answered

how do i set the size of edit area

  • August 31, 2009
  • 2 replies
  • 712 views

generally, when the mouse moved into the edit area, the mouse cursor changed into text cursor from arrow cursor.

when i use editorManager,  the cursor changed only when i move the mouse on the lines having content. the cursor didn't change when mouse was on the lines with no text.

so how do i solve this problem?

thanks.

This topic has been closed for replies.
Correct answer rdermer

The containerControllers compositionWidth and compositionHeight specify the area.  Are you seeing something different?

If NaN is specified for either compositionWidth or compositionHeight meaning measure then the contentBounds is used in the measure dimesions(s).

Thanks,

Richard

2 replies

Inspiring
September 29, 2010

Just in case here's an example: http://www.oscar-mejia.com/blog/post/tlf-resiable-textflow-container

rdermerCorrect answer
Adobe Employee
September 1, 2009

The containerControllers compositionWidth and compositionHeight specify the area.  Are you seeing something different?

If NaN is specified for either compositionWidth or compositionHeight meaning measure then the contentBounds is used in the measure dimesions(s).

Thanks,

Richard