Hi Luca,
Thanks… this is great…
How works?
If I create a page named “home” how can i access to it?… i tried home.wx.. but the page is only white.
You can do that already. Use the Page component instead of Form and use deep linking or read the URL arguments to determine which page or content to show.
Let me now if you’d like a sample.
Best,
Luca
Hi Luca, thanks for your answer.
Best,
Alex
PS. Sounds like you are not in the streets for the presidential inauguration!
The one on the support forum is part of the wordpress plug in (Sabai Discuss) which is a combination of javascript and php.
For Wisej a SearchTextBox would be a nice extension. I’ll add to the wishlist.
I don’t see any reason why not. It says it works with Xamarin and WPF as well, it should work with Wisej without changes. It looks like it hasn’t been maintained for a while though.
Thank you for the feedback. Also you can remove the line with the workaround comment in the sample.
The ShowLoader property is hidden from the designer because it’s not a design-time property. If you set it to true, the control will be blocked by an ajax loader. It’s meant to be used at runtime.
The Scroll event is exposed again in the ScrollableControl class in the current build (not uploaded). It was hidden in the dev build from the base ControlBase class since it’s not relevant at that level.
Hi Luca,
I tried the new dev-build 1.3.24 and the scroll-event worked again. Thanks a lot. But I recognized I couldn’t add the event in Visual Studio Designer (I use VS 2015) anymore, because it is no longer available. I can add the scroll event only in the Code.cs. The same issue occurs for other events and properties of other controls, e.g. the new ShowLoader-property from 1.3.23. It is no problem as long as I know which events and properties a control contains. Maybe I missed something and the problem only occurs on my system, but it seems a little odd because this was no issue with earlier builds.
Best,
Marcel
Hi Kay,
have you tried catching those errors in the way described here:
Hope that helps.
Best regards
Frank
Thank you,
the workaround is perfect !
I miss to set the data because I clear my code for you and delete the line:
int[] data=oStringlist.Select(x=>int.Parse(x)).ToArray<int>();
Hi Adil,
logged as WJ-7955, fixed in dev build 1.3.24
Best regards
Frank
Hi Mitch,
the bug Luca mentioned in his comment is logged as WJ-7941 and fixed in dev build 1.3.24.
Best regards
Frank
Hi Ser,
WJ-7949 is fixed in dev build 1.3.24
Best regards
Frank
Hi Kay,
the bug is logged as WJ-7950 and fixed in dev build 1.3.24.
Best regards
Frank
Hi Ralph,
this issues has been logged as WJ-7938 and is fixed in the latest dev build 1.3.24.
Best regards
Frank
Hi Kay,
Thank you for the test case. Found 2 problems:
HTH
Best,
Luca
Thanks, it’s logged as WJ-7949.
Sorry, it’s a regression, one more test to add to the regression tests. I can send you a quick patch or you can download a dev build with the fixes by this evening.
Please contact me directly at gianluca[at]iceteagroup.com and we can setup some tests and and/or remote connections. It could be interesting to make sure that Wisej works with Enterprise Browser. I will also ask a customer that I know is running on CE devices.
Hi Luca,
sorry i have to ask one more time but the solution for “endless scrolling” doesn’t work anymore since I updated to 1.3.23 (it worked fine in 1.3.18). The FlowLayOutPanel got no scroll-event in the newest release, so i can not check if the user already hit the bottom of the FlowLayOutPanel while scrolling. Will the scroll-event return in a later release? Or is there any other way to achieve the same behaviour in 1.3.23?
Best,
Marcel
Forgot to add a cool thing, you can use https://snazzymaps.com/ copy and paste the style definition in the options editor using “styles”: […] and you can get any of the styles working very easily.
