All Answers

0 votes

 

 

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.

 

 

  • Mark Villela answered Jan 20, 2017 - 5:42 pm
0 votes

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

  • Luca answered Jan 20, 2017 - 4:48 pm
0 votes

Hi Luca, thanks for your answer.

  1. Why are you saying it hasn’t been maintained for a while? Their github repository has a rather active “issues” section and the last update in their source is 9 days ago.
  2. In fact I tried replicating the codeproject article’s winform project in a Wisej project, but it does not work.

Best,
Alex

PS. Sounds like you are not in the streets for the presidential inauguration!

0 votes

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.

  • Luca answered Jan 20, 2017 - 4:20 pm
0 votes

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.

  • Luca answered Jan 20, 2017 - 4:18 pm
1 vote

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.

 

  • Luca answered Jan 20, 2017 - 3:51 pm
0 votes

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

0 votes

Hi Kay,

have you tried catching those errors in the way described here:

https://wisej.com/support/question/hi-please-advice-how-to-localize-strings-in-wisej-webwisej-core-session-timeout-form-network-is-down-form-etc-thanks-in-advance

Hope that helps.

Best regards
Frank

0 votes

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>();

 

 

 

  • Kay answered Jan 20, 2017 - 7:00 am
0 votes

Hi Adil,

logged as WJ-7955, fixed in dev build 1.3.24

Best regards
Frank

0 votes

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

0 votes

Hi Ser,

WJ-7949 is fixed in dev build 1.3.24

Best regards
Frank

0 votes

Hi Kay,

the bug is logged as WJ-7950 and fixed in dev build 1.3.24.

Best regards
Frank

0 votes
In reply to: Tabpage Remove Error

Hi Ralph,

this issues has been logged as WJ-7938 and is fixed in the latest dev build 1.3.24.

Best regards
Frank

0 votes

Hi Kay,

Thank you for the test case. Found 2 problems:

  1. Bug in the ChartJS component: it doesn’t preserve the existing data when switching chart type.
  2. Your code never sets the data, it only sets the label. I have added a GetData() method and it all works well. See changes attached with workaround for the chart type change bug.

HTH

Best,

Luca

  • Luca answered Jan 19, 2017 - 6:27 pm
  • last active Jan 19, 2017 - 6:28 pm
0 votes

Thanks, it’s logged as WJ-7949.

  • Luca answered Jan 19, 2017 - 5:45 pm
0 votes

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.

  • Luca answered Jan 19, 2017 - 4:07 pm
0 votes
In reply to: Mobile Client

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.

  • Luca answered Jan 19, 2017 - 3:42 pm
0 votes

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

0 votes

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.

  • Luca answered Jan 18, 2017 - 4:26 pm
Showing 9761 - 9780 of 11k results