Search found 54 matches

by Markus Walter
Tue Aug 17, 2010 12:18 am
Forum: eXpress++ Support
Topic: Cutting with ContextMenu 'eats buffer
Replies: 6
Views: 12295

Re: Cutting with ContextMenu 'eats buffer

Hi Roger,

can you please look for this problem (with exact the 4 steps i wrote in my last message). An other express-user has the same effect and found a workaround: Using a Picture like "@N" for each DCGET...
by Markus Walter
Tue Aug 10, 2010 1:34 am
Forum: eXpress++ Support
Topic: Cutting with ContextMenu 'eats buffer
Replies: 6
Views: 12295

Re: Cutting with ContextMenu 'eats buffer

Hi Roger, i have to come with this again, because some of my customers are still complaining about this... Here is a exact description how to get the effect (with the sample above): 1. Mark the text "Cut this to see" with the mouse (or tastatur) 2. Right-Click and choose "Cut" from the context menu ...
by Markus Walter
Fri Aug 06, 2010 12:07 am
Forum: eXpress++ Support
Topic: TX Text controll
Replies: 6
Views: 13039

Re: TX Text controll

Hi Jack, i did this and it works well. But i have a special layer around express, so some sample code is a problem. I use a DCSTATIC and create the txcontrol in the eval of the static like this: @ aPos[2], aPos[1] DCSTATIC TYPE XBPSTATIC_TYPE_TEXT ; OBJECT oStaticRtf ; SIZE asize[1], asize[2] ; EVAL...
by Markus Walter
Tue May 25, 2010 6:36 am
Forum: Xbase++ Support
Topic: Windows 7 / oplocks / SMB 2 / 64 bit
Replies: 1
Views: 7929

Re: Windows 7 / oplocks / SMB 2 / 64 bit

Hi, i am not sure with it. Steffen Pirsig has an information from MS, that the patterns whitch lead to the problem with OPLOCKs are not in SMB2, but i am not sure, because i have a problem with one customer which use Win7_64 and a Win2008-Server (and here should SMB2 be active). 2 Weeks ago, I have ...
by Markus Walter
Fri Apr 16, 2010 9:02 am
Forum: eXpress++ Support
Topic: (Design-)Error with dc_guitypeahead()
Replies: 10
Views: 19570

Re: (Design-)Error with dc_guitypeahead()

Hello Roger, here you are: #include "dcdialog.ch" #include "appevent.ch" function Appsys() return NIL procedure main() local getlist := {}, getoptions := {}, lRet, oButt set deleted on set exact on SET OPTIMIZE OFF SET RUSHMORE OFF SET SMARTFILTER OFF DC_ReadGuiTypeAhead(.t.) @ 10, 10 dcsay "MainWin...
by Markus Walter
Fri Apr 16, 2010 7:51 am
Forum: eXpress++ Support
Topic: (Design-)Error with dc_guitypeahead()
Replies: 10
Views: 19570

Re: (Design-)Error with dc_guitypeahead()

Hello Roger, i have no separate thread. I found (with help of my debugging_system) at least 2 points which make trouble (both in :readgui()): IF !::isExit .AND. Valtype(::saveAppFocus) = 'O' .AND. ::isDestroy .AND. ::saveAppFocus:status() > 0 DC_CompleteEvents() // - removed this to fix Cliff's prob...
by Markus Walter
Fri Apr 16, 2010 2:20 am
Forum: eXpress++ Support
Topic: (Design-)Error with dc_guitypeahead()
Replies: 10
Views: 19570

Re: (Design-)Error with dc_guitypeahead()

Hello Roger, your solution seem to work for me, too. But it's only a solution for not having events in wrong order. I still have the problem (with your and mine solution), that sometimes characters are lost. And i can see, that they never come in the :keyboardQueue (not at the first point where :key...
by Markus Walter
Thu Apr 15, 2010 2:04 am
Forum: eXpress++ Support
Topic: (Design-)Error with dc_guitypeahead()
Replies: 10
Views: 19570

Re: (Design-)Error with dc_guitypeahead()

Hallo Roger, thank you for looking into this. Please have a look especially to the "loosing" characters. I use CLEAREVENTS in DCREADGUI, but also if i replace the dc_clearevents() at this point with DC_ClearEvents(,,,{xbeP_Keyboard}), sometimes one character is lost. Is there another function which ...
by Markus Walter
Thu Apr 15, 2010 1:12 am
Forum: eXpress++ Support
Topic: Cursor/Insert-Position with a dcget
Replies: 5
Views: 13013

Re: Cursor/Insert-Position with a dcget

Hi Kurt,

because they didn't work there...
by Markus Walter
Wed Apr 14, 2010 7:24 am
Forum: eXpress++ Support
Topic: (Design-)Error with dc_guitypeahead()
Replies: 10
Views: 19570

(Design-)Error with dc_guitypeahead()

Hello Roger, there is a error in your design of the handling of dc_guitypeahead(). I worked several days on a problem, my customers complained about. I try to explain in my poor english... My Situation: My software opens new windows very often. Some of my customers write very fast, so i use dc_guity...