How can I create an effect that opens an HTML5 panel for additional UI?

Hi everyone,
I'm new with this scripting thing, and it might not be possible without some native code, but it's worth a shot!
I'm looking to 1) make an effect plugin (is this possible within a script?) that 2) opens an HTML5 panel to have some cutom UI (or better, display this UI in the Effects tab!).
It might be a trivial question but the examples are confusing and I am still going through the docs without much luck...
Thank you for your help!
M_

Hi there,
For effect plug-ins you'll need to use the plug-in API rather than scripting.
The Effect Controls panel can't use HTML5 for UI - for Effect Controls panel UI beyond the basic built-in parameter types, you'd need to build it using Drawbot (C-based, described in the plug-in SDK docs).
There is no direct communication path between plug-ins and HTML5 panels, although some clever developer working on both a plug-in and a panel could devise a way for them to share settings, etc.

Similar Messages

  • Cool effect..how can i create this effect on Motion 3?

    that's great.
    Someone please tell me how can i create this effect on motion 3?
    http://www.ayatoweb.com/aetips_e/ae17_mov05e.html
    thanks

    Use the bezier tool to create your shapes, give the shapes an Airbrush outline. Then apply a Write On behavior to each shape. Position the shapes in the timeline so they appear sequentially. To achieve the zooming out effect, you can either scale the whole group, or convert the group to 3D and use the camera to zoom out.

  • How can I create a slideshow that depicts only a version of a photo rather than the original? Since the original and new versions are saved together, the aperture slideshow often choices the original rather than the desired version to display/

    How can I create a slideshow that depicts only a version of a photo rather than the original?   Since the original and new versions are saved together, the aperture slideshow often choices the original rather than the desired version to display.

    There are two things we use the name "Slideshow" for in Aperture:  a Slideshow Album, used for making Slideshows, and the Slideshow that is made.  (Imho, it is a design mistake to not call the containers used to create Slideshows, Books, etc., "Albums".)
    The Slideshow will use the Album Pick from any Stack.  A good way to use Aperture is to promote the Image you want to regularly use (such as, for example, a Version with adjustments) to the top of the Stack.  This makes it the Stack Pick, and will be the default Album Pick.  If you haven't done that, you can still change the Album Pick for any Stack in a Slideshow Album.  Expand your Stack(s), select the Image in each Stack that you want to be the Album Pick (and thus shown in the Slideshow), and "Stacks➞Set Album Pick".  (Note the keyboard shortcut; there is also a Toolbar icon for this.)  The change is immediate.  The Slideshow will always show the Album Pick (or, if there is not one, the Stack Pick) for every Stack in your Slideshow Album.

  • In DPS/Indesign for iPad - How can i create a button that once tapped, will pre-populate an email?

    In DPS/Indesign for iPad - How can i create a button that once tapped, will pre-populate an email? like when you tap a recipe in Marth Stewart Every Day Food for example....

    http://forums.adobe.com/message/4190932

  • How can I create an icon that when clicked will open and maximize an image file?

    How do I create a icon that when clicked will open and maximize an image file?  I have tried to use the simple image widget with maximize upon tap/click - however I am can only size the image really small and put on the page.  I'd prefer to have a graphic that when clicked it simply opens up the image.  This is for a very simple question/answer book.   The user is suppose to look at a picture and locate something.  I want to put an 'Answer' graphic on the image and then the user can click the 'answer' graphic and it will open up the picture with the answer identified. 
    Is this possible?

    Have yiu tried the PopOver widget?  You can drop an image into it, maximise the image and the widgets window...But, you cannot get it full screen.
    With iBooks Author, you either learn to use what is available within the app, or look online for third party widgets to purchase which suit your project.

  • How can I create an effect to cycle through several sets of 12 thumbnail images rather than just one

    Hello
    I've searched everywhere i can think of and had no luck so thought it's about time i asked for help.
    How do I create an effect where a group of 12 thumbnail images (all with clickable links) can scroll across by clicking a button to reveal another set of 12 thumbnails and so on without having to refresh the page, im assuming jquery can help but every single slideshow or scroll effect I've come across is for single images and not a set of images.
    Its a gallery part of my website and the images are in sets of 4 in 3 rows.
    All and any help will be greatly apprieciated!
    Anthony

    I think what you want is a Carousel Scroller.  See Demo and Examples
    http://dimsemenov.com/plugins/touchcarousel/
    Nancy O.

  • How can I create back up from ipad 2 before opting for restore setting

    how can I create back up in my computer from ipad2 before opting for restore setting, as I have forget my password for ipad and it has been diabled and not at all open by making several attempt

    Recovery Mode:
    1. Turn off iPad
    2. Connect USB cable to computer; leave the other end alone
    3. Press and hold the Home button down and connect the docking end of cable to iPad
    4. Continue holding the Home button until you see the "Connect To iTune" screen
    5. Release the Home button
    6. Open iTune
    7. You should see "iTunes has detected an iPad in recovery mode"
    8. Use iTune to restore iPad
    Note: You need to be patient and repeat the above many times to recover your iPad

  • How can I create a subVI that has state?

    I'm trying to simplify a VI that I inherited and I noticed a recurring pattern that IMHO should be a subVI.  The pattern is that we have a digital output line that is controlled by a timer.  Each output has a start time for it to activate and a duration after which it is turned off.  When the state changes, a single line entry is added to a common log file and an indicator shared variable is set so that the remote host VI updates.  We have a big while loop that checks the current time against each of the activation conditions.  To detect when the state has changed, we're using a shift register (for each actuator).  It's one thing to see the same pattern 3 times, but it's worse -- we want to sometimes use a different number of actuators.  If I was writing this in C++ (with which I'm far more comfortable than LabView), I'd write a class for the actuator and instantiate it N times.  The class would have member data to keep track of its state.  I can create a subVI that does the meat of the design pattern, but I can't figure out how to store the previous state in the subVI without requiring it to be passed in.  How do I keep the state and behavior of a VI together?  Surely there's a way to do this because otherwise I can't see how you could implement state-ful algorithms like, say, a PID controller.  But I'm at a loss to figure it out ...
    Thanks.
    Keith.

    To save state in a subVI and not use that state in other subVI calls, make the subVI reentrant.  When a subVI that is reentrant is called it creates a unique memory space for that subVI.  This is called a clone.  That memory space is where state is held for that subVI.  Keep in mind that it also means that the memory footprint is going to be larger.
    To set a subVI to be reentrant, open it and go to File -> VI Properties and select execution.  It will be a choice on the bottom left.
    Hope that this helps,
    Bob Young
    Bob Young - Test Engineer - Lapsed Certified LabVIEW Developer
    DISTek Integration, Inc. - NI Alliance Member
    mailto:[email protected]

  • How can I create a PDF that conforms to PDFX/1-a:2001 form Pages

    I have a 358 page B&W document created in PAGES - I need to submit this to the printers (Lightning Source) as a PDFX/1-a:2001. I have Adobe Acrobat Professional and Distiller. However, pdfs created by PAGES cannot be converted by Acrobat into PDFX/1-a:2001 (at least I haven't been able to figure out how to!). The solution proposed by Lightning Source is to:
    print to a Postscript file first, then process the PostScript file using Adobe Acrobat Distiller Professional Version 6 or newer.
    This allows you to produce a PDF that is of optimal compliance with our printing process (PDFX/1-a:2001 recommended)
    The problem is that when PAGES creates the Postscript file it doesn't retain the correct sizing - it shifts it from 216x140mm to Letter size (the original document shifts to the lower-left corner surrounded by blank page). This size change continues when Distiller creates the PDFX/1-a:2001 so their solution doesn't work.
    Anyone who has actually achieved this or with suggestions - all advice gratefully received!

    Peter, thank you for your suggestions - I was a bit daunted by the colorsync filters, etc., however, after much searching I've put together an apparent solution. I'll find out if it works in a few days when Lightning Source get back to me:
    Creating a Lightning Source pdf from a Pages document
    Here is a walkthrough of the process I go through to create PDF in the format Lightning Source requires for B&W inner text - PDFX/1-a:2001. You need PAGES, ACROBAT DISTILLER and ACROBAT PROFESSIONAL.
    In PRINT dialog go to the PDF button and select SAVE AS POSTSCRIPT.
    Open this Postscript file in Distiller, it should save it as PDFX/1-a:2001.
    If the page size is incorrect go to the following instructions.
    Your pdf should be ready now to go to LS.
    IF THE PAGE SIZE HAS BEEN MODIFIED
    This was my major challenge as OS X’s export to Postscript seems to modify the file to A4 or Letter size. You need the following Applescript (thanks to Gregory Ledger for this essential tool):
    http://macproductionartist.wordpress.com/2009/04/01/really-cropping-pages-in-acr obat/)
    tell application "Adobe Acrobat Pro"
tell active doc
repeat with i from 1 to count of pages
tell page i
set cbox to crop box
set media box to cbox
end tell
end repeat
end tell
end tell
    With your new pdf opened in Acrobat Professional use the DOCUMENT: CROP PAGES dialog box.
    Set the margins of the Crop Box to the required dimensions.
    Keep the pdf open in Acrobat Pro.
    Now run the APPLESCRIPT above - this modifies the pdf so that the page size is modified to match the new crop size.
    Save your pdf and this should now be ready for use at LS.
    Gregory Ledger also recommends exporting the cropped pdf to Postscript and then running this through Distiller again to ensure any artefacts are removed.
    Thanks again for your time and suggestions, Richard

  • How can i change the user that open the rfc connection (sm58) from R/3?

    Hi all,
    i'd like to know how can i customize the user 'connecting' R/3 and BW, i mean: when i launch a data extraction a fixed user creates the rfc connection to BW (and i can see it from tcode sm58 in r/3), i need to use a different username so that it will come be more easy for me to reorganize the rfc queue in case of errors (we are doing some testing), it's possible to do something like this or everyone has to share the same user r/3 side?
    I hope i've been clear...
    thanks for the help
    S.

    Hi...
    Its recommended that only one user executes the RFC because you must manage the authorizations for remote execution only with few users....in case on error you can send the user as a parameter of the RFC  and you can buid the error message with this parameter and identify the user of execution...
    I hope this helps you
    Regards

  • How can I add a button that opens a new tab?

    How can I quickly open a new (blank) tab without going to File --> Open New Tab. There has to be a button I can add or a box that isn't checked somewhere. I used to be able to click in the blank space in the row of tabs to open a new tab, but with this latest Firefox update, if I click in the blank space now, it just "restores" my browser window.
    To explain further - I know I can middle-click a link to open it in a new window, but if I'm on one page reading an article, and I want to open a new tab to look up a word or map or whatever, I need a faster way to open a new blank tab.

    You are right - there should be and there is on my windows 7 machine but not on my windows 8.1 machine. Firefox add-ins are identical. So how do I get the new tab button back?

  • With iDVD, how can I create a DVD that auto plays on insert and then loops?

    I want to burn a presentation using idvd which will be played at an exhibition. how do I create a dvd without menu that auto plays upon insert and then loops?
    Thanks
    Message was edited by: Host <to clarify Subject>

    To create a OneStep DVD:
    Connect your DV camcorder to your computer and set the camera to VTR, VCR, or Play mode. Turn on your camcorder if it doesn't turn on automatically.
    Open iDVD and click the OneStep DVD button. (If iDVD opens to a recent project, choose File > OneStep DVD.)
    Insert a recordable DVD disc.
    iDVD rewinds the tape in the video camera and captures the video.
    ------------or-------------
    To burn a OneStep DVD from a folder:
    Choose File > "OneStep DVD from Movie."
    Locate the movie you want to add in the dialog that opens, then click Import.
    Insert a blank DVD disc into the optical drive.
    This kind of disc is sometimes called "kiosk mode" and is a good way to create demos or other presentations that play automatically and require no user interaction.

  • How can I create a pdf that displays three pages in a one page pdf?

    I wasn't sure where to post this question since it involves different products, but maybe someone here has a solution...
    I design three-panel product displays and it sure would be nice if I could present them in a pdf (I use Acrobat Pro 9) that shows all three panels side-by-side in a single page. I've been using ID CS4 for the individual panel layouts for the vendor then making a pdf for client review, with each panel on a separate page, however more than one client has requested a three-up electronic presentation. I could create all three as one page in ID then export to pdf, yet that seems kind of redundant and I'm trying to streamline this process as much as possible. Any ideas?

    sureicandothat.com wrote:
     I could create all three as one page in ID then export to pdf, yet that seems kind of redundant and I'm trying to streamline this process as much as possible. Any ideas?
    I do that a lot. It's the easiest way that I know of. Just create a new page that will fit all threee panels, use File>Place to place the panels, export as a PDF.

  • How can I create an action that uses "Find and replace"?

    Hi there,
    I'm trying to create an action that will use "Find and replace" to change certain words and phrases in my .psd-files. These are words and phrases I change a lot (I'm translating emails and website banners) and I would like to speed up that process using actions.
    When I tried to create the action I got the error message "The object "in contents of all text layers" is not currently available".
    Then I tried "insert menu items" and chose "Find and replace" and then did my change, but then it stopped when the FAR-window popped up. That's what I want to skip, so it just changes my words and phrases that I want.
    Is this possible?
    Best,
    Carl

    Anyway, in the Script in that other thread the function replaceText takes two Strings, so something like
    function main () {
    var myDocument = app.activeDocument;
    replaceText ("replace this", "with this")
    would be a possibility.

  • HT204053 how can i create apple id without filling bill information just for free?

    i just want to create apple id without filling bill information, just for free application to download.

    False, Apple does not charge for free apps. You have an authorization hold, just like many other merchants do to verify that the account is valid and has funds available. The hold will fall off the account in a couple of days without charging your account.
    iTunes & Mac App Store Authorization Holds -
    http://support.apple.com/kb/ht3702

Maybe you are looking for

  • How to connect Mac Mini with LG 19LS4D LCD TV?

    Hi all, I just purchased my Mac Mini and tried connecting to my LG 19" HD TV using the supplied DVI to VGA adapter. When I first booted the machine "No signal" was displayed on my TV. I plugged in another 15" monitor and played around with resolution

  • User status linking between wbs and network

    Dear All, I got one requirement in which i am using user status at wbs level to block all the transactions. Now the  problem which i am getting is that even though i am maintaining the user status at wbs level, users are able to post the data on netw

  • Problems installing Quicktime

    When installing Quicktime, I get the error message that says C:\Documents~1\Megan\Locals~1\Temp\IXP972.TMP\ cannot be found and that the old version cannot be removed. Ive tried finding this file, deleting temporary files and nothing works. Any sugge

  • I am not able to fast forward in iMovie 10.0.3

    I am not able to fast forward in iMovie 10.0.3. I have the area selected but when I got to Modify>Slow Motion/Fast Forward the items are ghosted and cannot be selected. Is this a bug and if so how do I get back to a version where I can use Slow Motio

  • Displaying transaction  in IFrame

    Hi All,    Is it possible to display SAP transaction in IFrame UI control in webdynpro application, If so can some one explain me how to do that. Regards, Tarun.