search for: messages

Displaying 20 results from an estimated 207418 matches for "messages".

Did you mean: message
2001 Aug 20
1
Event trail info help request
...I have run so far. I use Calc.exe from win95 as a good example. It works fine with a mouse. With the touchscreen, I'm required to press each key twice to register a keypress. What appears to happen with a mouse, is as you move the mouse onto the key, the program recieves a lot of WM_MOUSEMOVE messages and this allows the windows program? or Wine? to determine the control the mouse is over, when the MOUSEDOWN event is sent it gets sent to the correct component. With the touchscreen, there are almost no MOUSEMOVE events preceeding the MOUSEDOWN and often the MOUSEDOWN is sent to the component(hwn...
2006 Feb 13
4
activerecord << operator
Hello, I am new here and actually I am writing my first RoR app. My question is: -------- class Topic < ActiveRecord::Base has_many :messages end class Message < ActiveRecord::Base belongs_to :topic end class ForumController < ApplicationController def post message = Message.new(params[:message]) @topic = Topic.find(params[:id]) @topic.messages << message end end Okay, this works. Howeve...
2013 Sep 27
1
lock order reversal in 10-alpha2
After booting from a 10-alpha2 disk I am seeing "lock order reversal" messages show up from time to time. Current logs have 35 entries. The machine normally is running 9.1 from zfs root and I have setup a separate disk (eSATA case connected through backplane port to onboard SATA port) that I have installed 10-alpha amd64 onto a ufs partition to test port building with. I...
2007 Jun 02
7
I''m really bad at controllers, help please.
Hey, Sorry for so many questions - I''m really bad at this right now. I''m trying to cover the following code w/ rspec def index if params[:user_id] @user = User.find(params[:user_id]) @messages = @user.messages end end So basically what I''m doing is listing all the messages for a user, provided there is an id parameter. describe MessagesController, " handling GET /messages for a user" do before do @message = mock_model(Message) @message.stub!(:user_id...
2004 Sep 17
8
English vs American voice files
My wife's got an appropriate Southern England (Wimbledon) accent and I'm sure she would try her hand. Does anyone have a comprehensive list of the words that need to be said? Matt, do you have them if your wife's done a set for French users? Mark, if you have the kit maybe you could chop up the file? I write a utility to chop up and compress the wave file based on some of the C
2009 May 12
2
2.3 Nested Model Forms; build new without updating existing
I''m trying to build something similar to a Facebook messaging app, in which the view displays all the messages for a particular thread, with a form box for replying at the bottom of the thread. The problem is that using fields_for generates form fields for each existing record, and for one new record. In this case, there is no need to edit existing messages - just a need to add new messages. Does anybody...
2006 Mar 29
4
Collecting data from forms
Hi, I?m having some problems collecting the content of some forms. This is whats in list.rhtml: <%= form_tag :action => ''send_message'' %> From: <%= text_field ''message'', ''from''%> <br>Message: <%= text_area ''message'', ''text'', :rows => 6 %> <tr> <td></td>
2020 Jul 14
1
dovecot 2.2.13
all, below command not reporting the actual usage report on dovecot 2.2.13. please share your suggestion to how to fix this issue doveadm -f flow mailbox status -A -t 'messages vsize' '*' is just showing rkreddy messages=0 vsize=0 jcplho messages=0 vsize=0 planning messages=0 vsize=0 accounts messages=0 vsize=0 spam.notify messages=0 vsize=0 jsraju messages=0 vsize=0 amarnath messages=0 vsize=0 kamesh messages=0 vsize=0 moulivarma messages=0 vsize=0 test mes...
2006 May 02
1
SOAP client not seeing all of my AWS service methods
Hi all, Ruby 1.8.4 Rails 1.1.2 I''m a newb when it comes to SOAP, but I thought I''d give it a shot. I have several web services defined. However, when I try to connect with a SOAP client it seems the client is only picking up one of the services, called Hardware. require ''soap/wsdlDriver'' wsdl_url =
2003 Sep 12
2
Voicemail menu structure
...random configurable. So, focusing only on the tree structure, what should the menus look like? Attached is a rough draft of what it may look like. Don Pobanz -------------- next part -------------- Ideal voicemail system - maybe ;>). I am not aware of any industry standard for voicemail messages. If anyone knows of one, please point it out. There three primary arrangements for navigating the voicemail system. They are: 1. tree structure - only get to different branches by going back down to a common branch or to the trunk 2. random structure - get to any command at any time by pressing...
2005 Dec 19
4
need some help designing my messaging system
I am trying to create a messaging system for my users but I''m having a hard time designing my db. This is what i have in mind, but I am not sure if its the best approach. user has_one inbox user has_one outbox inbox has_many messages outbox has_many messages inbox table user_id outbox table user_id messages table box_id (refers to either inbox or outbox - how?) from_id to_id msg_status (new, sent, read, deleted, etc.) subject body does this make sense? is there a better way of acheiving this? since both inbox and outbox bot...
2010 Jun 10
1
RSpec 2 equivalent for: assigns[:message].should == @message
describe MessagesController, "POST create" do before(:each) do @message = mock_model(Message, :save => nil) Message.stub(:new).and_return(@message) end context "when the message fails to save" do before(:each) do @message.stub(:save).and_return(false) end it...
2006 Oct 04
1
GFS and samba problem, again
Hi, I sent a mail a few days ago to this list related with GFS+samba problems. Since the, we have installed a sepparated test environment also with two linux servers where we have tested a samba server with an exported share in GFS. The share is read-only and only one server is exporting it. When we try to access from a single windows client it works fine, but when we try to access to the
2004 Mar 22
5
Your email message was blocked
...nitoring gateway) has not delivered the following message: Message: B0000c89bd.00000001.mml From: samba@samba.org To: lianaj@balgrammar.vic.edu.au Subject: Question This is due to automatic rules that have determined that the intended recipient is not authorized to receive messages with certain potentially dangerous filetypes attached. If you believe the message was business related please contact greg@bgs.vic.edu.au and request that the message be released to it's intended recipient. If no contact is made within 5 days the message will automatically be deleted. Ma...
2002 Apr 10
0
FoxPro Regressions - followup from Feb
...a different GetCurPos() >> The 2nd Get QueueStatus after the 2nd WM_LBUTTONUP has a different >> reval=00040000 on the "bad", where the "good" is reval=00060000" >Both report a MOUSEBUTTON message in the queue, the "good" one reports >MOUSEMOVE messages as well. That doesn't look significant. > >> I wouldn't know where to go from here, but maybe it'll help someone >> else. I can run comparisons for anyone if they'd like, though I never >> figured out how to save a trace to a file, >> didn't work, so...
2012 Feb 05
2
Sieve notify messages
Hi All I'm using dovecot 2.0.16 with the pigeonhole plugin 0.25. I'm trying to use the notifiy mechanism from sieve to send notifications when a mail arrives in the mailbox. The message is checked to be a 8bit message, otherwise it is replaced by the default message "Notification of new message." How can I create a 8bit message body within the sieve script that is accepted
2002 Mar 18
26
vorbis list successfully archived
...ts. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
2009 Jul 23
11
Problem with named_scope
Here are my scopes: default_scope :order => ''posted_on DESC'', :conditions => { :status => ''visible'' } named_scope :positive, :conditions => { :rating => ''positive'', :status => ''visible'' } named_scope :neutral, :conditions => { :rating => ''neutral'', :status =>
2002 Jul 04
24
theora list successfully archived
...ts. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'theora-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
2002 Mar 18
26
vorbis-dev list successfully archived
...<p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.