Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    isc.say size

    I have one litte browser window, size 351x418.
    the problem is when I use the isc.say message, the size of the message exceeds the size of the window, and the popup results centered in the window but truncated in both sizes.
    there's any way to control the size of the say popup..?

    #2
    You can pass sizes via the third argument (properties).

    There's quite a bit of chrome to that dialog however. If you can't get it to fit neatly, it's easy enough to just show a headerless Window (showHeader:false) or even a simple Label as an alternative to isc.say().

    Comment

    Working...
    X