Hi Frank, thanks a lot for your response.
I have procceded with the below acrions.
Uninstall from the VS extenions all Wisej products.
Restart the pc.
Fresh install using https://www.youtube.com/watch?v=8BTvHicJesc instructions.
After installtion finished, i have created a new wisej web aplication. When i open the designer same error occured.
Sending also screenshoots.
Thanks
GA
Hi Paul,
most of this is under control of VisualStudio and beyond ours.
What I noticed is that once the Toolbox is working, leaving at least one designer file open seems to keep it working.
Best regards
Frank
Hi,
thanks for reaching out. Please contact us at support@wisej.com with your company and license details and we’ll discuss it from there.
Best regards
Frank
Turns out I was changing the color in 2 areas of my code. My error…sorry.
Hi Michael,
can you please share some more details?
What Wisej.NET version are you running? Have you upgraded it recently? If yes, from what version?
Please also provide a test case that shows the context of the code snippet you posted?
Best regards
Frank
Hi Ivan,
fluent light and dark themes will be deployed with Wisej.NET 4.1.
ETA is end of April.
Best regards
Frank
I see Wisej 4.0.11 is now stable, but many of us are still waiting for a native Fluent Design / Windows 11 theme. With Wisej 4.1 on the horizon, is there a confirmed release window for the official FluentUI theme package?
Additionally, since standard LLMs (ChatGPT/Claude/Gemini) often struggle with the Wisej JSON theme format, does the team have a JSON Schema or a ‘Theme Reference’ document we can feed into AI to help us generate modern ‘Fluent-style’ Mixins in the meantime?
Hello,
We have occasionally experienced this as well. It can be tricky to fix. What to try:
1.Keep retrying cleaning / rebuilding / deleting bin obj / restarting etc.
2. close designer, close VS, reopen
It may take 10+ attempts.
Hope this helps,
Julie
Hi James,
this has been added to the latest Wisej.NET Hybrid release (4.0.10).
Best regards
Frank
This will be added in the next release. In order to use it make sure you have:
<application android:enableOnBackInvokedCallback=true />
Then you can use it like so:
Device.Application.BackRequested += (s, e) =>
{
// Handle Android system back navigation here.
}
Hi Carlos,
welcome back 🙂
If you’re using a Phone emulator or the browser emulation you need to refresh the page once after “switching the device”.
Have you tried this?
Best regards
Frank
Hi Andy,
in Wisej.NET you can have parent and child rows and use ColSpan to spawn a header over several columns.
But there is only one row of column headers. Plus you can use Summary Rows.
Best regards
Frank
Hi Andy,
yes you do need to purchase a DevExtreme license if you want to use our integration for them.
Best regards
Frank
Hi mgmst
you can contact our Professional Services team to see if a full integration is possible and get a quote for it.
Best regards
Frank
Thank you!
But I also need all events and HTML injections in the chatbot panel interface. If I integrate it just by working link I am afraid I will loose events and HTML injection abilities.
I need full integration abilities.
Thanks, it makes sense now!
I just wanted to update you- the video has been released:
It shows how to use the widget component to integrate a Highcharts maps widget in Wisej.NET. It includes steps such as the initial setup (packages, init script and options), reading JSON files. running javascript functions via the initscript (getgraticule and rendersea), and changing options at runtime. The full code for the example in the video can be found here: https://github.com/JulieHirt/HighchartsMapsVideo
Hopefully this video helps you understand widget integration in Wisej.NET better!
Hi Nick,
Just following up here to see if you got this resolved?
If not, it would also be helpful to know if deploying the app for development via the Transporter app on your Mac loads the application correctly. That will be the best indicator if it works through the App Store.
You can find an example app that we build and deploy to the app stores here:
https://github.com/iceteagroup/wisej-hybrid-examples/tree/4.0/Showcase
HTH,
Levie
So, I looked at your sample and the button is working for me- it is red. For the Tabcontrol, just look in the themebuilder for an example. You will see that the issue is that you did “tabcontrol/tab” when it should be “tabview”
You need to use an iframepanel instead of an htmlpanel. Iframepanel is able to install web workers and import javascript modules.
Make it run by itself without using wisej. Once you have a url that works, put it in an iframepanel.
