similar to: showing popup window without showing any status on taskbar

Displaying 20 results from an estimated 9000 matches similar to: "showing popup window without showing any status on taskbar"

2007 Oct 17
1
Problem with assert_difference
Hello Friends, I have problem with assert_difference, I want its syntax and explantion in detail, Please help me, plz give me solution. Regards, Kiran Polawar --~--~---------~--~----~------------~-------~--~----~ 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
2006 Jul 24
4
how to get your controller to close a browser popup window
While editing a record I need to have a link to create a new record in another scaffold. I''ve done this by using a popup window <%= link_to("Add new Person", "/person/new", :popup => [''window_name'', ''width=600,height=600'']) %> It all works great - but when the save is done I want to kill the popup window.
2008 Jan 14
3
Adding menu items to a TaskBar
Hello I''m looking for a way to add menu items to a task bar icon menu. I have created a popup menu. And I want to add to a task bar icon menu items for example projects but it must be after user log in. 1. User log in 2. getting list of projects 3. adding menu items into task bar menu with project I attch a file with source code which I already written Thenks for reply''s
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
2013 Jun 05
1
Link_to image_tag popup
Hello All, How can I add a popup in link_to image_tag? I am trying as :- <%= link_to image_tag(@user.avatar.url(:small)), ''/users/edit'', :popup=>[''original_image'', ''height=700,width=900''] %> It goes to the edit page. But it doesn''t opens popup. Is this the correct way to call a popup? How can I achieve this? Thanks,
2011 May 13
2
Popup window
How can I insert (:popup => true) into code below? <%= link_to "Source_#{i}", link.url , :style => "color:#0096FF;font- family:''LucidaGrande'',''Lucida Grande'',''Lucida Sans Unicode'',sans- serif; font-size: 11px; text-decoration: none; margin-right: 10px;" if link.show? %> -- You received this message because you
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 Jan 17
2
Open new window
First, I''m *very* new in rails, i''m loving it and didn''t encounter any problems in the simple tasks i''m doing yet. What I''d like to do is to open a new window containing the info of a Model (something like the show scaffold method) with a simple "close" link to close the window. Can someone please give me some directions? thanks in advance.
2007 Apr 13
0
Rails Popup Window Not Passing Session Data
I am using sessions to authenticate users for a web based application I am writing. I need to open popup windows for certain functions. These popup windows pass the session information in Mozilla allowing the window to display the proper content. In internet explorer, it seems as though the session is not passed and the login screen comes up inside of the popup window. Does anybody know a
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
2006 Jan 06
6
NewbieQ: How do I refresh view after return from popup window
Hi, I have this bitta code that is supposed to open a new window and allow the user to create a new Organisation on the fly whilst editing a new Person i.e. if the Organisation exists they can select it from the drop down select. Otherwise they can click on the cute button and enter a skeleton Organisation record. What I need to do next is refresh the drop down select on returno the new
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?
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
2011 Sep 21
0
Popup window in Rails 3.1
Hi, I need to open a popup window with a form and submit button, while the background will be gray and disabled the parent window. I found the Facebox and the FaceboxRender solutions, but they didn''t work for me. I get a routing Error: uninitialized constant ApplicationController::FaceboxRender I also found a pure java script solutions, but I prefer a solution in rails 3.1 (with or
2007 Dec 10
3
Popup Window
Hey! I would need a popup window like this (not necessarily associated to a taskbaricon): http://www.venraiker.com/wp-content/uploads/2006/03/libnotifyvx.png I should be possible to show such a window for a certain time, displaying a certain message. Is a similar thing possible with wx? Are there oder options? thx ck -- Posted via http://www.ruby-forum.com/.
2007 Apr 24
0
how to capture text from a popup window..in watir
Hi all, I got the answer how to click on ''ok'' button. But still i have two problems --- that code is not working when im trying to run that code through the exe file of that ruby file which is using that code. and second one is i want to capure the text of that popup.. i tried this with no success #----- js_dialog.rb ----- require ''win32ole'' require
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
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
2001 Jul 20
1
Popup dialogs
Howdy, Prior to the major X11 changes of June, popup dialogs were nice and fast (as they should be). Since the X11 changes, the popup dialogs are very slow; 1-2 seconds to destroy one and pop up another on a 700MHz Athlon. Actually, all window creation is much slower, but I really notice it on the popup dialogs (because I use them a lot). Once the windows are open, speed seems to be quite
2014 Jun 28
1
Popup URL for outgoing calls.
What CRM your going to use? With regards N.Prakash From: Rusty Newton Sent: ?28-?06-?2014 01:01 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Popup URL for outgoing calls. On Sat, Jun 21, 2014 at 5:57 AM, Inventions <research at businesstz.com> wrote: > Can anyone tell me how to implement a popup URL native asterisk when > making