Mouse right click and past into a DC_GET

This forum is for eXpress++ general support.
Post Reply
Message
Author
ivanvazan
Posts: 21
Joined: Tue May 18, 2010 5:57 am

Mouse right click and past into a DC_GET

#1 Post by ivanvazan »

We have noticed that when we paste into a DC_GET using right click the system seems to insert the value and not trim it to the correct length after the paste.

We are using:
XBase++ version 1.9 Build 335
eXpress++ version 2.0 Build 261

I have attached an example document. Let me know if there is something I can change in our release/build.

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

Re: Mouse right click and past into a DC_GET

#2 Post by rdonnay »

This appears to be a problem with the Right-Click operations menu of the XbpSle class.

DC_XbpGet() inherits from the Get() and XbpSle() class.

If you use Ctrl-V or Shift-Insert it works correctly because it calls the :pasteMarked() method of the DC_XbpGet() class.

I do not have an answer for you yet.
The eXpress train is coming - and it has more cars.

Post Reply