David, I finally got a chance to test the changes in Runway. The 6 digit color parsing worked great. Thanks. No luck in either IE or FF with the new onTitleMouseOver and onTitleMouseOut events. Same with subtitle. Just nothing happening.
mouseWheelIncrement also worked well. However, it behaved differently in IE vs FF. In IE 7, I needed to click on the flash object for scrolling to take place. In FF 3, I needed to only hover over the flash object for scrolling to take place. Also in FF, the entire page scrolled up/down while the Runway was scrolling left/right, which is hard to deal with. Also, it seemed like setting mouseWheelIncrement to 0 or -1 reset the scrolling to some default value. Rather, it would be nice if 0 or -1 would turn off/disable scrolling. For me, the most important feature requests concern the sidebar images. 1) mouseOver/mouseOut handlers for sidebar images (in order to use sidebar image information in other functions.) 2) add the ability to disable text display on sidebar image hover (such as when I want to use an event handler to display that info elsewhere) If enable, allow that text to be displayed in a different color than the title. (for #2, it seems like doing the same for sidebar image text as you currently do for title/subtitle. These would be the parameters:showTitle, titleFontFamily, titleFontSize, titleFontBold, titleColor.) - John David Huynh wrote: > David Huynh wrote: > >> John Callahan wrote: >> >> >>>>> 1) For colors, can Runway support the full 6 digits (#ff0000) instead of >>>>> only three (#f00)? >>>>> >>>>> >>>>> >>>>> >>>> It does already. You can try tinkering with the settings in >>>> http://www.simile-widgets.org/runway/ >>>> and they'll get applied dynamically. >>>> >>>> >>>> >>> On http://www.simile-widgets.org/runway/ and >>> http://trunk.simile-widgets.org/runway/ the problem is still there. >>> Just try entering #ff0000 into the backgroundColor and then click in >>> another box. The value gets changed and the background becomes black. >>> >>> As I mentioned in a previous email to another user, I also see a >>> problem initially setting the value on the onLoad function. >>> >>> backgroundColor: "#ff0000", => results in black background, incorrect >>> backgroundColor: "#f00", => results in red background, correct >>> >>> >> That is indeed a bug... I'll let you know when it's fixed. >> >> > You might have to point your browser to > http://trunk.simile-widgets.org/runway/api/swf/runway.swf > and hit shift-reload first, but the 6 digit color parsing bug should be > fixed here > http://trunk.simile-widgets.org/runway/ > > I also added events > onTitleMouseOver > onTitleMouseOut > onSubtitleMouseOver > onSubtitleMouseOut > and the setting mouseWheelIncrement. > > Please test it out and I'll make a 1.1 release. > > David > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/simile-widgets?hl=en -~----------~----~----~----~------~----~------~--~---
