Hi Nikos,
The TextBox with the InputType set to Date renders the text based on your Locale!
In addition to the Date InputType, there’s DateTimeLocale, maybe you can give that a try?
Best,
Alaa
Hi, I’ve spent more time attempting to get the devExtreme controls working. I have downloaded the demo browser source code and get the same behaviors’. Some controls allow different amounts of interaction, but the dxDataGrid control is very limited. for example I can resize column but cells cant be selected or the data page selectors used.
I am using trial version of both Wisej and DevExtreme and get the ‘PREMIUM’ label at the top of the control and ‘Premium Extensions require a valid license’ at the top of page. The demo for other controls appear to be working, Just trying to verify if this is an issue with the dexExtreme controls or they are limited because of a license issue.
The demo work fine on the Wisej website only see the problem when running from the source code.
Many thanks for any clarification
Hi Alaa,
Thanks for your answer. I did what you suggested and compared the publish folder contents. In the problematic publishing there was a folder “refs” containing a System.Windows.Forms.dll (along with other dlls). I couldn’t remember this folder from earlier deployments / Wisej versions. I removed the publish folder and re-published in a fresh folder with target net6.0. I also removed the <Asliases>swf</Aliases> for the System.Windows.Forms.dll reference in my project file. After that it worked as expected. Now I need to answer the question why was this “refs” folder there and why there was this <Aliases>.
Thanks for your answers.
Alex.
Hi Alex,
Looks like your app is trying to load .NET 48 or Systems.Windows.Forms.
Wisej for .NET Core doesn’t reference or use SWF, any library that uses it will fail on .NET Core, check the references in your project and make sure that it’s only referenced for .NET 48!
Try deploying a Wisej app that has a single page, and a button without adding any third party libraries to check!
Best,
Alaa
Hi Alaa,
I did a publishing to folder, with target 6.0.
went to the publish folder and copied all the stuff, transfered it to a folder under inetpub\wwwroot,
created a new application pool in IIS, created a new application in that pool,
commented out the aspnetcore line in the web.config
and ran. It opens the login page but as soon as I press the button I get the error.
Hello Alex,
Are you trying to deploying the app as a .NET 48 or .NET 7 application?
What server environment are you using?
Best,
Alaa
Hello,
There are two ways to use the Controls.SetChildIndex method:
HTH,
Alaa
Alaa, I’m testing wisej again for the first time since the very early days. As I understood it from the gizmox days, webgui/wisej was supposed to be a “winforms for the web” framework from day one. I’m sure that is still a major part of the wisej dna, but hearing what you wrote about hybrid wisej makes me wonder what the change is about?
“Wisej Hybrid is going to be a bridge that allows you to develop your applications with the well known WinForms model and making it easier to port them to all supported devices” sounds like the original idea behind wisej/webgui.
Hello,
Currently, you can bind commands to a regular Button, but not a DataGridViewButtonColumn or a DataGridViewLinkColumn.
Although this is not currently implemented, we plan to add it in a future release!
-Julie
I think it is possible with Google Chrome.
If you use the parameter –kiosk-printing when when you start Chrome, Chrome will do direct print without dialog.
Hi Brayden,
your question is not entirely clear to me. Can you please try to set up a simple test case where you mark the code that´s unclear to you.
I guess we´ll be able to help you much better then.
Best regards
Frank
Hello,
Can you provide a sample? I was unable to reproduce. Also, what version of Wisej are you using?
I’ve attached a sample where everything is working fine. Can you check this sample to see if there’s any differences from your code?
-Julie
Hello,
didn’t know it was so easy to switch between different themes.
many thanks for your support.
regards,
bjorn
You don’t need to download anything- there are several default themes included with Wisej- including Blue-1, Blue-2, Blue-3, Bootstrap-4, Classic-2, Clear-1, Clear-2, Clear-3, Graphite-3
All of these are included with Wisej: https://github.com/iceteagroup/wisej-themes
If you want to create your own custom theme, you can do that using the Wisej.NET Theme Builder. https://wisej.com/theme-builder/ The theme file created will have the extension .theme. You can then add it to your Wisej project.
If you want to preview what a theme will look like in the designer, you can click on the button in the toolbar to change which theme you are viewing. (see screenshots)
To initially set the theme when the application starts, you can either set it in the Web.Config file (see screenshot). OR define it in the default.json file. (see screenshot) The theme in default.json will override the one in Web.Config.
If you’re trying to change the theme at runtime you can use Application.LoadTheme(themeName);
You can use this to easily switch between themes at runtime.
Helpful documentation: https://docs.wisej.com/docs/concepts/theming
-Julie
Hi David,
The SpliterDistance property isn’t responsive, that’s why you’re seeing the current issue.
In general, it’s easy to check what property is responsive or not by checking for the Tiny tool icons next to the property.
As a workaround, you can use the ResponsiveProfileChanged Event instead.
Best,
Alaa
I should note I compressed it with 7zip using LZMA compression level to meet the file size limit because the Wisej.Framework.dll won’t compress below the file size limit with the default compression method in Windows 10. I test extracted it with 7zip and it seemed to work using 7zip but it would not extract properly in windows. I have attached a zipped folder of the project with Wisej.Framework.dll file removed.
Sure. Here it is.
Hi David,
Your sample seems to be corrupted as I could not extract it.
If you can, please re-attach it.
Best,
Alaa
Hi there,
thanks for sharing that interesting idea. We´ll look into adding it for the next release.
Best regards
Frank
Thanks Alaa,
Please, can you explain me how to assign the top-level control?