Could be related to this:
https://wisej.com/support/question/checkbox-do-not-check-if-zoomed-firefox-smartphone
Trying to reproduce.
ok, thank you for our explanation and patience.
Shawn
Wisej handles all exceptions by default to send the error box to the client. Like ASP.NET. You don’t want the server to stop working because of an unhandled exception. That’s why when debug=true it also sends the stack trace. If you want VS to break you need to enabled it in the Exception Settings.
I’m sorry, I think I was using the wrong terminology, thank you for explaining it a bit.
I am not handling Application.ThreadException in this application.
I was talking about an unhandled user code exception. I am expecting VS to break at that bad line of code, but it isn’t, the WiseJ dialog box is popping up.
Did I do something to make that happen? I would rather VS break at the unhandled exception.
Thank you again,
Shawn
VS does’t handle exceptions. It breaks at the line that causes exceptions unhanded by user code. If you want VS to break on handled exceptions you have to enabled it using Debug->Windows->Exception Settings. Otherwise all exceptions are always handled by Wisej to return it to the client as an error message (unless you handle it in your code or in Application.ThreadException).
When debug=true Wisej will add the stack trace to the error box, otherwise it shows only the exception message.
Can you send a small test case? Sounds like the column may be recreated. I have tried several cases but always get the correctly formatted value.
The size is set the in theme and when you zoom it also zooms. It’s a simple <div>, I’m not sure what the problem may be with FF on Galaxy, will try to reproduce.
Thanks. Html2Canvas is not perfect but the html2canvas library we have used (and fixed a bit for wisej svg icons) is the best around. Otherwise there is no way to get a screenshot of the browser without installing a browser plugin.
Hi Eric,
Winsocket is not enabled by default on Windows Server (any version). So you need to install it on your Windows 2012 server:
You have to add it using windows features: http://danielhindrikes.se/windows-8/enable-websocket-protocol-in-iis/
Hope that helps.
Best regards
Frank
Hi Adil,
yes, it´s a first version of this extension that still needs some finetuning.
Best regards
Frank
Wouw there has been already an extension Html2Canvas.
Works perfect but controls except for solid borderstyles are drawn with solid borderstyles to image.
Thank you. 🙂
Thanks James.
We could reproduce and logged WJ-8746 for that issue. It´s fixed and will be included in the next Wisej build.
Best regards
Frank
Thank you very much
it was a my mistake with index, sorry
thanks
Cristian
Hi Christian,
yes, just set the Hidden property to true for TabPages you want to hide.
Best regards
Frank
Hi Shawn,
I think you are referring to
Application.ThreadException
It’s the same under Wisej so you can use it the same way.
Hi Adil,
with enhancement request WJ-8743 we added code to ensure that maxWidth of MessageBoxes does not exceed the browser.
It will be included in the next Wisej build. We´ll inform you when it´s available.
Best regards
Frank
Hi Alex,
it was a customer´s question that made us check it and create a sample and extension:
https://wisej.com/support/question/request-360-panorama-photo
We´ll look into integrating it into our extension + samples sections and also create a blog to explain / promote it.
It´s just a matter of time 🙂
Best regards
Frank
Hi guys,
Not really a relevant question to the current thread, but a more general one: where was this “pannellum” announced/blogged or whatever? I can’t find it either in extensions or examples or blog. Is there some other “hidden” source of information we should be aware of?
Best,
Alex
Thank you.
You can control the rotation interval setting the RotationInterval property of the Bing component. A value of 0 will stop the rotation. You can also set the FadeTime property.
To load a custom image list you can modify the extension, look at the LoadImages() method. We’ll add an Images list in a next update.
The fading is done using CSS and it’s set by the bing extension. You can set the default transition using a theme mixin:
{
“appearances”: {
“desktop”: {
“inherit”: “desktop”,
“states”: {
“default”: {
“styles”: {
“transition”: “background-image 2s”
}
}
}
}
}
}
Yes, apparently the columns being edited don’t enter edit mode with VisualStudio Community 2015. We can reproduce it sometimes but when debugging it always works…
