Search found 330 matches

by ArneOrtlinghaus
Wed Oct 16, 2024 7:31 am
Forum: VO & Vulcan
Topic: Shell Background Color
Replies: 2
Views: 336

Re: Shell Background Color

Some years ago I made some tests changing the shell background color with single colors or with the gradient example code. The results did not look very nice and the solution consumed some extra meaurable CPU ressources. And the user did not have any advantages. Then I tested some possibilities to ...
by ArneOrtlinghaus
Fri Sep 20, 2024 4:15 pm
Forum: Product
Topic: supported visual studio version
Replies: 3
Views: 464

Re: supported visual studio version

We are working fine with 17.10. A collegue said that we should not update VS to 17.11 because of some issues with X#.
Arne
by ArneOrtlinghaus
Tue Sep 17, 2024 12:44 pm
Forum: Product
Topic: Session proposals for the X# Summit
Replies: 20
Views: 2393

Re: Session proposals for the X# Summit

Hi all, we thought about the themes. These are important topics for us, although also others are interesting. 1. SDK projects, Multi Targeting and Creating Nuget packages 2 Error handling & Logging 3 Github Copilot 4 Using X# to the max 11 New Language Features 12 Consuming AI models 17 Getting out ...
by ArneOrtlinghaus
Thu Sep 05, 2024 6:11 pm
Forum: Product
Topic: bBrowser availability or an Alternative
Replies: 27
Views: 2587

Re: bBrowser availability or an Alternative

At least some years ago he worked for the company Befo +49 (0)561 49 97 67 41, befo@befo.com. May be someone could ask if he is still working there and if he is reachable via the company?
Arne
by ArneOrtlinghaus
Tue Aug 06, 2024 10:40 am
Forum: Chit-Chat
Topic: GitHub Copilot
Replies: 2
Views: 523

GitHub Copilot

We are testing the use of GitHub Copilot for X# in Visual Studio. The Copilot makes suggestions in the editor when inserting new lines. Most often the suggested code isn't very useable after one week that the copilot has watched me writing code. But at least it is normally respecting the X# syntax ...
by ArneOrtlinghaus
Wed Jul 31, 2024 10:04 am
Forum: VO & Vulcan
Topic: Clear an area on a form
Replies: 5
Views: 782

Re: Clear an area on a form

The invalidaterect marks only the region as to be repainted and does not repaint the background immediately. If this has worked in the past, then probably, because of some other effects, for example double calls of the image. One possibility could be to draw a white rectable. Or to delay the new ...
by ArneOrtlinghaus
Wed Jul 31, 2024 6:19 am
Forum: VO & Vulcan
Topic: Clear an area on a form
Replies: 5
Views: 782

Re: Clear an area on a form

We had also different problems with redrawing of the background on datawindows in VO, mostly the other way round that redrawing of the background erased parts of the controls/drawings. A data window consists of 3 overlayed windows: The datawindow, the formframe and the surface. And depending on ...
by ArneOrtlinghaus
Thu Jul 11, 2024 8:36 am
Forum: Chit-Chat
Topic: Datamodelling beyond 1:N ...
Replies: 3
Views: 533

Re: Datamodelling beyond 1:N ...

May be you can put together Artists and ensembles in one table: Performers: There you can add information, if this is a single person or an ensemble or a juristic institution like an event organizer who has to furnish some artists. Or may be people like mixers or light technicians. This table needs ...
by ArneOrtlinghaus
Wed Jul 10, 2024 7:14 am
Forum: Product
Topic: SLE Background?
Replies: 16
Views: 1470

Re: SLE Background?

Hi Wolfgang, in my eyes many PCs are still useable for work, as much of the heavy calculation work resides on servers. So this should not be the point of decision. I still ask me if the Microsoft decisions were really only security reasons, same with the coming "IA-Chips". But we are forced to ...
by ArneOrtlinghaus
Tue Jul 09, 2024 3:49 pm
Forum: Product
Topic: SLE Background?
Replies: 16
Views: 1470

Re: SLE Background?

Yes, technically it is possible to have the round corners, but it may cost so much that the customer surely will not want to pay for it. :-) Now we use the expensive Devexpress controls library together with Winforms windows and the design of the controls is now with round corners. The devexpress ...