Search found 161 matches

by Juraj
Thu Jun 02, 2022 6:15 pm
Forum: Product
Topic: Public version 2.12.2.0
Replies: 4
Views: 2809

Public version 2.12.2.0

<t>In VS2022 I crete new project in Core dialect, WPF application.<br/>
Build:<br/>
:========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ========== <br/>
<br/>
When pres Start debigging or Start Without debugging applicatiun can not run.<br/>
work path ...BinDebugg contains .exe, .pbd ...
by Juraj
Sun Dec 19, 2021 1:59 pm
Forum: Product
Topic: experience with VS2022
Replies: 3
Views: 2293

experience with VS2022

Hi Robert
The app was created in VS2019 and then opened in VS2022.

Where can i find out in which mode works?

Juraj
by Juraj
Sun Dec 19, 2021 10:31 am
Forum: Product
Topic: experience with VS2022
Replies: 3
Views: 2293

experience with VS2022

in the application where I read the text file line by line and display the progress with the progressbar in the debugging mode, the progress is very slow. In mode without debugging work OK. In VS2019 both modes work well.

Juraj
by Juraj
Sat Nov 06, 2021 1:23 pm
Forum: Product
Topic: Get IP Address
Replies: 12
Views: 4385

Get IP Address

Hi Karl,

I used it in one of the first of my XSharp application. Despite the warning, the program worked OK, so I did not solve it

Juraj
by Juraj
Fri Nov 05, 2021 8:49 pm
Forum: Product
Topic: Get IP Address
Replies: 12
Views: 4385

Get IP Address

Hi Joje,

in my X# app i use this:

LOCAL hostName:=System.Net.Dns.GetHostName() AS STRING
LOCAL cIP:= System.Net.Dns.GetHostByName(hostName).AddressList[1].ToString() AS STRING

Juraj
by Juraj
Mon Nov 01, 2021 9:54 am
Forum: Product
Topic: Windows 11 first tests
Replies: 16
Views: 4896

Windows 11 first tests

Hi All,
I have been working with VS2019 16.11.5 and xSharp 2.8c in Windows 11 for a month now. I did not find any differences compared to Windows 10 in WPF applications with the core dialect.

Juraj
by Juraj
Wed Oct 20, 2021 7:54 pm
Forum: Product
Topic: XSharp Cahors 2.9
Replies: 12
Views: 4727

XSharp Cahors 2.9

<t>Error in my WPF application compiled with 2.9<br/>
<br/>
in the App.g.prg module, the END CLASS is after the "Start()" function.<br/>
<br/>
Error message:<br/>
Severity Code Description Project File Line Suppression State<br/>
Error XS9002 Parser: unexpected input 'FUNCTION' eKasaKl F ...
by Juraj
Wed Aug 18, 2021 3:36 pm
Forum: Product
Topic: chceck name calling method or function
Replies: 2
Views: 2067

chceck name calling method or function

I have a function that I call many times from different parts of the application (app is WPF in Core dialect). I can find out in this function the name of the method or function that called this function. It is possible?

Juraj
by Juraj
Tue Jun 22, 2021 10:37 am
Forum: Examples
Topic: Sample for building forms based on a Postgres DB
Replies: 14
Views: 23114

Sample for building forms based on a Postgres DB

Hi Johan,
how to transfer a postgres database from client computer to another computer without a network?

Juraj
by Juraj
Thu Jan 21, 2021 10:45 am
Forum: Product
Topic: postgresql
Replies: 15
Views: 5032

postgresql

Hi Johan

I sent a message from my email.

Juraj