search for: choosable

Displaying 5 results from an estimated 5 matches for "choosable".

2016 Sep 08
2
sieve - find in header
On 08-09-16 20:51, @lbutlr wrote: > On Tue Sep 06 2016 07:25:38 Hajo Locke <hajo.locke at gmx.de> said >> How to solve this case and find a string in arbitrary/unknown headerline? > > You?ll have to create multiple sieves covering the possible headers. > Maybe when you tell what you're trying to achieve, we can give you better advice. Almost no one is looking for
2007 Sep 02
2
submenu using vesamenu.c32 and menu.c32
Hello everyone I'm new to using menu.c32 and vesamenu.c32. I have used the original method of using pxelinux menus. I've read the wiki page and it speaks of being able to create submenus by making one of my menu options reference to (vesa)menu.c32 as the kernel and append the config file. I'm not sure I'm doing it correctly it was a little over simplified. Any help would be
2006 Nov 28
2
Advanced Menu features
Hi All, I hope to find some time to work on the Advanced menu system. I personally no longer have a need for it (changed jobs). Since I dont want to spend time doing stuff which will not be useful, I would to know what features you would like. What I have in my list are * Eliminate the need to compile each menu into its own .c32 file * Eliminate #define constants in menu.h which impose various
2007 Mar 22
1
WxSugar 0.1.14 is released
Hi I''m pleased to announce that a new version WxSugar is now available from http://rubyforge.org/frs/?group_id=35&release_id=10569 = CHANGES = * Can now just do "require ''wx_sugar''" to load all behaviours * Added ''find_window'' and ''descendants'' methods to Wx::Window * :name and :validator constructor arguments now work
2007 Apr 02
2
Re: Test driving WxRuby2 apps
...application'' #important - tell nobbie which application you want to test APPLICATION_UNDER_TEST = YourApp.new class YourAppTest < Test::Unit::TestCase def test_something_really_important assert !enabled?(:save) type ''fred'', :first_name choosable(:male).choose selection(:title).choose ''Mr'' assert enabled?(:save) click :save end end For more examples look at the ''test'' directory under the gem install. Note that if you run all_tests.rb, some of the tests will currently fail (dep...