| Author |
Message |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 05/12/2006 22:49:02
|
rnf1
Joined: 16/11/2006 00:00:00
Messages: 7
Offline
|
Hi,
Great product and great idea to open source it.
I'd like to add the ability to draw on the displayed image. I have a JavaScript toolkit that I can use within a <DIV> tag to draw lines, text, etc.
Can you point me toward the part of the program where the displayed image lives?
It looks to be in index.jspx in the section:
<ice:graphicImage
value="#{participant.currentSlide.location}"
width="720" height="540"/>
</ice:panelGroup>
Is that correct
Do you see any problems with this approach?
Thanks
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 08/12/2006 10:48:33
|
Carlo
Joined: 13/11/2006 00:00:00
Messages: 4
Offline
|
Glad you like the product.
The code segment you mentioned is indeed where the slide is rendered. The panelGroup will come out as a div, so you could use your javascript toolkit to draw inside that area.
I don't know a lot about the javascript toolkit, and whether it would display drawings to all the users in the presentation, but it's worth a shot.
For just drawing locally I don't see any problems, as the slides do just come out as images.
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 08/07/2007 12:21:42
|
Janet
Joined: 08/07/2007 00:00:00
Messages: 1
Offline
|
I try your code, no problems at all.
good luck
|
Janet Kellman, software reviews |
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 05/11/2007 12:50:47
|
Jessica
Joined: 05/11/2007 00:00:00
Messages: 1
Offline
|
Janet,
this code didn't work for me. please email me :)
|
my software reviews |
|
|
 |
|
|