Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
DigestI
View 41,856 Replies 111
1. The DJGPP version is a bit slow...
2. The Borland C version is relatively fast, but I don't really like the initial progress bar and the advertising words.
3. I've always seen that you have two versions for Windows, the GUI under Windows. I don't know what the main applications are? In Windows, just use the Windows window.
Hehe, continue to report bugs...
1.
There is a problem with the Set function of efTextBox. It does not copy the final #0 at the end of the string to the new CHAR pointer together. I have to use the following method:
memset(TmpStr,0,4096); // First fill with #0 once...
efTextBox->Text(edtWorkGroup,TmpStr);
2. Label controls can also get input focus
From common sense, Label controls cannot get input focus, but in this GUI, it is possible. The following situation occurs:
Create a BUTTON, create a LABEL, repeatedly press the TAB key, and find that the focus switches back and forth between BUTTON and LABEL. But when switching to LABEL, LABEL does not display a focus box. As a result, users find that the input focus is missing, which is easy to cause misunderstanding...
3. Not a bug, but made better
BUTTON controls cannot support executing by pressing the Enter key...
Originally posted by zqlcch at 2007-8-13 20:58:
The ecurb2006 interface is relatively beautiful, only needing one HZKXX, simple and compact, so I like it. If it is not difficult, you can consider adding support for 12-dot matrix Chinese characters, such as HZK12 of UCDOS. In this way, it will completely surpass...