Hi, Cagil!
Please, check out the attached file.
Best regards,
Ulisses.
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
Hi Frank,
Got it, have to selected the cell.
Thank you,
I see now.
I have logged issue #2036.
We´ll let you know when it´s fixed.
Best regards
Frank
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
Hi!
May you help me, please?
Versions: 2.0.47, 2.0.54 and 2.1.5.
Thanks,
Ulisses.
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
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
Hi Frank,
Fix seems to be OK.
Thanks,
Mark
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
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
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
Hi,
got your point, thanks.
I have logged enhancement request #2032 for it.
We´ll keep you updated.
Best regards
Frank
Please..
Hi,
can you please share some more details of a possible usage for a label of a label ?
Thanks in advance.
Best regards
Frank
Hi Ewan,
thanks, will be included in the next beta build.
Best regards
Frank
Hi Mark,
this had been logged as #2015 and a fix is included in the latest Wisej release (2.0.54).
Best regards
Frank
Hi,
this issue (#1991) is fixed in the latest Wisej release (2.0.54).
Best regards
Frank
Hi Mark,
issue #2020 is fixed in the latest Wisej release (2.0.54).
Best regards
Frank
