On Fri, Oct 24, 2008 at 5:19 PM, Nate Lowrie <[EMAIL PROTECTED]> wrote: > I am seeing some issues here in Vista. I figured it was time to > upgrade and most things worked fine but some are not. > > The following I am experiencing with Tweezer: > - Can't Select text in the dHtmlBox portion of the Tweets > - Can't click hyperlinks in the dHtmlBox portion of the Tweets > - The Hover event on the HoverActionImage class is not firing > > The dHtmlBox selection and hyperlinks work fine when I run dHtmlBox.py > though. Not sure what exactly is going on.
I found my problem. The problem was a design issue with the ClassDesigner. In the Tweezer design we have a statusPanel that automatically adds dPanel objects for tweets. However, the Sizer was added through the CD and automatically added a layoutPanel to go with it. The layoutPanel never got deleted, but was somehow in front the some of the tweet panels and not allowing me to select. As more tweets showed up, they bumped the existing ones down in the layout, past the panel, and therefore I could access them. Nate L. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
