Hi Edmond,
is your server running on websockets ?
If not, have you tried calling Application.Update(this) ?
Best regards
Frank
Hi,
Any new’s with the Accordion panels dock position?
Thanks.
Hi Frank
Project I am working on has been sent
Ewan
Hi Ewan,
can you please share your test code so we can take a look at it ?
Thanks in advance.
Best regards
Frank
I created a test DGV and used the same code to populate it and it works fine.
The event DataBindingComplete does fire
So it seems you cannot use a DGV as a drop down on a combo box in a straightforward way.
(Does it need to be a user control containing a docked dgv and the user control used as the drop down?)
The event DataBindingComplete does not fire despite the binding source changing.
An empty DGV drops down.
Also noticed with the test grid that auto sizing the columns based on row contents does not work.
DGV display is flaky on Edge missing grid lines etc. (Not IE or Chrome)
Hi Matthew,
one way could be this:
this.htmlPanel1.Html += "<br> new line" + DateTime.Now.Second.ToString();
EvalAsync("App.Window1.htmlPanel1.scrollToY(1000)");
Best,
Jens
Hi Frank,
after a NuGet restore all works fine.
Thank you!
Hi Simone,
I fixed the extension in GitHub.
Can you please try again ?
Best regards
Frank
the PictureBox control is represented as a wisej.web.PictureBox javascript object. You can use pictureBox1.setSource(value) to set either:
Hi Abel,
we don´t have an example for PayPal integration ready, sorry.
In general the integration depends on the type of your PayPal account
and the design and workflow of your application(s).
In general the integration in Wisej should not be different to any asp.net application.
Hope that helps.
Best regards
Frank
Hi Gabriele,
please use the NullableValue property of the DateTimePicker.
Best regards
Frank
Application.Navigate()
Hi Frank,
I removed the references to Wisej.Web and Wisej.Core and replaced it with Wisej.Framework. Otherwise, the whole application will not successfully compile in v2.0.x
Physically deleting Wisej.Web.dll, Wisej.Web.xml, Wisej.Core.dll and Wisej.Code.xml from the bin folder resolved the issue. It’s now working as expected.
Thanks and regards.
Diego
Thanks Adil.
I have logged that issues as #1754.
We´ll inform you when it´s fixed.
Best regards
Frank
Hi Diego,
this looks like a mismatch between Wisej 1.5 and Wisej 2.0 assemblies.
Can you please verify that you have no references to Wisej.Web.dll in your Application ?
Maybe you got one readded after dropping from the Wisej 1.5. toolbox ?
Hope that helps.
Best regards
Frank
Hi Frank,
Steps and screenshots are like that;
Thank you.
Hi Adil,
I was trying to reproduce this but failed so far.
Can you please list the exact steps to bring up that error ?
Thanks in advance.
Best regards
Frank
Hi,
it´s not clear to me from your error description. Can you please share a sample that shows these issues ?
Please post it here or send it to frankATiceteagroup.com
Thanks in advance !
Best regards
Frank
Just for the records and to not leave it unanswered:
Not a bug in Wisej.
Best regards
Frank
Hi Andrew,
in addition to Jens solution just a hint that you can close the Desktop with
Application.Desktop.Dispose()
or Application.Desktop = null
Best regards
Frank
