search for: mylisten

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

Did you mean: mlisten
2006 Mar 15
3
prototype.js Event.stopObserving
anyone have any information on how to effectively use this? Event.observe() doesn''t return anything, and nothing I''ve tried is actually removing the event listeners from the objects. -Jeremy -- Jeremy Kitchen ++ kitchen-RA8HwDor7flnDGu+y90WmgC/G2K4zDHf@public.gmane.org In the beginning was The Word and The Word was Content-type: text/plain -- The Word of Bob.
2008 Jun 14
15
Reusing story snippets
I find myself doing this: Scenario "logged in user visiting the home page" do Given "A logged in user" do a_logged_in_user end When "..." Then "..." end The a_logged_in_user method is a helper method in helper.rb which sets up the state so that the user can browse the website. Later in the story of course, I can just do ''Given
2006 Jul 26
0
SAX Parsing and erb?
...WHat''s the equivalent with erb? And how do I combine my partials with it as well? eRB is a pull type interaction, but SAX is a push, and it makes it hard. So here is a little example of what I''m thinking: Hi <%= @name %><br/> <% parser = SAX2Parser.new myListener = MyListener.new( ???? ) <-- pass the PrintWriter object like thing here? parser.parse %> Sincerely, <%= @management %> <hr/> <%= @advertisements %> -- Posted via http://www.ruby-forum.com/.
2007 Dec 26
3
executing code after each step of a story
Hello, how can I execute some code after each step of a story. Is there some kind of listener documentated. Thank you in advance, Armin
2018 Oct 27
3
unable to set username/password for a mount point
Hello, I've icecast2 installed on Ubuntu 16.04 LTS and I can access it via http://localhost:8000 I followed this document to add authentication: https://icecast.org/docs/icecast-2.4.1/auth.html I added the following to /etc/icecast2/icecast.xml file: <mount> <mount-name>/example.ogg</mount-name> <authentication type="htpasswd"> <option