Questions tagged [janus]

Janus Systems is a vendor of Windows Forms controls for .NET, ASP.NET Server Controls for .NET and ActiveX Controls.

Janus Systems has been developing database applications using Microsoft Products and Technologies since 1994. They produce Windows Forms controls for .NET, ASP.NET Server Controls for .NET and ActiveX Controls.

The name Janus does also refer to Janus a general purpose WebRTC Gateway developed by Meetecho (https://janus.conf.meetecho.com/)

206 questions
0
votes
1 answer

Janus server deploy on localhost

I successfully deployed Janus on my machine Now I want to test demos available in /usr/local/janus/share/janus/demos My Janus server starts in http://192.168.0.158:8088 What url should I use to access the demos? The official documentation says: Just…
Jack Havis
  • 129
  • 1
  • 8
0
votes
1 answer

How to filter ValueList Of A Column When dropdown Of it fires based on other Column value in Jaus Gridex?

I have a janus gridex on my form. one column is multi column combo and is fill of cities. i have another column of countries. i want showing that cities belong to specific country for each row when user drop downs city column. countries an cities is…
0
votes
0 answers

Can we export and import Janus graph using the same vertex ID?

I am trying to export and import a graph using Gryo Reader/Writer. I am using the below commands on gremlin console. Old Schema : final Graph graph = TinkerFactory.createModern(); graph.io(IoCore.gryo()).writeGraph("tinkerpop-modern.kryo"); New…
roma_user
  • 31
  • 2
0
votes
1 answer

Where does a Janus Gateway fit in a audio calling web app

I have created a small prototype where you can call a person if he/she is online on https://echo-land.herokuapp.com It uses twilio's API to fetch STUN and TURN servers. Users create and accept offer and connect in a p2p fashion. I have read many…
0
votes
1 answer

gremlin query with valueMap() and toList() takes time to get result

I am using janus graph deployed in embedded mode. And i am using java. And firing following queries --> g.V().has('deleted',false).valueMap() //slow --> g.V().has('deleted',false).toList() //slow the above query takes time after implementing…
0
votes
1 answer

Stream audio to multiple web browsers

I am trying to play some audio on my linux server and stream it to multiple internet browsers. I have a loopback device I'm specifying as input to ffmpeg. ffmpeg is then streamed via rtp to a WebRTC server (Janus). It works, but the sound that comes…
Robert Bain
  • 395
  • 1
  • 7
  • 19
0
votes
2 answers

How to set the property SortOrder in GridEX Janus - C#

I need to set the property SortOrder in the GridEx, and this property is only get. What can I do? the code: private void M_Grid_ColumnHeaderClick(object sender, Janus.Windows.GridEX.ColumnActionEventArgs e) { if (e.Column.DataMember ==…
Ayal
  • 133
  • 1
  • 1
  • 11
0
votes
1 answer

JANUS GridEX: how to sort some column by values for different column C#

I need to sort column that the value is string that show date. and if I sort it by click on th head of thw column it's not work good. So, I want that when click on the head of the column to sort - it sort the column by different values from…
Ayal
  • 133
  • 1
  • 1
  • 11
0
votes
1 answer

How To Update A Janus GridEx Checkbox At Runtime

I have a Janus GridEx control named grdLOB that can have multiple rows. Each row has a checkbox and 3 additional columns. If a checkbox is unchecked on a certain row (GL) I need to loop thru the grid and uncheck the checkboxes in the other…
dhead61
  • 15
  • 2
  • 7
0
votes
1 answer

How to focus on one Column of Filter Row in winform janus grid

I have a janus grid version3.5 in a Win Form. How to set focus on a column in Filter Row?
hasan110
  • 3
  • 5
0
votes
1 answer

Get different label vertex for group aggregation based on date

v1=graph.addVertex(label,"l1","submit_time",Fri Apr 26 21:01:36 PDT 2019) //v[2345432] v2=graph.addVertex(label,"l2","start_time",Fri Apr 26 22:01:36 PDT 2019) // v[409632904] v3=graph.addVertex(label,"l2","start_time",Fri Apr 26…
User12345
  • 455
  • 2
  • 10
  • 21
0
votes
0 answers

How to put in progress bar in the vb.net coding when execute a stored procedure

Im new to the .net programming, I just want to try and help my company improve the system. I want to show the progress bar when i click the compute button, the compute button is execute the stored procedure. I have try to search online, youtube for…
0
votes
1 answer

.net Janus Gridex, add multiple child rows, focus to the first row

In my table, I have 1 row, I add that, then I want to add a sub row in there(child table). When I add a second or third etc sub row, the focus always stays on the bottom row. If I add a new main row the focus always goes to the new main row not the…
A.McLarty
  • 1
  • 1
0
votes
1 answer

How to make a specific cell in Janus GridEx to be not editable

In my VB.net application I have a Janus GridEx (v.3). By default, each cell of each row is editable. But in certain conditions, I want a specific cell to be set to ReadOnly (or someting that unset the edit mode for this cell) during RowLoadEvent. I…
KBell
  • 502
  • 8
  • 23
0
votes
1 answer

Janusys v4 Schedular and BindingSource/LinQ how to

It seems, that Janusys isn't active anymore. The Forum Posts get not answered since a while. In my application (Winforms!), I use there controls since a couple of years. Now I want to extend my application with the schedular Control. I found a…
Zero-G.
  • 45
  • 10