I think I see what you are trying to achieve. But even if Rev supported 
discontinuous selections in an editable field, how would you actually select 
the various chunks? Normally, the current selection is released when you click 
somewhere else in the field.

But if you did it by holding down the commandKey, which also generates a 
mouseUp message, then couldn't you:

on mouseUp
    set the textstyle of the selectedChunk to "bold"
    storeHTMLTextSomeWhere
end mouseUp

I am interested to see how the multiple selections are actually made if 
this is a new feature in an upcoming release. CommandKey as in a list field?

Craig Newman
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to