You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@community.apache.org by Maxim Solodovnik <so...@gmail.com> on 2022/05/23 04:10:36 UTC

Re: Draggable dialog box

Hello Sangeeta,

sorry for the very slow answer :(((

On Wed, 2 Mar 2022 at 14:57, Sangeeta Verma <so...@yahoo.com> wrote:
>
> Hi Maxim thank you so much for your response. I was waiting for my manager to answer some questions.
> Here below I copied with some editing .. so it is simple. Please let me know if any more questions...
>
> , we need to know if they have any number on how many clients they have. If you go to Apache Spark we get some ideas based on usage statistics. Yes it is not accurate but we know to some extent knowing who major clients are. So we can ask them if they know any of the public clients that they are aware of. See if this makes sense.
> ---

As far as I understand you need stats per one particular OM DB

>
> Sangeeta question:
> - total number of registered users. --- ANSW : Would be good to know

This would be amount of non-deleted users with type other than CONTACT
something like:

SELECT COUNT(*)
FROM om_user u
WHERE u.deleted = false AND u.type <> 'CONTACT'

Also web-service can be used:
https://openmeetings.apache.org/openmeetings-webservice/apidocs/org/apache/openmeetings/webservice/UserWebService.html#get(java.lang.String)

> - the number of users how online now -- no

this one is available in OM UI only
Admin->Connections

> - the number of users in particular room -- no

both available in UI and web-service
https://openmeetings.apache.org/openmeetings-webservice/apidocs/org/apache/openmeetings/webservice/RoomWebService.html#users(java.lang.String,java.lang.Long)

>
>
> Thnx
> Sangeeta
>
>
>
>
> On Monday, February 28, 2022, 06:59:55 PM PST, Maxim Solodovnik <so...@gmail.com> wrote:
>
>
>
>
> from mobile (sorry for typos ;)
>
>
> On Sun, Feb 27, 2022, 06:22 Sangeeta Verma <so...@yahoo.com> wrote:
>
> Hi Max,
> I am trying to create a draggable dialog box with a textbox on it. Knowing there exists a button what are the steps to create a movable dialog box? I tried .html.Panel class with html. But I can't load this using setResponsePage(class, pageparameters)
> Thought of asking you directly.
>
>
> Well
> In OM code we are using SPA approach
> So we are using AJAX updates
>
> For movable dialog box you need jquery-ui
> You can find lots of examples at
>
> http://www.7thweb.net/wicket-jquery-ui/
>
> Sorry if I spammed you. Another thing is to know what is the usage or clients number, total number of clients using openmeetings.. any approximate idea. How to present some numbers to clients?
>
>
> No sure I understood the question :(
> Do you need
> - total number of registered users
> - the number of users how online now
> - the number of users in particular room
> ?
>
>
> Thank you Max. Hope you are doing great otherwise.
>
>
> Regards,
> S



-- 
Best regards,
Maxim

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@community.apache.org
For additional commands, e-mail: dev-help@community.apache.org


Re: Draggable dialog box

Posted by rabbit hole <br...@gmail.com>.
Obrigado pela atenção.não tem público,sou amante do hip Hop queria só
queria entrar na toca do coelho, mais não tenho estudo nem falo inglês nem
computador nem dinheiro nem internet só dados móveis não é pra mim tentei
de tudo Android Studio.cod aberto.não deu tenho só telefone Motorola10
cheguei até vocês através da rima,do Rosa da lua atrible canab.que diziam
que precisavam de higiênico pra respirar pois estam sufocado aí fui
escolhido pra representar eles aqui né na terra eles são muitos um coral,
que serviam no céu foram espulso de lá mais trouxeram a música com eles
assim me relato o invasor,eu tenho contato direto com eles tô 3 mês sem
dormir, Online.este mecanismo aí muito técnica.não vai chegar na toca do
coelho.muito menos na vaca sagrada.na verdade estão formalizando o HIP HOP
liberdade de espresão música de branco ganha de graça, HIP HOP da fonte
30segundos store feccebok oferece, valeu mais vou fazer do meu geito,
brasileiro.me ofereceram código fonte aberto aí pra amador não conhece
musica só dinheiro.eu tenho amor, hip Hop tá no meu sangue minha intenção
era apresentar HIP HOP aqui Rio grande do Sul que morreu paro ali nos
racionais, baldinho,Dexter obrigado pela atenção mais não vou participar do
código aberto, apache Gip hip.

Em seg, 23 de mai de 2022 01:10, Maxim Solodovnik <so...@gmail.com>
escreveu:

> Hello Sangeeta,
>
> sorry for the very slow answer :(((
>
> On Wed, 2 Mar 2022 at 14:57, Sangeeta Verma <so...@yahoo.com>
> wrote:
> >
> > Hi Maxim thank you so much for your response. I was waiting for my
> manager to answer some questions.
> > Here below I copied with some editing .. so it is simple. Please let me
> know if any more questions...
> >
> > , we need to know if they have any number on how many clients they have.
> If you go to Apache Spark we get some ideas based on usage statistics. Yes
> it is not accurate but we know to some extent knowing who major clients
> are. So we can ask them if they know any of the public clients that they
> are aware of. See if this makes sense.
> > ---
>
> As far as I understand you need stats per one particular OM DB
>
> >
> > Sangeeta question:
> > - total number of registered users. --- ANSW : Would be good to know
>
> This would be amount of non-deleted users with type other than CONTACT
> something like:
>
> SELECT COUNT(*)
> FROM om_user u
> WHERE u.deleted = false AND u.type <> 'CONTACT'
>
> Also web-service can be used:
>
> https://openmeetings.apache.org/openmeetings-webservice/apidocs/org/apache/openmeetings/webservice/UserWebService.html#get(java.lang.String)
>
> > - the number of users how online now -- no
>
> this one is available in OM UI only
> Admin->Connections
>
> > - the number of users in particular room -- no
>
> both available in UI and web-service
>
> https://openmeetings.apache.org/openmeetings-webservice/apidocs/org/apache/openmeetings/webservice/RoomWebService.html#users(java.lang.String,java.lang.Long)
>
> >
> >
> > Thnx
> > Sangeeta
> >
> >
> >
> >
> > On Monday, February 28, 2022, 06:59:55 PM PST, Maxim Solodovnik <
> solomax666@gmail.com> wrote:
> >
> >
> >
> >
> > from mobile (sorry for typos ;)
> >
> >
> > On Sun, Feb 27, 2022, 06:22 Sangeeta Verma <so...@yahoo.com>
> wrote:
> >
> > Hi Max,
> > I am trying to create a draggable dialog box with a textbox on it.
> Knowing there exists a button what are the steps to create a movable dialog
> box? I tried .html.Panel class with html. But I can't load this using
> setResponsePage(class, pageparameters)
> > Thought of asking you directly.
> >
> >
> > Well
> > In OM code we are using SPA approach
> > So we are using AJAX updates
> >
> > For movable dialog box you need jquery-ui
> > You can find lots of examples at
> >
> > http://www.7thweb.net/wicket-jquery-ui/
> >
> > Sorry if I spammed you. Another thing is to know what is the usage or
> clients number, total number of clients using openmeetings.. any
> approximate idea. How to present some numbers to clients?
> >
> >
> > No sure I understood the question :(
> > Do you need
> > - total number of registered users
> > - the number of users how online now
> > - the number of users in particular room
> > ?
> >
> >
> > Thank you Max. Hope you are doing great otherwise.
> >
> >
> > Regards,
> > S
>
>
>
> --
> Best regards,
> Maxim
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@community.apache.org
> For additional commands, e-mail: dev-help@community.apache.org
>
>