All Answers

0 votes

Hi Paula,

Could you please attach a video or sample demonstrating the behavior?

I tried to replicate it from your explanation, but I didn’t run into any errors.

Best,

Levie

0 votes
In reply to: Custom Wallpaper

Hi Jorge,

You can use images from URL’s with the CustomWallpaper control.  For example:

 Dim imgLst(1) As ImageListEntry
 imgLst(0) = New ImageListEntry("https://urlOfImage1")
 imgLst(1) = New ImageListEntry("https://urlOfImage2")
 CustomWallpaper1.Images = imgLst

So as long as you know the URL of the images you can get them from wherever you want!

0 votes

For some bizarre reason when the MCCB is column is first activated the drop down is set to not visible.

Setting the drop down to visible on the dropdown event fixes the issue.

0 votes

Hi, Levie!

Have you tried clearing your browser’s cache? No.
Is it only on Google Chrome? No. Edge and Firefox too.
Are you able to replicate the issue if you use another machine? I did not try.

This error is intermittent. Sometimes it is necessary to try several times.

Thanks!

  • Ulisses answered Aug 12, 2019 - 10:06 pm
0 votes

Hi Luca! If I using Wisej.HostService.exe, for each client I saw that the Wisej.HostService.exe application will increasing about 10MB of RAM and didn’t release after client disconnect or close. That may by increase from initial 13MB to ~1GB RAM or more. How to fix this?

Thanks!

  • Tuyen NL answered Aug 12, 2019 - 5:03 am
0 votes
In reply to: PrintDialog control

Hi Huynh,

Wisej itself doesn’t have a PrintDialog control.  For printing on the web, you should look into using the “window.print()” method in JavaScript.

You should use the Client’s browser printing popup to allow the user to select between printers and settings.

If you want to avoid the client’s printing popup you could use something along the lines of Google’s Cloud Print API: https://developers.google.com/cloud-print/ and create your own PrintDialog control.

Best,

Levie

 

0 votes

Hi Ulisses,

Have you tried clearing your browser’s cache?  Is it only on Google Chrome?  And finally, are you able to replicate the issue if you use another machine?

I ran the project at least 10 times and had no issues on Google Chrome / Firefox.

Let me know!

Best regards,

Levie

0 votes
In reply to: Designer Problem

Hi,

Thanks for reporting.  I’ve logged your issues!  Would you be able to provide a small sample of the issue where the controls change location when you switch profiles?  It would make debugging the issue faster!

Best regards,

Levie

0 votes
In reply to: Panel Header font

Hi Ewan,

Sorry for the delayed response!  I’ve logged your idea to override the Panel’s inheritance as an enhancement!  I’ll keep you updated on the issue.

For now, the best way is to manually override each child component’s font.

Best regards,

Levie

0 votes

This is holding up migration for us.  We are supposed to move to VS2019 and cannot until these templates are put in.

  • Andrew Niese answered Aug 9, 2019 - 2:29 pm
  • last active Aug 9, 2019 - 2:38 pm
1 vote
In reply to: Application.StartTask

The task will end when your function exits. If you have a loop, just exit the loop. If the task function waits for something else, like a db query, you need to end the process it’s waiting on.

  • Luca answered Aug 9, 2019 - 10:17 am
0 votes

Hi Simone,

This issue is fixed in the latest dev build (2.0.35).  You can get it from wisej.com/builds. Let me know if it works for you!

Best,

Levie

0 votes

This issue is fixed in the latest dev build (2.0.35).  You can get it from wisej.com/builds. Let me know if it works for you!

Best,

Levie

0 votes

Hi Andrew,

Try this:

using (FileStream fs = File.OpenRead(Path))
   {
      using (BinaryReader br = new BinaryReader(fs))
      {
         Application.Download(br.BaseStream, "FileName");
      }
   }
It’s important that the file is closed from reading after use and the best way to do that is something like above.
Let me know if this works for you!
Best regards,
Levie
  • Levie (ITG) answered Aug 8, 2019 - 6:50 pm
  • last active Aug 8, 2019 - 6:54 pm
0 votes

Hi,

There is an issue with Wisej’s ImageList.  You will need to re-set the ImageIndex of the control after you change the ImageList image and that should update the other controls accordingly. You can see that’s the same behavior as in WinForms.

I have logged the issue as #1949.

I’ll keep you updated when it’s fixed!

Best regards,

Levie

0 votes

Hi Levie,
the property Visibile is usefull to know if the scroll bar it is showned or not.
thank you
Cristian

0 votes

Thank you.

i will try this.

0 votes

Thank you.

i will try this.

1 vote

Hi Arnoldo,

Many thanks for your post. I can assure you that we are indeed alive and that this is just the beginning of Wisej. We’ve been around for more than 20 years. Wisej is our youngest product and we are seeing a lot of success with clients at all sizes around the globe.

We are convinved that there is a bright future ahead of Wisej. Take a look at the case studies we published during the last months on our website: There are big companies using Wisej and all of our customers report tremendous achievements in terms of productivity and scalability compared to other technologies. We are seeing Wisej as a perfect concept for enterprise-scale web development and we are here to spread the word and make sure that organizations around the world benefit from our technology. To us, this is just the beginning. 🙂

In case of any commercial or sales-related questions, don’t hesitate to contact me: thomas@iceteagroup.com.

Best wishes
Thomas

 

  • Thomas (ITG) answered Aug 2, 2019 - 8:53 pm
  • last active Aug 4, 2019 - 7:28 am
0 votes

Dear Luca,

I have just fix my problem by using Wisej.HostService.exe in other discuss of your. Wisej.HostService.exe really is good solution for publishing my web site without using IIS server.

The problem may be is combine between IIS and Wisej web site built.

After using Wisej.HostService.exe, I don’t have problem related to “from file” or “stream”!

Thank you so much for  supporting!

Showing 5621 - 5640 of 11k results