Displaying 3 results from an estimated 3 matches for "usselmann".
2008 May 06
5
Failing build is restarted again and again (manual request + Win32)
Dear all,
I am a recent user of this great tool for rails development and I have an issue with version 1.3.0. Sorry if I duplicate the question but I have been over the whole mailing list archives and could not find any answer.
I have set up cruisecontrolrb on my home server (which runs WinXP, sorry, but it is better for the girlfriend to use than some linux distrib which I use on my laptop)
2013 May 22
1
Speed up mail retrieval by keyword
Hi,
I' m using a roundcube plugin for adding attributes to mails, which are
stored as IMAP keywords (https://github.com/umount/message_label [1]).
This plugin allows me to retrieve mails with a certain attribute across
all my mail folders.
Selecting mails this way is very convenient, but also very slow,
probably because I've got a lot of mails and folders.
Is there a way to speed
2006 Apr 18
1
FXSwitcher message problem
Hi,
I use @mySwitcher.setCurrent( index ) and have a method connected to my
FXSwitcher object:
@mySwitcher.connect(SEL_COMMAND, method(:onCmdSwitch))
I would expect that onCmdSwitch(sender, sel, index) would receive the
new index as third parameter. At least it should according to the
fxruby documentation:
"SEL_COMMAND: sent whenever the current (topmost) child window
changes; the