TimKras

Results 8 comments of TimKras

@XceedBoucherS I was able to reproduce this problem in v3.8.1. If you put this in de cs file: ``` dateTimePicker.Value = new DateTime(2020, 02, 19, 23, 50, 11); dateTimePicker.Value =...

Can you try this code. (both lines in the Click event). ``` public MainWindow() { InitializeComponent(); } private void Button_Click(object sender, RoutedEventArgs e) { dtp.Value = new DateTime(2020, 02, 19,...

Other VNC connections are working fine.

Other tools (Temrinals and VNC viewer) are working fine. Connection settings are identical (apart from IP and username) to working connections. Currently using this version: ![image](https://user-images.githubusercontent.com/5257192/211862491-3e9c42a5-c1d2-4bfc-af3b-57f162ffad81.png)

Beta version is working for me.

Did some further research. I've a temporary fix. Edit admin.php and remove the selected statement. ![naamloos](https://user-images.githubusercontent.com/5257192/44617472-32a98800-a863-11e8-840c-039ec1f52093.png)

Same problem on my site. Any updates?