<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 ...
Search found 94 matches
- Fri Feb 04, 2022 5:50 pm
- Forum: Suggestions
- Topic: Small suggestion for WhatsNew file
- Replies: 3
- Views: 13239
- 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 ...
<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 ...
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 ...
<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 ...
- 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 ...
<br/>
<URL url="https://github.com/InfomindsAg ...
- 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 ...
<br/>
Early in the process, we decided to use Nuke.Build to create our ...
- 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.
it was a form imported from VO.
- 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 ...
<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 ...
- 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?
I would prefer, that the code files whould be created in UTF-8. Can this be changed?
- 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 ...
- 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 ...
<br ...

