Hi,
A few things about the Gauge display block. I like it, mostly. I'd like to modify the font and coloring and size of the text that is displayed -- it looks too big on my screen. Also, it has this odd habit of flashing. Finally, I'd like to put a small label in the middle of the dial (similar to what is done when you label a clock sidebar gadget). Finally, I was curious if I could change the size of the guage. So I thought I'd try to rip the block and modify it.
Turns out most of this sort of the display data is in an xaml file. Is that possible to modify Can I get the copy from somewhere and host the files on my own web server Or is this a feature that is coming :-)
The other thing I tried to do was create two gauge blocks to the same mashup. That didn't work - the error message was that both were trying to control the whole screen. Adding an output block that creates some simple html in addition to the html, btw, seems to work. Looking at the gauge code -- what is it that causes this condition The creationg of the silverlight control Is there a way around this with some custom html
Also (perhaps related) as I was exploring I looked at the NewsBar display block. It is a very nice and simple display block that cycles through an array and updates the html every interval. If I place two of them on a mashup at once only one works. I think this is because NewBar uses a labeled div ("_newBar") to find the html that needs to be modified. When there are two NewsBar's up there the web browser have two div's with the same ID so it can't tell. Is there a way around this issue
Finally, I love strip charts. If I wanted to write one I'd think I would write it using xaml and silverlight, rather than dhtml. Is this possible to do in the popfly context
The ability to rip blocks is just fantastic! Thanks!
Cheers,
Gordon.