Re: Re[2]: Google Closure Whiteboard

2013-07-04 Thread Maxim Solodovnik
sure, please create git repo! instead of using Wicket.ajax.get you can use normal *AjaxBehavior you can also create functions of it using getCallbackFunction. Old OM code had examples of that (was replaced with wicketjquieryui-calendar) On Thu, Jul 4, 2013 at 3:45 AM, Andun Sameera

Re: Installer translations are required

2013-07-04 Thread Alvaro
Good morning Maxim, I will translate these files to spanish. Regards Alvaro . El mié, 03-07-2013 a las 10:52 +0700, Maxim Solodovnik escribió: Dear Openmeetings Community, I would like you to help in OM 3.0.0 development :) To make installation process better and more

[IMPORTANT] 8088 RTMPT port is no longer necessary

2013-07-04 Thread Maxim Solodovnik
Hello All, JFYI Since OM 3.0.0 rev. 1499667 Additional RTMPT port (8088 by default) is no longer required, RTMPT communications are performed using standard Om port (5080 by default) -- WBR Maxim aka solomax

Re: Re[4]: First whiteboard task

2013-07-04 Thread Andun Sameera
Will do it like that :) On Thu, Jul 4, 2013 at 12:13 PM, Maxim Solodovnik solomax...@gmail.comwrote: Hello Andun Thanks for investigation I would vote for NOT using CDN (non of our code using it) Currently we already using famfam icons (reference in NOTICE file is required) I would VOTE

Re: Re[4]: First whiteboard task

2013-07-04 Thread Andun Sameera
Hi Maxim, I have successfully updated the Wysiwyg-Plugin with these, - Replaced the FontAwesome with FamFam icons - Added the Readme with refernce to FamFam and a Example I think after your review, it is ready to send to Sebestian! Thanks! [1] -

Re: Re[2]: Google Closure Whiteboard

2013-07-04 Thread Andun Sameera
Hi All, I have create the https://github.com/andunslg/Whiteboard-Wicket repo. I have committed my POC code there and doing the development on that. Thanks! On Thu, Jul 4, 2013 at 12:10 PM, Maxim Solodovnik solomax...@gmail.comwrote: sure, please create git repo! instead of using

Re: Re[2]: Google Closure Whiteboard

2013-07-04 Thread Andun Sameera
Hi Andrey, Currently I am in the process of Mapping Whiteboard Elements to Java Objects. There I noticed that Text fields are bit buggy. I have attached a screen shot. When we draw a text box, we are shown a label. But I can find a place to edit it. Also I tried with info tool. When I enter a

Re: [VOTE] Apache OpenMeetings 2.1.1 Release Candidate 2

2013-07-04 Thread Vasiliy Degtyarev
+1 On 03.07.2013 1:51, Artyom Horuzhenko wrote: +1

Re: Re[4]: First whiteboard task

2013-07-04 Thread Maxim Solodovnik
I just have take a look at your code I see no need to make boldImg, italicImg etc. wicket components I believe it should be static images or maybe just divs with correspondent size and background On Fri, Jul 5, 2013 at 3:08 AM, Andun Sameera andun...@gmail.com wrote: Hi Maxim, I have