Search found 327 matches

by ArneOrtlinghaus
Thu Sep 05, 2024 6:11 pm
Forum: Product
Topic: bBrowser availability or an Alternative
Replies: 22
Views: 858

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: 387

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: 627

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: 627

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: 423

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: 971

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: 971

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 ...
by ArneOrtlinghaus
Tue Jul 09, 2024 6:44 am
Forum: Product
Topic: SLE Background?
Replies: 16
Views: 971

Re: SLE Background?

Yes, the background brush is only set when a non standard background is set by the program. Otherwise the standard functionality is used. If the Windows XP Themes are enabled, brushes are seldomly used because they cannot interfere correctly with the complex Theme rendering. In previous times (Theme ...
by ArneOrtlinghaus
Fri Jun 28, 2024 8:41 am
Forum: Deutsches Forum
Topic: Oracle Developer App nach X# umschreiben
Replies: 8
Views: 821

Re: Oracle Developer App nach X# umschreiben

Hallo Franz, Das ist ja gut, wenn der Kunde bereit ist, eine Neuentwicklung zu bezahlen. Wenn er verlangen würde, bei Oracle 10 zu bleiben, dann wäre das im Grunde fast ein "No Go" ohne sinnvolle Zukunft. Ich nehme an, dass Oracle Developer den folgenden Mechanismus eingebaut hat, den man auch im B ...
by ArneOrtlinghaus
Wed Jun 26, 2024 1:49 pm
Forum: Deutsches Forum
Topic: Oracle Developer App nach X# umschreiben
Replies: 8
Views: 821

Re: Oracle Developer App nach X# umschreiben

Ich als "Oracle-Experte" mit X#-Programmen gebe auch noch gerne etwas dazu :-) 32 Bit auf 64-Bit-Rechnern ist wirklich kein Problem. Entscheidende Fragen sind: - Was für eine Oracle-Datenbank-Version wird eingesetzt oder soll vielleicht bald durch eine andere ersetzt werden? (aktuelle Version ist ...