dc_memoedit on touchscreen PC.

This forum is for eXpress++ general support.
Post Reply
Message
Author
skiman
Posts: 1185
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

dc_memoedit on touchscreen PC.

#1 Post by skiman »

Hi,

When using dc_memoedit on a touch screen (Windows 7) the first two lines aren't visible.

Code: Select all

cText:=dc_memoedit(cText,5,10,25,120,,,,,,,,,cArt_nummer)
As you can see in the attached image, the top bar of the dialog is bigger. I suppose that this is to have bigger buttons to use on the touch screen. This big topbar is on every window.
Attachments
memoedit.JPG
memoedit.JPG (21.73 KiB) Viewed 5184 times
Best regards,

Chris.
www.aboservice.be

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: dc_memoedit on touchscreen PC.

#2 Post by rdonnay »

This is one of the first Xbase++ routines I wrote way back in 1998. That was when title bar heights were fixed.

Attached is an updated _DCMEMOE.PRG

Copy it to \exp19\source\dclipx directory and rebuild dclipx.dll.
Attachments
_dcmemoe.zip
(6.77 KiB) Downloaded 641 times
The eXpress train is coming - and it has more cars.

Post Reply