All Answers

1 vote

Hi Edmond,

is your server running on websockets ?
If not, have you tried calling Application.Update(this) ?

Best regards
Frank

0 votes

Hi,

Any new’s with the Accordion panels dock position?

Thanks.

0 votes
In reply to: Multi Column Combo Box

Hi Frank

Project I am working on has been sent

Ewan

 

0 votes
In reply to: Multi Column Combo Box

Hi Ewan,

can you please share your test code so we can take a look at it ?

Thanks in advance.

Best regards
Frank

0 votes
In reply to: Multi Column Combo Box

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)

  • Ewan Walker answered Jan 22, 2019 - 8:17 am
  • last active Jan 22, 2019 - 9:02 am
0 votes
In reply to: Scrolling html content

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

0 votes

Hi Frank,

after a NuGet restore all works fine.

Thank you!

0 votes

Hi Simone,

I fixed the extension in GitHub.
Can you please try again ?

Best regards
Frank

0 votes

the PictureBox control is represented as a wisej.web.PictureBox javascript object. You can use pictureBox1.setSource(value) to set either:

  • url
  • base64 data
  • theme image name

 

  • Luca answered Jan 17, 2019 - 6:56 pm
0 votes

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

0 votes

Hi Gabriele,

please use the NullableValue property of the DateTimePicker.

Best regards
Frank

0 votes

Application.Navigate()

  • Luca answered Jan 16, 2019 - 8:13 pm
0 votes

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

  • Diego answered Jan 16, 2019 - 3:18 pm
0 votes

Thanks Adil.

I have logged that issues as #1754.

We´ll inform you when it´s fixed.

Best regards
Frank

0 votes

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

0 votes

Hi Frank,

Steps and screenshots are like that;

  1. Application.Exit(); or after SessionTimeOut
  2. on Closing Page Dialog choose Yes
  3. Click address bar then Reload Page
  4. Throws Exception

Thank you.

0 votes

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

0 votes
In reply to: Bugs Ver 2.04

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

0 votes

Just for the records and to not leave it unanswered:

Not a bug in Wisej.

Best regards
Frank

 

0 votes

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

Showing 6381 - 6400 of 11k results