Displaying 20 results from an estimated 70000 matches similar to: "loading progress screen"
2007 May 29
1
Modal Window Stealing Elements from Form. Need Elegant Solution.
I''m using Prototype.js with Control.modal to create a modal window on
my IPB Forum which takes all the various topic posting/replying/
editing options and places them into a Modal window.
The inherent nature of this action is to take the contents of whatever
DIV I told Control.Modal to make a modal window out of and place the
entire innerHTML of that DIV into a separate DIV outside the
2009 May 07
5
Controller redirect_to to leave iframe
Inside an iframe, I want the controller to redirect_to to the parent
(i.e. target =''_parent'').
Any ideas?
(Everything I''ve tried- via redirect_to - just keeps it inside the
iframe)
2013 Feb 08
2
Video Progress Bar Issue
I am using ffmpeg to post video to my site in a modal. When I post I have
a second pop up window opening where the video should be uploaded and
processed while showing a progress bar. This enables my users to continue
using the site while the video is processed and they will receive a
notification when its done. The files and parameters are not being
transferred from the modal to the second
2007 Dec 03
2
attachment_fu 'replace' method?
Is there a ''replace'' method or similar for attchment_fu?
For instance, I have an image that is uploaded and stored. Now I want
to replace it with a different image.
I do not want to do a delete and then new - since I need to keep
various attributes associated with the previous image.
thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message
2002 Jun 15
2
Invalid property value
I have a Windows application that I would like to have running on Linux
as it is my platform of choice. This application is a proprietary Visual
Basic program. It's name is crisscross real-estate. Using the latest
codeweavers-wine I was able to install it on a pre-install windows
directory layout and the application is behaving very well except that
in at one point in the program I get an
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
2016 Sep 25
0
[PATCH 1/3] drm/nouveau: add missing header dependencies
We get a few warnings when building kernel with W=1:
drivers/gpu/drm/nouveau/nvkm/subdev/fb/sddr2.c:60:1: warning: no previous prototype for 'nvkm_sddr2_calc' [-Wmissing-prototypes]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/sddr3.c:69:1: warning: no previous prototype for 'nvkm_sddr3_calc' [-Wmissing-prototypes]
drivers/gpu/drm/nouveau/nvkm/subdev/volt/gpio.c:35:1: warning: no
2016 Aug 28
1
[PATCH] fix:overlay: add missing header dependencies
We get 1 warning when build kernel with W=1:
drivers/gpu/drm/nouveau/dispnv04/overlay.c:496:1: warning: no previous prototype for 'nouveau_overlay_init' [-Wmissing-prototypes]
In fact, this function is declared in disp.h, so this patch
add missing header dependencies
Signed-off-by: Baoyou Xie <baoyou.xie at linaro.org>
---
drivers/gpu/drm/nouveau/dispnv04/overlay.c | 2 +-
1 file
2008 Nov 18
5
What is the preferred "lightbox" plugin?
Hi all -
I need to do an overlay with something that supports ajax/remote
html. There''s lots of options and quite a few rails plugins. Some
seem out of date however.
Any suggestions on which one is "best" where "best" is defined as easy
to implement, works in all browsers, supports ajax or remote html.
Thanks!
-philip
2006 Mar 29
6
Prototype Window Class 0.6
Hi
I have just released a new version of my Prototype Window Class
included modal windows and a lot of stuff that some people send me,
thanks to all of you guys for your support.
Seb
2008 Aug 20
1
acts_as_ferret and DRb server errors
I am seeing this in my ferret_server.log when I do a search:
DRb server: ensure_index_exists for class Myclass1
DRb server: ensure_index_exists for class Myclass2
DRb server: ensure_index_exists for class Myclass3
DRb server: ensure_index_exists for class Myclass4
#method_missing(:id_multi_search, ["Myclass1", "test*", ["Myclass4",
"Myclass3",
2009 May 13
4
Setting flash notice via javascript?
I am using a javascript to redirect to another action. Is there a way
to set the flash [:notice] in the javascript?
So when the javascript redirects, the new action/view picks up the
flash[:notice]?
(I suspect I may have to do something like url?notice=.....)
ideas?
thanks.
2008 Jul 29
0
Re: InvalidAuthenticityToken with Lightview
On 29 Jul 2008, at 01:00, Elliot Chyba wrote:
> I''m integrating Lightview,
> http://www.nickstakenburg.com/projects/lightview/, into an
> application.
> It''s more or less a content overlay similar to a light box, which then
> calls the content either through an IFRAME or Ajax request. The IFRAME
> works fine but for obvious reasons, I''d prefer to use
2016 Aug 29
0
[PATCH v2] drm/nouveau: add missing header dependencies
We get 1 warning when build kernel with W=1:
drivers/gpu/drm/nouveau/dispnv04/overlay.c:496:1: warning: no previous prototype for 'nouveau_overlay_init' [-Wmissing-prototypes]
In fact, this function is declared in disp.h, so this patch
add missing header dependencies
Signed-off-by: Baoyou Xie <baoyou.xie at linaro.org>
---
drivers/gpu/drm/nouveau/dispnv04/overlay.c | 2 +-
1 file
2007 Nov 29
1
Discussion on da-prompt-on-the-fly-forms
looks ok, but for me, the design could be improved :)
For these kind of stuff I use Control.Modal: http://livepipe.net/projects/control_modal/
It doesn''t do automatic "prompt" forms, just modal boxes with whatever
you want to add it. Maybe you could use it as the basis of your
library.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you
2010 Mar 27
1
progress on screen with only stats in a log file
Hello ladies & gentlemen,
Which combination of options/output redirection permits to display the
progress (--progress) at the standard output and ONLY (no file listing) the
stats (--stats) in a log file? If the stats are also displayed at the
standard output, it's ok
Thank you.
ps: rsync 3.0.2
--
View this message in context:
2008 Jul 15
1
Modal forms remains hidden when main form clicked
I'm sorry if this question has been answered several times in the past. I have used Search option and I have not found any reference, and I have not yet found in your bugzilla.
My problem appears in all Wine versions tested (until 1.1.1).
When my application (I develops a Delphi Win32 application that runs perfectly in Wine) raises a Modal Form or Modal Message (using API MessageBox for
2005 Mar 07
1
Language learning program (Spanish to Go)
Hi,
I've tried installing a language learning program in Wine, but can't get
it to work. Actually, it's a pretty old program, designed to run in
Windows 3.1 or 95 (!), so I thought it would be OK - it seems to install
OK, but won't run - the diagnostics are below - any ideas please?
Andy
[andrew@Atlas2 andrew]$ wine "c:\spanish_tg\setup.exe"
2011 Aug 28
1
Page Caching, CSRF, and Loading a form via Ajax
Hi all,
I would like to use page caching on my homepage, but also want to
enable people to sign in via a modal dialog sign in form. I could
have a setup in which when a user lands on the cached homepage, an
Ajax GET request pulls in the whole login form so that there is a
fresh authenticity token.
That said, besides the additional hit to the server, the CSRF token in
the head area of the page
2008 Jan 19
5
Open a (redbox) modal popup from inside a controller?
Hi,
I''m trying to open a modal popup window using redbox to display a
styled notification/alert to the user. The helpers in the redbox
documentation only describe how to open a redbox when the user clicks
on a link, e.g., link_to_redbox() or link_to_remote_redbox().
Is there any way to open a redbox, or a different type rails-
compatible modal popup, from inside a controller action?