All Answers

0 votes
In reply to: Mixin and Control Font

The Font property of a Wisej control is either the value assigned to the control or the inherited font from a parent, or ultimately the font from the theme. However, the System.Drawing.Font object has no knowledge of web fonts, that’s why Wisej creates the theme fonts using the theme name prefixed by “@”. The serializer recognizes the theme font using the OriginalFontName property of the font object. The client will resolve the name to a valid web font. When you use the font on the server side you will see the fallback font used by the windows server and the theme name in OriginalFontName.

The report virewer is an ASP.NET control running in an iframe. To change its font you need to set the name and size in OnInit or OnLoad:

viewer.Font.Name = “Verdana”;
viewer.Font.Size = 30;

HTH

 

 

  • Luca answered Feb 2, 2018 - 9:38 pm
0 votes

Confirmed to be a regression in the dev build. Should be fixed in the release build. I may be able to send you a pre-release. Thanks.

  • Luca answered Feb 2, 2018 - 9:19 pm
0 votes

Answers:

  1. The license is in the dll. The dll only contains a timestamp of the release. The license is the server key which generates the .lic file stored locally. If the server license is expired but the Wisej version it’s using was released before the license expired it will keep running. Licenses are perpetual, it’s only the free updates period that expires. But… If you “push” a newer dll to a server with a license that has expired, it will start showing the “Invalid License” alert box. However, in all cases, even with an invalid license, it should keep running.
  2. I’m not sure about the issue. I checked on our side and it shows the activations for each license.

HTH

  • Luca answered Feb 2, 2018 - 8:50 pm
0 votes
In reply to: programmer

Hi Mike,

thanks for reporting this problem. I have tried to reproduce here but failed so far.
Are you sure you have all the permissions that are needed ?

Can you please try to run an installation without checking the Visual Studio version ?

You can download the templates separately and put them into the right folders afterwards ?

http://setup.wisej.com/CSharpTemplates.zip
http://setup.wisej.com/VBNetTemplates.zip

Best regards
Frank

0 votes

Thanks for the answer. We changed the navigation class from static to dynamic and put the object into a session variable as suggested and now multiple users can work with the page at the same time.

Do you have any other idea how to handle multiple Wisej.Web.Pages and the navigation between these pages, because our approach appears to us a bit clumsy. We already “combed the desert” and ain’t found nothing better, yet.

 

Greets,

Marcel

0 votes
In reply to: How to Save Cookies

To make it working in FF and Edge, I have to add to Thomas example an expire date, otherwise the cookie was only valid for the current session.

Wisej.Web.Application.Cookies.Add(“test”, textBox1.Text, new DateTime(2020,1,1));

0 votes

I can confirm this as fixed

0 votes
In reply to: Solved: App tour

Just for the records. Please note our extensive blog article about the TourPanel:

https://wisej.com/blog/tourpanel-take-your-users-on-a-tour/

Best regards
Frank

0 votes
In reply to: Payment Problems

Hi Pedro,

we are not aware of any problems in that area. Can you please contact us at SalesATwisej.com so we can check the details ?

Thanks in advance !

Best regards
Frank

0 votes

I have tested it and comfirm this as fixed

0 votes

I have tested it and comfirm this as fixed

0 votes
In reply to: Product Roadmap

Hi Kerv,

it´s been quite some time, but finally our RibbonBar extension is available:

https://wisej.com/support/question/ribbonbar-extension-now-available

Best regards
Frank

0 votes
In reply to: Ribbon Bar Update

Hi Tim, Markus,

finally V1 of our RibbonBar is available.

See here: https://wisej.com/support/question/ribbonbar-extension-now-available

Best regards
Frank

0 votes

Hi Andrew,

WJ-8666 is fixed in our latest dev build (1.4.59)

Best regards
Frank

0 votes

Hi Orel,

ListView now (dev build 1.4.59) includes ColumnHeader.BackColor and ColumnHeader.ForeColor properties.

Best regards
Frank

0 votes

Hi Marian,

WJ-8662 is fixed in dev build 1.4.59.

Best regards
Frank

1 vote

Hi Simone,

WJ-8658 is fixed in our latest dev build (1.4.59)

Best regards
Frank

0 votes

Hi Bernhard,

fix for WJ-8655 is included in Wisej dev build 1.4.59.

Best regards
Frank

0 votes

Hi Bernhard,

fix for WJ-8655 is included in Wisej dev build 1.4.59.

Best regards
Frank

0 votes

Hi Harald,

the fix for WJ-8652 is included in Wisej dev build 1.4.59.

Best regards
Frank

Showing 7861 - 7880 of 11k results