search for: contactlist

Displaying 7 results from an estimated 7 matches for "contactlist".

Did you mean: contact_list
2007 Apr 28
6
XRC Problem
...; rescue LoadError => no_wx_err begin require ''rubygems'' require ''wx'' rescue LoadError raise no_wx_err end end module XrcEnabled def getXrcControl(id) return find_window_by_id( Wx::xrcid(id) ) end end class ContactList < Wx::Frame include XrcEnabled def initialize() super(nil,-1,"RubyIM") $xml.load_frame_subclass(self,nil,"ContactList") # Grab all the controls for what I''m creating end end class RubyIMApp < Wx::App def on_init $x...
2007 Sep 17
5
Script.aculo.us effect queues & Ajax.Updater()
Hey guys, I''m new here and just checked out Prototype with Script.aculo.us and have to say it''s a great experience once you get the concept. However, I''m not very experienced with JS so I''m a bit stuck on something I think is quite easy to solve: What already works: A searchfield is observed by a DelayedObserver, a list of contacts is updated vie Ajax updater.
2007 Jan 19
1
Trouble with Rails/Ri18n
...DRESS>\n" "Language-Team: LANGUAGE <LL-2l5V8CiXCHs@public.gmane.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n == 0;\n" msgid "Add ContactList" msgstr "Kontaktliste hinzufügen" msgid "Listing all users" msgstr "Alle Benutzer anzeigen" It seems, that it just does not find the translations and therefore displays the english version - but why? Could someone kindly point me in the right direction? Kind r...
2020 May 26
1
Realtime PJSIP RTT
Thanks Joshua, I assume by query asterisk you mean I'll need to query it via AMI? Is that information available via AMI? *Nick Olsen* Network Engineer Office: 321-408-5000 x103 Mobile: 321-794-0763 On Tue, May 26, 2020 at 2:57 PM Joshua C. Colp <jcolp at sangoma.com> wrote: > On Tue, May 26, 2020 at 10:48 AM Nick Olsen < > nick at floridavirtualsolutions.com> wrote: >
2009 Sep 27
3
Newbie Trouble with RubyOnRails Bible
Hello all, I am new to RoR and am working my way through Timothy Fisher''s Ruby On Rails Bible. I''m stuck on page 81. I have followed the steps leading to this page, i.e. cd rails_projects rails contactlist <creates all the directories> ruby script/server webrick <shows the Welcome Aboard page> open a cmd window and run mysql: create database contactlist_development; use contactlist_development; create table contacts (id int not null auto_increment, ...etc.); show tables; <shows table c...
2009 May 24
3
index.erb vs rhtml
I am a total Ruby/RoR n00b having just started reading the ''Ruby on Rails Bible'' book two days ago. I''ve been trying to work out through the introductory ''Your first ruby on rails application'' section, but I''ve run into problems already! The book goes on about creating the view templates and naming them with the *.html.erb extension, but I get
2009 Sep 25
3
NoMethodError : undefined method `stringify_keys!' for "2":String
...end Below is the complete error stack, ------------------------------------------- xxxxxxxxxxxxxxxx-------------------------------------------------- NoMethodError in ContactController#update undefined method `stringify_keys!'' for "2":String RAILS_ROOT: D:/rails_projects/contactlist Application Trace | Framework Trace | Full Trace D:/RoR/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/ active_record/base.rb:2111:in `attributes='' D:/RoR/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/ active_record/base.rb:1926:in `initialize'' app/controllers/contact_co...