Search found 4 matches
- Fri Sep 29, 2017 8:23 am
- Forum: eXpress++ Support
- Topic: Problems with DCTOOLBAR and DCADDBUTTON
- Replies: 9
- Views: 20298
Re: Problems with DCTOOLBAR and DCADDBUTTON
The code works perfectly, especially the third example. Thank you for your guidance. Is it possible that when I select this button, I get the caption bask (as in the example described) and at the same time closes the subdialog with the defined buttons? Or is it necessary action with an additional bu...
- Wed Sep 27, 2017 5:52 am
- Forum: eXpress++ Support
- Topic: Problems with DCTOOLBAR and DCADDBUTTON
- Replies: 9
- Views: 20298
Re: Problems with DCTOOLBAR and DCADDBUTTON
Even if I Expanding the oToolBar Size, only two buttons are displayed. Now I have a new problem. I have the buttons created (DCADDBUTTONXP) with FOR loop and now I need to figure out which button was pressed. Which DCADDBUTTONXP parameter returns, for example, a button caption or button reference? H...
- Thu Sep 21, 2017 10:21 pm
- Forum: eXpress++ Support
- Topic: Problems with DCTOOLBAR and DCADDBUTTON
- Replies: 9
- Views: 20298
Re: Problems with DCTOOLBAR and DCADDBUTTON
Code is from original folder Express++ >samples >xdemo program xdemo.prg // Top Statusbar DCSTATUSBAR oStatTop HEIGHT 31 ALIGN DCGUI_ALIGN_TOP ; HELPCODE '.STATUSBAR_TOP' ; HIDE {||Empty(oToolBar:childList())} @ 0,0 DCTOOLBAR oToolBar SIZE 1000,31 PIXEL PARENT oStatTop ; BUTTONSIZE 32,31 HELPCODE '....
- Thu Sep 21, 2017 12:06 pm
- Forum: eXpress++ Support
- Topic: Problems with DCTOOLBAR and DCADDBUTTON
- Replies: 9
- Views: 20298
Problems with DCTOOLBAR and DCADDBUTTON
I am new to express ++. I'm testing the xdemo program and I would like to add more buttons to the top toolbar with DCADDBUTTON. Xdemo always displays only the first two buttons, while the other five are not displayed. What am I doing wrong?