similar to: [Bug 61611] New: Crash of X on a notification popup

Displaying 20 results from an estimated 300 matches similar to: "[Bug 61611] New: Crash of X on a notification popup"

2013 Feb 25
8
[Bug 61463] New: Freeze after resume from standby/suspend
https://bugs.freedesktop.org/show_bug.cgi?id=61463 Priority: medium Bug ID: 61463 Assignee: nouveau at lists.freedesktop.org Summary: Freeze after resume from standby/suspend Severity: normal Classification: Unclassified OS: Linux (All) Reporter: raphgro at web.de Hardware: x86-64 (AMD64)
2012 Aug 03
25
[Bug 53101] New: Fedora 17 "PFIFO - playlist update failed" on boot
https://bugs.freedesktop.org/show_bug.cgi?id=53101 Bug #: 53101 Summary: Fedora 17 "PFIFO - playlist update failed" on boot Classification: Unclassified Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component:
2006 Nov 04
0
Popup search windows: hints needed
Bruno, did you solve this problem? I have the same issue, if you could give me any tips it would be great. -- Att, Gabriel Bog?a Perez -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060821/d2df1650/attachment-0001.html
2006 Mar 05
0
opening popup on another companies website - possible?
I have a wierd problem and although I am not a programmer I''d like to know it this was even possible. I have businesses that send me email addresses of people referred to them by their customers. They also have a picture of their customers on file. I would like to send an email to the referrals that includes a like. When the referral clicks on the like a browser opens on the
2006 Mar 10
0
link_to(... :popup => true) problem
I have a file_column that points to a pdf. I want that pdf to open in a new window, thus wrote the code: <%= link_to(''PDF version'', url_for_file_column(''floor_plan'', ''pdf_file''), :popup => true) %> which generates the code: <a href="/floor_plan/pdf_file/12/first_floor.pdf" onclick="window.open(this.href);return
2006 Mar 14
0
Hyperlink "pop-back" from popup window
Hello all, I have a popup window (via link_to :popup=>true) that contains a link to an external page. How can I get navigation of that link to go back to the original calling browser -or- launch a new browser window in the background? Thank you! -- ------------------------------ Forget the icing. Bake the Cake! - the epi-centered developer ------------------------------ Peter
2006 Jan 08
0
Popup search windows: hints needed
I need a suggestion on how to implement a popup search windows in a Rails application. Something very similar to the "Hertz Location List" or "Find a Neighborhood Location" links in the Hertz reservation page https://www.hertz.com/rentacar/index.jsp?targetPage=reservationOnHomepage.jsp Many thanks in advance, Bruno
2004 Sep 03
0
Internet Explorer, popup windows
Hi all, I have just installed Internet Explorer SP1 on wine (without any native windows partition). It runs quite good, but I have a problem; when I access to a page where a popup window appears (the window.open javascript function is invoked), it launches the following error on a IE window: "Could not complete operation due to error 8003001e". I have looking for a solution but
2009 Mar 26
1
Lightbox popup on ajax pages....
Hi, I''m using lightbox.js for displaying chromeless popup windows. I have a main page on which I have javascript_include_tag and stylesheet_link_tag to include lightbox. Calls to the lightbox popups from this main page work perfectly... But....calls to the lightbox popups from pages which are called by ajax(using link_to_remote) from the main page do not work... :( They work like
2008 Nov 26
1
Clearing form fields for a popup
I am using prototype to create modal popups for my login and register pages, but the fields are populating with the data from certain variables. For example, I have a show page that finds a user like so: @user = User.find(params[:id]) and my form uses: <% form_for :user, :url => users_path do |f| -%> so it is populating the form with the data from @user. Should I rename the @user
2007 Apr 27
0
Prototype Popup Error
I am using the prototype ''new Ajax.Request'' object for a simple data retrieval operation. Works fine. To tell the user what is going on (the retrieval takes a second or 2), i stuck a simple window popup (that says ''wait..'') right before the request and then just closed it when the request completes. I have tried a few different ways to generate the popup - 1
2009 Nov 30
0
AJax form + jquery + popup window
Hello Friend, I am a popup window when I am write down a invitation functionality. So is that any good reference available online using Jquery that will be great. Thanks Abhis -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
2012 Jun 21
1
Modal popup in rails
Hi all, I am new in rails so i want to open modal box jquery but not getting any help. Please send me code or links if any one have.... Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/0Td3_nuuNW4J. To post to this
2008 Feb 22
0
Floating popup vs Split Container
Hi, My application uses dojo tabs and i have a situation where in i have a split container and now i have to show a floating div to which i have given a z-index. I want that div to be rendered always in the center of my browser window. But while i am trying it, it is always coming on one side of the Split Container. How can i ensure that it opens in the center only? Neha
2007 Jul 24
1
Popup Content Without Application Layout
I am building a page that uses ThickBox (http://jquery.com/demo/thickbox/) to display details about a record. A user clicks a link on the page and a ThickBox pops up showing the record as HTML. Unfortunately since I have an overall layout setup in my application layout, that HTML is showing in the small popup box and it doesn''t match. How do I remove the added layout for just this
2007 Mar 26
1
how to close a popup?
hey all, I open a popup from a firefox extension with window.open(myurl). The content of the popup is a regular form with a text_field to fill. Is there a way to automatically close the popup after the user click the form''s submit button? thanx in advance Pat --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups
2007 Oct 02
0
showing popup window without showing any status on taskbar
Hi friends, I am new to ROR , I want to show the popup window instead of using the title attribute of the link_to tag so that I can reseize it, Is there any way to do that Please Help Me.......................... Kiran Polawar, PolwarKiranD-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received
2005 Dec 08
1
how to open a popup window
Hello, How can I change the code below to open a new browser? Thanks Frank def print @receipt = Receipt.find(params[:id]) link = "http://web/WebReceipts/WebForm1.aspx?id=" + params[:id] redirect_to_url(link) end _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2013 Jan 26
0
google APi or java popup or slide window information
How can I do with R an APi or java popup or slide window information ? I would like to generate a html or php files raster map colors, with a numerical values, and with information popup window over each data. Do you know any Java or gogle APi examples?
2007 Apr 04
0
Samba- popup message
Hi, Is it possible to put a pop-up message when a user open the share directory I want post a message instructing user not to copy *.mp3 or *.wav files in the shared directory If its possible can u pls guide how to do this.. thanks in advance rds Vinodh KK The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the