>Hi all , is there any way to place controls into scrolling flds meaning  
>as long as you scroll the control is in your fld ?
>Hershel
 

No, but you can useimageSource to represent the control. For  example, if you 
want to include check-boxes that toggle their state  then...

put the imagesource of the clickCharChunk into tIMSref
switch  tIMSref
case "ticked"
...
break
case  "unticked"
...
break
...
end switch

Hope this helps.
 
/H
Hugh Senior
The Flexible Learning Company
Web:  www.FlexibleLearning.com
E: [EMAIL PROTECTED]
T/F: +44(0)1483.27 87  27
 
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to