Hi Uwe,
this has been fixed in Wisej.NET 3.5.26/4.0.5 that have just been released.
Best regards
Frank
Thanks for replying, but I downloaded Wisej-2-chartjs3 and it’s giving me errors. I know how to load the data into a Chart.js file; sometimes it works, sometimes it doesn’t. I get this error message visually in the Chart.js component: “chartdatalabels is not defined chartjs3 Wisej”.
I’m stuck on what to change or what I’m missing to make it work correctly. I’d rather go back to the Wisej-2-chartjs2 version.
Thank you very much for your help.
This does not work with ChartJS2 (wisej-2-chartjs or wisej-3-chartjs) You would need to use ChartJs3 (wisej-2-chartjs3 or wisej-3-chartjs3).
Hello,
A few issues here:
Thanks,
Julie
Unfortunately, we no longer support Wisej 2. Therefore this question is out of the scope of what we cover on this support forum.
Reposting because it got cut off:
If you use the fontawesome characters you can set the color like so:
var iconHtml4 = "<i style=\"color:red\" class=\"fa-brands fa-github\"></i>";
If you do that, you need to add this to the head in Default.html:
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"/>
See attached sample
It does still work in Wisej 3.
Try this: string is_Delete_Action = "<img style='width:16px; height:16px' src ='resource.wx/Wisej.Ext.FontAwesome/times-circle-o.svg'/>";
Some things to note:
Hi frank
thanks
Hi Reza,
currently there are no plans to create such a store.
Sorry,
Frank
Here’s a sample that uses Azure AD Authentication. Update Secrets.json to get it to work.
Thanks for looking into it.
Please see enclosed the image for deployment folder structure.
The work around I’ve found so far is use of System.Data.Odbc instead of MysqlConnector with .Net Framwork 4.8.1, ODBC is working fine but bit slower than Mysqlconnector.
I got it to work by setting the row.defaultcellstyle.cssclass in combination with dgv.mousemove event. This solves my question and the frozen row now also gets the right highlight css albeit delayed.
Thanks for your quick reply.
I did select .Net framework 4.8.1 and .NetCore9.0 originally for my project but using two frameworks for one application is causing the failure with mismatching the DLL version numbers but if I select only one framework like .NetCore9.00 then the project is working so that’s my first hurdle that I faced.
Now I decided that if the .NetCore9.0 working I can only select this framework for my project for which I’ve attached a sample project.
As you can see I didn’t select the self-contained deployment mode, tbh I don’t know much about these things so I just went what the publishing wizard default values are, in my case framework-dependent is selected but can you please look at the picture I’ve attached to see if I’m selecting the right values.
I’ve also attached the web.config of my project which I’ve changed by following the deployment instructions from Wisej video tutorial.
Lastly I’ve attached the image of website after deployment that it’s not showing any deployment error but the initial form of website is not showing up.
MySQLConnector is not a wisej nuget. When you add a nuget package it’s all standard .NET and if something is missing or wrongly referenced it has nothing to do with wisej.
Same for deployment. It’s all standard stuff. In your error log it shows an error about self contained executable. It means you selected the deployment to be self contained. Don’y use that option unless you really know what you are doing. See publishing options on Microsoft help for more information.
It’s also unclear what you are trying to deploy to. Net core or net framework? Which instructions did you follow? Net 48 cannot be published using the VS publishing tool and the sdk project format. The publishing tool is part of VS not Wisej and Microsoft removed the net48 publishing.
Also if you attach a sample project maybe someone else may be able to spot what’s wrong
Actually I added both menu types to the same form, but I don’t see anything yet.
Hi Maestro,
thanks for the sample. You are using the wrong control type.
The sample that you showed from the ThemeBuilder uses a ToolBar with Buttons, not a MenuBar.
Best regards
Frank
I created a new project and same thing, here is the attachment. Thanks in advance.
Hi!
I have the same problem… How did you solve it?
ClientClipboard uses the browsers clipboard api and there is no way around it.
You can try Clipboard.SetClientText(text). See docs. Uses the only possible alternative through the old execute api. There is no other way.
api/wisej.web/general/wisej.web.clipboard
Thank you for your quick response.
I’ve replicated the same code in another sample application and it’s working fine but I’m still having issues in the main application, so I will keep looking at or might find an alternative way to paste strings.
