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
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.
Answers:
HTH
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
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
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));
I can confirm this as fixed
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
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
I have tested it and comfirm this as fixed
I have tested it and comfirm this as fixed
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
Hi Tim, Markus,
finally V1 of our RibbonBar is available.
See here: https://wisej.com/support/question/ribbonbar-extension-now-available
Best regards
Frank
Hi Andrew,
WJ-8666 is fixed in our latest dev build (1.4.59)
Best regards
Frank
Hi Orel,
ListView now (dev build 1.4.59) includes ColumnHeader.BackColor and ColumnHeader.ForeColor properties.
Best regards
Frank
Hi Marian,
WJ-8662 is fixed in dev build 1.4.59.
Best regards
Frank
Hi Simone,
WJ-8658 is fixed in our latest dev build (1.4.59)
Best regards
Frank
Hi Bernhard,
fix for WJ-8655 is included in Wisej dev build 1.4.59.
Best regards
Frank
Hi Bernhard,
fix for WJ-8655 is included in Wisej dev build 1.4.59.
Best regards
Frank
Hi Harald,
the fix for WJ-8652 is included in Wisej dev build 1.4.59.
Best regards
Frank
