Hi Chris,
I can get and set UserData of an Event without any issues. See quick & dirty sample attached.
Best regards
Frank
Sorry, I the null-coalescing operator ?? does the conditional part as I understand (relatively new to c#), but fairly sure it still needs a set?
Done a test and the fullcalendar is working with preview , thanks for quick fix, one question though, it would appear from the description as a general storage object that the events UserData should have a set and not unconditionally recreate on each get?
Could be my c# understanding, there may be a way to work with it.
// Returns a dynamic object that can be used to store custom data.
public dynamic UserData
{
get
{
dynamic obj = _userData ?? new DynamicObject();
object result = obj;
_userData = obj;
return result;
}
}
I will do some more tests on the JScharts issue and do a new post if cannot get anywhere.
Thanks
Chris
Hi Alex,
the MessageBox should already show Scrollbars when needed. Can you please send a screenshot when it does not on your end?
TIA
Frank
Hi Chris,
the issue with events not showing in the Full Calendar on .NET 7 is fixed and currently in QA.
If you want to test it before the release you can try Wisej.NET 3.2.3-preview7 on nuget.
I´m not sure I fully understand your issue with JSCharts. Any chance to wrap it up in a test case with more detailed instructions?
Thanks in advance,
Frank
Hi,
Please refer to our documentation including a video that describes all the details when deploying to Linux:
https://docs.wisej.com/deployment/targets/linux-macos
Best regards
Frank
Also, before I dig too deep, I think there may be a problem with the JSCharts extension with net 7 , as a preliminary test I set up as per the demo source, with a couple of tests, the core plot area of the chart does not seem to update, I am testing the bar with the demo code, its got 3 data sets loaded.
Looking at various ways to represent scheduling data with the extensions to showcase in company and get buy in, but have unavoidable .net 6/7 dependencies in project and using all your latest stuff on dependency injection (which is working nicely).
Ah thanks, i need to target 7 in my deployment so much appreciated and glad it is not just me.
Hi Chris,
thanks for reporting this. I can see it fail with .NET 7 but working ok with .NET 4.8.
We´ll check and get back to you.
Best regards
Frank
Hi,
only option I see is hosting the pages in subapplications in several subdirectories,
because any change in the bin folder would automatically reload the application.
OTOH having the users basically working on different versions of your application is not a smart design to be honest.
Best regards
Frank
Hi Arthur,
Thank you for reporting this issue!
A fix for this issue is currently in QA and will be released with Wisej.NET 3.2.3.
Best,
Alaa
Hi Frank,
Thanks for your reply. No, I copied it in the folder where the exe is, namely in C:\inetpub\wwwroot\myapplication, i.e. the same place it was created in the activation server. Actually, I was following the documentation, as in the attached picture.
Now I put it where you said and it works!
Thank you.
Alex
Hi Alex,
where did you copy the lic file to?
Preferrably it should go into C:\ProgramData\IceTeaGroup\Wisej
If it still fails, please send the lic file to support AT wisej.com and we´ll take a closer look.
Best regards
Frank
Hi,
please refer to our documentation about Session Management and Timeouts:
https://docs.wisej.com/docs/concepts/session-management#timeout
Best regards
Frank
Hi Peter,
refreshing the client widget depends on how it´s implemented. Anyways here is a solution that seems to work fine with SpreadJS:
I´ve also attached your modified sample project.
Please note that each external widget might need a slightly different approach to be integrated.
We also offer professional support for both integrating external components or more generic trainings on integrations.
Please contact sales AT wisej.com if you want to get a quote for that.
Best regards
Frank
Hi,
we can´t do the coding for you but here are some pointers:
Depending on your needs just colorize the first one you find and reset all the others, etc.
Best regards
Frank
Hi Peter,
in your sample screenshot you have a screen scaling of 225%. You might want to start Visual Studio at 100% with the suggested link to get the same result between the designer and in the browser.
Additionally you have set the Widget as Dock = Fill so it will always fill out the complete Window1.
Hope that helps.
Best regards
Frank
Attached please find the solution (cleaned up obj and bin folder).
Thanks and BR
Peter
Hi Frank,
the file size of the project is 13 MB. Is there a way to upload it?
BR, Peter