Hi Andrew,
thanks for providing valuable information and test cases.
The issue is fixed in the latest release (1.3.15).
Best regards
Frank
Hi Robin,
for the records: the issue number is WJ-7853 and is fixed in the latest Wisej release (1.3.15).
The new options for ContextMenu.Show (WJ-7854) are also included in this release.
Best regards
Frank
Hi Nic,
issue WJ-7858 is also fixed in the latest build (1.3.15).
Best regards
Frank
Hi Nic,
WJ-7859 is fixed in the latest release (1.3.15).
Best regards
Frank
Hi Rudy,
I´m running Wisej on a german OS but cannot reproduce either.
Can you please resend the message with the server details as it seems it did not reach us yet.
Thanks in advance !
Best regards
Frank
Hi Luca,
I have installed the sample on a different server with an English OS and there everything works. The server where it does not work has a German OS installed. Maybe that is the reason why? Have sent the server detail in a mail to support@.
Best Regards
Rudy
here it is
Hi Luca,
Thanks. When I press “Modify”, I get indeed the VS version selection… I check my newly installed VS 2015, and press continue, but then I encounter the attached error.
Anyway, it’s not a big problem, I presume I will be able to do it with the next release (when the autoupdater catches the new release)… and we don’t install new VS every day. This is just for your info.
Best,
Alex
I think you have to use the first button “Modify” to add or remove features.
/Luca
Hi Alex, it was an issue only in the test build I sent you. Fortunately never uploaded.
Thanks,
Luca
Hi Luca / Frank,
Just wondering where the colour and font choosers are in the roadmap?
Thanks
Nic
Hi Nic,
no problem at all, that´s why we are here to clarify the issues 🙂
I have logged the problem as WJ-7859.
Best regards
Frank
Hi Frank,
Apologies for my poor report. You are correct that this only occurs the first time that the control receives focus and has text (I thought the control was empty in WYSIWYG mode but it does contain some HTML formatting. With it totally empty the problem does not occur).
Nic
Hi Nic,
I could reproduce when the TinyEditor control has a default text set in InitializeComponent and then you tab / click in it for the first time.
Can´t reproduce with an empty control or that it is always raised.
Any chance to wrap up a small test case for me ?
Thanks in advance !
Best regards
Frank
Thanks Nic,
I have logged issue WJ7858 for it.
Best regards
Frank
Please attach a small sample and description of what you need to do: what event, where are you sending it to, who’d handling the event, …
Thanks,
Luca
Hi guys,
Luca I had been using the Wisej.Web.dll you had sent me to fix the CheckedList (it has a version 1.3.14.1). I thought it might have been this and changed back to the official 1.3.14, and also put your Session restore in OnLoad. And then I saw Frank’s example working. But it proved to be pure luck… on a second attempt I got the null reference exception again.
On top of that, now I ran the example a few times in a row, I saw that some times the browser opens with the window showing the textbox (in the window) and the button in the Aspnet panel and sometimes with the aspnetpanel filling the whole browser (as if it is docked to fill) and, thus, hiding the textbox (no window borders show up those times). And then the null reference always shows up.
I’m very puzzled. Shall I keep using the 1.3.14.1 version ? Can it be related in any sense to this behaviour?
Alex
Hi Alex,
The equivalent of APK for iOS are .ipa (http://stackoverflow.com/questions/10808451/what-is-the-equivalent-of-apk-in-ios).
Another very important note on Android development: popups are shown asynchronously, meaning code execution continues after showing the popup (if your code shows 3 popups, the latest one will be on top). VWG did work like that on pre version 7.
Hi Rudy,
I just tried to deploy the buttons example here: http://demo.wisej.com/apps/buttons
I simply copied Wisej.Buttons.dll to /bin, copied Default.json and Default.html and renamed to Buttons.html and .json since /apps has several apps, and it all works fine. Look at the console in chrome with F12 to see if there is an error somewhere.
The /de directory is created by the compiler simply because Wisej has localized de resources. It’s normal.
Can you send the IP of the server? Maybe privately?
Best,
Luca
Thank you. Will test and add it to the list.
The barcode renderer in Wisej (it’s in the extensions) uses ZXing.NET to generate the different barcode types on the server. It has a reader too, so maybe we can instead process the read on the server.
Best,
Luca
