Search found 172 matches

Go to advanced search

by Sesztak
Tue Jul 19, 2016 3:19 am
Forum: Bug Reports
Topic: [SOLVED] to deselect combobox: comboBox.SelectedIndex = -1; NOT Working !
Replies: 3
Views: 6569

[SOLVED] to deselect combobox: comboBox.SelectedIndex = -1; NOT Working !

Dear JS-Support, We have to unselect combox items programattically: to deselect combobox: comboBox.SelectedIndex = -1; NOT Working ! instead: allways the first element (item) selected in the UI. I think it is a bug. Is there any workaround to this problem? Backgound info: we fetch a list of items to...
by Sesztak
Mon Jul 18, 2016 4:48 am
Forum: Bug Reports
Topic: ComboBox bug with TabControl
Replies: 3
Views: 6664

Re: ComboBox bug with TabControl

Dear rkmore, First of all thanks for your kind reply. What you mean about 'cycling the "Visibility" ' ? -sorry, but I do not understand what you mean, what you advise :( When we "click - back" to a tabItem (fill the comboboxes at certain tabitem, visit other tabitem in a tabcontr...
by Sesztak
Mon Jul 18, 2016 4:30 am
Forum: Bug Reports
Topic: extended ASCII characters problem /localized !
Replies: 8
Views: 11493

Re: extended ASCII characters problem /localized !

dear JS-Support, We have done what you advised, please, find our results as follows: just for your kind information: - 1st problem -I do not know if that will be a problem or not in the future BUT definitely problem with manual replace case: even if we not using any extended ASCII characters in type...
by Sesztak
Sat Jul 16, 2016 4:31 am
Forum: Bug Reports
Topic: ComboBox bug with TabControl
Replies: 3
Views: 6664

ComboBox bug with TabControl

Dear JS-Support, Working with ComboBox bug with TabControl I found a bug: When you leave the the TabItem where there is a ComboBox , when you back : the ComboBox items missing / like disappeared: but only visually. The bug only happens when you fill combobox items manually (with .Add() ), the NO suc...
by Sesztak
Sat Jul 16, 2016 3:59 am
Forum: Bug Reports
Topic: [SOLVED] ComboBox
Replies: 8
Views: 12857

[SOLVED] ComboBox

Dear Js-Support, We have lot of problems with your ComboBox (in Simulator and in Browser as well): Background info: we have read all the related info at this forum as : -no datatemplate possible, only one property by setting DisplayMemberPath : we are not happy, but acceptable. -comboBox.ItemsSource...
by Sesztak
Thu Jul 14, 2016 7:25 am
Forum: Bug Reports
Topic: [SOLVED] DateTime bug: Error "cannot construct UInt64 from negative number" exception localized
Replies: 7
Views: 12152

[SOLVED] DateTime bug: Error "cannot construct UInt64 from negative number" exception localized

Dear Support, We have got a problem with objects with DateTime property: Background infomation: WCF communication from Server to CSHTML5 client direction: if certain object has a DateTime property at the default constructor state the value is something like that from .NET point of view, e.g.: ValidT...
by Sesztak
Thu Jul 14, 2016 7:09 am
Forum: Technical Support
Topic: Is ulong / UInt64 is supported ?
Replies: 0
Views: 10923

Is ulong / UInt64 is supported ?

Dear Support, Is ulong is supported ? if we use UInt64 or ulong at WCF Server code, the ServiceReference allways generate ulong type (does not matter if it is UInt64 or ulong at WCF service), And have have got exception, e.g.: "TypeError: this.DataVersionField.Equals is not a function" WCF...
by Sesztak
Thu Jul 14, 2016 1:10 am
Forum: Bug Reports
Topic: extended ASCII characters problem /localized !
Replies: 8
Views: 11493

Re: extended ASCII characters problem /localized !

Dear JS-Support ! One more finding related to extended ASCII characters in C# source code: -even if you just put a class with extended ASCII characters in C# source code in your CSHTML5 project AND you never use it (!!!) -I mean never initialize an object of such a type- you will get problem in brow...
by Sesztak
Wed Jul 13, 2016 11:43 am
Forum: Bug Reports
Topic: extended ASCII characters problem /localized !
Replies: 8
Views: 11493

Re: extended ASCII characters problem /localized !

Daer JS-Support, Thanks for your kind help, but unfortunately we have no any knowledge or experience with JavaScript programming and the JSIL is a huge project. So, our only chance is : waiting for your kind solution. (sorry, but this task to modify JSIL is simple to much for us as we are very beggi...
by Sesztak
Wed Jul 13, 2016 5:17 am
Forum: Bug Reports
Topic: extended ASCII characters problem /localized !
Replies: 8
Views: 11493

Re: extended ASCII characters problem /localized !

Sorry, forget to mention:
everthing is perfect with Simulator, problem only with in-browser test.
by Sesztak
Wed Jul 13, 2016 5:14 am
Forum: Bug Reports
Topic: extended ASCII characters problem /localized !
Replies: 8
Views: 11493

extended ASCII characters problem /localized !

Dear JS-Support ! In the meantime we tried to find an WCF independent solution to extended ASCII characters problem: (like 'öüóőúéáűí ÖÜÓŐÚÉÁŰÍ') simply not to USE WCF (use your WebSockets Extension, we have written our WebSocket mini server, pluss using manual serialization/deserialization: XmlSeri...
by Sesztak
Tue Jul 12, 2016 6:20 am
Forum: Bug Reports
Topic: serious bug with strings with non-basic ASCII content (like extended ASCII characters) !!
Replies: 16
Views: 18153

Re: serious bug with strings with non-basic ASCII content (like extended ASCII characters) !!

Sorry if I've been mistaken in advance but if I remember correctly: we can not use your simulator at this stage of our development, because we store a lot of settings at client side with IsolatedStorageSettings which is not available at Simulator -m'I right? Another aspect: frankly speaking we have ...
by Sesztak
Tue Jul 12, 2016 5:40 am
Forum: Bug Reports
Topic: serious bug with strings with non-basic ASCII content (like extended ASCII characters) !!
Replies: 16
Views: 18153

Re: serious bug with strings with non-basic ASCII content (like extended ASCII characters) !!

Dear JS-Support, Thanks in advance ! We are urgently waiting for your solution (background info: we had to stop our development temporarily till you should fix the bug as we do not want to re-write our hundreds of such a classes. Frankly speaking, it should be a kind of impossible mission within the...
by Sesztak
Mon Jul 11, 2016 3:31 am
Forum: Bug Reports
Topic: serious bug with strings with non-basic ASCII content (like extended ASCII characters) !!
Replies: 16
Views: 18153

Re: serious bug with strings with non-basic ASCII content (like extended ASCII characters) !!

Dear JS-Support, Another 3rd aspect: Why the bug with extended-ASCII characters with custom types is very important ? : We have a lot (huge number of) EXSISTING classes with öüóőúéáűí characters in the class/property/field/event names and it takes enormous efforts to us to translate these source cod...
by Sesztak
Mon Jul 11, 2016 1:13 am
Forum: Bug Reports
Topic: serious bug with strings with non-basic ASCII content (like extended ASCII characters) !!
Replies: 16
Views: 18153

Re: serious bug with strings with non-basic ASCII content (like extended ASCII characters) !!

Dear JS-Support, Another acpect: Why the bug with non-ASCII characters with custom types is very important ? ( like: TéstClássWithExtendedASCIIchars TestMetodWithCustomTypesWithExtenedASCIIcharsInName(TéstClássWithExtendedASCIIchars parameter); ) Based on our tests: If you have just one such a metho...
by Sesztak
Sun Jul 10, 2016 2:21 am
Forum: Bug Reports
Topic: serious bug with strings with non-basic ASCII content (like extended ASCII characters) !!
Replies: 16
Views: 18153

Re: serious bug with strings with non-basic ASCII content (like extended ASCII characters) !!

Dear JS-Support, (CSHTML5 v8.4 installed, WCF server rebuilded, client side service reference updated, client code rebuilded) 1.) WCF method call with extended-ASCII string content: interface: [OperationContract] string TestNonBasicASCIIcontentExempliGratiaExtendedASCIIchars( string TestContent); Se...
by Sesztak
Fri Jul 08, 2016 11:28 am
Forum: Bug Reports
Topic: serious bug with strings with non-basic ASCII content (like extended ASCII characters) !!
Replies: 16
Views: 18153

Re: serious bug with strings with non-basic ASCII content (like extended ASCII characters) !!

Great ! - You are lightning fast !

So, actually I'm at my Mac but I will check it within 1 - 2 hours with an other Windows laptop + TeamView to reach our server.

I'll be back soon,
In the meantime : thanks in advance,
Best Regards,
Péter
by Sesztak
Fri Jul 08, 2016 4:06 am
Forum: Bug Reports
Topic: serious bug with strings with non-basic ASCII content (like extended ASCII characters) !!
Replies: 16
Views: 18153

Re: serious bug with strings with non-basic ASCII content (like extended ASCII characters) !!

Dear JS-Support,

Thanks for your empathy & commitment to put it on the top of the todo list.

If you need any help (to test, more background information, etc.), just mention.

Really, really waiting for your solution,
Thanks in advance,
Best Regards,
Péter
by Sesztak
Thu Jul 07, 2016 4:55 am
Forum: Bug Reports
Topic: serious bug with strings with non-basic ASCII content (like extended ASCII characters) !!
Replies: 16
Views: 18153

Re: serious bug with strings with non-basic ASCII content (like extended ASCII characters) !!

Dear Support, the the byte [] or any Type [] is supported in CSHTML5+WCF scenario ? Because, we found an extremly labour sensitive solution regarding the above mentioned problem: if we use the following signature: [OperationContract] List<byte> TestNonBasicASCIIcontentWithManualUTF8EncodingLISTversi...

Go to advanced search