All Answers

0 votes

Hi, Cagil!

Please, check out the attached file.

Best regards,
Ulisses.

  • Ulisses answered Nov 18, 2019 - 5:57 pm
0 votes

Hi,

NavigationBar.UserAvatar takes a string argument that’s a URL.

You can use the file’s path on the system, a web URL, or a base64 encoded image, something like:

Convert.ToBase64String(File.ReadAllBytes(imageFilepath));

Hope this helps!

Best,

Levie

0 votes

Hi Frank,

Got it, have to selected the cell.

Thank you,

0 votes

I see now.

I have logged issue #2036.
We´ll let you know when it´s fixed.

Best regards
Frank

0 votes

New file.

  • Ulisses answered Nov 17, 2019 - 2:18 pm
0 votes

Hi,

we checked this and there seems to be something special with that particular SVG image.
While it fails at design time, it works fine at runtime.

Looks like there is not much we can do here.

Best regards
Frank

0 votes

Hi!

May you help me, please?

Versions: 2.0.47, 2.0.54 and 2.1.5.

Thanks,
Ulisses.

  • Ulisses answered Nov 16, 2019 - 2:11 pm
0 votes

Hi Vishal,

you should be able to install the version you purchased. But you need a developer license for each development machine and a server license for each server installation.
Please contact us directly at sales@iceteagroup.com to get this resolved.

Thanks
Thomas

0 votes

Hi Frank,

Thanks for the update.  The fix seems to have worked apart from in one use case where the following style code is run:

listView1.Items.Clear();
for (int i = 0; i < 3; ++i)
{
listView1.Items.Add(i.ToString());
}
listView1.SelectedIndex = 0;

To work around it we have done:

listView1.Items.Clear();
for (int i = 0; i < 3; ++i)
{
listView1.Items.Add(i.ToString());
}
// XXX: WORK AROUND?
listView1.FocusedItem = null;
listView1.SelectedIndex = 0;

Which seems to allow it to work fine.

I’ve attached an updated example.

Regards,
Mark

0 votes

Hi Frank,

Fix seems to be OK.

Thanks,
Mark

0 votes
In reply to: QZ Tray in Wisej

Hi Huỳnh,

I’m attaching a very basic sample of how you would go about integration.

The basic idea for integrating QZ Tray is to add the required scripts to your Default.html file (provided) and add the required functions (see the sample.html provided by QZ-Tray) in Default.html as well.

You can then call JS from any Wisej component (button call provided) with any information from your VB / C# code. Check out https://wisej.com/docs/2.0/html/JavaScript.htm for more information on calling JS in Wisej.

If you’re still having trouble with the integration, we offer custom integration services (https://wisej.com/services/#custom-integrations) that might be of use to you!

Let me know if you have any other questions!

Best regards,

Levie

 

 

0 votes

perfect thanks, I found the same via search 15minutes ago.

i will already test the demo, and i think that’s my solution.

i only have to convert from c+ > vb.net

0 votes

Hi Bjorn,

you might want to take a look at an older discussion here in the support forum
and its attached sample:

https://wisej.com/support/question/datagridview-dragdrop-move-rows

Hope that helps !

Best regards
Frank

0 votes

Hi,

got your point, thanks.

I have logged enhancement request #2032 for it.
We´ll keep you updated.

Best regards
Frank

0 votes

Please..

0 votes

Hi,

can you please share some more details of a possible usage for a label of a label ?

Thanks in advance.

Best regards
Frank

0 votes
In reply to: wise j 2.1.5

Hi Ewan,

thanks, will be included in the next beta build.

Best regards
Frank

0 votes

Hi Mark,

this had been logged as #2015 and a fix is included in the latest Wisej release (2.0.54).

Best regards
Frank

0 votes

Hi,

this issue (#1991) is fixed in the latest Wisej release (2.0.54).

Best regards
Frank

0 votes

Hi Mark,

issue #2020 is fixed in the latest Wisej release (2.0.54).

Best regards
Frank

Showing 5401 - 5420 of 11k results