Posts by Paul

0 votes

Hi

I attach the report sample in Net6
When you compile it an you can see an error, but this are for net48 and can go ahead.

Also can see the output in the pic attached

HTH
Paul

  • Paul answered Jun 22, 2022 - 5:57 am
1 vote

Hi Nicholas
Sorry for the late answer
Sadly, browsers don’t let you browser a user’s computer and
the OpenFileDialog maps drive units on server, not user pc.

But for do your goal, there are three options

1) upload files using the Upload control or drag and drop a file (see docs online) and process it on server
2) user the https://www.nuget.org/packages/Wisej-3-ClientFileSystem extension which uses the browser’s file access api
The client file access api is documented on the mozilla web site.
3) contact sales for custom support, if our goal is more complex and is outside of our free support scope.

HTH
Paul

  • Paul answered Jun 20, 2022 - 4:29 pm
0 votes

Hi Vincent

Please, try the attached mixin theme

On it there is this change

"styles": {

“css”: “{ \”transition\”: \”background-color 1s linear\” }”

},

HTH

regards

  • Paul answered Jun 16, 2022 - 9:36 pm
0 votes

Hi Neil

This kind of question sadly is outside of the scope of help that we provide in the forum.

This info can help you to go in the right direction
https://docs.microsoft.com/en-us/aspnet/core/fundamentals/routing?view=aspnetcore-6.0

Also we can provide proffesional services for specific advanced request, in 4h support packages
Here the link for contact us

Professional Services Request

Thanks and regards

  • Paul answered Jun 16, 2022 - 4:37 pm
0 votes
In reply to: Payment Gateways

Hi Ruben

Under the hood, Wisej.Net use Net6 or DotNet Framework (4.8) , with c# or vb.net

Out there there a lot of information of how integrate a traditonial aspnet solution with others platforme providers that you can adapt it to your needs.

Also you can evaluate our consulting services for any specific needs

Regards

  • Paul answered Jun 16, 2022 - 2:44 pm
  • last active Jun 16, 2022 - 2:54 pm
0 votes
In reply to: Session Variables

Hi Lloyd

Please, could you send us a small runnable sample that reproduce the issue?

by the way, Session are isolated, there is no way to cross data in Application.Session

Regards.

  • Paul answered Jun 15, 2022 - 8:02 pm
0 votes

Hi Vencent

Could you please, put an image with what you have in mind ?

thanks

  • Paul answered Jun 15, 2022 - 2:05 pm
0 votes

Hi dev

All new features and fixes are now focused our Wisej.net 3.0 release
available on download page and nuget
For Wisej 2.5, latest stable release is available only from nuget, 2.5.36

If after update, you has any isse. Please atach a smallest runable sample that show it, thanks

HTH
regards

  • Paul answered Jun 2, 2022 - 2:42 pm
0 votes

Hi dev

Thanks for write us

There are an issue detected and fixed for this topic
Now is in testing and will be available in our next release

thanks for write us

  • Paul answered Jun 2, 2022 - 2:27 pm
0 votes

Hi Nicolas

In this support post you can find details about the same question

Also here you can see the documentation about it

Regards

  • Paul answered Jun 2, 2022 - 1:44 pm
0 votes

Hi Sascha

Thanks for write us

The way how its work is the following

When ModifiedChanged is attached to an handler (lazy event) it is fired immediately when typing for both TextBox and DateTimePicker (works the same way and it’s by design).

When ModifiedChanged is not attached, it’s not fired immediately (because of the lazy event system) but OnModifiedChanged is invoked when there is an event back from the browser.

The Modified property is automatically reset when assigning the Text property even with the same value.

Both work the same way,

Hope to be helpful

  • Paul answered May 31, 2022 - 1:56 pm
0 votes
In reply to: Remove Default Loading

Hi Ruben
You can customize your startup modifying default.html with HTML/CSS
Is web design stuff
I attach a sample that can use to replace your default.html page and starting make your custom changes

More over, you can use loaderTimeout for adjust the time is showing the ajack loader. link documentation
HTH

  • Paul answered May 26, 2022 - 4:28 pm
  • last active May 26, 2022 - 7:23 pm
0 votes

Hi
In vb.net code you must replace
EventArgs
by
System.ComponentModel.HandledEventArgs

And the error must gone

Was a typo error in the documentation page, by the way in c# sample has correct code

Thanks for comment

  • Paul answered May 24, 2022 - 5:54 am
  • last active May 24, 2022 - 5:54 am
0 votes

Hi Muhammed

If You need use other NEt48 assemblies in your project, You need to start with the WisejNet templates for .NetFramework

If You select these other templates (C#, macOS, Linux, Windows, Web, Wisej) . Your project uses .NET6 and NEt48 is used only for designer in visual studio, but can’t reference Net48 assemblies

Full details in the documentation of WisejNET

  • Paul answered May 24, 2022 - 5:08 am
1 vote

Hi

For customize the datagridcells, the recommended approaching is use html with div into it using CellFormating event like this

e.Value = $"<div style='height:100%'><div style='background-color:yellow;width:{value}%;height:100%'></div>" +
$"<div style='width:100%;left:0px;top:0px;position:absolute;text-align:center;top:50%;transform:translateY(-50%);'>{value}%</div></div>";

it’s all plain html and it requires a good amount of trial and error

I attach a runnable sample with also showing the use of splitContainer control for the other question

HTH

  • Paul answered May 23, 2022 - 10:18 pm
1 vote

Nicholas

We are checking this and back you to comment about it

thanks for your feedback

  • Paul answered May 23, 2022 - 5:43 pm
0 votes

Hi Nicholas

We are checking  what your comment us
for be shure, Are you using the datagrid property AutoSizeColumnsMode seted to Fill?

Regards

  • Paul answered May 23, 2022 - 5:08 pm
0 votes

Hi Branko
We has a enhancement in the RibbonBar extension that has the functionality that You feedback to us.
It use a new property CompactView, that simplify all the stuff.

For now is available con GitHub. You must download the code, compiled it and reference from your project. You must reference the aseembly for Net48 and remove the reference from Nuget for only this extension.
Whit the new release of WisejNET, will be available on Nuget too.

I attach a new sample that use the enhancement.

Thanks for your feedback

  • Paul answered May 23, 2022 - 4:42 pm
  • last active May 23, 2022 - 4:47 pm
0 votes

Hi
Additional to the sample of my colleague Alaa

I leave you a sample that could easy adapt with items values stored in a database.

One strongerie of Wise.Net is you can easylest adapt code from winforms samples that be on the web.

Sample code adjunt

HTH

 

 

  • Paul answered May 20, 2022 - 10:33 pm
0 votes

Hi

It’s a known issue with the collection editor in Visual Studio designer.

We don’t have a fix for that since it’s not managed by Wisej.NET.

Regards

  • Paul answered May 19, 2022 - 8:26 pm
Showing 61 - 80 of 262 results