Search found 1174 matches

by Tom
Tue Oct 11, 2011 6:31 am
Forum: eXpress++ Support
Topic: SUBCLASS with DCBROWSECOL, but only for the dataarea
Replies: 1
Views: 4990

SUBCLASS with DCBROWSECOL, but only for the dataarea

I'm currently replacing an older multiline-column-class (providing cell-based-colors) with the much simpler ownerdrawing, but I came to a point where things got complicated. The old class initialized a variable only for the dataarea, and this variable was (and is) important for some sophisticated dr...
by Tom
Fri Sep 16, 2011 1:44 am
Forum: Xbase++ Support
Topic: Image capture with webcam
Replies: 3
Views: 7970

Re: Image capture with webcam

We had that discussion in our german Xbase-forum. You may use google translate to understand it:

http://www.xbaseforum.de/viewtopic.php?f=32&t=5332
by Tom
Wed Sep 14, 2011 6:56 am
Forum: Announcements
Topic: 4th European Xbase++ Developers Conference in April 2012
Replies: 2
Views: 9977

Re: 4th European Xbase++ Developers Conference in April 2012

This may be a surprise, but I'm not involved in this. 8-) I'm there and I will host a session, that's it. I'm looking forward to see others having tons of work. AFAIK, the schedule will change concerning the session languages. Only repeated sessions will be held in german. Some of the sessions will ...
by Tom
Wed Sep 14, 2011 1:35 am
Forum: Announcements
Topic: 4th European Xbase++ Developers Conference in April 2012
Replies: 2
Views: 9977

4th European Xbase++ Developers Conference in April 2012

www.xbasedevcon.de

Hosted by Alaska Software and the "Deutschsprachige Xbase-Entwickler e. V." ("german speaking Xbase developers"), Hannover, Germany, April 17th to April 20th, 2012.

International guests welcome. Discounted rates until November 30th, 2011.
Sign in!
by Tom
Tue Aug 30, 2011 4:14 am
Forum: Xbase++ Support
Topic: Advantage and European characters
Replies: 2
Views: 7296

Re: Advantage and European characters

I assume your app is using the OEM character set. For that, the ADS must be configured for OEM (two settings). I remember those settings do not effect a running server. You may stop the service and restart it. If this does not work, de- and reinstall it.
by Tom
Tue Aug 09, 2011 4:59 am
Forum: eXpress++ Support
Topic: Dc_XML - FATAL ERROR
Replies: 11
Views: 18722

Re: Dc_XML - FATAL ERROR

Chris is absolutely right. XML is no magic, and this way to create files is the fastest. Just take care of character set conversions - if your app runs in OEM mode, write text data using ConvToAnsiCP(cXML).
by Tom
Mon Aug 01, 2011 4:50 am
Forum: eXpress++ Support
Topic: DCBROWSECOL Array COLOR clause
Replies: 2
Views: 6309

Re: DCBROWSECOL Array COLOR clause

COLOR never worked with multirow browses, afaik. You need to create your own ownerdrawing subclass.
by Tom
Tue Jul 19, 2011 5:06 am
Forum: eXpress++ Support
Topic: How to set translucent window
Replies: 3
Views: 7265

Re: How to set translucent window

DC_ZoomTransparent()
by Tom
Mon Jul 04, 2011 8:52 am
Forum: eXpress++ Support
Topic: Dialog Speed different issue
Replies: 9
Views: 13690

Re: Dialog Speed different issue

@Roger: I can't confirm this. My app (1.9/SL1, manifests) is much faster with W/7 compared to XP or Vista on comparable machines.
by Tom
Mon Jul 04, 2011 1:15 am
Forum: eXpress++ Support
Topic: Dialog Speed different issue
Replies: 9
Views: 13690

Re: Dialog Speed different issue

Hi, Brian.

This also might be caused by a registry scan from DC_AutoRestore (..browse/window). If you use this technique, turn it off to find out whether it causes this problem or not. Some vcs even scan registry activity. Or the reg is corrupted.