Search found 17 matches

by ric
Mon Aug 31, 2015 2:49 am
Forum: Application Development
Topic: WebBrowser Object
Replies: 1
Views: 7230

WebBrowser Object

Good morning, In my project I have a screen with a WebBrowser object. I have two different problems regarding that object. 1. I don't have the possibility to move the focus inside the webpage showed. So if there are any form inside the page the onscreen keyboard doesn't appear. 2. If you browse any ...
by ric
Fri Apr 10, 2015 6:56 am
Forum: Controller Communication
Topic: Controller IP address change in runtime with script
Replies: 1
Views: 17148

Controller IP address change in runtime with script

Hi,

I noticed that changing the Controller IP address could be done with the Change Active Controllers Action.

Is there a script module that perform this kind of feature automatically?
by ric
Fri Jul 27, 2012 8:13 am
Forum: Application Development
Topic: MediaElement1.Source = New Uri ("... ...");
Replies: 6
Views: 11506

Re: MediaElement1.Source = New Uri ("... ...");

Currently I'm using the 1.31 version. I'll check as soon as possible if the 2.0 version will fix this problem.

Thank you,
Ric
by ric
Fri Jul 27, 2012 1:45 am
Forum: Application Development
Topic: MediaElement1.Source = New Uri ("... ...");
Replies: 6
Views: 11506

Re: MediaElement1.Source = New Uri ("... ...");

I tried to use the Stop() method, but without using this before my object, like this:

MediaElement1.Stop();

It doesn't work and it generate an exception, is this caused something wrong in the code?
by ric
Thu Jul 26, 2012 12:22 am
Forum: Application Development
Topic: MediaElement1.Source = New Uri ("... ...");
Replies: 6
Views: 11506

Re: MediaElement1.Source = New Uri ("... ...");

At the moment I open a new connection every time I open the Video page. But I don't think the problem i due to this calling. The video server is limited to 20 views and even if I change the way of calling that when I'll rech the 20 views The stream will stop. In my opinion I think the solution is to...
by ric
Wed Jul 25, 2012 2:01 am
Forum: Application Development
Topic: MediaElement1.Source = New Uri ("... ...");
Replies: 6
Views: 11506

MediaElement1.Source = New Uri ("... ...");

Hello everyone, I've the following trouble: I need to show the stream from an Axis M7001 Video Encoder, that allows 20 max views. If I open from 4 different computers the page with the MediaElement declared as shown below: void Video_Opened(System.Object sender, System.EventArgs e) { MediaElement1.S...
by ric
Tue Mar 06, 2012 5:49 am
Forum: Application Development
Topic: Edit Gain and Offset dynamically
Replies: 3
Views: 8811

Edit Gain and Offset dynamically

Hi everyone, is it possible to change dynamically gain and offset for a specific controller's tag?
by ric
Mon Feb 20, 2012 3:14 am
Forum: Application Development
Topic: How to start a new application from the current one
Replies: 5
Views: 10367

Re: How to start a new application from the current one

Good morning Skylar, the goal I'm trying to accomplish is to start a diagnostic application from the current ix istance, either made in iX. Could you have any ideas to do this?
by ric
Fri Feb 17, 2012 9:00 am
Forum: Application Development
Topic: Add a video stream
Replies: 4
Views: 11058

Re: Add a video stream

Ok, it wasn't an iX problem but just caused from an old version of Windows Media Player and Axis Media Control.
by ric
Fri Feb 17, 2012 8:50 am
Forum: Application Development
Topic: How to start a new application from the current one
Replies: 5
Views: 10367

How to start a new application from the current one

Hi everyone. I'm guessin' if it's possible to start a second application from a current one using the action run (they are exe files, why not?). Do you think it's possible or not?

If not, coul you suggest me any ideas?

Thanks,