Thanks David. I downloaded the latest trunk and the items that you fixed look good. I'm also able to set some of the color parameters now. (not sure what the problem was before...) A few thoughts...
1) For colors, can Runway support the full 6 digits (#ff0000) instead of only three (#f00)? 2) For the mouseOver event, can there by a javascript handler, similar to onSelect, onTitleClick, etc...? 3) Also for the mouseOver event, can the color of that text be it's own setting/variable? 4) Using the mouse wheel to scroll through items in the Runway is acting strange. It seems for each 'click' of the wheel, the Runway jumps 4 or 5 items. Is there a way in AS to slow down the scrolling, such as to scroll one item at a time? For scrolling, I just ran across this site. The interface looks nearly identical to Runway. It also includes a a horizontal slider for scrolling. It feels clean when I'm using it. That might be nice to add. http://www.edutopia.org/video - John ************************************************** John Callahan Geospatial Application Developer Delaware Geological Survey, University of Delaware 227 Academy St, Newark DE 19716-7501 Tel: (302) 831-3584 Email: [email protected] http://www.dgs.udel.edu ************************************************** David Huynh wrote: > >> David Huynh wrote: >> >>> John Callahan wrote: >>> >>> >>>> 1) mouse rollovers for the side graphics. Text could be displayed under >>>> each image in a reduced font size or in a user-defined div, like the >>>> selected record text behaves with onSelect. >>>> >>> That's a good idea. I'll add it in. >>> >>> >>>> 2) a separate initial setting for reflectionExtent and reflectivity of >>>> selected image >>>> >>>> >>> Any particular reason? It's quite hard to support that because I'm >>> caching all of the reflections. >>> >>> >>>> 3) change the mouse cursor to the pointer(hand) only when over any of the >>>> images. This tells the user that each image can be clicked on. >>>> >>>> >>> I'll find a way to support this. Flash only has a global cursor... But I >>> agree it'd be desirable to change the cursor depending on where it is. >>> >>> >>> >>>> 4) For some reason, I cannot get colors to work in the initial >>>> settings. Parameters that are numbers work fine; colors, not so much. >>>> >>>> >>> That could be a bug... I'll track it down. >>> >>> > I've fixed #1 and #3 > http://trunk.simile-widgets.org/runway/ > You might need to point your browser to the .swf file and do a > shift-reload to get the latest code > http://trunk.simile-widgets.org/runway/api/swf/runway.swf > > I can't reproduce #4. Did you use # in front of the color codes? E.g., > #000 > for black. Runway doesn't support color names, only HEX color codes. > > 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 -~----------~----~----~----~------~----~------~--~---
