Search found 35 matches

by zolifree
Sat Oct 29, 2016 7:06 am
Forum: eXpress++ Support
Topic: DCPUSHBUTTON activated even though MODAL Dialog open
Replies: 2
Views: 6233

Re: DCPUSHBUTTON activated even though MODAL Dialog open

I think the problem is the same that I had months ago, and it is solved here:
http://bb.donnay-software.com/donnay/vi ... f=2&t=1922

From the error log it is clear the button was pressed by hotkey.
I think form the new window the user pressed the ALT+A, and the window opened agan.
by zolifree
Mon Aug 29, 2016 6:37 pm
Forum: eXpress++ Support
Topic: Valid object problem
Replies: 0
Views: 9807

Valid object problem

Hi Roger! I found an error in express++ many years ago, and I made a workaround for that. I still find this causing errors in log files, becuse I am missed a lot when I tried to corrected all the thousands of places in the source code. I think You can fix it, so I will not need the workaround, and e...
by zolifree
Thu Jul 07, 2016 1:34 pm
Forum: eXpress++ Support
Topic: A window can be opened unlimited times by hotkeys
Replies: 9
Views: 16570

Re: A window can be opened unlimited times by hotkeys

Roger, this works well: METHOD DC_XbpPushButtonXP:SetShortCut() LOCAL xAccelKey := ::getList:getListArray[::getListPointer,nGETLIST_ACCELKEY] ::nShortCut := ::GetShortCut() if Valtype(::caption) == 'C'.and. ::caption="&Ok".and.::nShortCut != NIL ::oldShortCut := SetAppEvent( ::nShortCut, { | uNil1, ...
by zolifree
Sat Jul 02, 2016 5:28 pm
Forum: eXpress++ Support
Topic: A window can be opened unlimited times by hotkeys
Replies: 9
Views: 16570

Re: A window can be opened unlimited times by hotkeys

Roger,

there is one more thing need to be fixed:
Now the Alt+O hotkey does not working for the Ok button, when I use the addbuttons.

The customers want this function back.
I had this problem before, and You solved that, but with this fix for the hotkeys bring this problem back.
by zolifree
Thu Jun 30, 2016 7:22 pm
Forum: eXpress++ Support
Topic: A window can be opened unlimited times by hotkeys
Replies: 9
Views: 16570

Re: A window can be opened unlimited times by hotkeys

Thanks Roger, it is perfect!
by zolifree
Thu Jun 30, 2016 4:24 pm
Forum: eXpress++ Support
Topic: A window can be opened unlimited times by hotkeys
Replies: 9
Views: 16570

Re: A window can be opened unlimited times by hotkeys

One little change needed. I use 2 hotkeys with buttons many times like this: @0, 0 DCPUSHBUTTONXP CAPTION tny("&Bizonylat") ; SIZE 10,1 ; ACCELKEY xbeK_F2 ; ACTION {||f_tartalom()} Now the ACCELKEY hotkey is not working, only the Alt+& letter with the modification that You sent. I know I can use an ...
by zolifree
Wed Jun 29, 2016 2:31 pm
Forum: eXpress++ Support
Topic: A window can be opened unlimited times by hotkeys
Replies: 9
Views: 16570

A window can be opened unlimited times by hotkeys

Hi Roger! My program is used by many customers, and the program sends error log to me over interet. I saw a lot of unexplainable error messages logged, that I was never able to reproduce until now. The problem is that if I have a window which has hotkey like pusbuttons, and if I open a subwindow ove...
by zolifree
Mon May 16, 2016 8:03 pm
Forum: eXpress++ Support
Topic: celleditor
Replies: 5
Views: 7975

Re: celleditor

This sample works, but in my program not. The window closes as soon as pressing the up or down arrow. I do not know why behave so differently with the same HANDLER block. A use DCBROWSE on DBF files with many columns, many celleditors, buttons, hotkeys, and HANDLER block. I have valids, pictures in ...
by zolifree
Mon May 16, 2016 1:35 pm
Forum: eXpress++ Support
Topic: celleditor
Replies: 5
Views: 7975

Re: celleditor

Roger, not working, I tried everithyng. No event appears in HANDLERBLOCK during cellediting. I tried the kexblock, but no event apperas there too for up/down arrow keys. Can You create a new mode for DCBROWSE similar to MODE DCGUI_BROWSE_EDITEXIT ? And that is quit the cellediting with the up/down a...
by zolifree
Sun May 15, 2016 8:29 pm
Forum: eXpress++ Support
Topic: DCCOMBOBOX arrow keys
Replies: 9
Views: 11537

Re: DCCOMBOBOX arrow keys

Roger, it is not working as expected. The Ctrl+Enter is not working, but if I change it to any other key, it works with that. In my program the Ctrl+Enter closes the window with the subclass or handler, but without them nothing happen when I press the Ctrl+Enter. And if I open the list with F4 or ot...