Hi Gabriele,
You can use Application.ShowConsole = true; on your C# code
Best,
Kevin(ITG)
Hi Kevin,
That’s great – so one of the options is on double-click.
Thank you!
Neil.
Hi Neil,
We are already supported,
You can check : DataGridViewAutoSizeColumnMode – Wisej API for more details
Thanks,
Kevin (ITG)
Hi Paul,
Thanks for your earlier response.
Is it possible to get an update from your development team on if / when this item will be fixed?
Thanks again,
Sean.
Thanks Kevin …
It´ll be usefull for all …
Best regards
I send you one
Hi Kevin,
I alread had try to use it … but I didn´t find how to set the condition … and didn´t find the DataGridView.CustomSummary in Docs too …
If not asking too much, could you please write here an example of how to use it ?
Thanks
Hi MARCELO,
You can use SummaryType.Custom for create a custom condition for your Summary.
And set parameter “customSummary” ,with new delegate of DataGridView.CustomSummary.
This delegate will help you to check your Data.
Docs:
Happy coding,
Kevin (ITG)
Hi Cristian,
Thanks for reporting this issue, is fixed on github https://github.com/iceteagroup/wisej-extensions You can build and use that,
It’ll come bit later on nuget.
Thanks,
Kevin (ITG)
Can you send a link to a sample you’re trying to reproduce or attach a sample here?
Thanks,
Levie
Hi Andrew,
The first official release of Wisej 3 will be April 15, 2022.
We just uploaded the first release candidate on GitHub today.
Let me know if you have any questions about it!
Best,
Levie
Hi Shady,
Please see these docs: https://docs.wisej.com/mobile/getting-started.
This video shows how to register and use the endpoint in VS to test the application:
https://www.youtube.com/watch?v=L5wZUrSRvK8
Let me know if you have any questions!
Best,
Levie
Hi Kevin,
in your example (SampleChartJS (3).zip) I have try to change linear to time and put datetime data instead integer, but the chartjs is totaly black.
Please can you show me how to input datetime instead integer?
best
If you use
this.logoPictureBox.ImageSource = _companyFolderRes + "\\Logo.png";
Then it’s a URL which is entirely managed by the browser. A common technique in web development is to add a cache buster argument: “\\Logo.png?v={version}”. Where version can be anything that changes.
If you use the Image property it gets updated automatically since Wisej adds the timestamp of the last update. I tested it and it works fine here.
Hi
I attach your sample slightly modified for right working of the datagridview using a combobox column
Regards
Shady,
you can copy the parts of your 2nd theme into a mixin and use it from there.
Or you could add additional settings to your first theme and work with different appearance keys if you want to have multiple different views.
It´s all described here:
https://docs.wisej.com/theme-builder/
Best regards
Frank
Hi Sean
Thank you for commenting on this topic.
I was able to reproduce it with their test application and I reported it to the development team.
I will comment again when the solution is available.
Regards
Hi Sascha
For better understand you case
A. You have a logo on a folder of the app, name Logo.png that is used in a pictureBox
B. The user update with new image file, owerwriting the previous file with the same name but diferente image
C. The app not refresh the old image on pictureBox, until only he done a F5
I understand you correctly?
regards
I sent the requested file.
Thanks,
Shawn R
