Prev: Replace a particular string at a particular position
Next: save/restore directory stack in bash
From: Barry Margolin on 27 Nov 2009 09:02 In article <731f8418-c18f-4e90-8cf5-b3c964e9804a(a)u16g2000pru.googlegroups.com>, pavunkumar <pavun.bks(a)gmail.com> wrote: > I am working in text editor and firefox also running with some page . > If the page getting any alert . > I have to switch over to firefox for seeing the alerted text from text > editor. You still haven't asked a question! This is comp.unix.shell, what does this have to do with the Unix command line shell? -- Barry Margolin, barmar(a)alum.mit.edu Arlington, MA *** PLEASE post questions in newsgroups, not directly to me *** *** PLEASE don't copy me on replies, I'll read them in the group ***
From: pavunkumar on 27 Nov 2009 22:40 On Nov 27, 12:30 pm, Ben Finney <ben+u...(a)benfinney.id.au> wrote: > pavunkumar <pavun....(a)gmail.com> writes: > > I am working in text editor and firefox also running with some page . > > If the page getting any alert . > > I have to switch over to firefox for seeing the alerted text from text > > editor. > > Perhaps it would help if you describe what you think the behaviour > should be instead. Please also describe what you think should happen if > you are part-way typing a passage of text into the text editor, and the > Firefox alert occurs while you are typing. > > -- > \ It is the integrity of each individual human that is in final | > `\ examination. On personal integrity hangs humanity's fate. | > _o__) Richard Buckminster Fuller, _Critical Path_, 1981 | > Ben Finney Dear Sir, I am doing the project like google calendar . User will create the event with time . the given time will be watching background process. Once the time gets matched , that will show as alert box. In this situation alert is coming at specified time. But I am not in the firefox application. think that I am there in some other application . So my requirement is that I need to switch to firefox when it gets alert, if i am not in the firefox. By that user will be able see event alert. Thanks
From: Ben Finney on 28 Nov 2009 02:49 pavunkumar <pavun.bks(a)gmail.com> writes: > On Nov 27, 12:30 pm, Ben Finney <ben+u...(a)benfinney.id.au> wrote: > > Perhaps it would help if you describe what you think the behaviour > > should be instead. > > I am doing the project like google calendar . User will create the > event with time . the given time will be watching background process. > Once the time gets matched , that will show as alert box. […] That answers the first part, but an important part of the behaviour comes with this unanswered question: > > Please also describe what you think should happen if you are > > part-way typing a passage of text into the text editor, and the > > Firefox alert occurs while you are typing. In other words: What is the expected behaviour when the user continues typing because they haven't yet noticed that the alert has appeared? -- \ “If consumers even know there's a DRM, what it is, and how it | `\ works, we've already failed.” —Peter Lee, Disney corporation, | _o__) 2005 | Ben Finney
From: Barry Margolin on 28 Nov 2009 03:57 In article <d23973b0-e2c0-4ffc-bc49-41267424d7e5(a)13g2000prl.googlegroups.com>, pavunkumar <pavun.bks(a)gmail.com> wrote: > On Nov 27, 12:30 pm, Ben Finney <ben+u...(a)benfinney.id.au> wrote: > > pavunkumar <pavun....(a)gmail.com> writes: > > > I am working in text editor and firefox also running with some page . > > > If the page getting any alert . > > > I have to switch over to firefox for seeing the alerted text from text > > > editor. > > > > Perhaps it would help if you describe what you think the behaviour > > should be instead. Please also describe what you think should happen if > > you are part-way typing a passage of text into the text editor, and the > > Firefox alert occurs while you are typing. > > > > -- > > \ �It is the integrity of each individual human that is in final | > > `\ examination. On personal integrity hangs humanity's fate.� | > > _o__) �Richard Buckminster Fuller, _Critical Path_, 1981 | > > Ben Finney > > Dear Sir, > > I am doing the project like google calendar . User will create the > event with time . the given time will be watching background process. > Once the time gets matched , that will show as alert box. In this > situation > alert is coming at specified time. But I am not in the firefox > application. think that I am there in some other application . So my > requirement is that I need to switch to firefox when it gets alert, if > i am not in the firefox. > By that user will be able see event alert. I think some window managers implement a notification mechanism that displays something in one of the task bars when an application needs to get the user's attention. I don't know the details of how this works, and Firefox would have to have support for it. -- Barry Margolin, barmar(a)alum.mit.edu Arlington, MA *** PLEASE post questions in newsgroups, not directly to me *** *** PLEASE don't copy me on replies, I'll read them in the group ***
First
|
Prev
|
Pages: 1 2 Prev: Replace a particular string at a particular position Next: save/restore directory stack in bash |