Re: [Simile-Widgets] Is it possible?

2017-08-11 Thread David Karger
Remember that exhibit can render arbitrary html in its tile view.  Thus, 
something like the following would probably work:




  

  

  

  

 

  



This should generate one input element for each student, which you could 
submit using standard form submission tools.


This is only a sketch, likely wrong in details but should convey the idea.


Here's some old documentation that may also help.

http://simile-widgets.org/wiki/Exhibit/Conditional_content



On 08/11/2017 11:51 AM, Luis Miguel Morillas wrote:
With exhibit you can read an visualize data. You must use other 
framework to write data (google forms?)



El 11/8/2017 17:46, "kimeee" > escribió:


I am trying to create a web form that will pull from a spreadsheet
based on which professor a list of students which then will ask
that professor questions about those student.  The form will then
write back to the spreadsheet the professor's answers to those
specific students.  I am wondering if it's possible to use Exhibit
to do this.  Any advice would be great!

Thanks in advance!
-- 
You received this message because you are subscribed to the Google

Groups "SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to simile-widgets+unsubscr...@googlegroups.com
.
To post to this group, send email to
simile-widgets@googlegroups.com
.
Visit this group at https://groups.google.com/group/simile-widgets
.
For more options, visit https://groups.google.com/d/optout
.

--
You received this message because you are subscribed to the Google 
Groups "SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to simile-widgets+unsubscr...@googlegroups.com 
.
To post to this group, send email to simile-widgets@googlegroups.com 
.

Visit this group at https://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/d/optout.


--
You received this message because you are subscribed to the Google Groups "SIMILE 
Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to simile-widgets+unsubscr...@googlegroups.com.
To post to this group, send email to simile-widgets@googlegroups.com.
Visit this group at https://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/d/optout.


Re: [Simile-Widgets] Is it possible?

2017-08-11 Thread Luis Miguel Morillas
With exhibit you can read an visualize data. You must use other framework
to write data (google forms?)


El 11/8/2017 17:46, "kimeee"  escribió:

> I am trying to create a web form that will pull from a spreadsheet based
> on which professor a list of students which then will ask that professor
> questions about those student.  The form will then write back to the
> spreadsheet the professor's answers to those specific students.  I am
> wondering if it's possible to use Exhibit to do this.  Any advice would be
> great!
>
> Thanks in advance!
>
> --
> You received this message because you are subscribed to the Google Groups
> "SIMILE Widgets" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to simile-widgets+unsubscr...@googlegroups.com.
> To post to this group, send email to simile-widgets@googlegroups.com.
> Visit this group at https://groups.google.com/group/simile-widgets.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to simile-widgets+unsubscr...@googlegroups.com.
To post to this group, send email to simile-widgets@googlegroups.com.
Visit this group at https://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/d/optout.


[Simile-Widgets] Is it possible?

2017-08-11 Thread kimeee
I am trying to create a web form that will pull from a spreadsheet based on 
which professor a list of students which then will ask that professor 
questions about those student.  The form will then write back to the 
spreadsheet the professor's answers to those specific students.  I am 
wondering if it's possible to use Exhibit to do this.  Any advice would be 
great!

Thanks in advance!

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to simile-widgets+unsubscr...@googlegroups.com.
To post to this group, send email to simile-widgets@googlegroups.com.
Visit this group at https://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/d/optout.


Re: [Simile-Widgets] Is it possible to link multiple .json to a single simile-exhibit?

2014-03-06 Thread igor cintula
Hi, Can I use one JSON for two types of information ??? ..


On Thursday, February 13, 2014 11:15:31 PM UTC+1, David Karger wrote:

 Sure, exhibit allows you to put as many link tags in your document as 
 you like; all the data gets combined.  If you use items with the same 
 label in multiple files, their properties are merged. It does take a 
 little bit more time to fetch 19 separate files than one big one, but it 
 may not matter depending on your data. 

 On 2/6/2014 2:24 AM, Ted Williams wrote: 
  
  
  I have 19 files that contain validated and formatted JSON data. Is 
  there a way to link all of them to a single exhibit? Or is it better 
  to merge all of the files into one? 
  -- 
  You received this message because you are subscribed to the Google 
  Groups SIMILE Widgets group. 
  To unsubscribe from this group and stop receiving emails from it, send 
  an email to simile-widget...@googlegroups.com javascript:. 
  To post to this group, send email to 
  simile-...@googlegroups.comjavascript:. 

  Visit this group at http://groups.google.com/group/simile-widgets. 
  For more options, visit https://groups.google.com/groups/opt_out. 



-- 
You received this message because you are subscribed to the Google Groups 
SIMILE Widgets group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to simile-widgets+unsubscr...@googlegroups.com.
To post to this group, send email to simile-widgets@googlegroups.com.
Visit this group at http://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Simile-Widgets] Is it possible to link multiple .json to a single simile-exhibit?

2014-03-06 Thread David Karger

yes
On 3/6/2014 10:04 AM, igor cintula wrote:

Hi, Can I use one JSON for two types of information ??? ..


On Thursday, February 13, 2014 11:15:31 PM UTC+1, David Karger wrote:

Sure, exhibit allows you to put as many link tags in your
document as
you like; all the data gets combined.  If you use items with the same
label in multiple files, their properties are merged. It does take a
little bit more time to fetch 19 separate files than one big one,
but it
may not matter depending on your data.

On 2/6/2014 2:24 AM, Ted Williams wrote:


 I have 19 files that contain validated and formatted JSON data. Is
 there a way to link all of them to a single exhibit? Or is it
better
 to merge all of the files into one?
 --
 You received this message because you are subscribed to the Google
 Groups SIMILE Widgets group.
 To unsubscribe from this group and stop receiving emails from
it, send
 an email to simile-widget...@googlegroups.com javascript:.
 To post to this group, send email to simile-...@googlegroups.com
javascript:.
 Visit this group at
http://groups.google.com/group/simile-widgets
http://groups.google.com/group/simile-widgets.
 For more options, visit https://groups.google.com/groups/opt_out
https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google 
Groups SIMILE Widgets group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to simile-widgets+unsubscr...@googlegroups.com 
mailto:simile-widgets+unsubscr...@googlegroups.com.
To post to this group, send email to simile-widgets@googlegroups.com 
mailto:simile-widgets@googlegroups.com.

Visit this group at http://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/groups/opt_out.


--
You received this message because you are subscribed to the Google Groups SIMILE 
Widgets group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to simile-widgets+unsubscr...@googlegroups.com.
To post to this group, send email to simile-widgets@googlegroups.com.
Visit this group at http://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Simile-Widgets] Is it possible to link multiple .json to a single simile-exhibit?

2014-02-26 Thread Ted Williams
Thanks for letting me know!

On Thursday, February 13, 2014 4:15:31 PM UTC-6, David Karger wrote:

 Sure, exhibit allows you to put as many link tags in your document as 
 you like; all the data gets combined.  If you use items with the same 
 label in multiple files, their properties are merged. It does take a 
 little bit more time to fetch 19 separate files than one big one, but it 
 may not matter depending on your data. 

 On 2/6/2014 2:24 AM, Ted Williams wrote: 
  
  
  I have 19 files that contain validated and formatted JSON data. Is 
  there a way to link all of them to a single exhibit? Or is it better 
  to merge all of the files into one? 
  -- 
  You received this message because you are subscribed to the Google 
  Groups SIMILE Widgets group. 
  To unsubscribe from this group and stop receiving emails from it, send 
  an email to simile-widget...@googlegroups.com javascript:. 
  To post to this group, send email to 
  simile-...@googlegroups.comjavascript:. 

  Visit this group at http://groups.google.com/group/simile-widgets. 
  For more options, visit https://groups.google.com/groups/opt_out. 



-- 
You received this message because you are subscribed to the Google Groups 
SIMILE Widgets group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to simile-widgets+unsubscr...@googlegroups.com.
To post to this group, send email to simile-widgets@googlegroups.com.
Visit this group at http://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Simile-Widgets] Is it possible to link multiple .json to a single simile-exhibit?

2014-02-13 Thread David Karger
Sure, exhibit allows you to put as many link tags in your document as 
you like; all the data gets combined.  If you use items with the same 
label in multiple files, their properties are merged. It does take a 
little bit more time to fetch 19 separate files than one big one, but it 
may not matter depending on your data.


On 2/6/2014 2:24 AM, Ted Williams wrote:



I have 19 files that contain validated and formatted JSON data. Is 
there a way to link all of them to a single exhibit? Or is it better 
to merge all of the files into one?

--
You received this message because you are subscribed to the Google 
Groups SIMILE Widgets group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to simile-widgets+unsubscr...@googlegroups.com.

To post to this group, send email to simile-widgets@googlegroups.com.
Visit this group at http://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/groups/opt_out.


--
You received this message because you are subscribed to the Google Groups SIMILE 
Widgets group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to simile-widgets+unsubscr...@googlegroups.com.
To post to this group, send email to simile-widgets@googlegroups.com.
Visit this group at http://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/groups/opt_out.


[Simile-Widgets] Is it possible to force a relaxed search in Exhibit?

2013-03-27 Thread dhinostroza
Hi,
Since Exhibit already relaxes the use of uppercase/lowercase, I was 
wondering if this feature can be extended to ignore diacritical marks and 
treat specific letters as same (C=K), somewhat similar to Metaphone.
Some of the columns are in Spanish with diacritical marks (Simón Bolívar, 
Peaña), some are in Spanish without diacritics (SIMON BOLIVAR, PEANA), some 
are in Quichua (Kichwa) and some are in other tongues/dialects, such as 
Shuar, Cofán, etc.  As C and K sound alike (as well as W and U), users 
might put in a word such as Kawsay or Causai or Kausai and expect the same 
result.
All the very best,
Daniel

-- 
You received this message because you are subscribed to the Google Groups 
SIMILE Widgets group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to simile-widgets+unsubscr...@googlegroups.com.
To post to this group, send email to simile-widgets@googlegroups.com.
Visit this group at http://groups.google.com/group/simile-widgets?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[Simile-Widgets] Is it possible to adjust the height?

2011-11-21 Thread Hairy Gorilla
I am trying to adjust the height depending on the content inside of
bubble, but I don't want to load the content before it shows up.
Is this possible?

-- 
You received this message because you are subscribed to the Google Groups 
SIMILE Widgets group.
To post to this group, send email to simile-widgets@googlegroups.com.
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.



Re: [Simile-Widgets] Is it possible to adjust the height?

2011-11-21 Thread David Karger
which tool are you asking about?  and is there an example online that 
isn't doing what you want?


On Thursday, November 17, 2011 5:28:53 AM, Hairy Gorilla wrote:

I am trying to adjust the height depending on the content inside of
bubble, but I don't want to load the content before it shows up.
Is this possible?



--
You received this message because you are subscribed to the Google Groups SIMILE 
Widgets group.
To post to this group, send email to simile-widgets@googlegroups.com.
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.



[Simile-Widgets] Is it possible to add pagination to viewClass=Thumbnail

2011-11-03 Thread kasaba
Hi, fellows

a added attributes ex:paginate=true ex:pageSize=20 to div which
contains viewClass=Thumbnail, but pagination not working.
Is it possible to add pagination to viewClass=Thumbnail.

Thanks in advance.



div ex:role=view ex:viewClass=Thumbnail ex:paginate=true
ex:pageSize=20 ex:possibleOrders=.label, .year
div 
ex:role=exhibit-lens class=nobelist-thumbnail
style=display: none;
img 
ex:src-content=.imageURL /

div 
class=nobelName
span 
ex:content=.label/span
/div
div
span 
ex:content=.author class=discipline/span
/div

/div
\/div

-- 
You received this message because you are subscribed to the Google Groups 
SIMILE Widgets group.
To post to this group, send email to simile-widgets@googlegroups.com.
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.



Re: [Simile-Widgets] Is it possible to have multiple month bands on one time line?

2011-09-03 Thread aaron robb
How are you differenciating between month bands with your data?

-- 
You received this message because you are subscribed to the Google Groups 
SIMILE Widgets group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/simile-widgets/-/tX6f7BFHinkJ.
To post to this group, send email to simile-widgets@googlegroups.com.
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.



Re: [Simile-Widgets] Is it possible to have multiple month bands on one time line?

2011-08-31 Thread Michael Nosal
Did you remember to sync the bands before constructing the timeline?

bandInfos[1].syncWith = 0;
bandInfos[2].syncWith = 0;

tl = Timeline.create();

--Mike

On Jul 26, 2011, at 4:39 PM, Joe wrote:

 Hello everyone,
 I just started working with the SIMILE Widget and I wanted to create a
 timeline with multiple month bands  one for each region.  In
 addition, the year would sync all the sliding functions.
 
 Each region would be a different color to differentiate it.
 
 So you would have something like the below code, which displays, but
 does not slide together when I slide the year band.
 
 Any ideas???
 
 Thanks
 
 -Joe
 
  var bandInfos = [
 Timeline.createBandInfo({
 eventSource:eventSource,
 date:   Jun 28 2006 00:00:00 GMT,
 width:  100px,
 intervalUnit:   Timeline.DateTime.MONTH,
 intervalPixels: 100
 }),
 Timeline.createBandInfo({
 eventSource:eventSource,
 date:   Jun 28 2006 00:00:00 GMT,
 width:  100px,
 intervalUnit:   Timeline.DateTime.MONTH,
 intervalPixels: 100
 }),
 Timeline.createBandInfo({
 eventSource:eventSource,
 date:   Jun 28 2006 00:00:00 GMT,
 width:  100px,
 intervalUnit:   Timeline.DateTime.YEAR,
 intervalPixels: 200
 })
   ];

-- 
You received this message because you are subscribed to the Google Groups 
SIMILE Widgets group.
To post to this group, send email to simile-widgets@googlegroups.com.
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.



[Simile-Widgets] Is it possible to have multiple month bands on one time line?

2011-08-03 Thread Joe
Hello everyone,
I just started working with the SIMILE Widget and I wanted to create a
timeline with multiple month bands  one for each region.  In
addition, the year would sync all the sliding functions.

Each region would be a different color to differentiate it.

So you would have something like the below code, which displays, but
does not slide together when I slide the year band.

Any ideas???

Thanks

-Joe

  var bandInfos = [
 Timeline.createBandInfo({
 eventSource:eventSource,
 date:   Jun 28 2006 00:00:00 GMT,
 width:  100px,
 intervalUnit:   Timeline.DateTime.MONTH,
 intervalPixels: 100
 }),
  Timeline.createBandInfo({
 eventSource:eventSource,
 date:   Jun 28 2006 00:00:00 GMT,
 width:  100px,
 intervalUnit:   Timeline.DateTime.MONTH,
 intervalPixels: 100
 }),
 Timeline.createBandInfo({
 eventSource:eventSource,
 date:   Jun 28 2006 00:00:00 GMT,
 width:  100px,
 intervalUnit:   Timeline.DateTime.YEAR,
 intervalPixels: 200
 })
   ];

-- 
You received this message because you are subscribed to the Google Groups 
SIMILE Widgets group.
To post to this group, send email to simile-widgets@googlegroups.com.
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.



Re: [Simile-Widgets] Is it possible to explicitly specify which row an event appears on?

2010-06-02 Thread alex mitchell
Hi Ken,

Yes, that's what I needed. Thanks!

Alex


On 5/14/10 2:43 AM, Ken Thompson k...@jksthompson.plus.com wrote:

 
 Hi
 
 There is a trackNum attribute mentioned in the Event sources
 documentation page which might do what you want. I haven't tried it myself.
 
 http://code.google.com/p/simile-widgets/wiki/Timeline_EventSources
 
 
 Regards
 Ken
 
 alex mitchell wrote:
 I'd like to create a timeline to represent tasks in a project, with each row
 in the timeline representing a different person's tasks, assuming
 non-overlapping start and end dates. To do this, I'm hoping to be able to
 specify which row a given event appears on. For example, referring to the
 religions example:
 https://simile.mit.edu/timeline/examples/religions/religions.html
 I'd like to be able to specify that, in the third band, Samaria, Judea,
 Idumea under Roman and Tiberius, Roman Emperor appear in the same row.
 
 Does anyone have any suggestions either how to do this out-of-the-box, or
 pointers as to where the code would need to be modified to add this?
 
 thanks!
 Alex 
 
 
   
 
 
 
 No virus found in this incoming message.
 Checked by AVG - www.avg.com
 Version: 9.0.819 / Virus Database: 271.1.1/2867 - Release Date: 05/11/10
 07:26:00
 
   


-- 
You received this message because you are subscribed to the Google Groups 
SIMILE Widgets group.
To post to this group, send email to simile-widg...@googlegroups.com.
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.



Re: [Simile-Widgets] Is it possible to explicitly specify which row an event appears on?

2010-05-13 Thread Ken Thompson


Hi

There is a trackNum attribute mentioned in the Event sources 
documentation page which might do what you want. I haven't tried it myself.


http://code.google.com/p/simile-widgets/wiki/Timeline_EventSources


Regards
Ken

alex mitchell wrote:

I'd like to create a timeline to represent tasks in a project, with each row
in the timeline representing a different person's tasks, assuming
non-overlapping start and end dates. To do this, I'm hoping to be able to
specify which row a given event appears on. For example, referring to the
religions example:
https://simile.mit.edu/timeline/examples/religions/religions.html
I'd like to be able to specify that, in the third band, Samaria, Judea,
Idumea under Roman and Tiberius, Roman Emperor appear in the same row.

Does anyone have any suggestions either how to do this out-of-the-box, or
pointers as to where the code would need to be modified to add this?

thanks!
Alex 



  




No virus found in this incoming message.
Checked by AVG - www.avg.com 
Version: 9.0.819 / Virus Database: 271.1.1/2867 - Release Date: 05/11/10 07:26:00


  


--
You received this message because you are subscribed to the Google Groups SIMILE 
Widgets group.
To post to this group, send email to simile-widg...@googlegroups.com.
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.



[Simile-Widgets] Is it possible to explicitly specify which row an event appears on?

2010-05-12 Thread alex mitchell
I'd like to create a timeline to represent tasks in a project, with each row
in the timeline representing a different person's tasks, assuming
non-overlapping start and end dates. To do this, I'm hoping to be able to
specify which row a given event appears on. For example, referring to the
religions example:
https://simile.mit.edu/timeline/examples/religions/religions.html
I'd like to be able to specify that, in the third band, Samaria, Judea,
Idumea under Roman and Tiberius, Roman Emperor appear in the same row.

Does anyone have any suggestions either how to do this out-of-the-box, or
pointers as to where the code would need to be modified to add this?

thanks!
Alex 


-- 
You received this message because you are subscribed to the Google Groups 
SIMILE Widgets group.
To post to this group, send email to simile-widg...@googlegroups.com.
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.



[Simile-Widgets] Is it possible not to put the script reference to timeline in the head ?

2010-01-26 Thread Seung Chan Lim
Hi there,

I'm running into a small problem where the SIMILE timeline requires me
to put the reference to the timline-api.js in the head tag.

I understand that putting the script tag in the head tag is common
practice, but I'm curious if making this a __requirement__ is
necessary...

If it's at all possible to not require the script tag be in the
head it would be wonderful for what I'm trying to do.

Let me explain what I'm trying to do, and maybe you will empathize.

First of all, I have a file that you can reference. I put it here:

http://dl.dropbox.com/u/23043/timeline.html

It is a constructible Web page made of individually packaged parts.
Each part (encapsulated inside a div) has a responsible Javascript
which specifies the design of the part. This makes the page extremely
modular.

The parts are then wired together (ala Yahoo Pipes, LabVIEW, Quartz
Composer, etc... dataflow programming 101) using the meta tag in the
head

What the paradigm promotes is that each div be self-contained. That
is to say, I, as a designer/developer of a part, can publish all the
code necessary
for others to use my part by copying-and-pasting one single div tag.
Once they copy and paste the div tag (and its children) into
their HTML they can start using the component instantly. (sure, for
security and dependability purposes they may later download the
javascript to their server, but to just quickly try it out, this is a big deal)

So if I can put the script tag necessary to get timeline to work
__inside__ the div tag, this will make it easy for people to just
copy-and-paste just the div, and not worry about copying-and-pasting
another script tag that has to go into the head tag. Basically,
the less moving parts the better.

I'm curious what you guys' thoughts are...

slim

--
http://www.linkedin.com/in/seungchan

-- 
You received this message because you are subscribed to the Google Groups 
SIMILE Widgets group.
To post to this group, send email to simile-widg...@googlegroups.com.
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.



[Simile-Widgets] Is it possible to sync an alternating background color on the timeline band?

2009-09-24 Thread Ben Welsh
The dream: Two bands. Top hours. Bottom days. Synced together so they move
in unison. The hour band has a two-color background that alternates at noon.
The first twelve units one shade for morning and the second twelve units a
darker shade for afternoon.

If I set a background image with two swatches to the bg property on the
band, it works. And if line up the pixels to my band config, it even fits.
It's doesn't start in the right place! I have a the first swatching coming
it at 6 am and carrying over to 6pm and vice versa.

Anybody cracked this nut before? I'm curious.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
SIMILE Widgets group.
To post to this group, send email to simile-widgets@googlegroups.com
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en
-~--~~~~--~~--~--~---