Can Spry Make "Modal" or "Lightbox" Popup Windows?

Here is an example of what I am after:
http://www.asp.net/AJAX/Control-Toolkit/Live/ModalPopup/ModalPopup.aspx
The application I am building in Spry needs to have a modal
window for the user to input settings. I can definitely do this
with some other random JavaScript Kits, but need to keep this
solution clean. I would love it if I could do this with Spry alone.
Does any one know how?

Hello ElMatt,
We have this feature on our short list of things to be
developed in the next 2-3 releases. I understand you perfectly your
reasons to not mix multiple AJAX platforms but unfortunately I
can't offer you anything in this direction right now. Once we will
finish this modal window we will push it into the main Spry
package.
Regards,
Cristian

Similar Messages

  • How can I make two Canvas in one Window ?

    I want in the main window ( that is only window in the module ) press button to appear another canvas.
    but that I can't make it , I just made two window until the another window appear.
    that's all
    I tried with :-
    show_view('canvas_name');
    but didn't work with me Sad
    the another canvas made it stacked Canvas .... but also didn't work Sad
    so please , How can I make two Canvas in one Window only ?
    and thanks in advance

    this code work with me :-
    show_view('canvas name');
    go_block(block_name');
    execute_query;
    for HIDE button u have to write...
    hide_view('canvas_name');
    but
    that not exactly what I want ...... I want the stacked canvas appear like second window , and could control on it like window .... it could be possible ????

  • How can I make Thunderbird start auto with windows start-up

    how can I make Thunderbird start auto with windows start-up

    You can by placing a short cut in the windows startup folder, just like any other windows program.
    However if you do you are likely to encounter problems as downloading mail while the anti virus is still loading and the network is busy announcing your machines arrival to the network ( which might be a network of one) and any of a dozen other program are loading is fraught with risk of timeouts and server disconnections as well as error messages that make little sense because they are about something that is still loading.
    So the bottom line is sure you can, but if there are issues take it back out of there as a first step.

  • How can I make triple partition for OSX, Windows 8, and for saving Data

    I read many articles on googles yet I still can't figure out how to.
    The point that I get is when you're installing Windows using bootcamp, before it actually try to install windows, i have to go back to OSX, choose disk utility and create the 3rd partition.
    But after I continue the installation, the windows boot camp partition can't be formatted and worse I can't use the drive to install windows 8.
    Other I read about deleting the recovery partition in order to make it works?
    I don't know .... I tried and I failed many times *sigh*

    1. Boot Camp doesn't support Windows 8, so wait until Apple releases new Boot Camp drivers.
    2. Boot Camp requires only one volume on the hard drive, so you can't create a volume to store data

  • How can I make my Mac compatible with windows?

    NOT very computer literate so be clear please. I am just starting out as a Medical Transcriptionist and most companies will require MS Word and Windows XP operating systems. How on my Mac OSX 10.4 can I make it work?
    Is there some software I can just download?
    What do you know about "Fetch"? Someone was saying I could use that? HELP!
    Is there a good place in the Apple site for me to get a little more computer know how or a good book someone could recommend? Thanks for listening to the newbie
    Message was edited by: Medical transcriber

    You can buy Microsoft Office for Mac, and then you'll have Word.
    You could use BootCamp, Parallels or Fusion to install Windows if you absolutely need it, but just having Microsoft Office will be enough for most people.
    Fetch is just an FTP client. It's for transferring files between computers.
    Here's a couple of sites to check out for basic information:
    http://www.apple.com/support/mac101/
    http://www.apple.com/support/switch101/

  • How can I make a movable transparent main window (HTML, not FLEX)?

    Hi all-
    I'm new to AIR and coming up to speed quickly. I got a sample application up and running right away and was able to give it a transparent main window so that the corners are rounded and there is no window title bar.
    However, I can't figure out how to make it so the user can drag the application around their desktop when they click on it.
    I've seen a few FLEX examples of this but I have to work in HTML.
    Does anyone know how to set this up in HTML?
    Thanks,
    Nicholas

    "Works pretty much as I'd expect, except clicking and dragging one of the child controls in my window (e.g. a button) moves the whole window as well."
    Most user interface events (mouse up, down, etc.) "bubble" up from child elements to their parents. Since you are listening on the body element, your handler is called for every mouse down in the page since the body is the highest parent in the document.
    You can either:
    Attach the event listener directly to the element used to drag the window.
    Check the event target property to check whether the target of the event (the element moused) is a drag control.

  • How can I make firefox work wisth a windows xp computer? I don't have an address bar , a backup key. I can get away from the firefox add-on screen. It is basically inoperable

    After installing the new version of Firefox on an Windows xp computer I cannot use the internet. There is no address bar for entering a URL, there's not back up arrow, I can't get away from the Firefox add-on screne.

    Make sure that you do not run Firefox in full screen mode (press F11 or Fn + F11 to toggle; Mac: command+Shift+F).
    If the menu bar is hidden then press the F10 key or hold down the Alt key to make the menu bar appear.
    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible: "View > Toolbars"
    *Open the Customize window via "View > Toolbars > Customize"
    *If missing items are in the toolbar palette then drag them back from the Customize window on the toolbar
    *If you do not see an item on a toolbar and in the toolbar palette then click the "Restore Default Set" button to restore the default toolbar set up
    *http://kb.mozillazine.org/Toolbar_customization
    *https://support.mozilla.org/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • Can't make progressive download work on windows

    Trying to make a simple H.264 clip that will be able to be progressive for Windows users. The files are progressive on a Macintosh, but not on Windows. I have flatten the movie trying different methods several times but can't get it to be progressive for Windows users.
    Dual 2.7 G5   Mac OS X (10.4.6)  

    It's your page code that is causing the issue. You are directly linking to your QT content. Doomed to failure, especially because of the new M$ security update of this week that sets new control over ActiveX features in Internet Explorer.
    Direct linking by-passes the QT plug-in. Because your page doesn't include instructions (autoplay="true") the plug-in can only download the file. PC users that have never used QuickTime will have your .mov file downloaded to their PC.
    Each QuickTime file should be in its own html page. This could be a javascript pop-up window but it needs the proper page code to send instructions to the plug-in.
    The free QuickTime Player can be used to open the link and your file would fast start (if those properties are assigned to the file at export).
    As a "temporary" fix you could place instructions on the page to have your visitors copy (not click on) the movie URL. Ask them to open the QuickTime Player, Control-U (Command-U on a Mac), and paste the URL in th dialog window. QuickTime Player will open the link and play the file.
    To give you an idea of how a javascript can be used to open a link in a new window visit one of my pages that use it:
    http://homepage.mac.com/kkirkster/bushbashquiz/
    The links under the quiz open Flash or QuickTime content in a new window. View the page source code for some clues and to see the simple javascript.

  • Can I make a dual boot with Windows 7?

    After taking every precaution I can think of for installing Windows 7 on my wifes laptop. System recovery disk, backups(2 DVD's),and an image I made over 6 DVDs.
    I thought of why not just shrink the Vista Partition, install Windows 7 in the created partition and run Windows 7 to see if it will work on the laptop (gives me time to straighten things out so my wife can still use it). Then delete the Vista Partition. If the laptop was mine I would just reformat the dang thing and deal with what comes of it from there.
    Then there is the Question about what to do about the EISA (Recovery Partition)?

    --[http://s146.photobucket.com/albums/r244/mickey57photos/?action=view&current=EISA-Partition.jpg]--
    +*B-){color:#800000}This is the best answer I could find,after several hours of seaching out what Exactly is the EISA..I will leave it{color} ;\*+
    http://help.lockergnome.com/vista/Hidden-restore-Partition--ftopict41214.html
    ....The partition for the Toshiba Application Installer, which allows you to reinstall the applications and drivers originally bundled with your computer, only contains those installers, and its various data. It will not restore your whole operating system. You have the 2 Restore DVD's to do that. There should be a shortcut to the Toshiba Application Installer, on you computer, that will show you just what it does, and what programs/drivers you can re-install, unless you've deleted the shortcut, or removed the .exe (or .cpl) program that the shortcut targets. If the program that opens the partition is gone, the partition's contents can't be accessed, at least by normal means. Even if you were to unhide the partition, it may hold compressed files, file types, and databases that only the user interface program/control panel Wizard could discern.
    ....I would exercise caution regarding the removal of the partition, as I don't know whether or not your Restore DVD's need files from this partition (e,g., your specific computer info, driver info, working data, installers, etc.) should you need to use the DVD's. The forensics involved in discerning the data in the partition probably wouldn't be worth the time spent to do so, just to see if you can recover 1.46 GB of space. Too, the EISA (Extended Industry Standard Architecture) partition can be re-created only by using an Original Equipment Manufacturer (OEM) system EISA utility. Furthermore, deleting and re-creating the partition on a dynamic disk outside of Windows, or by using means other than the OEM's utility to remove it, could lead to data loss, system startup problems, or an inability to boot, depending on just what the OEM had in mind for that partition, and how the configuration was configured. For example, an EISA configured partition may hold boot hotkey information used by your particular computer for special recovery operations, outside of Windows. (If your computer documentation has directions for a special boot hotkey, other than the usual Windows F8, then it's probably used to access the EISA partition.) This is why the partition is usually hidden in Windows, and protected by doing so.
    ....For the curious, on some computers, once the Wizard (if there is one) is invoked within Windows that uses the partition, the partition is un-hidden, and will appear in Windows Explorer with a drive letter. However, other OEM computers may invoke another program, such as PartSeal.exe, to continue keeping it under wraps while the Wizard uses the partition's files.

  • TS1389 How can I make Itunes work properly on Windows 8 ? still receive -42110 error !

    Please anyone...help me.

    Some discussion on means of locating the SC Info folder on Windows 8 systems in the following topic:
    TS1389 Re: How can you do this in windows 8?

  • Can I make my late '12 iMac Windows only?

    I bought the late '12 iMac with 3TB fusion drive. I'm curious if it's possible to wipe it all and put only Windows 7/8. It needs to still work with Thunderbolt and Fusion. Maybe I can use the fusion part for the boot camp and the 3tb as a GPT? It doesn't have to be one partition for me.
    Anyone know if that's a possibility?

    Not an retain the Fusion drive system. That is a feature of OS X Mt Lion and Windows does not have such a feature, not even Win 8.
    So yes you could use your Mac as Windows only but you'd have to break up the fusion drive. But then Apple kind of blocks, if that is the right term, some of the hardware if you try to install Just Windows without Boot Camp.
    Simplest thing to do is buy an Actual Windows computer. Probable run better and last longer the the newest Mac's.

  • Vista, iTunes, can't make default, blank Program Associations window

    I cannot seem to find iTunes in my list of program association options and I get the iTunes is not the default message each time. Even when I click yes to make it the default program, I get an empty Set Program Associations window.
    i've tried removing/reinstalling .. running as admin for install and first time launch ...

    I also have this problem.
    Launching from the iTunes links causes iTunes to launch a repair install.
    Also, with this problem I cannot confirm my apple ID as the Apple Website looks for iTunes and does not think it is installed!
    I have tried completely removing all apple poroducts using their guide and reinstalling iTunes, but I get the same thing every time!
    Anyone know of a fix for this?

  • How Can I Make Several RT Selections Without Window Closing?

    This applies to countless Mac settings in numerous apps and not just the RT settings.
    When I want to change the RT settings, the moment I select one the window/menu closes and I have to click the RT button again to select the second setting and so on.
    Basically I want to keep the window/menu open until I have adjusted/selected all the parameters.
    I have put up with this type of thing happening for nearly 9 years.
    Is this the way it has to be or is there a simple fix I have ben oblivious to for all this time?

    Hi -
    IMHO, the Mac human interface has always been simple:
    Select and Do.
    If the "Do" is a menu choice, the choice is applied and the menu disappears.
    If the "Do" is a call for a Dialog box to make user choices, the menu disappears and the Dialog box opens and remains open until closed by the user.
    Examples:
    Menu Edit > Paste will paste the copy of the clipboard to your document and promptly disappear.
    Menu Edit > Paste Attributes . . . will open a Paste Attributes Dialog box, and the dialog box will need to be closed by the user.
    The way to tell if the menu item is going to perform an action or call for a Dialog Box for more user choices is if the menu item is followed by an Ellipsis ( . . . ).
    Perhaps the best way to accomplish what you want is to use Feedback to ask for an RT Dialog Box in addition to the RT menu.
    MtD

  • How can I make text editor a floating window?

    I love text editor and use it all the time, but I need it to stay on top of everything else while I'm taking notes. Is there any way to make that happen?
    Thanks

    You can't do it in Pages. You will need something like Art Text.
    http://www.belightsoft.com/products/arttext/overview.php
    Walt

  • Can i make a clean install of windows 7 by using HP recovery partition(by pressing F11 on start up)

    im having HP probook 4530s running windows 7 64-bit....

    start menu-type in "rec"-select recovery manager-column on the far left "create recovery media or cds" it will take about 4-8 discs. DVDR ONLY.

Maybe you are looking for

  • HDMI sound does not

    HP DV 7 running Windows 7 - no sound coming through HDMI cable to Samsung HD TV.  Change HDMI cable to another HP DV 7 and it worked.  Checked sound setting and it seems to  be enabled.  >> Help!

  • Downloaded PSE 13 files no exe file only 7z

    I downloaded PSE13 from Adobe twice but received only .7z files which I cant execute to install

  • Printout of single journal entry

    Hi All, We have a requirement where client wants to give range of GL accounts in the selection screen but want each and every document, i.e., journal entry to be printed separately. I checked Standard SAP reports, but if we select a document number r

  • Conflict With Windows Vista?

    Please help me. This is truly, truly awful. I got a new computer AMD Athlon 64x X2 Dual Core, 2.4GHz. It came with Windows Vista Home Premium. I installed Adobe Flash Professional 8. I have Windows XP at home and Flash 8 works just fine. On this comp

  • Error in Tline to PDF conversion

    Hi All I am trying to convert a SMART form coming in the form of Tline to PDF. But i am getting the Image in the PDF. I am able to convert all the Text and other tables in the SMART form. I get an error, Insufficient data for image. But it displays r