Search found 11 matches

by daan_vossebeld
Sun Aug 30, 2015 1:45 pm
Forum: eXpress++ Support
Topic: no express++ .hlp file available in windows 10
Replies: 10
Views: 23139

Re: no express++ .hlp file available in windows 10

The tip of Tom works, but some lines of the install cmd need to be added.
See http://answers.microsoft.com/en-us/insi ... 71e?auth=1

Daan
by daan_vossebeld
Sun Feb 06, 2011 1:22 am
Forum: eXpress++ Support
Topic: Update for DC_BitMapDraw
Replies: 5
Views: 10516

Re: Update for DC_BitMapDraw

It's Ok now. Thanks for the quick reply.
by daan_vossebeld
Sat Feb 05, 2011 1:59 pm
Forum: eXpress++ Support
Topic: Update for DC_BitMapDraw
Replies: 5
Views: 10516

Re: Update for DC_BitMapDraw

Roger,

Above mentioned fix has not been implemented in build 255.
You mentioned the fix in item 1139.

Daan
by daan_vossebeld
Mon Dec 13, 2010 2:15 pm
Forum: eXpress++ Support
Topic: Origin 0,0 (in)dependent from themes?
Replies: 13
Views: 25511

Re: Origin 0,0 (in)dependent from themes?

Roger, The first code gives wrong results for Vista with theme Windows Vista. No further tests done. I have implemented the second code as follows (_dcgetbx.prg lines about 1674): nStartRow := nParentHeight - nStartRow - ; GetSystemMetrics(4) - ; // Title bar Height GetSystemMetrics(32)*2 - ; // Fra...
by daan_vossebeld
Mon Dec 13, 2010 5:50 am
Forum: eXpress++ Support
Topic: Origin 0,0 (in)dependent from themes?
Replies: 13
Views: 25511

Re: Origin 0,0 (in)dependent from themes?

Roger,

Is it possible that you make en new update for this problem?

Daan
by daan_vossebeld
Wed Dec 01, 2010 5:58 am
Forum: eXpress++ Support
Topic: Update for DC_BitMapDraw
Replies: 5
Views: 10516

Update for DC_BitMapDraw

Roger, I found a small error in function DC_BitMapDraw of file _dcfunct.prg (eXpress 19254). In some situations the AUTOSCALE of DCBITMAP did not work correctly. If you agree, please replace the following lines: Old: lines 676-686 IF lAutoScale IF nAspect > 1 IF nAspect > aTarget[3] / aTarget[4] aTa...
by daan_vossebeld
Tue Nov 30, 2010 7:43 am
Forum: eXpress++ Support
Topic: Origin 0,0 (in)dependent from themes?
Replies: 13
Views: 25511

Re: Origin 0,0 (in)dependent from themes?

It did not directly work. I changed lines 1674-1676: Old: nStartRow := nParentHeight - nStartRow - ; GetSystemMetrics(4) - GetSystemMetrics(15) - 8 - ; aOptions[nGETOPT_ROWOFFSET] New: nStartRow := nParentHeight - nStartRow - ; GetSystemMetrics(33) - GetSystemMetrics(4) - IIF(::isMenu,GetSystemMetri...
by daan_vossebeld
Mon Nov 29, 2010 2:09 pm
Forum: eXpress++ Support
Topic: Origin 0,0 (in)dependent from themes?
Replies: 13
Views: 25511

Re: Origin 0,0 (in)dependent from themes?

I am using Xbase 1.90.355 with eXpress 1.9.254.
by daan_vossebeld
Mon Nov 29, 2010 2:05 pm
Forum: eXpress++ Support
Topic: Origin 0,0 (in)dependent from themes?
Replies: 13
Views: 25511

Re: Origin 0,0 (in)dependent from themes?

Roger, On the Y-axis it works, but on the X-axis the FIT clause introduces new problems. In some situations the window becomes to wide. Because it has to do with the FIT clause, I can't influence this. I could not find another (new) workaround for this problem. I hope you will make a structural solu...
by daan_vossebeld
Mon Nov 29, 2010 8:05 am
Forum: eXpress++ Support
Topic: Origin 0,0 (in)dependent from themes?
Replies: 13
Views: 25511

Re: Origin 0,0 (in)dependent from themes?

Jimmy, Thank you for your quick reaction. I cannot use your first suggestion, because I fully work with eXpress commands. Further I know the new parameter (X-axis oriented) of your second suggestion. The returned value in Vista and XP for the themes "Windows Classic", "Windows Vista" and "Windows XP...