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!
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
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.
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
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
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
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
Hi Frank,
Although not a Wisej issue, there’s definitely a problem with Edge and local domains.
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
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.
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
Hi Harald,
From MvvmFx binding components I took the C# source, This source as well as the converted VB are attached.
HTH
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
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.
Darren,
I am sure, this is not a Wisej issue.
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.
HTH
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!
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
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?
Not at the moment. It’s on the todo list.
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.
