All Answers

0 votes
In reply to: Label of textbox

Hi Giorgia,

please provide a test case with the code and attach any theme/mixin you’re using.
We cannot guess what’s wrong with just a screenshot.

Thanks in advance,
Frank

0 votes

Dear July thank you so much for your suggestions.

I’ll give them a try.

 

Regards,

Angelos

0 votes

Hi Roberto,

nothing has changed on Wisej 3.1.6, we’re currently working on 3.5.6.
If you are seeing higher client memory consumption it might be related to some changes in your environment?
How did you monitor the memory situation?
Without knowing your code it’s virtually impossible to do a remote diagnosis.

Best regards
Frank

0 votes

Hi Per,

I’m not sure I fully understand the requirements here, I have made some adjustments to the sample and everything seems to be correct on my end (check attached sample).

The older version should not be an issue, because the extension uses version 22.2.4.

Can you please give us a better description of your requirements?

Best regards,
Alaa

//

0 votes

Hi Nicholas,

I have attached an updated sample, please let me know if it works for you!

Best regards,
Alaa

//

0 votes

You say “the difference appears after conversion”, so I presume if you have a Winforms version and a Wisej version of the same project, it has the scaling issues in the Wisej version?

Try looking into responsive profiles:
https://wisej.com/tools/responsive-properties/
https://docs.wisej.com/mobile/guides/responsive-design

  • Julie (ITG) answered Apr 16, 2024 - 1:51 pm
  • last active Apr 16, 2024 - 2:30 pm
0 votes

Marhaba Fahad,

In addition to what my colleague Julie suggested, you’ll have to know that the migration process would require a bit of manual adjustment to get the layout you desire, and that is due to the theme and fonts used by the application.

If you want a mobile friendly interface, you’d want to adjust the layout accordingly using the responsive properties as mentioned above, we do offer services for designing a UI if that suits your needs, for more info please use this contact form: https://wisej.com/ui-design-request/

Make sure that you add the view-port meta tag to your HTML file as well.

Best regards,
Alaa

  • Alaa (ITG) answered Apr 16, 2024 - 2:03 pm
  • last active Apr 16, 2024 - 2:10 pm
0 votes

Hi Nicky,

Please go to https://docs.wisej.com/deployment for more information on how to deploy a Wisej.NET Application on Linux.

Best,
Alaa

//

  • Alaa (ITG) answered Apr 16, 2024 - 11:49 am
  • last active Apr 16, 2024 - 1:50 pm
0 votes

This is a video on how to deploy a Wisej project on Linux https://docs.wisej.com/deployment/targets/linux-macos

0 votes

Thank you, Alaa. The example was more than wonderful. I developed it so that it exports the PDF file to the C disk without displaying it directly, while linking it to the MYSQL database. I have attached the example for benefit.

Download the modified example

https://www.mediafire.com/file/xhzvsoss9bco0qr/WisejNET.CrystalReports.VB.rar/file

0 votes
1 vote

I can reproduce. We are looking into this.

0 votes

Hi Fahad,

I have attached a sample that you can use that demonstrates how to display a Crystal Report report as a PDF File.

Best regards,

Alaa

//

0 votes

Hi Fahad,

in Wisej.NET applications that we created we usually export Crystal Report results to PDF and use the PDFViewer component to display them.

Best regards
Frank

0 votes

Hi Per,

can you please wrap up a test case that clearly shows the issues you are facing i.e. the events that are not fired?

Thanks in advance,
Frank

0 votes

Hi Asen,

all project types are explained in our documentation.

Best regards
Frank

0 votes

The same way you did.

  • Luca answered Apr 14, 2024 - 6:54 pm
0 votes

Hi,

PDF viewer in Wisej.NET uses the native browser viewer so this is not a Wisej.NET issue.
You might want to check the console window for any errors or use plain html to find out why it’s failing.
Finally, Windows 7 is out of support as well.

Best regards
Frank

0 votes

Hello Julie.

Thank you for your answer, I put the css line into the theme file that I use but only have partial success with it. When I have a datagridview with no data and no column headers I can see the nice rounded corners on all 4 corners, looks good !. But when I have a row of data in the datagridview the row does not have rounded corners and, on screen, overwrites the datagridview border and gives it square corners. Likewise if I have column headers – the column header row has square corners and you can’t see the rounded corners of the datagridview anymore. I have attached an image which might make things clearer.

Andrew

0 votes

You can do this via a theme/ theme mixin.

This is the code you need:
"css": "{\"border-radius\":\"5px\"}"

You need to use this in the “table” like so:
"table": {
"states": {
"default": {
"styles": {
"width": [1, 1, 1, 1],
"style": ["solid", "solid", "solid", "solid"],
"color": "windowFrame",
"css": "{\"border-radius\":\"5px\"}"
},
"properties": {
"indent": 20,
"rowHeight": 32,
"headerCellHeight": 32,
"backgroundColor": "window",
"headerBackColor": "window"
}
},

I’ve attached the full theme file (it’s a modified version of the Bootstrap=4 theme) and a screenshot of what this looks like on the datagridview in the theme builder.

Hope this helps,
Julie

Showing 961 - 980 of 11k results