All Answers

0 votes

Hi,

Yes this was my fault. I put a public Page class at the top of the program module & on start-up I made this class equal Page1 & showed it.

I know this sounds like an odd thing to do but I was experimenting, hoping to get a global copy of page1, but this caused problems!

  • Darren answered Jul 13, 2018 - 5:40 pm
0 votes
In reply to: Fixed server address?

Hi Frank,

Yes, after months of worrying about this it’s not actually a problem at all.

Being a hardened desktop developer & taking the plunge into the unknown world of web dev for the first time – I’ve been over thinking all possible issues.

Not a bad thing I suppose but it’s kept me awake at night a few times, lol

  • Darren answered Jul 13, 2018 - 4:40 pm
0 votes

Just tried accessing a local PC by IP with the last Windows 10 and Edge without problems. It may have been updated in a newer Edge release.

The issue may be related to Edge’s security settings. The posts on MSDN indicate that adding the IP address to the safe site solves it.

https://answers.microsoft.com/en-us/edge/forum/edge_other-edge_win10/microsoft-edge-browser-cant-access-network-ip/1e7d32c7-f8ed-431d-9b64-ed822dd28717

 

Image

  • Luca answered Jul 13, 2018 - 2:30 pm
0 votes

Hi Mark,

browsing through the web I found some hints to disable Visual Studios Debug “Edit and Continue” feature.
Can you please try this to see if it makes a difference ?

Best regards
Frank

0 votes
In reply to: Fixed server address?

Hi Darren,

this highly depends on your network infrastructure. If you have a decent DHCP server you can assign fixed IP addresses based on the clients/servers MAC address.
Otherwise you could also think of sending out a test request on a certain range of IP-addresses and see which respond.

Best regards
Frank

0 votes

Hi Marcelo,

this is currently not possible with Wisej. It´s on the TODO list but with no specific date yet.

You can integrate any 3rd party grid that offers such functionality.

Find a sample with DevExtreme in this blog:

https://wisej.com/blog/integration1/

Hope that helps.

Best regards
Frank

0 votes

Hi Harald,

not sure I understand the problem yet. If you want to have 1 item per row you can follow the tipps given here:

https://wisej.com/support/question/listview-item-full-row

If the listview does not display correctly in detail view, please send us a test case.

Thanks in advance.

Best regards
Frank

0 votes

Hi Frank,

Although not a Wisej issue, there’s definitely a problem with Edge and local domains.

See: https://social.technet.microsoft.com/Forums/en-US/0face535-3c7a-4658-be34-6c376322ca34/microsoft-edge-cant-open-local-domains?forum=win10itpronetworking

This may inadvertently affect Wisej users trying to test locally.

I just thought I’d make folk aware of it and perhaps ask if anyone else has experienced it or indeed fixed it.

Thanks

  • Darren answered Jul 13, 2018 - 10:33 am
0 votes
In reply to: Lazy loading panel

Remove or hide the items that don’t match the filter. If the new total is less and the loader is visible the load a new batch.

  • Luca answered Jul 12, 2018 - 11:44 pm
0 votes

Darren,

Wisej does not use any Service Workers, so this must be something beyond our scope.

Maybe something related to some AntiVirus Software blocking that attempt ?
Or even some malware ? In any case you might want to check for a Virus and/or try to test without any AV Software
to avoid any unwanted interactions.

Best regards
Frank

0 votes

Hi Harald,

From MvvmFx binding components I took the C# source, This source as well as the converted VB are attached.

HTH

  • Tiago (ITG) answered Jul 12, 2018 - 9:35 pm
  • last active Jul 12, 2018 - 9:35 pm
0 votes
In reply to: Lazy loading panel

Hi Luca,

This sample is great and shows how flexible wisej is.

But how do we search or filter an item already added to the panel?

Thanks,

Duts

  • Duterte answered Jul 12, 2018 - 8:03 pm
  • last active Jul 12, 2018 - 8:10 pm
0 votes

Hi Daren,

I can not reproduce as I don’t have VS 2012 installed. I would say that if the application runs on one tab, it should also run on two or three tabs.

Please try the Wisej Desktop application at http://demo.wisej.com/CodeProject.html on IE (or any other browser) on two or three tabs. The source code is at Wisej-Examples in GitHub so you can also try it in Visual Studio or your local IIS.

  • Tiago (ITG) answered Jul 12, 2018 - 3:17 pm
  • last active Jul 12, 2018 - 3:18 pm
0 votes

Darren,

I am sure, this is not a Wisej issue.

  • Duterte answered Jul 12, 2018 - 2:04 pm
  • last active Jul 12, 2018 - 2:08 pm
0 votes

If the mobile device has a pdf user yes. If it doesn’t then you can try the mozilla pdf viewer. Wisej supports: 1) native, 2) mozilla pdf.js, 3) custom. The stream has nothing to do with the device. If the device has a native viewer then you should use it.

 

  1. Set pdfviewer to Auto. If it doesn’t work it means that your device or browser don’t support pdf.
  2. Set pdfviewer to Google. If it doesn’t work it means that the google pdf viewer doesn’t work on the device or browser.
  3. Set pdfviewer to Mozilla. If it doesn’t work it means that the mozilla pdfjs viewer doesn’t work on he device or browser.
  4. Set pdfviewer to Custom. In this case you have to set a url to a custom pdf viewer that works on the device or browser.

HTH

  • Luca answered Jul 11, 2018 - 4:11 pm
0 votes

In wisej app i have a pdfviewer that is loaded by stream.
On desktop browser works ok pdf display on pdfviewer as expected, but in mobile android chrome browser fails to load in pdfviewer, it doesn’t shows
I want to know if i can use pdfviewer on mobile android chrome browser
Thanks in advance!

  • Ser Gar answered Jul 11, 2018 - 4:05 pm
  • last active Jul 11, 2018 - 4:06 pm
0 votes

Hi,

I presume you are referring to a Wisej web application, as opposed to a Wisej standalone application.

There is a download sample on GitHub that shows 3 different ways of receiving a PDF.

HTH

0 votes

Ok thanks, until it’s be done i will use two DataGridView.

Another question, is there any possibility to syncronize the scroll bars of two DataGridView?

I saw that the property who do that in WinForm is missing in wisej, so it’s on the todo list or exist already a way to syncronize it?

  • Guest answered Jul 11, 2018 - 7:10 am
0 votes

Not at the moment. It’s on the todo list.

  • Luca answered Jul 10, 2018 - 11:30 pm
1 vote

On the client side we have run Wisej applications using an Amazon Fire Stick. For the server side we don’t plan to run a Wisej server on a Smart TV. The client yes, it already works. For the server side we are going for mono (Linux and MacOS) next year and then for .NET Core. Remember that Wisej is built primarily for business web applications.

  • Luca answered Jul 10, 2018 - 11:25 pm
Showing 7121 - 7140 of 11k results