All Answers

0 votes

Hi Gabriele,

You can use Application.ShowConsole = true; on your C# code

Best,
Kevin(ITG)

  • Kevin answered Apr 6, 2022 - 5:27 pm
0 votes

Hi Kevin,

 

That’s great – so one of the options is on double-click.

Thank you!

Neil.

0 votes

Hi Neil,

We are already supported,

You can check : DataGridViewAutoSizeColumnMode – Wisej API for more details

Thanks,

Kevin (ITG)

  • Kevin answered Apr 4, 2022 - 4:13 pm
0 votes

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.

0 votes

Thanks Kevin …

It´ll be usefull for all …

Best regards

  • MARCELO BLANK answered Apr 4, 2022 - 3:00 pm
  • last active Apr 4, 2022 - 3:00 pm
0 votes

I send you one

  • Kevin answered Apr 4, 2022 - 2:52 pm
0 votes

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

 

 

0 votes

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)

  • Kevin answered Apr 4, 2022 - 2:01 pm
0 votes

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)

 

  • Kevin answered Mar 31, 2022 - 7:58 pm
0 votes

Can you send a link to a sample you’re trying to reproduce or attach a sample here?
Thanks,
Levie

0 votes
In reply to: WiseJ 3 beta status?

Hi Andrew,
The first official release of Wisej 3 will be April 15, 2022.

Wisej 3 to be released April 15th, 2022

We just uploaded the first release candidate on GitHub today.

Let me know if you have any questions about it!

Best,
Levie

0 votes

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

0 votes
In reply to: ChartJS range

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

0 votes

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.

  • Luca answered Mar 30, 2022 - 2:42 pm
0 votes

Hi

I attach your sample slightly modified for right working of the datagridview using a combobox column

Regards

  • Paul answered Mar 29, 2022 - 4:59 pm
  • last active Mar 29, 2022 - 5:01 pm
0 votes

Hi

You can use the Upload control

Here documentation

And here a sample

Regards

  • Paul answered Mar 28, 2022 - 1:14 pm
0 votes
In reply to: CUSTOM THEME

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

0 votes

 

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

  • Paul answered Mar 25, 2022 - 7:34 pm
0 votes

 

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

  • Paul answered Mar 24, 2022 - 8:25 pm
0 votes

I sent the requested file.

Thanks,

Shawn R

Showing 2681 - 2700 of 11k results