Search found 27 matches

by rsmarks
Thu Aug 11, 2022 7:56 am
Forum: eXpress++ Support
Topic: Cxpapplication object used by DC_XBPDIALOG1:CREATE
Replies: 1
Views: 1866

Cxpapplication object used by DC_XBPDIALOG1:CREATE

My program starts listening to a port : oEndpoint := HttpEndpoint():new( 8889, "*" ) IF( !oEndpoint:start() ) MyMsg({"HttpEndpoint 8889 failed to start."},{"Quit"}) RETURN ENDIF : And then creates a DCREAD GUI The Webhandler just has a get() method CLASS CBMonitor FROM WebHandler EXPORTED: METHOD ge...
by rsmarks
Sun Apr 21, 2019 9:59 am
Forum: eXpress++ Support
Topic: DCGET PICTURE "(999)999-9999" problem
Replies: 14
Views: 15291

Re: DCGET PICTURE "(999)999-9999" problem

Alas, that did not work. I am using Version 2.0 build 266 with Xbase++ 2.0 build 1023. I've attached a very simple program to demonstrate.
by rsmarks
Thu Apr 18, 2019 9:04 am
Forum: eXpress++ Support
Topic: DCGET PICTURE "(999)999-9999" problem
Replies: 14
Views: 15291

DCGET PICTURE "(999)999-9999" problem

When a DCGET with a PICTURE "(999)999-9999" is first entered, the cursor is correctly positioned in the first blank spot immediately after the (. However, when you start typing a number, the cursor moves back to the ( position and no numbers are displayed. You have to use an arrow key or mouse to mo...
by rsmarks
Thu Dec 06, 2018 4:34 pm
Forum: Xbase++ 2.0
Topic: Significant lag with DCPUSHBUTTON ACCELKEY in Express 266
Replies: 2
Views: 7357

Significant lag with DCPUSHBUTTON ACCELKEY in Express 266

When I updated to Express 266 I found a significant lag when I use ALT_A (or other ALT letters) as an ACCELKEY for a DCPUSHBUTTON. Clicking on button does not lag, neither does using ALT_PGDN as the ACCELKEY.

I am uploading an example program.
by rsmarks
Mon Nov 05, 2018 11:10 am
Forum: eXpress++ Support
Topic: Build 266 lag when using Alt A AccelKey for DCPUSHBUTTON
Replies: 1
Views: 5506

Build 266 lag when using Alt A AccelKey for DCPUSHBUTTON

After recompiling with Build 266, there is a significant lag when Alt A (or other Alt letters) are used as an ACCELKEY for a DCPUSHBUTTON. There is no lag if I use Alt PGDN or F2 as the ACCELKEY or if I click on the button directly.
by rsmarks
Fri Nov 11, 2016 4:48 pm
Forum: eXpress++ Support
Topic: DCPUSHBUTTON activated even though MODAL Dialog open
Replies: 2
Views: 6215

Re: DCPUSHBUTTON activated even though MODAL Dialog open

I thought that at first, except I also have the same problem without the hot key being pressed: Called from MYLOGSTATUS (2437) Called from (B)MYPANAPP (486) Called from DC_XBPPUSHBUTTON:ACTION (2521) Called from (B)DC_XBPPUSHBUTTON:INIT (2057) Called from (B)DC_XBPPUSHBUTTON:INIT (2058) Called from ...
by rsmarks
Fri Oct 28, 2016 10:36 am
Forum: eXpress++ Support
Topic: DCPUSHBUTTON activated even though MODAL Dialog open
Replies: 2
Views: 6215

DCPUSHBUTTON activated even though MODAL Dialog open

I am having a problem that occurs randomly and infrequently. Basically, the ACTION for a DCPUSHBUTTON (@ (B)MYPANAPP(486)) is to invoke a function that opens a MODAL DCREAD GUI dialog (@ MYPANADDITEM(1048)). Somehow, the DCPUSHBUTTON is being activated again while the MODAL window is still open. Any...
by rsmarks
Wed Jun 08, 2016 6:08 am
Forum: eXpress++ Support
Topic: DCCOMBOBOX IMMEDIATE does not work with touch screen
Replies: 3
Views: 8475

Re: DCCOMBOBOX IMMEDIATE does not work with touch screen

For the Touch selection, WTF shows the following sequence: xbeLB_ItemMarked,0,DC_XbpComboBox xbeLB_ItemSelected,0,DC_XbpComboBox xbeM_Motion,{46, 223},DC_XbpComboBox followed by some xbeP_Paint actions on DC_XbpComboBox, etc... The Mouse selection, WTF shows: xbeLB_ItemMarked,0,DC_XbpComboBox xbeP_P...
by rsmarks
Tue Jun 07, 2016 9:01 am
Forum: eXpress++ Support
Topic: DCCOMBOBOX IMMEDIATE does not work with touch screen
Replies: 3
Views: 8475

DCCOMBOBOX IMMEDIATE does not work with touch screen

I am using DCCOMBOBOX with IMMEDIATE and TYPE XBPCOMBO_DROPDOWNLIST. Depending on which item is selected, certain DCGETs are hidden or revealed. If I use a mouse to select an item in the combobox it is set into the variable immediately and the appropriate DCGETs are revealed, but if I touch the scre...