All Answers

0 votes

Hi David,

WJ-8352 is fixed in the latest Wisej release (1.3.82).

Best regards
Frank

0 votes

Hi Andrew,

this designer problem (WJ-8340) is fixed in Wisej release 1.3.82.

Best regards
Frank

0 votes

Hi Thomas,

WJ-8339 is fixed in Wisej release 1.3.82

Best regards
Frank

0 votes
In reply to: AlertBox Exit/Close

Hi Chris,

enhancement WJ-8333 is implemented in Wisej release 1.3.82.

Best regards
Frank

0 votes

Hi Jonatha,

WJ-8322 and WJ-8323 are fixed in Wisej release 1.3.82.

Best regards
Frank

  • Frank (ITG) answered Aug 13, 2017 - 10:28 pm
  • last active Aug 13, 2017 - 10:28 pm
0 votes

Hi Matthew,

WJ-8311 is fixed in the latest Wisej release (1.3.82).

Best regards
Frank

0 votes

Hi,

WJ-8305 is fixes in Wisej release 1.3.82.

Best regards
Frank

0 votes

Hi Wilfred,

the fix logged as WJ-8304 is included in Wisej build 1.3.82.

Best regards
Frank

0 votes
In reply to: Invalid Server License

Hi Ben,

WJ-8299 is included in Wisej build 1.3.82.

Best regards
Frank

0 votes
In reply to: Invalid Server License

Hi Ben,

we discussed this internally and will change it as following (WJ-8299):

PerformClick is always executed when coming from the server side and only if the button (radio/check/menu item) is visible & enabled from the client side.

The change will be in the next Wisej build.

Best regards
Frank

  • Frank (ITG) answered Jun 17, 2017 - 6:18 pm
  • last active Aug 13, 2017 - 10:21 pm
0 votes

Hi Felix,

WJ-8298 is fixed in Wisej build 1.3.82.

Best regards
Frank

0 votes

Hi Andrew,

WJ-8297 is included in Wisej build 1.3.82.

Best regards
Frank

0 votes
In reply to: TextBox focus bug

Hi Marian,

it´s fixed in the latest Wisej build (1.3.82).

Best regards
Frank

0 votes

Thanks Frank – yes we were in the wrong directory. I’ll email you the previous license file.  Once we removed it – it did ask us for the license key, and we entered the new one we just bought.  License activated correctly.

But still we have the problem w/ red triangles, which I guess is not dependent on the license.  Our other development machines do not have this issue.

What can we do to correct this?

0 votes
In reply to: RichTextbox vs TextBox
We didn’t implement the RichTextBox class because there are too many great html editor online and we didn’t want to restrict the choice. Also we didn’t want to replicate the rtf format since it’s basically obsolete.
That’s why we have provided three HTML editor controls (they should be derived from TextBox) using TinyEdit, TinyMCE and CKEdit. You can find the source code in the /extensions section.
You can find more info here:
If you need to convert to/from RTF I believe there are some open source C# libraries for that.
HTH
Best,
Luca
  • Luca answered Aug 13, 2017 - 7:14 pm
1 vote
In reply to: Serving static content

Hi Edmond,

I wouldn’t store the static/dynamic content in a PictureBox.Image property, it uses memory in the session since it’s a System.Drawing.Image object.

Wisej supports the IWisejHandler interface that can be added to any class to provide any custom content directly to the browser as a simple link. You can extend a PictureBox class and set the ImageSource property to the postback URL generated bu the GetPostbackURL() method that is added to all classes implementing IWisejHandler. Or you can use the Widget class to build custom HTML and use the WebRequest event to return any content.

You can return any content type: html, text, images, video, audio, …

You can also create a custom control. I have attached a small sample showing two approaches: extended PictureBox and Widget in place. This allows our code to load the content on the fly and serve it to the browser and let the browser cache it.

HTH

/Luca

  • Luca answered Aug 13, 2017 - 7:13 pm
0 votes

Hi Matthew,

this is ProgramFiles. Can you please check in ProgramData ?

Thanks in advance.

Best regards
Frank

 

0 votes

Thanks for the quick response Luca.

No .lic file present – and we are showing for hidden files too.

 

 

0 votes
In reply to: PreFilterMessage
Wisej support the message filtering feature trough the IEventFilter interface.
Application.AddEventFilter.
All events for any component coming from the client go through that filter.
HTH
Best,
Luca
  • Luca answered Aug 13, 2017 - 6:28 pm
0 votes

Try to delete:

C:\ProgramData\IceTeaGroup\Wisej

It should have wisej-developer.lic

When the designer comes up it should ask for the key.

The read triangles mean that the html renderer is not responding in time. An expired key should automatically popup the registration dialog. We’ll have to reproduce and fix. Can you please send the current wisej-developer.lic on that machine before replacing it? Send it to support[at]iceteagroup.com.

Best,

Luca

 

  • Luca answered Aug 13, 2017 - 6:27 pm
Showing 8681 - 8700 of 11k results