`

解决Warning: skipping non-radio button in group

    博客分类:
  • C++
阅读更多
转自:
VC菜鸟的博客,原文地址:http://henryfu2005.blog.163.com/blog/static/82079657200852904630294/

    现象:当我们加入一组单选按钮,并将它们设置为一组互斥按钮,然后又添加其他控件,这时按 F5编译,出现如下警告信息: Warning: skipping non-radio button in group.

    原因:这条警告告诉我们,编译系统跳过了(同这组互斥按钮在一组的)非单选按钮。其实,当我们选择某一控件的Group属性后,在这个控件之后创建的其他控件都被看成是同一组控件,除非遇到下一个设置了Group属性的控件。也就是说,我们将单选按钮之后创建的这些控件和单选按钮放在了同一组,而这些控件是non-radio控件。

    解决:虽然这一警告并不会影响程序的运行,但还是去掉为好。知道了原因,解决起来就很简单了。一般单选按钮之后创建的控件会是一个Group box (上面是xyz的那个),这时我们只要将这个Group box的Group属性打勾即可解决这个问题;如果这组单选按钮之后的控件是其他类型,同样只要将其Group属性打勾即可。


PS:radio button的值的顺序取决于Tab Order的顺序
分享到:
评论
1 楼 dragoo1 2010-08-21  
好:idea:

相关推荐

    PyPI 官网下载 | gordian-1.1.3.tar.gz

    资源来自pypi官网。 资源全名:gordian-1.1.3.tar.gz

    ls_can.rar

    完整的linux2.6内核下的CAN驱动程序,经过测试.可以使用。 完整的linux2.6内核下的CAN驱动程序,经过测试.可以使用。

    Linux下上QT实现人脸识别

    Linux下QT上利用opencv库实现人脸识别

    cyrus-sasl-2.1.26-23.el7.x86_64.rpm

    离线安装包,亲测可用

    arm-h264env

    这个是在Tiny6410 arm版上运行的视频采集和现地显示程序

    google-chrome-stable_current_amd64.deb

    linux chrome升级包

    BIG文件编辑器

    This software is based in part on the work of the Independent JPEG Group ----------- Information ----------- FinalBIG is a viewer and editor for the BIG files of C&C Generals and Lord of the Rings: ...

    Usability Matters Practical UX for Developers and other Accidental Designers

    Skipping highbrow design theory, he addresses topics like gracefully handling network dropouts and creating intuitive data inputs. Read this book and your apps will look better, your users will be ...

    alien_8.79.tar.gz

    Warning: Skipping conversion of scripts in package mysqlcc: postinst postrm Warning: Use the --scripts parameter to include the scripts. mysqlcc-0.9.4-1.i386.rpm generated [root@yun alien]# ls ...

    TPS54331设计参考

    The TPS54331 is a 28-V, 3-A non-synchronous buck Integrated 80 mΩ High Side MOSFET Supports up to 3A Continuous Output Current converter that integrates a low Rds(on) high side MOSFET. To ...

    linux compat-libstdc++-33-3.2.3-72.eI7.x86_64.rpm

    linux compat-libstdc++-33-3.2.3-72.eI7.x86_64.rpm.

    windows安装TensorFlow和Keras遇到的问题及其解决方法

    安装TensorFlow在Windows上,真是让我心力交瘁,想死的心都有了,在Windows上做开发真的让人发狂。  首先说一下我的经历,本来也就是起初,网上说python3.7不支持TensorFlow环境,而且使用Anaconda最好,所以我将我...

    BURNINTEST--硬件检测工具

    - Corrected the Advanced Network test to run on non-English Operating Systems. Release 5.3 build 1016 WIN32 release 17 March 2008 - Added additional USB 2.0 Loopback plug test initialization to ...

    kernel-3.10.0-957.27.2.el7.x86_64.rpm

    kernel-3.10.0-957.27.2.el7.x86_64.rpm

    maven常用命令.docx

    一、maven常用命令: 1.mvn clean 清空产生的项目( target里) ...11.mvn test -skipping compile -skipping test-compile 只测试而不编译,也不测试编译 12.mvn deploy 13.mvn source.jar 源码打包

    erlang-xmerl-22.2.4-1.el7.x86_64.rpm

    erlang-xmerl-22.2.4-1.el7.x86_64.rpm 免费下载0积分镜像下载。rabbitMQ安装需要依赖此环境。Erlang 是一种多用途编程语言,主要用于开发并发和分布式系统。它最初是一种专有的编程语言,Ericsson 使用它来开发电话和...

    docker-mongo-swarm:Docker Swarm中的简单3节点MongoDB集群

    WARNING: Some services (rs) use the 'deploy' key, which will be ignored. Compose does not support 'deploy' configuration - use `docker stack deploy` to deploy to a swarm. rs1 uses an image, skipping ...

    xasdk-3.2.8c

    + better handling of ID3v2 headers (smart skipping) + better handling of VBR streams with no headers + modified codec API + more stable DirectSound handling * What's new in 3.0.8c + added the ...

    Packt.Django.Project.Blueprints.2016

    This guide takes the opposite approach by demonstrating how to work around common problems and client requests, without skipping the important details. If you have built a few Django projects and are...

    catalina-tribes.jar

    in cluster group. 这证明了两个没有互相找到对方。 使用方法,把这个jar替换$TOMCAT_HOME/lib目录下原来的包,在设置Membership时多加个loopbackMode="false",例如: address="228.0.0.4" port="45564" ...

Global site tag (gtag.js) - Google Analytics