Search found 35 matches

by zolifree
Sun May 15, 2016 2:56 pm
Forum: eXpress++ Support
Topic: DCCOMBOBOX arrow keys
Replies: 9
Views: 11879

DCCOMBOBOX arrow keys

Hello, I use DCCOMBOBOX TYPE XBPCOMBO_DROPDOWNLIST together with DCGETs. I want to use the Up/Down arrows to move to a get object I want to change, but when I reach the DCCOMBOBOX objects, the Up/Down arrow changes the walue instead of moving to the next get object. I tried many ways to solve this, ...
by zolifree
Sun May 15, 2016 2:00 pm
Forum: eXpress++ Support
Topic: celleditor
Replies: 5
Views: 8273

celleditor

Hi Roger, In DCBROWSE I use this: EDIT xbeBRW_ItemSelected ; MODE DCGUI_BROWSE_EDITEXIT ; but the user can press the Up or Down keys, and the editor moves to the line according to the arrow. But I do not want this. I want the celledit finish when the user hit the Up or Down arrow like the with ENTER...
by zolifree
Sun May 15, 2016 1:26 pm
Forum: eXpress++ Support
Topic: dc_addbuttonconfig font problem
Replies: 1
Views: 4512

dc_addbuttonconfig font problem

Hi Roger, I tried to use the dc_addbuttonconfig, and I found some errors. The font settings for the buttons works only with The Ok, and Exit button. The Cancel, Yes and No buttons not altered by the font parameter. I found and corrected the error. I marked 3 new lines with //Zolifree at the end of t...
by zolifree
Fri Apr 29, 2016 3:27 am
Forum: eXpress++ Support
Topic: DC_expressbuttonstyle problem
Replies: 4
Views: 9350

Re: DC_expressbuttonstyle problem

Did you deliver all eXpress++-components (DLLs) to your customers? Yes, everithing downloaded with new program versions. The problem exists on my computer too, I only not tested the Alt+O before delivered the new programversion to clients. You can see the problem with this program: FUNCTION Main() ...
by zolifree
Thu Apr 28, 2016 5:31 pm
Forum: eXpress++ Support
Topic: DC_expressbuttonstyle problem
Replies: 4
Views: 9350

DC_expressbuttonstyle problem

Hi Roger, I using DC_XbpPushButtonXPDefault() and DC_PushButtonStyle() in my program for modern looking pushbuttons. I use ADDBUTTONS with the DCREAD, but it uses the default old style buttons. I used DC_expressbuttonstyle() for change the ADDBUTTONS style the same as the other buttons, and it first...