Hi Chris,
On Aug 9, 2004, at 7:08 AM, chris van lith wrote:
> Hello List and Don,
>
> I probably found two small bugs.
>
> 1. Enable tooltip
>
> When requestHideToolTip() is fired in the InformationDelegator also
> the tooltips of the other buttons cease to function. My solution is to
> add
> ttmanager.setEnabled(true);
> after initToolTip(); where the tooltip is cleared.
Yeah, there was a bigger problem there, actually, that's been fixed in
the CVS tree. It'll be in the next release.
> 2. OpenMapAppPartCollection
>
> The UL_LR_LINE part has its array mixed up (now it does not show), it
> should be:
> public final static OpenMapAppPart UL_LR_LINE = new OpenMapAppPart(
> "UL_LR_LINE", "UL_LR_LINE", new int[] {10, 90}, new int[] {10,
> 90});
I'll fix this, too. Thanks for the heads-up!
- Don
>
>
> Hope this helps.
>
> Kind regards
>
> Chris
>
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Don Dietrick, dietrick_at_bbn.com
BBN Technologies, Cambridge, MA
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
--
[To unsubscribe to this list send an email to "majdart_at_bbn.com"
with the following text in the BODY of the message "unsubscribe openmap-users"]
Received on Mon Aug 09 2004 - 11:43:46 EDT