Page 1 of 1

HELP: Toolbar in Jade

Posted: Fri Aug 07, 2009 2:44 pm
by ConvertFromOldNGs
by Jade Dude >> Mon, 4 Aug 2003 4:18:51 GMT

How to i display a toolbar in jade?

I've tried importing the microsoft activex controls with toolbars but jade just brings up errors

I'm running Jade 5.2

Re: HELP: Toolbar in Jade

Posted: Fri Aug 07, 2009 2:44 pm
by ConvertFromOldNGs
by Patwos >> Tue, 5 Aug 2003 1:31:57 GMT

How to do this depends on whether or not you can live with a non-dockable toolbar until you upgrade to the 6.0 release where a dockable toolbar control is supplied by Jade.

In 5.2, if you can live with a non-dockable toolbar then you could simulate your toolbar with a frame, or picture, painted at the top of your forms or your applications main MDI frame.

Then, you could put as many JadeMask controls as required onto the toolbar with the appropriate up/down/over/disabled images to simulate your look and feel for the toolbar "buttons".

Note that I would explicitly use a JadeMask with the "highlight rectangle" as an integral part of the over and down images rather than using say a picture control and the mouseEnter / mouseLeave events to "manually" draw the highlighting. The reason I would do this is because you then get the desired roll over effect without any network traffic being generated between the thin client and the appserver - assuming of course that you're running in a thin client environment. :)

Hope that helps,
Pat.