[openmeetings-user] Image in "restricted"

2011-10-17 Thread Richard Krieger
in the "restricted" room is in the "audio only" mode displays no image more. 
Room of this type is ideal for larger events (100-120 people). In this 
volume, the speaker usually on "audio only" change, to conserve bandwidth 
(100 Mbps full duplex). It looks better if the audience could see at least 
one photo. Can I change it somewhere or is it hard coded?

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



Re : Re: [openmeetings-user] Image-magick : command

2011-06-14 Thread Guillaume
Sorry Sebastian I don't disturb you any more.

Just a last sentence : I found the class GenerateImage and I think i'll use 
this.

Sorry again

Thanks

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



Re: [openmeetings-user] Image-magick : command

2011-06-14 Thread seba.wag...@gmail.com
Guillaume ... please ...



2011/6/14 Guillaume :
> It seems that convert is the right command for image-magick.
> (http://linuxers.org/quick-tips/convert-pdf-file-single-image-using-imagemagick)
>
>  No ?
>
> Guillaume
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/openmeetings-user/-/2nkoCcs1Wk8J.
> To post to this group, send email to openmeetings-user@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
seba.wag...@gmail.com

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



[openmeetings-user] Image-magick : command

2011-06-14 Thread Guillaume
It seems that convert is the right command for image-magick. 
(http://linuxers.org/quick-tips/convert-pdf-file-single-image-using-imagemagick)

 No ?

Guillaume

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



Re: User image

2010-09-01 Thread Bicho4191
Hi again well you have rigth bad idea relogin users, and my new way
call a method to destroy the image of item and create a new one, but
try


  


because the method is so similar to my own method but only change the
picture of current user
well i wanna make some changes and post my results

Thx for Directions and advices
grettings, bicho

On 1 sep, 06:51, Sebastian Wagner  wrote:
> Hallo Bicho,
>
> re-connecting users just to re-fresh their Avatar-Image is not a good idea.
>
> You have to go through the LZX Source Code and look for the places where the
> images are shown, register those objects to a list and then you send a event
> to all items on the list to do a certain action.
>
> This is called *observer-pattern*http://en.wikipedia.org/wiki/Observer_pattern
>
> A sample code would look like that:
>
> 
>
> 
>
> 
>   if (this.observerList == null) {
>     this.observerList = new Array();
>   }
>  this.observerList.push(refObj);
> 
>
> 
>   
> 
>
> 
>   
> 
>
> 
>   
>    canvas.register(this);
>   
>   
>     if ($debug) Debug.write("Image Re- or Loaded");
>   
>   
>    canvas.unregister(this);
>   
>   
>     this.setAttribute("src",this.src);
>   
> 
>
> 
>  src="http://openmeetings.googlecode.com/svn/docs/Scr_OM_04.jpg"/>
>  src="http://openmeetings.googlecode.com/svn/docs/Scr_OM_04.jpg"/>
>  src="http://openmeetings.googlecode.com/svn/docs/Scr_OM_04.jpg"/>
>  src="http://openmeetings.googlecode.com/svn/docs/Scr_OM_04.jpg"/>
>  src="http://openmeetings.googlecode.com/svn/docs/Scr_OM_04.jpg"/>
>  src="http://openmeetings.googlecode.com/svn/docs/Scr_OM_04.jpg"/>
>
> 
>
> Sebastian
>
> 2010/8/31 Bicho4191 
>
>
>
>
>
> > Hi all
>
> > a few days ago i post for a litle help
>
> >http://groups.google.com/group/openmeetings-user/browse_thread/thread...
>
> > i work in this and iam so close, my users can upload their pictures
> > from the room but my others user cannot see the new picture then i
> > need a method or a way to update all pictures.
>
> > grettings and thx 4 all
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "OpenMeetings User" group.
> > To post to this group, send email to openmeetings-u...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > openmeetings-user+unsubscr...@googlegroups.com > i...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/openmeetings-user?hl=en.
>
> --
> Sebastian 
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.wagner-sebastian.com
> seba.wag...@gmail.com

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



Re: User image

2010-09-01 Thread Sebastian Wagner
Hallo Bicho,

re-connecting users just to re-fresh their Avatar-Image is not a good idea.

You have to go through the LZX Source Code and look for the places where the
images are shown, register those objects to a list and then you send a event
to all items on the list to do a certain action.

This is called *observer-pattern*
http://en.wikipedia.org/wiki/Observer_pattern

A sample code would look like that:






  if (this.observerList == null) {
this.observerList = new Array();
  }
 this.observerList.push(refObj);



  



  



  
   canvas.register(this);
  
  
if ($debug) Debug.write("Image Re- or Loaded");
  
  
   canvas.unregister(this);
  
  
this.setAttribute("src",this.src);
  



http://openmeetings.googlecode.com/svn/docs/Scr_OM_04.jpg"/>
http://openmeetings.googlecode.com/svn/docs/Scr_OM_04.jpg"/>
http://openmeetings.googlecode.com/svn/docs/Scr_OM_04.jpg"/>
http://openmeetings.googlecode.com/svn/docs/Scr_OM_04.jpg"/>
http://openmeetings.googlecode.com/svn/docs/Scr_OM_04.jpg"/>
http://openmeetings.googlecode.com/svn/docs/Scr_OM_04.jpg"/>




Sebastian

2010/8/31 Bicho4191 

> Hi all
>
> a few days ago i post for a litle help
>
>
> http://groups.google.com/group/openmeetings-user/browse_thread/thread/44c855bdb0bdcdde
>
> i work in this and iam so close, my users can upload their pictures
> from the room but my others user cannot see the new picture then i
> need a method or a way to update all pictures.
>
> grettings and thx 4 all
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
seba.wag...@gmail.com

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



User image

2010-08-31 Thread Bicho4191
Hi all

a few days ago i post for a litle help

http://groups.google.com/group/openmeetings-user/browse_thread/thread/44c855bdb0bdcdde

i work in this and iam so close, my users can upload their pictures
from the room but my others user cannot see the new picture then i
need a method or a way to update all pictures.

grettings and thx 4 all

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