Hi Alex,
I could reproduce what you reported and we´ll check in detail what changed here.
We´ll get back to you asap.
Best regards
Frank
Hi Cristian,
I´ve tested with Visual Studio 17.6.2. and could reproduce the problem.
We´ll investigate and get back asap.
Best regards
Frank
Hello,
We’ve been able to replicate this, and we’re looking into it.
Thanks for bringing this to our attention.
-Julie
Hello,
Thank you for reporting the issue!
An enhancement will be released in the next version of Wisej.NET!
Best,
Alaa
Hi Pablo,
Would it be possible to wrap up a small reproducible test sample to check exactly what went wrong?
In general, we recommend using Theme Mixins or Custom Themes if you’re going to apply any kind of customization for Wisej.NET components, it’s much better than using CSS!
From what I understand, looks like something is overriding the CSS styles of the controls, hence why we would need the test case!
HTH,
Alaa
fig1: the buttons in question. Notice they all look gray except for the righter most one which looks black (as it should)
fig2:the pencil button after its image got removed on hover
fig3: that’s what the buttons look like after reloading the control by changing to a different one and then going back to it
fig4: the designer code of two buttons, the one on top is one of the faulty ones and the one on the bottom a working one (note that is the exact same code)
Hi Kurt,
can you please send your web.config including the license key to supportATwisej.com?
Thanks in advance,
Frank
Hi,
the new chat component will be available with source code so you can modify it to fit your needs including localization etc.
Best regards
Frank
Don’t you have yet native Wisej solution for avatar images cropping?
Hi, Luca,
I do not switch culture in Default.json.
I have my own runtime localization model in which I just change column headers text in runtime mode after klick on different language button.
It is funny because if I reload the grid content columns headers widths adjust to columns headers text.
Should I each time add and delete one row in the grids just to adjust column headers width or there is more elegant way?
Thanks Alaa, I had already thought of doing that, it’s just a little bit of a pain embedding controls. I’ll have a look at hard / easy it would be to incorporate it natively and if I can do it, I’ll submit a pull request.
Hi Neil,
The RibbonBarItemComboBox only supports a list of strings, however, you can use any regular ComboBox with the RibbonBarItemControl!
It’s relatively simple, just drag and drop a ComboBox into your designer window, then select the RibbonBarItemControl and choose the dropped ComboBox as its control from the Properties tab in Visual Studio!
I have attached a sample.
Also, if you want, you can change the extension to support any object and submit a pull request, all the extensions are open-source!
HTH,
Alaa
Hi Pablo,
you can pass the members to a collection that is instantiated at the form level.
If that does not solve your problem we´d need a test case to better understand your requirements and what you´re trying to achieve.
Best regards
Frank
Hi Fred,
Thank you for contacting support and sorry for the late reply!
The DevExtreme Premium library is based off of the Web Version of DevExpress, it’s quite limited in functionality in comparison to the WinForms control.
In order to use each individual control, you’ll have to also look at their documentation and check the Options property for any needed changes.
Furthermore, there are some limited functionalities based off of the license type, for a trial license, you can use all of the premium extensions, but you’re going to see the watermarks as you have noticed!
HTH,
Alaa
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