I have checked possibility of removing flash from network testing just today ...
Unfortunately it is impossible :(((
Port check can not be implemented without flash :(((
So this would be 5.0.0 feature :)

On Mon, Oct 30, 2017 at 8:51 PM, Peter Dähn <[email protected]> wrote:
> one more thing...
>
> flash in network-testing need to be removed... :-)
>
> Greetings Peter
>
> Am 30.10.2017 um 13:39 schrieb Peter Dähn:
>
> Hi Maxim,
>
> I think all container (wb, chat,userlist,a&a) should be resizeable up to
> hidden. It would be great for a moderator to fix a given view of a room.
> This would give the possibility for all moderators to adapt a room
> (presentation an moderation) to a given scenario.
>
> Greetings Peter
>
> Am 28.10.2017 um 17:36 schrieb Maxim Solodovnik:
>
> OK, the VOTE has been started :)
> So lets continue this discussion :)))
>
> I looked through all comments and will try to sum up all ideas before I'll
> start prototyping :)
>
> Collapsible user list
> It should be possible to have User list, WB, Chat and A&A simultaneously
> visible without overlapping
> enter/leave room in a&a should disappear after a given time (10s?)
> user-list sorting by name and by latest actions
> bigger avatars on mouse over
> toolbar can be hidden into "zoom bar"
>
> I believe all main ideas are listed above
>
> What I propose is
>
> create JIRA issues for all this items for 4.0.1
> start prototyping and periodically discuss results using 'on-next' demo
> server
>
> I'll try to start as soon as VOTE for 4.0.0 will be over
> Please let me know if I missed something :))
>
>
> On Mon, Sep 11, 2017 at 10:58 AM, Maxim Solodovnik <[email protected]>
> wrote:
>>
>> Sorry for being silent,
>>
>> That might save some space.
>> I'm going to finish implementing missing features in 4.0.0 and get
>> back to this discussion
>>
>> On Mon, Aug 7, 2017 at 9:03 PM, BBS Technik <[email protected]> wrote:
>> > Hi,
>> >
>> > I did a small sketch (s. attached file) to describe the idea of the
>> > 'function hub'.
>> > The concept should be: 'one point of interaction'.
>> > The tools appears with the mouse over event.
>> > The bar could be expanded with Hermat's idea.
>> > But I think it should also be an option to have the user-panel always on
>> > top (like now), to manage discussions dynamicly.
>> >
>> > Best regards
>> > Ed
>> >
>> >
>> > Gesendet: Montag, 07. August 2017 um 12:38 Uhr
>> > Von: "Maxim Solodovnik" <[email protected]>
>> > An: "Openmeetings user-list" <[email protected]>,
>> > "[email protected]" <[email protected]>
>> > Betreff: Re: [DISCUSSION] HTML5 whiteboard for 4.0.0
>> > OK, page and zoom controls seems to be implemented
>> > Demo is updated
>> > I'll move forward, Look'n'feel can be updated later :))
>> > You can play with current implementation it is CSS based so anyone can
>> > customize it :)
>> >
>> > On Sun, Aug 6, 2017 at 3:51 AM, Coscend@OM <[email protected]>
>> > wrote:
>> >> Dear OpenMeetings Community,
>> >>
>> >> It would be great to learn about Ed's ideas on "function hub". In the
>> >> meantime, as requested by Maxim, here are our thoughts about the Page
>> >> Navigator.
>> >>
>> >> The salient part is the navigator appears and disappears in
>> >> "real-time", thereby making the UI more user friendly. That is,
>> >> 1. when a file is displayed and disappears when the displayed file is
>> >> removed. This gives more working space for other relevant items.
>> >> 2. only on the whiteboard where there is a displayed file.
>> >>
>> >> Perhaps we could have a similar "real-time" expandable / collapsible
>> >> frame of the
>> >> 1. Users panel: Have a small "Users" icon with a tooltip. When we hover
>> >> on this icon, it will expand to open the user panel. When we move out of 
>> >> the
>> >> panel, it will collapse. Ditto for Files panel and toolbar below.
>> >> 2. Files panel
>> >>
>> >> This could possibly be done by combining
>> >> 1. https://api.jqueryui.com/scale-effect/
>> >> 2. Hover: frames and divs remain inside of their own relative area.
>> >> Animate from (0,0) position both minus values so that they expand towards
>> >> bottom right. z-index of expanding block will be higher than surrounding 
>> >> so
>> >> that it appears on top.
>> >> $(".img a img").hover(function() {
>> >> $(this).closest(".img").css("z-index", 1);
>> >>
>> >> // this is where the popping out effect happens
>> >> $(this).animate({ height: "800", width: "200", left: "-=30", top:
>> >> "-=30" }, "fast");
>> >>
>> >> }, function() {
>> >> $(this).closest(".img").css("z-index", 0);
>> >> $(this).animate({ height: "20", width: "20", left: "+=30", top: "+=30"
>> >> }, "fast");
>> >> });
>> >>
>> >> Thank you.
>> >>
>> >> Sincerely,
>> >>
>> >> Hemant K. Sabat
>> >>
>> >> Coscend Communications Solutions
>> >> www.Coscend.com[http://www.Coscend.com]
>> >> ------------------------------------------------------------------
>> >> Real-time, Interactive Video Collaboration, Tele-healthcare,
>> >> Tele-education, Telepresence Services, on the fly…
>> >> ------------------------------------------------------------------
>> >> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
>> >> Messages from Coscend Communications Solutions' posted at:
>> >> http://www.Coscend.com/Terms_and_Conditions.html[http://www.Coscend.com/Terms_and_Conditions.html]
>> >>
>> >>
>> >>
>> >>
>> >> -----Original Message-----
>> >> From: Maxim Solodovnik [mailto:[email protected]]
>> >> Sent: Saturday, August 5, 2017 9:19 AM
>> >> To: Openmeetings user-list <[email protected]>
>> >> Cc: [email protected]
>> >> Subject: Re: [DISCUSSION] HTML5 whiteboard for 4.0.0
>> >>
>> >> Hello Ed,
>> >>
>> >> what do you mean by "It should be expanded to a new fuction hub"?
>> >>
>> >> On Sat, Aug 5, 2017 at 5:24 PM, BBS Technik <[email protected]> wrote:
>> >>>
>> >>>
>> >>> Hi,
>> >>>
>> >>> the new navigation bar looks realy good.
>> >>> It should be expanded to a new fuction hub (colour picker, tool
>> >>> selection, ...).
>> >>>
>> >>>
>> >>> Best regards
>> >>>
>> >>> Ed
>> >>>
>> >>>
>> >>> |Too silent thread :)))
>> >>> |Just have updated
>> >>> https://om.alteametasoft.com:8443/next/[https://om.alteametasoft.com:8443/next/]
>> >>> with page
>> >>> |navigator Would love to get some input :)
>> >>>
>> >>> On Thu, Jul 13, 2017 at 10:50 PM, Peter Dähn <[email protected]> wrote:
>> >>>
>> >>>> like chat/activities nowadays...
>> >>>>
>> >>>> Just like I wanted to show in my "mockup" (see attachment)
>> >>>>
>> >>
>> >>
>> >>
>> >>
>> >> --
>> >> WBR
>> >> Maxim aka solomax
>> >>
>> >>
>> >> ---
>> >> This email has been checked for viruses by AVG.
>> >> http://www.avg.com[http://www.avg.com]
>> >>
>> >
>> >
>> >
>> > --
>> > WBR
>> > Maxim aka solomax
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>
>
>
>
> --
> WBR
> Maxim aka solomax



-- 
WBR
Maxim aka solomax

Reply via email to