Search found 94 matches

by VR
Fri Feb 04, 2022 5:50 pm
Forum: Suggestions
Topic: Small suggestion for WhatsNew file
Replies: 3
Views: 13239

Small suggestion for WhatsNew file

<t>Hi,<br/>
<br/>
would it be possible to change the file format of the WhatsNew files for RTF to PDF? I know it is a small thing, but currently I have to download the file and open it in word or wordpad. If it would be PDF, i probably could view the file directly in the browser.<br/>
<br/>
Kind ...
by VR
Sun Jan 23, 2022 8:07 am
Forum: Suggestions
Topic: Facial recognition
Replies: 9
Views: 19659

Facial recognition

<r>Hi...<br/>
<br/>
there is an Azure Cognitive Service called Face Api.<br/>
<br/>
<URL url="https://azure.microsoft.com/en-us/services/cognitive-services/face/"><LINK_TEXT text="https://azure.microsoft.com/en-us/servi ... ices/face/">https://azure.microsoft.com/en-us/services/cognitive-services ...
by VR
Sun Jan 09, 2022 9:35 am
Forum: Product
Topic: Clipboard
Replies: 14
Views: 4633

Clipboard

<r>Hi.<br/>
<br/>
with this change, it should work...<br/>

<CODE><s>[code]</s><i>
</i>FUNCTION x() AS LOGIC
TRY
VAR z := System.Windows.Forms.Clipboard.GetDataObject()
IF z?:GetDataPresent(DataFormats.Text) == true
? z:GetData(DataFormats.Text)
ENDIF
CATCH e AS Exception
? e
END
RETURN TRUE ...
by VR
Sat Jan 01, 2022 11:22 am
Forum: Deutsches Forum
Topic: XML-Parser System.XML
Replies: 6
Views: 4073

XML-Parser System.XML

<r>Für das Importieren von XML Dateien würde ich die XDocument Klasse empfehlen (Namespace System.Xml.Linq). Da kann man dann mit Linq auf die XML Knoten zugreifen. Hier ein Beispiel zu den wichtigsten Methoden aus dem Informinds XSharpExamples:<br/>
<br/>
<URL url="https://github.com/InfomindsAg ...
by VR
Sun Dec 12, 2021 4:48 pm
Forum: Chit-Chat
Topic: How to setup an Automated Build Pipeline
Replies: 7
Views: 7271

How to setup an Automated Build Pipeline

<t>We created automated builds for our x# solutions. We are currently using an OnPremise Jenkins Server to run the builds but since we use Azure Devops as Repository, we plan to switch to Azure Pipelines in the future.<br/>
<br/>
Early in the process, we decided to use Nuke.Build to create our ...
by VR
Tue Oct 26, 2021 12:32 pm
Forum: Product
Topic: XsFrm designer generates code files with ansi encoding
Replies: 5
Views: 2538

XsFrm designer generates code files with ansi encoding

Robert,

it was a form imported from VO.
by VR
Tue Oct 26, 2021 10:33 am
Forum: Product
Topic: XsFrm designer generates code files with ansi encoding
Replies: 5
Views: 2538

XsFrm designer generates code files with ansi encoding

<t>Hi Chris<br/>
<br/>
I tested it and it looks like, that the designer doesn't change the file encoding. So once I changed the encoding from Ansi to UTF8, it stays UTF8.<br/>
<br/>
So my idea was to set the charset using the .editorconfig, but it seems, that this has no effect on the generated prg ...
by VR
Mon Oct 25, 2021 1:23 pm
Forum: Product
Topic: XsFrm designer generates code files with ansi encoding
Replies: 5
Views: 2538

XsFrm designer generates code files with ansi encoding

The prg file, that is generated by the XsFrm designer in Visual Studio is saved using ansi encoding (the system default one which in my case is Win1252). Is there a reason, why this is done?

I would prefer, that the code files whould be created in UTF-8. Can this be changed?
by VR
Fri Oct 08, 2021 10:52 am
Forum: Product
Topic: Release of patches for X#
Replies: 10
Views: 3837

Release of patches for X#

<t>It might help if it would be possible to split Runtime, Compiler and VS-Integration into separate setups and release cycles. I assume, that many of the changes of the runtime are independent of Compiler and VS-Integration and could therefore released more often. I don't know if this is also ...
by VR
Mon Oct 04, 2021 6:28 pm
Forum: Product
Topic: Lost another big piece of code
Replies: 36
Views: 11583

Lost another big piece of code

<r>I tested autorecover. It works for c# and it seems that it doesn't work for x# files. But all it does is save modified files after 5 minutes. When the file is saved, the backup get's deleted automatically. This helps when VS crashes, but not in this situation, when a save deletes code. <br/>
<br ...