Hi Carlos,

On Mon, 2011-10-24 at 11:32 -0600, Carlos Trewartha wrote:
> I was able to hide / unhide toolbar by following your steps.

        Great.

> I've included an snapshot how the embedded editor look right now,
> while was composing this emai. I'm having refresh issue while
> switching to text view but beside that I could say the bug is “fixed”

        Looks lovely. I suspect (going forward) we probably want to have a
custom control for Groupwise' use that deals with a lot of this for you
- in particular setting View->'web layout' (you could prolly invoke this
via emitting ".uno:BrowseView" on some similar framework code. In basic
that might look like:

document  = ThisComponent.CurrentController.Frame
dispatcher = createUnoService("com.sun.star.frame.DispatchHelper")
dispatcher.executeDispatch(document, ".uno:BrowseView", "", 0, Array())

        or somesuch - I think that'd give a nicer editing experience for the
casual user, without the complexity of pagination.

        HTH,

                Michael.

-- 
michael.me...@suse.com  <><, Pseudo Engineer, itinerant idiot

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to