Displaying 20 results from an estimated 208033 matches for "message".
2001 Aug 20
1
Event trail info help request
G'day all,
I'm always running the latest wine built locally, daily from CVS.
I'm using Xfree 4.0.2 with a microtouch touchscreen, and I'm chasing a
mouse event bug.
I write my software in Borland Delphi 4.
For testing, I have written a program that simply intercepts the application
message queue, and filters WM_MOUSEMOVE, WM_LMOUSEDOWN and WM_LMOUSEUP events,
and prints them to a memo component complete with hex representation of the
hwnd from the message.
I'm running the program with
wine -managed --debugmsg +event Project1.exe
This applies to all the windows programs I have...
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. Howev...
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_i...
2004 Sep 17
8
English vs American voice files
...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 code
available but if you already have the kit...
Bill Seddon
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Mark Phillips
Sent: September 17, 2004 2:32 AM
To: asterisk-users@lists.digium.com
Subject: Re: [Asterisk-Users] English vs American voice files
Looks like I've drawn the short stra...
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>
<td><input type="submit" value...
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 me...
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 bo...
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
i...
2006 Oct 04
1
GFS and samba problem, again
...and No. Always happens the
same problem
I attach some samba logs (Level 3).
Software Versions:
Fedora 5
Samba 3.0.23
GFS 6.1.5
kernel 2.6.17-1.2187_FC5
Any help will be appreciated.
Sandra Hernandez
-------------- next part --------------
................
Transaction 25 of length 53
switch message SMBecho (pid 2937) conn 0x0
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
echo 1 times
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
Transaction 26 of length 80
switch message SMBtrans2 (pid 2937) conn 0x8f6b038
fetch sid from uid cache 501 -> S-1-5-21-4041271566-2146114300-2998881705-2002
fet...
2004 Mar 22
5
Your email message was blocked
MailMarshal (an automated content monitoring 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 att...
2002 Apr 10
0
FoxPro Regressions - followup from Feb
...gt;> 0806d550:Ret user32.SetCapture() retval=00000000 ret=0065fe45
>
>From the return adress (0065fe45) you can see that the SetCapture()
>is called from your application, not from wine code.
>In 9 out of 10 cases this would be done within the handling of some
>message, in this case for instance a WM_MOUSEMOVE or WM_LBUTTONDOWN
>message. Here that seems not to be the case. That would make a
>backtrace from within this call interesting. [...]
>
>> Maybe someone can get something out of that.. I've been comparing
>them
>> for the past 3...
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 by the notification process?
e.g.
notify
:message "Subject: ${subject}"
&qu...
2002 Mar 18
26
vorbis list successfully archived
This is an automatically generated message sent upon successful
archiving of the previous month of vorbis list posts.
<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 wor...
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
This is an automatically generated message sent upon successful
archiving of the previous month of theora list posts.
<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 wor...
2002 Mar 18
26
vorbis-dev list successfully archived
This is an automatically generated message sent upon successful
archiving of the previous month of vorbis-dev list posts.
<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...