Search found 172 matches

Go to advanced search

by Sesztak
Wed Nov 23, 2016 5:42 am
Forum: General Discussion and Other
Topic: Forum search: bad quality of text search funcionality
Replies: 3
Views: 14869

Re: Forum search: bad quality of text search funcionality

I tried it : and 'voila: it WORKS ! :)
Thanks for it !
br,
P.
by Sesztak
Wed Nov 23, 2016 3:54 am
Forum: General Discussion and Other
Topic: Forum search: bad quality of text search funcionality
Replies: 3
Views: 14869

Forum search: bad quality of text search funcionality

Dear JS-Support, is there any reason why the Forum text search functionality is so bad ? - or m'I miss some tips & trick -how to do that ? e.g. : We would like to search the forum with 'datagrid row double click event' or with a simple 'row double click'. We've got error message : The following ...
by Sesztak
Wed Nov 23, 2016 3:44 am
Forum: Technical Support
Topic: double click event of datagrid row
Replies: 0
Views: 13724

double click event of datagrid row

Dear JS-Support, is there any way to get a double click event of datagrid row ? in normal WPF we should do it easily, like: <DataGrid> <DataGrid.Resources> <Style TargetType="DataGridRow"> <EventSetter Event="MouseDoubleClick" Handler="Row_DoubleClick"/> </Style> </Data...
by Sesztak
Mon Nov 07, 2016 5:56 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 10.3 of C#/XAML for HTML5 released
Replies: 8
Views: 13091

Re: New Beta 10.3 released! [Download]

Dear JS-Support, Great news and thanks !, I confirm that the followings tried and fixed (with our test solution): -Added support for the .NET Framework version 4.6 (tried: .NET 4.6.2) -Fixed "Array.Empty" compilation error: no such an error message with v10.3 beta, -DataGrid.ItemsSource: w...
by Sesztak
Thu Nov 03, 2016 2:28 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 10.2 of C#/XAML for HTML5 released
Replies: 5
Views: 12262

Re: New Beta 10.2 released! [Download]

Dear JS-Support,
Any estimated time to release v10.3 to fix itemSource bug ?

Really waiting for that as with v10.2 bug it is useless :(

Br,
Péter
by Sesztak
Tue Nov 01, 2016 3:45 am
Forum: Extensions and Plugins for CSHTML5
Topic: WebSocket Extension for CSHTML5
Replies: 18
Views: 69063

Re: WebSocket Extension for CSHTML5

your welcome :) Let me emphasize for your help : the real power is at the Server side in the inherited class (or more importantly class es , see bellow) from WebSocketBehavior (in my example : public class WebSocketService_ServerTime). Why ? : -you could manage connected clients (boiler plate kind o...
by Sesztak
Mon Oct 31, 2016 10:19 am
Forum: Extensions and Plugins for CSHTML5
Topic: WebSocket Extension for CSHTML5
Replies: 18
Views: 69063

Re: WebSocket Extension for CSHTML5

I hope, it helps you: at CSHTML5_WebSocket_Client project, MainPage.xaml.cs, line number 22: "ws://YOURSERVERIPADDRESS:12345" change 'YOURSERVERIPADDRESS' to server IP address (doesn't matter if public ip address, like '79.123.101.248' or your registered Domain Name, like 'facebook': you c...
by Sesztak
Mon Oct 31, 2016 9:37 am
Forum: Extensions and Plugins for CSHTML5
Topic: WebSocket Extension for CSHTML5
Replies: 18
Views: 69063

Re: WebSocket Extension for CSHTML5

I will send a full Server & Client source codes in Visual Studio 2015, C#.
(unfortunately, I can't help you in VisualBasic: the last time I'm used it was the first edition of Visual Basic 2002 :))), but I's pretty sure you can translate it to C#.)

give me some minutes ...

Br,
P.
by Sesztak
Mon Oct 31, 2016 7:33 am
Forum: Extensions and Plugins for CSHTML5
Topic: WebSocket Extension for CSHTML5
Replies: 18
Views: 69063

Re: WebSocket Extension for CSHTML5

if you need more help, upload your buggy server & client sources.
br, Péter
by Sesztak
Fri Oct 28, 2016 6:01 am
Forum: Extensions and Plugins for CSHTML5
Topic: WebSocket Extension for CSHTML5
Replies: 18
Views: 69063

Re: WebSocket Extension for CSHTML5

at 'configure the router (Server side) port forwarding: e.g. 12345 => 12345' forward this port to your Server DHCP address obviously: e.g. 192.168.0.100
by Sesztak
Fri Oct 28, 2016 5:58 am
Forum: Extensions and Plugins for CSHTML5
Topic: WebSocket Extension for CSHTML5
Replies: 18
Views: 69063

Re: WebSocket Extension for CSHTML5

one more thing:
-shut down the Windows Firewall temporary at Server side or configure it to pass your Server through the firewall with 12345 port.
-start both Visual Studio in Admin mode for first tries.

br,
P.
by Sesztak
Fri Oct 28, 2016 5:54 am
Forum: Extensions and Plugins for CSHTML5
Topic: WebSocket Extension for CSHTML5
Replies: 18
Views: 69063

Re: WebSocket Extension for CSHTML5

Dear Black-Byte, it's easy: Prerequisites: -first of all you need two Windows computers, preferably not on the same LAN (e.g. one at your side, and another from your friend or at other place, e.g. in another city, Visual Studio installed on both, and use Remote Desktop or TeamViewer to program the o...
by Sesztak
Tue Oct 25, 2016 11:12 am
Forum: Technical Support
Topic: alternative datagrid with better performance: datatables.net
Replies: 2
Views: 10434

Re: alternative datagrid with better performance: datatables.net

Dear JS-Support, Thanks for your kind help, I've tried: with the plus surrounding extra <div> tag works perfectly ! Thanks again ! I hope your sample mini datatable program helps others to get a free & high performance datagrid. I recommend to CSHTML5 & community as well as a recommended 3rd...
by Sesztak
Tue Oct 25, 2016 10:33 am
Forum: Bug Reports
Topic: [SOLVED] beta 10.2 datagrid.itemsource exception
Replies: 5
Views: 9148

Re: beta 10.2 datagrid.itemsource exception

in more details: System.NullReferenceException: Object reference not set to an instance of an object. at Windows.UI.Xaml.Controls.Grid.ColumnDefinitions_CollectionChanged(Object sender, NotifyCollectionChangedEventArgs e) at System.Collections.ObjectModel.ObservableCollection`1.OnCollectionChanged(N...
by Sesztak
Tue Oct 25, 2016 10:32 am
Forum: Bug Reports
Topic: [SOLVED] beta 10.2 datagrid.itemsource exception
Replies: 5
Views: 9148

Re: beta 10.2 datagrid.itemsource exception

or :
System.NullReferenceException: Object reference not set to an instance of an object.
by Sesztak
Tue Oct 25, 2016 10:29 am
Forum: Bug Reports
Topic: [SOLVED] beta 10.2 datagrid.itemsource exception
Replies: 5
Views: 9148

Re: beta 10.2 datagrid.itemsource exception

another exception in the same case:
""this.$$2581 is not a function""
by Sesztak
Tue Oct 25, 2016 10:27 am
Forum: Bug Reports
Topic: [SOLVED] beta 10.2 datagrid.itemsource exception
Replies: 5
Views: 9148

[SOLVED] beta 10.2 datagrid.itemsource exception

Dear JS-Support, thanks for the new relase. There is a bug at setting datagrid.ItemsSource = > exception in Simulator: "System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at Windows.UI.X...
by Sesztak
Tue Oct 25, 2016 10:26 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 10.2 of C#/XAML for HTML5 released
Replies: 5
Views: 12262

Re: New Beta 10.2 released! [Download]

Dear JS-Support, thanks for the new relase. There is a bug at setting datagrid.ItemsSource = > exception in Simulator: "System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at Windows.UI.X...
by Sesztak
Thu Oct 20, 2016 2:14 am
Forum: Technical Support
Topic: Visual Studio : debug or release build ? -does it make any difference regarding output result ?
Replies: 2
Views: 4902

Re: Visual Studio : debug or release build ? -does it make any difference regarding output result ?

Dear JS-Support,
What is the planned difference features between debug and release builds ?

Br,
P.

Go to advanced search

 

 

cron