Hi Jesper,
we have several options for deployment and offer individual licensing plans. Please get in touch with us directly so that we can discuss your needs and work out an agreement that will fit well. We have set up such agreements in similar scenarios already and do offer embedded licensing as part of our Technology Partner program.
You can reach me at sales[at]wisej.com
Thanks
Thomas
maps.googleapis.com is returning 403 (forbidden). Google is blocking your IP probably because of excessive usage. We don’t have any control over google maps (I wish we did :)). Google has started charging for the usage of google maps recently. There are thousands of posts around with the same issue. Changing the api key will not help. You can read more about their new maps policy, usage, charges, etc. on google maps.
I can run the sample without problems. This is not a wisej issue.
is it being block by the usage of ApiKey?
I’ve down loaded googleMaps project from Wisej site and can’t run that app either.
it’s using ApiKey, AIzaSyDJ13giW35qbt9Qsznjy_CFqMJMQlAjoSw , which is not same as mine
getting attached error.
You are using LinkMenuItem instead of MenuItem without an HRef. LinkMenuItems create navigation links. Use the default MenuItems and it will work fine.
You are using LinkMenuItem instead of MenuItem without an HRef. LinkMenuItems create navigation links. Use the default MenuItems and it will work fine.
Hi Sergio,
with our latest Wisej development build (1.5.7) you can set the TabSizeMode to one of these values:
Best regards
Frank
It’s not caused by Wisej. You are probably being blocked by the new google maps limits.
Hi,
this is my sample, where it does not work when I click on a splitbutton item.
Hi Ulisses,
Please have a look at MDIExample sample at GitHub.
You can set the header background to white, or reduce the width, or make the last column fill the remaining space using FillWeight = 1 and change the size mode to fill.
The audio/video control in Wisej uses HTML5 <audio>, <video> tags.
You can use wavesurfer.js in a Wisej Widget control without limits. There are several integration samples with source code here. If you encounter some issues while using the third party widget, please post a sample.
Hi all,
Animation value doesn’t seem to have any effect for me when setting in UpdateData(x).
It always seems to be 300mS.
Saying that, perhaps I’m doing something wrong.
I have two arrays, one for data and the other for x-axis time which I’m adding a new datapoint to every second.
I then update the chart with UpdateData(x).
Visually this looks awful because the chart is cleared and then loaded with the latest dataset, every second.
What I’m trying to achieve is a smoothiechart-like appearance (i.e. a scrolling stripchart) but using chartjs.
I need to use chartjs because I need to be able to pause the chart and scroll back and forth through historic data.
Any tips?
Cheers
Hi Edmond,
yes, simply set ShowInVisibilityMenu property of the column to false.
Best regards
Frank
Hi,
it´s not clear to me what you are trying to achieve here.
Can you please put together a quick demo app with the questions marked in code that you have ?
Thanks in advance.
Best regards
Frank
Hi,
can you please create a complete test case so we can inspect that issue.
With your details we could not yet reproduce it.
Thanks in advance.
Best regards
Frank
Looks like a nice library. It’s easy to use as-is in a Wisej.Web.Widget. We may add it using an object model similar to the google maps extension in the future.
Hi Darren,
I use a lot of time axis in my charts, mainly for seconds (its a real-time dashboard).
My code is (roughly):
That sounds perfect. Thank you for the clarification and reference.
Best regards,
Diwakar
Either way:
var children = this.getChildren(); for (var i=0; i<children.length; i++){ children[i].getButton().setLayoutProperties({flex:1}); }
It tells each tab to stretch proportionally. You can even have different proportional values, for example flex:2 will stretch twice as flex:1.
2. To center the tabs, out this in the JavaScript field (same JavaScript component, which is an extender):
this.getChildControl("bar").getLayout().setAlignX("center");
It tells the layout engine to center the content.
Do you mean fill the width or center?
