我在做窗体的时候没找到单选框与复选框控件。求教。工具箱内容实在太少。
------------------以下内容来自谷歌翻译(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.
【求助 help me】找不到单选框与复选框控件了 don't find checkbox
-
- Posts: 16
- Joined: Mon Jul 27, 2015 8:03 am
Re: 【求助 help me】找不到单选框与复选框控件了 don't find checkbox
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: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
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 }
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