All Answers

0 votes

There is a workaround: if you put the controls inside a container the combobox are displayed.

0 votes

Hi Cristian,

Both versions of Wisej can coexist on the same machine!

You shouldn’t have any issues, make sure that both Designers are installed and you should be good to go!

HTH,
Alaa

//

0 votes

Hi Gabriele,

Quick update, we found out that the issue is related to “the automation.mode”: true option in Default.json.

Bug number is #3061.

Best,
Alaa

//

0 votes

Hi Gabriele,

Thank you for posting about this issue!

We’re currently investigating it and we’ll get back to you ASAP!

Best,
Alaa

//

2 votes

Hi Matthew,

You can add a “paste” event listener for your TextBox widget.

You can do it by adding

this.getContentElement().addListener('paste',(e)=>{ this.fireWidgetEvent("paste",e); })

to the InitScript property of your textbox, then you’ll need to handle the “WidgetEvent”, it should look like this:

private void textBox1_WidgetEvent(object sender, WidgetEventArgs e)
{
if(e.Type == "paste")
{
AlertBox.Show("Hi");
}
}

HTH,
Alaa

0 votes

You’ll need to create a Widget. (see https://docs.wisej.com/docs/controls/content/widget )

I would recommend following the Leaflet Quick Start Guide when you are trying to figure out what Javascript you need to write to get a simple implementation of Leaflet.

A similar question was recently asked, about implementing a different JavaScript widget (Lottie Web Player). It’s a very similar process to implement Leaflet. For Leaflet, you will need a different Javascript source code file. (For Leaflet, I believe it is “https://unpkg.com/leaflet@1.9.3/dist/leaflet.js”). Additionally, the Javascript to initialize the component will look a little different.

0 votes

Hello Alaa,

Tank you very much for your very fast answer 😉

Infact the property AcceptReturn is already set to TRUE

 

I just found out that there is a Sal.MapEnterToTab(true) on the SAM_AppStartup Handler OnAppStartup()

In Gupta we were still able to add a CR+LF using the [ctrl]+[enter] combination.

Is this a PPJ bug ?

 

TIA

Mirko

0 votes

Hi Mirko,

You should set the AcceptReturn property to true on the MultiLine TextBox.

Also, it should be already set to true in SalMultilineField.

Best,
Alaa

0 votes

Double click on the component to design.

  • Luca answered Nov 28, 2022 - 2:39 pm
0 votes
In reply to: Port already occupied

Hi,

thanks. But when I try that I get an error page telling “The requested page cannot be accessed because the associated configuration data for the page is invalid.” Google says, that some configuration XML files have errors, but Notepad++’s XML sysntax checker finds nothing neither in Web.config not in applicationhost.config. Any ideas?

0 votes

Hi Luca,

  • When custom UserComboBox, I want to show MyComboBox with: DropDownWidth and DropDownHeight fit MyDropDownControl
  • But, MyComboBox auto fit ComboBox.Width.
  • How to set MyComboBox.DropDownWidth and MyComboBox.DropDownHeight auto fit MyDropDownControl?

Best regards.

0 votes
In reply to: FtpWebRequest

Hi Junarism,

This isn’t a Wisej.NET issue, you have to check with Microsoft’s documentation on how the FtpWebRequest works.

Also, it’s clearly stated that it’s recommended not to use FtpWebRequest in a new development project, you can check it out more on their website or through this GitHub Issue.

Best,
Alaa

//

0 votes
In reply to: Port already occupied

Hi Didi,

You’ll have to modify the port Profile port in launchSettings.json to a new port, say 5005!

That should work out of the box with .NET 6.

To use .NET 4.8 and IIS Express, you’ll have to change the settings in your .csproj file.

Look for the line “<RunArguments>/path:”$(MSBuildProjectDirectory)” /port:5000</RunArguments>” and change the port to whatever you want!

HTH,
Alaa

//

0 votes

That’s correct and as expected. You have to wait for the session to expire. Browsers or computers turned off don’t raise any event.

  • Luca answered Nov 28, 2022 - 1:19 pm
0 votes

https://docs.wisej.com/api/wisej.web/lists-and-grids/combobox#dropdownwidth

Works as expected and documented. Sets the maximum width.

 

  • Luca answered Nov 28, 2022 - 1:16 pm
0 votes

Hi Huỳnh,

We’re investigating the issue as this is a potential bug!

We’ll let you know as soon as possible.

Best,
Alaa

//

0 votes

Hi Alaa,

It is not  installation package for Visual Studio.

I want to take wisej application running on the web for testing my app. Before buying a server license, i need Wisej server Community for FREE.

How to download the installation package of Wisej server Community to install on my web server?

Can you guide me download and setup wisej server installer?

Thank you so much.

0 votes

Hi Huỳnh,

  1. I think you’re referring to the NuGet packages. You can find the Wisej.NET latest package via the NuGet Package Manager in Visual Studio, we no longer distribute Wisej.NET with an installer except for the designer that requires the VSIX package, which is basically a Visual Studio extension. You can find it on our Builds page.
  2. It’s simple and straightforward, all you have to do is head over to the Developer Licenses page on our website and then click on the “Get It Now” link, from there you can simply checkout and you’ll have your license keys available in the “Accounts” section of the website.
  3. Of course! Let me know if there’s anything else I can do

Best,
Alaa

//

0 votes

It’s not a Wisej issue. For further assistance you should contact Microsoft.

  • Luca answered Nov 25, 2022 - 11:55 am
0 votes

Hi Alaa.

I don’t have an answer to your question, yet.
Please let me know the current status of the response to your question.
Also, please let us know if the information we have provided is insufficient.
If so, please let us know what is missing.

Showing 1761 - 1780 of 11k results