|
yaya
银牌会员
    
积分 1009
发帖 353
注册 2003-9-4
状态 离线
|
『第 31 楼』:
使用 LLM 解释/回答一下
ConfigP.Mnu v1.00 发布于1楼
修改:名称由ConBoot.sys改为ConfigP.Mnu
修改:标识符结构
修改:取消标题、尾注、菜单、项目、配置块的数量限制
修改:取消esc、-/=、(shift+'-')/(shift+'=')键
修改:变更enter键功能,在任意菜单退出
修改:取消公共项目
增加:嵌套菜单可以没有项目
增加:只1页单选菜单,按空格或回车键,设定项目并退出菜单配置
增加:每条标题、尾注都可有不同颜色
ConfigP.Mnu v1.00 released on floor 1
Modified: Name changed from ConBoot.sys to ConfigP.Mnu
Modified: Identifier structure
Modified: Remove the quantity limit of title, footnote, menu, item, configuration block
Modified: Remove esc, -/=, (shift+'-')/(shift+'=') keys
Modified: Change the function of enter key, exit at any menu
Modified: Remove public items
Added: Nested menus can have no items
Added: Only 1-page single-choice menu, press space or enter key, set item and exit menu configuration
Added: Each title and footnote can have different colors
|
|
2006-3-26 16:05 |
|
|
本是
银牌会员
    
积分 2221
发帖 789
注册 2005-1-27
状态 离线
|
『第 32 楼』:
使用 LLM 解释/回答一下
15楼的帖子讲到:“关于在 ConMenuR 程序中加入屏蔽代码的问题,我觉得很必要,但限于水平低,目前还没能实现。希望同仁继续提供思路,或直接编一条程序供鉴赏。”
此处的“屏蔽代码”是什么意思?是否已经实现?
Post on the 15th floor says: "Regarding the issue of adding shielding code in the ConMenuR program, I think it is necessary, but due to low level, I haven't been able to achieve it yet. I hope colleagues will continue to provide ideas or directly compile a program for appreciation."
What does "shielding code" mean here? Has it been realized?
|

my major is english----my love is dos----my teacher is the buddha----my friends--how about U |
|
2006-3-27 00:02 |
|
|
willsort
元老会员
         Batchinger
积分 4432
发帖 1512
注册 2002-10-18
状态 离线
|
『第 33 楼』:
使用 LLM 解释/回答一下
Re yaya:
很高兴又见到了你的更新,试用结果如下:
1、发现caption/endnote/菜单标题/菜单项文字 都有两个空格的缩进,不知是有意为之,还是处理颜色代码时的疏忽;另外建议颜色代码可以加入背景色,可以允许颜色代码缺省,至于是继承上一句还是继承color的定义由程序自定。
2、给出的4个范例中使用 /u 恢复显示屏蔽时,程序名仍然为ConBoot.sys,导致启动后无任何显示,不过可以使用cls或mode co80恢复;
3、菜单的倒记时速度明显偏快,不知是虚拟机问题,还是程序自身问题。
4、示例中的水平线可以考虑使用全角的表格线字符,更为美观;
5、示例中多文字显示问题,可以考虑创建多个VT程序的方案,每页菜单使用一个VT程序,在显示前即加载(不知是否可能,未经测试)。
Re yaya:
Glad to see your update again. The trial results are as follows:
1. It is found that there are two spaces indented for the text of caption/endnote/menu title/menu item. I don't know if it is intentional or a oversight when handling color codes; In addition, it is suggested that background color can be added to color codes, and color codes can be allowed to be default. Whether it inherits the previous sentence or the definition of color is determined by the program itself.
2. In the 4 examples given, when using /u to restore the display shielding, the program name is still ConBoot.sys, resulting in no display after startup, but cls or mode co80 can be used to restore;
3. The countdown speed of the menu is obviously too fast. I don't know if it is a virtual machine problem or a problem of the program itself.
4. The horizontal line in the example can be considered to use full-width table line characters, which is more beautiful;
5. For the multi-text display problem in the example, a solution of creating multiple VT programs can be considered. Each page of the menu uses one VT program, which is loaded before display (I don't know if it is possible, not tested).
|

※ Batchinger 致 Bat Fans:请访问 批处理编程的异类 ,欢迎交流与共享批处理编程心得! |
|
2006-3-27 12:19 |
|
|
yaya
银牌会员
    
积分 1009
发帖 353
注册 2003-9-4
状态 离线
|
『第 34 楼』:
使用 LLM 解释/回答一下
Re 本是:
我说的“屏蔽代码”,是指屏蔽驱动程序的屏幕打印信息。目前已初步实现,但有缺陷。
方法1,置字符属性00,全黑屏。
方法2,置03c5(02)位0为0,此时有光标,虽然没有字符显示,但有空格输出,即光标位移。
希望即有光标显示,又不位移。
Re This is:
The "shielding code" I mentioned refers to shielding the screen printing information of the driver. It has been initially realized but has defects.
Method 1, set the character attribute to 00, all black screen.
Method 2, set the 0th bit of 03c5 (02) to 0, at this time there is a cursor, although there are no characters displayed, but there is space output, that is, the cursor displacement.
Hope to have the cursor displayed and no displacement.
|
|
2006-3-28 16:53 |
|
|
yaya
银牌会员
    
积分 1009
发帖 353
注册 2003-9-4
状态 离线
|
『第 35 楼』:
使用 LLM 解释/回答一下
Re willsort:
1、有两个空格的缩进,是编程时设定的。
2、应该是 ConfigP.Mnu /u 。文档错误,已更正。
3、菜单的倒记时速度明显偏快,应该是虚拟机问题。
5、创建多个VT程序的方案应该可行。结构如下:
device=config1.exe
device=ConfigP.Mnu
rem NestMenu=
rem caption=,.....
rem caption=,.....
rem block=
rem block=end
device=config2.exe
device=ConfigP.Mnu
rem NestMenu=
rem caption=,.....
rem caption=,.....
rem block=
rem block=end
....
Re-sort:
1. There are two spaces of indentation, which is set during programming.
2. It should be ConfigP.Mnu /u. The document error has been corrected.
3. The countdown speed of the menu is obviously too fast, which should be a virtual machine issue.
5. The plan to create multiple VT programs should be feasible. The structure is as follows:
device=config1.exe
device=ConfigP.Mnu
rem NestMenu=
rem caption=,.....
rem caption=,.....
rem block=
rem block=end
device=config2.exe
device=ConfigP.Mnu
rem NestMenu=
rem caption=,.....
rem caption=,.....
rem block=
rem block=end
....
|
|
2006-3-28 17:21 |
|
|
yaya
银牌会员
    
积分 1009
发帖 353
注册 2003-9-4
状态 离线
|
『第 36 楼』:
使用 LLM 解释/回答一下
v1.01 2006/3/28 发布于1、2楼
改进:单选项目在选择的同时即被设定,不用按空格键
v1.01 released on 2006/3/28 on floors 1 and 2
Improvement: The radio item is set at the same time as it is selected, no need to press the spacebar
|
|
2006-3-28 17:23 |
|
|
martin325
银牌会员
    
积分 1582
发帖 603
注册 2006-2-20
状态 离线
|
『第 37 楼』:
使用 LLM 解释/回答一下
屏蔽代码
希望即有光标显示,又不位移。
加油!
如果开发好了,请通知一声,我的QQ:33221860
谢了!
Code for shielding
Hope to have cursor display and no displacement.
Come on!
If it's developed, please let me know. My QQ: 33221860
Thanks!
|
|
2006-4-3 22:21 |
|
|
林之博大
初级用户
 
积分 60
发帖 5
注册 2004-8-16
状态 离线
|
『第 38 楼』:
使用 LLM 解释/回答一下
这个东西好啊,比ConMenu先进。
原来看到这个版本 1.01,再加上这个帖子沉底了....还以为这个比较落后....
顶一下~~!
赫赫
This thing is good, better than ConMenu.
Originally saw this version 1.01, and because this post sank to the bottom.... thought this was relatively backward....
Bump up~~!
Hehe
|
|
2006-5-22 16:07 |
|
|
yaya
银牌会员
    
积分 1009
发帖 353
注册 2003-9-4
状态 离线
|
|
2006-7-8 14:55 |
|
|
gmy
版主
        操作系统爱好者
积分 1113
发帖 392
注册 2002-11-11
状态 离线
|
『第 40 楼』:
使用 LLM 解释/回答一下
支持,但要等到更成熟时才使用。
Support, but it will be used only when it is more mature.
|

DOS之家 http://doshome.com 站长 葛明阳 |
|
2006-7-8 17:56 |
|
|
ffddyy
新手上路

积分 4
发帖 2
注册 2006-8-1 来自 云南
状态 离线
|
『第 41 楼』:
看不懂
使用 LLM 解释/回答一下
头大!头大!越来越大!愈来愈大!!!!!!!!!!!!
Big head! Big head! It's getting bigger and bigger! More and more big!!!!!
|
|
2006-8-1 17:57 |
|
|
tangtai
高级用户
   
积分 640
发帖 314
注册 2006-8-13
状态 离线
|
|
2006-9-3 03:33 |
|
|
sweetdreamlan
中级用户
  
积分 244
发帖 92
注册 2006-5-13
状态 离线
|
『第 43 楼』:
使用 LLM 解释/回答一下
如果能在config.sys的命令基础上加文字就好了
命令改了,很不熟悉
It would be nice to be able to add text based on the commands in config.sys. The commands have been changed, and I'm not familiar with them at all.
|
|
2006-10-20 22:06 |
|
|
sweetdreamlan
中级用户
  
积分 244
发帖 92
注册 2006-5-13
状态 离线
|
『第 44 楼』:
使用 LLM 解释/回答一下
开始简单的看了下,没有完全理解意思,
然后用了下,发现真是强捍 .............
At first, I glanced at it briefly and didn't fully understand the meaning. Then I tried it and found it was really powerful.............
|
|
2006-10-21 05:31 |
|
|
saromman
初级用户
 
积分 114
发帖 7
注册 2004-2-12
状态 离线
|
『第 45 楼』:
使用 LLM 解释/回答一下
佩服的五体投地,我也在学习中。
Admired to the core, I'm also in the learning process.
|
|
2007-1-15 23:54 |
|