All Answers

0 votes

Need a test case.

  • Luca answered Apr 24, 2018 - 4:18 pm
0 votes

That’s correct. The Language property in Visual Studio is a design property used to localize the form. It has nothing to do with the runtime language.

At runtime it will use either the language indicated by the browser or indicated by your configuration or forced in the URL:

https://wisej.com/docs/html/Localization.htm

  • Luca answered Apr 24, 2018 - 4:04 pm
0 votes

Hi Nic,

the Mozilla PDF viewer and probably most other PDF viewser don´t seem to care about the attachment name header.
They use the PDF title in the PDF when it´s set. I´m afraid we can´t change that.

Best regards
Frank

0 votes
In reply to: TreeViewNode Text

Hi Angelo,

you can achieve this with setting AllowHtml to true for all nodes you want to have a multiline text.
Then simply use <br> to create new lines.

Best regards
Frank

0 votes

Hi Nic,

 

To set the file name use

Snippet

Application.Download("Wisej-Datasheet-V2.2.pdf", "MyFileName.PDF");

Using a Stream, use
Snippet
Application.Download(stream, "MyFileName.PDF");
  • Tiago (ITG) answered Apr 24, 2018 - 12:51 pm
  • last active Apr 24, 2018 - 12:55 pm
0 votes

Hi Frank

I had already attached a test project 😉

Thanks

Cristian

0 votes

Awesome. Thanks for the quick response and fix 🙂

Andi

  • Andi answered Apr 24, 2018 - 7:22 am
  • last active Apr 24, 2018 - 8:42 am
0 votes

Hi Roni,

the problems in the designer are fixed in 1.4.86.

Best regards
Frank

0 votes
In reply to: Tree View IE 11

Hi Ewan,

this issue is logged as WJ-8900, fixed and will be included in the next release.

Best regards
Frank

0 votes

Hi Cristian,

can you please send us a testcase ? Either here or to frankATiceteagroup.com

Thanks in advance !

Best regards
Frank

0 votes

It depends on how the svg is created. Most svgs already specify the fill color. Wisej preloads the svg as an xml object and caches it in memory then detects if it’s a monochrome sgv by comparing the colors, and when the source name has ?color= Wisej actually changes the xml of the svg to change the color and caches the new colored version.

 

  • Luca answered Apr 23, 2018 - 4:28 pm
0 votes

 

Hi, Frank

build 1.4.84, now work fine.

Very tank you,

0 votes

 

Hi, Frank

build 1.4.84, now work fine.

Very tank you,

0 votes

Dario, Angelo

please use build 1.4.84, it should resolve the license problem while developing in VS.

Sorry for any inconvenience.

Best regards
Frank

  • Frank (ITG) answered Apr 23, 2018 - 11:53 am
  • last active Apr 23, 2018 - 11:53 am
0 votes

Hi Angelo,

can you please send your license file to frankATiceteagroup.com so we can inspect it ?

Thanks in advance !

Best regards
Frank

0 votes

I was on 1.4.80 … 1.4.83 has fixed it, thanks!

0 votes

Hi Neil,

have you tried our latest Wisej build (1.4.83) ?
There have been some corrections made in the area of AcceptTabs and AcceptReturns ?

Best regards
Frank

0 votes

Hi Frank,

I have updated AcceptsReturn, but still no joy.  So with a textbox as follows …

this.textBox61.DataBindings.Add(new Wisej.Web.Binding(“Text”, this.bsEnrolment, “RplEvidence”, true));
this.textBox61.Dock = Wisej.Web.DockStyle.Fill;
this.textBox61.Location = new System.Drawing.Point(3, 41);
this.textBox61.Multiline = true;
this.textBox61.AcceptsReturn = true;
this.textBox61.Name = “textBox61”;
this.textBox61.ScrollBars = Wisej.Web.ScrollBars.Vertical;
this.textBox61.Size = new System.Drawing.Size(298, 89);
this.textBox61.TabIndex = 1;

Hitting return does nothing, whilst shift-return adds a newline.

Cheers,
Neil.

0 votes

Hi Cristian,

the ImageSource problems related to URL decoding are resolved in Wisej release 1.4.83.

Best regards
Frank

0 votes

Hi Nic,

this problem is logged as WJ-8889 and fixed in our latest release (1.4.83).

Best regards
Frank

Showing 7501 - 7520 of 11k results