All Answers

0 votes
  • Luca answered Feb 20, 2018 - 7:35 pm
0 votes

ok, thank you for our explanation and patience.

Shawn

0 votes

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.

  • Luca answered Feb 20, 2018 - 6:58 pm
0 votes

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

0 votes

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.

  • Luca answered Feb 20, 2018 - 6:51 pm
0 votes

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.

  • Luca answered Feb 20, 2018 - 6:17 pm
0 votes

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.

  • Luca answered Feb 20, 2018 - 6:09 pm
0 votes
In reply to: screenshot of form

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.

  • Luca answered Feb 20, 2018 - 6:07 pm
0 votes
In reply to: Reporting Progress

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

0 votes

Hi Adil,

yes, it´s a first version of this extension that still needs some finetuning.

Best regards
Frank

0 votes

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. 🙂

1 vote

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

0 votes

Thank you very much

it was a my mistake with index, sorry

thanks

Cristian

1 vote

Hi Christian,

yes, just set the Hidden property to true for TabPages you want to hide.

Best regards
Frank

1 vote

Hi Shawn,

I think you are referring to

Application.ThreadException

It’s the same under Wisej so you can use it the same way.

 

  • Tiago (ITG) answered Feb 18, 2018 - 6:58 pm
  • last active Feb 18, 2018 - 6:59 pm
0 votes

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

  • Frank (ITG) answered Feb 16, 2018 - 2:07 pm
  • last active Feb 16, 2018 - 7:00 pm
1 vote

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

1 vote

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

0 votes

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”
}
}
}
}
}
}

 

  • Luca answered Feb 15, 2018 - 7:04 pm
0 votes

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…

  • Luca answered Feb 15, 2018 - 6:49 pm
Showing 7781 - 7800 of 11k results