【求助 help me】找不到单选框与复选框控件了 don't find checkbox

来自中国的朋友,欢迎您在本版面使用中文讨论问题。请注意,如果您想得到不懂中文的人的帮助,请同时提供英文译文。
Help and discussions in Chinese.
Post Reply
Robin Chen
Posts: 16
Joined: Mon Jul 27, 2015 8:03 am

【求助 help me】找不到单选框与复选框控件了 don't find checkbox

Post by Robin Chen »

我在做窗体的时候没找到单选框与复选框控件。求教。工具箱内容实在太少。 :cry:

------------------以下内容来自谷歌翻译(The following comes from Google Translation)-------------

I do not find the time to form a single box with a check box control. Neighborhoods. Toolbox content is too small. :cry:
jerome
Site Admin
Posts: 608
Joined: Sat Jan 16, 2010 11:16 pm

Re: 【求助 help me】找不到单选框与复选框控件了 don't find checkbox

Post by jerome »

Hi there,

Sorry for late reply. Please send me a private message or come on #ecere / irc.freenode.net if I take a long time to reply, as sometimes the phpBB post notifications are not working and I miss the post on the forums.

You can create a check box by doing:

Code: Select all

 Button { isCheckbox = true }
You can either set a 'caption' for it to have some text associated, or just have the checkbox by itself. You can also tweak the size of the box with the 'size' property.

In a future version we will likely split the check box into a separate control so that it shows as an additional control in the toolbox and is easier to find.

Best regards,

-Jerome
Post Reply