All Answers

0 votes

Hi Allaa,

I have tested this solutions … without any result, same behavoir, tested it on a Iphone with Chrome and Firefox

The Default.html you can see in the Default.pdf document

Regards

Manfred

0 votes

Hi Manfred,

There looks like there’s a viewport solution here: https://stackoverflow.com/questions/35769939/how-to-prevent-android-firefox-browser-to-resize-window-when-soft-keyboard-is-on

Can you try with other browsers? Like Chrome or Brave on your mobile device?

Best,
Alaa

//

0 votes

Hi João,

The issue is related to the Virtual Scrolling feature.

As a workaround, set VirtualScrolling to false.

A fix is currently in QA and it will be shipped in the next update!

Best,
Alaa

 

//

0 votes

Hi Alaa,

We are using version 3.1.6.

As requested, the sample project can be found at https://github.com/JoaoGalaverna/ComboBoxSample. I used the sampleData.json to simulate some data. You can simulate the problem trying to filter with the letter G, or add new entries to the file.

Should you need any more information, please contact me.

Best Regards,

João Paulo Galaverma

0 votes

Hi João,

Unfortunately, we couldn’t reproduce the issue.

Can you please wrap up a small reproducible test sample?

Also, can you please tell us what version of Wisej.NET 3 you’re currently using?

Best,
Alaa

//

0 votes
In reply to: project Theme

Did you check the docs?

  • Luca answered Jan 11, 2023 - 6:10 pm
0 votes

Thank you

0 votes

Hi Cristian,

The TP Program is designed for customers that are:

  • Independent Software Vendors (ISV) with the requirement to embed or resell Wisej.NET licenses
  • Enterprise customers with mission-critical applications that are looking for priority support, advisory services and additional safeguards to address external requirements

 

  • Organizations looking for professional services, access to the Wisej.NET source code, or that want to embrace into a technical partnership, for example to build apps based on embedded versions of the Wisej.NET Server technology.

All TP Program customers benefit from “Bulk License Prices”, hence why you see a discounted price in the documentation.

If you’re interested in the program, please contact us at sales AT iceteagroup.com, I’m sure my colleges would be happy to answer your questions!

Best,
Alaa

0 votes

Hi Fu,

All you need is another SubItem!

In your case, the line of code you added could be modified to be something like:

ListviewCombox.Items.Add(“value_column1”).SubItems.Add(new ListViewItem("value_column2"){SubItems = new ListViewItem[]{new ListViewItem("value_column3")});

Or as another example:

ListviewCombox.Items.Add(“value_column1”).SubItems.Add("value_column2");
Var subItem = ListviewCombobox.Items[index].SubItems[0];
subItem.SubItems.Add("value_column3");

HTH,
Alaa

0 votes

Jay,

we need more information about what you are trying to achieve. Are you talking about a DataGridView?
If you set up a compilable test case with clear questions we might be able to help but not by guessing from the description you provided so far.

Thanks in advance,
Frank

0 votes

Thanks Alaa,

That appears to have fixed the issue.

 

0 votes

Hi Chad,

Can you please try and install https://www.nuget.org/packages/Microsoft.VisualBasic/10.3.0 NuGet Package?

It appears that it would fix the issue!

Best,
Alaa

0 votes

Hi Alaa,

i seems that I have found the problem. The Html-Page i’m using for testing is included in an iFramepanel, when i change the container to an Htmlpanel its’ working.

Is it not possible to access from a html code, which is included in an iFramepanel, to reach the App Object ?

The button link is calling directly the javascript href=”javascript:App.Startseite.SwitchNB();”

Manfred

0 votes

Hi Chad,

We’re currently looking into this issue and we’ll notify you ASAP!

Best,
Alaa

0 votes

Hi Jay,

You can access both Panel 1 and Panel 2 properties of the split container directly from the Designer.

Make sure you expand the Panel2 property in the Properties tab in Visual Studio, you can then set the ShowHeader property to true!

HTH,
Alaa

0 votes

Hello Manfred,

Would you be able to wrap a sample to check exactly what you’re trying to achieve?

Also, some additional info is required:

  • Are you using an HTML panel where you’re hosting your button?
  • Where exactly are you loading the javascript function?

TIA,

Alaa

//

0 votes

Hi Alaa,

Actually, I am having troubles to install this extension as well. I have followed your steps to install WiseJ-3-PrintPreview, but I can’t find this extension on NuGet. I am using other extensions (such as WiseJ-3-TinyEditor, WiseJ-3-TinyMCE and WiseJ-3-NavigationBar) and I could find them without any problems. Can you help me?

Thanks in advance.

João Paulo

0 votes

Thanks

  • Jay Marl answered Jan 6, 2023 - 11:08 am
0 votes

Jay,

you might want to check the SelectionMode of your DataGridView:

https://docs.wisej.com/api/wisej.web/lists-and-grids/datagridview#selectionmode

Best regards
Frank

0 votes

but in this case, can i import the png image inside my project, and reference the path directly?

Showing 1961 - 1980 of 11k results