Jump to content

Recommended Posts

Posted

Hi,

  I need to check condition in ExtEvents OnKeydown,

currently i assign variable by calling  

UniApplication.UniSession.AddJS('myVar = 1')

how can i update myVar or just calling AddJS Again ?

 

Thank you

Posted

Hi,

If I understand correctly you, you can use your variable as below:

 

1. On the "client side"

YourObj.myVar = 1;

2. On the "client side"

uniVars.myVar = 1;

how can i update myVar or just calling AddJS Again ?

 

if you want to update from the server side - Yes.

  • 2 years later...
Posted

I have a similar problem.

In the onCreate of my form I create this javascript object is working perfectly.

UniSession.AddJS ('var socket = io.connect ();');

Once it is created I need to perform some functions of it like.

socket.on (); 
socket.disconnect ();

How can I send commands to this object?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...