Search found 16 matches

by eckard
Sun Feb 05, 2017 1:46 am
Forum: eXpress++ Support
Topic: Cursor jumps to the begin of Line after leaving the window
Replies: 19
Views: 30864

Re: Cursor jumps to the begin of Line after leaving the wind

Hallo Roger,
how can I send you the ZIP-File?
Can you give me your Mail-Adress or is there another way?
I wish you a nice Sunday
Eckard
by eckard
Fri Feb 03, 2017 6:17 am
Forum: eXpress++ Support
Topic: Cursor jumps to the begin of Line after leaving the window
Replies: 19
Views: 30864

Re: Cursor jumps to the begin of Line after leaving the wind

Hallo Roger, may I send you my whole programm, wich was improved by Michael Rudrich?? I would zip it with small DBF's. I am not fit enough to build something new with eXpress. Please give me an answer by eMail to eboettcher@axon.de Of course I would pay for your work. Perhaps you also can solve the ...
by eckard
Tue Jan 31, 2017 7:52 am
Forum: eXpress++ Support
Topic: Cursor jumps to the begin of Line after leaving the window
Replies: 19
Views: 30864

Re: Cursor jumps to the begin of Line after leaving the wind

Thank you very much but it does not work. I rebuild the DBCLIPX succesfull with BUILD20.BAT The cursor is on position 1 of the DCGET-line and not on its old position when I come back from another window. With the old Alaska-Programm the cursor remains on its old position in the GET-Line when I come ...
by eckard
Tue Jan 31, 2017 7:47 am
Forum: eXpress++ Support
Topic: Cursor jumps to the begin of Line after leaving the window
Replies: 19
Views: 30864

Re: Cursor jumps to the begin of Line after leaving the wind

To fix this problem for you I had to make modifications to 2 eXpress++ source files. There are in the attached zip file. I had to be sure that this fix would not break any existing applications. I feel confident about that. Copy the 2 source files to your \exp20\source\dclipx folder and then run BU...
by eckard
Sun Jan 29, 2017 9:32 am
Forum: eXpress++ Support
Topic: Cursor jumps to the begin of Line after leaving the window
Replies: 19
Views: 30864

Cursor jumps to the begin of Line after leaving the window

My Problem is the following. The cursor is somewhere in one Line. When I leave my eXpress window and come back after doing other things in another Window, the cursor is not longer in the same position. He is always in the first position of the line. What must I do, that my eXpress Window will rememb...
by eckard
Wed Nov 02, 2016 7:33 am
Forum: eXpress++ Support
Topic: TIMEOUT
Replies: 17
Views: 23438

Re: TIMEOUT

I don't think we are going to solve this problem by a lot of postings in this forum. I suggest that you call me on Skype. Do you have Skype? You will also need TeamViewer. It is free. Try calling after 9:00 am MDT. That should be about 6 pm your time. Hallo, is it possible today? How can I call you...
by eckard
Thu Oct 20, 2016 9:42 am
Forum: eXpress++ Support
Topic: TIMEOUT
Replies: 17
Views: 23438

Re: TIMEOUT

Hallo,
Michael integrated two sleep() sequences in the CheckLog() function.
sleep(50) and sleep(10)

When I use instead the (50) a (500) it works but the TIMEOUT where I gave in 5 seconds needs 30 seconds. What can I do to have the exact 5 seconds or 600 etc.??

Eckard
by eckard
Wed Oct 19, 2016 8:02 am
Forum: eXpress++ Support
Topic: TIMEOUT
Replies: 17
Views: 23438

Re: TIMEOUT

Hallo
I inserted the debug-code as you wrote me.
Even when I do nothing the lines in the debug-window are running.
I enclose a JPG with a print.
Perhaps there is the mistake
by eckard
Wed Oct 19, 2016 7:48 am
Forum: eXpress++ Support
Topic: TIMEOUT
Replies: 17
Views: 23438

Re: TIMEOUT

Sorry Roger, I did not see your message from Okt 10. Here is the Code, Michael used: STATIC FUNCTION _DlgHandler ( nEvent, mp1, mp2, oXbp, oDialog, GetList ) IF nEvent = xbeP_Keyboard IF mp1 = 27 // ESC Ende() return DCGUI_IGNORE ENDIF ENDIF IF nEvent = xbeP_Close Ende() return DCGUI_IGNORE ENDIF re...
by eckard
Wed Oct 19, 2016 7:44 am
Forum: eXpress++ Support
Topic: TIMEOUT
Replies: 17
Views: 23438

Re: TIMEOUT

Hallo Roger,
as I wrote, the TIMEOUT-Order only works when I deactivate the following line before it:

oLog:Start('CheckLog') with two slashes //

I enclosed the function CheckLog() two messages before.
Can you see why this blocks the executing of the line with the TIMEOUT-Order?

Best regards
Eckard