[GNOME] Can't add action to nautilus-actions

Hi,
I recently installed nautilus-actions, the problem is when I launch nautilus actions config via System -> Preferences I can't add new actions.
Nothing about nautilus-actions in the right-click neither.
Here is the screenshot:
Thanks for your help !

Greg,
> I haven't used Flash for a long time and I'm about to
scream.
> (Okay, I've been screaming for a while now.) I'm trying
to
> add a simple getURL script to a simple text button--
should
> be really simple, right?
You'll be relieved to discover that it still is simple; it's
just that
you have options now. :) Finding the approach that works for
you will
depend on the version of ActionScript you're using, and your
comfort level
with more recent ActionScript workflows.
The shortest, quickest answer for you is probably to
configure your FLA
for ActionScript 2.0 or 1.0, both of which support direct
attachment of
code. Use File > Publish Settings > Flash to change
your AS version. (In
Flash CS3 and CS4, you also have an option between AS3 and
AS2 when you
create a new FLA.) The "trick" here is simply that
ActionScript 3.0 does
not support direct attachment of code.
If you want to try the new way, you'll have to put your code
in a
keyframe, rather than on the button itself. This approach
requires that you
give your button(s) an instance name, so that Flash knows
which object(s)
you mean. Here's a quick example, from a slightly dated (but
still useful)
blog entry:
http://www.quip.net/blog/2007/flash/making-buttons-work-in-flash-cs3
David Stiller
Co-author, Foundation Flash CS4 for Designers
http://tinyurl.com/5j55cv
"Luck is the residue of good design."

Similar Messages

  • Can I add Action button on each page of my pdf document

    I have created  many power point slides with an action button on each slide that allows the user to click to display a video clip.   I would like to create a pdf document of this and replace each of my action button in ppt with an action button that works in Acrobat.
    I noticed that action buttons can be added to forms, but I want to be able to add an Action Button on each of my ppt slides to start playing a video clip (each slide will have a different video).
    I would like to do this using any coding method (i.e. Javascript, VBA, C , etc).   I think acrobat uses Javascript.
    The reason, is that I want to display my power point slides on an IPad and they don't support hyperlink in power point.   I believe IPad does suppport the full acrobat capabilities.
    Can this be done ??  
    Any suggestions where to start ??
    Thank You,
    G

    NO problem creating the buttons and then playing this back in Acrobat. Works great.
    However, unfortunately, none of the PDF viewers for the iPad support playing movies.   So playing it there won't work :(.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Sat, 28 Jan 2012 11:00:47 -0800
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Can I add Action button on each page of my pdf document
    Can I add Action button on each page of my pdf document
    created by gw70115<http://forums.adobe.com/people/gw70115> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4171109#4171109

  • How can I add action listener to a cell or row in a table?

    hi there
    I need to be able to click on one cell or one row in a table, and perform some action, like openning a dialog or something. how can i add listener?

    // See How to Use Tables in tutorial. You will get one idea about Table Renderer and Editors.
    // If u understand the concept, ur problem is very easy to solve by adding Editor to your column.
    "You can think of the renderer as a configurable ink stamp that the table uses to stamp appropriately formatted data onto each cell. When the user starts to edit a cell's data, a cell editor takes over the cell, controlling the cell's editing behavior.
    Here, While tabing thru the table row, default all cell editors are JLabels. (Not editables)
    So u can make it those cells are editable JTextFields or JComboBoxes based on the column while tabbing. And you can add Listeners to that fields too. So those editable fields are called Editor Components.
    // see javax.swing.DefaultCellEditor class for more description
    Here i am adding my own JTextField editor to 3rd column of a table by using
    mytable.getColumnModel().getColumn(2).setCellEditor(editor );
    Here editor is a obj of below class. (Not complete..class)
    public class JbuiEditor extends DefaultCellEditor implements // any listener {
    public JbuiEditor(JTextField tField) {
    super(tField);
    setClickCountToStart(1);
    tField.addFocusListener(this);
    this.editorComponent = tField;
    public Component getComponent(){
         return editorComponent;
    public Component getTreeCellEditorComponent(JTree tree, Object value,
                                  boolean isSelected,
                                  boolean expanded,
                                  boolean leaf, int row) {
         String StringValue = tree.convertValueToText(value, isSelected,
                             expanded, leaf, row, false);
         delegate.setValue(stringValue);
         return editorComponent;
    public Object getCellEditorValue() {
    return super.getCellEditorValue();
    public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected,int row, int column) {
    super.getTableCellEditorComponent(table,value,isSelected,row,column);
    ((JTextField)editorComponent).setText(value.toString());
    //Here u can add any type of listener to this Editor component.like..
    ((JTextField)editorComponent).addActionListener(..);
    ((JTextField)editorComponent).addFocusListener(..);
    return editorComponent;
    Hope gives some idea.

  • Can you add transitions to entire timeline at once, rather than single actions only?

    can you add transitions to entire timeline at once, or only a single transition between two individual clips, which then must be repeated throughout the entire timeline? It would save time to do entire timeline with one transition action.

    As I show you in my book, you select several clips on your timeline at once and right-click, you will find the option to Add Default Transition to all.
    You can set your Default Transition by right-clicking a transition in the Transitions panel.

  • Very Urgent (How can i add fade in and fade out Action)

    Hi, How can i add fade in and fade out action on the JButton when the mouse is over the button.its mean that when the mouse is over the button then the button's Label is fade in and out.
    plz give code example
    thanks

    If you want to fade in and out anything, you should look at the Composite interface. A Composite is part of a Graphics2D object. You should be able to gradually change this on the button, but maybe within a different thread?

  • Nautilus-actions

    Hello,
    the nautilus-actions package does not work anymore and it has been flagged out of date in AUR (http://aur.archlinux.org/packages.php?ID=9477). There's also a link to a bug that was filed at bugzilla.gnome.org but the conversation there didn't help me much. Apparently nautilus-actions doesn't work with nautilus 2.22 but 'can be fixed by repackaging'.
    What does this mean? I totally need nautilus-actions ! I'd even make a new package and submit it to AUR but I couldn't get it running.
    What can I do?

    You basically only need to recompile it against gnome 2.22. That is why i never maintain AUR packages. It takes commitment, and this package hasn't been cared for in quite a while it seems.
    Anyway;
    pacman -S abs
    abs
    cd /var/abs/community/gnome/nautilus-actions/
    makepkg -sircf

  • ********  Need to add any button activated ACTION EVENT***********

    Can anyone help me add any type of ACTION EVENT /ACTION LISTENER TO THIS CODE
    PLEASE REVIEW AND COMPILE IF NECESSARY. Ensure that it compiles without errors. Currently it compiles without errors. It opens up as a GUI window that accepts a password. If anyone could just add a button to it that will do just about anything, time check, date check whatever it would be great!!!!! THIS WAS COMPILED WITH THE JGRASP COMPILER JAVA ACCEPTED
    Thank you all,
    ********************** Bruce's Code*****************************
    import java.awt.*;
    public class TimeEntryForm extends Panel
    private Panel tallPanel = new Panel();
    private Panel tallPanel2= new Panel();
    public TimeEntryForm()
    tallPanel.setLayout(new GridLayout(3, 1));
    tallPanel.add(new Label("Hrs Total"));
    tallPanel.add(new Label("Any"));
    tallPanel.add(new Label("One"));
    tallPanel2.setLayout(new GridLayout(3,1));
    tallPanel2.add(new Label("Personal Leave "));
    tallPanel2.add(new Label("Hrs Total "));
    tallPanel2.add(new Label("Pay Calc "));
    setLayout(new GridBagLayout());
    GridBagConstraints c = new GridBagConstraints();
    c.gridx = 0; c.gridy = 2;
    add(new Label("Social Security # "), c);
    c.gridx = 1; c.gridy = 0;
    add(new Label("TIME ENTRY FORM"), c);
    c.gridx = 1;c.gridy = 1;
    add(new Label("Enter Date Here "), c);
    c.gridx = 3;c.gridy = 2;
    add(new Label("Employee Name "), c);
    c.gridx = 3;c.gridy = 4;
    add(new Label("Sick Time "), c);
    c.gridx = 0; c.gridy = 3;
    add(new Label("IN OUT "), c);
    c.gridx = 0; c.gridy = 4;
    add(new Label("IN OUT "), c);
    c.gridx = 0; c.gridy = 5;
    add(new Label("IN OUT "), c);
    c.gridx = 0; c.gridy = 6;
    add(new Label("IN OUT "), c);
    c.gridx = 0; c.gridy = 7;
    add(new Label("IN OUT "), c);
    c.gridx = 0; c.gridy = 8;
    add(new Label("IN OUT "), c);
    c.gridx = 0; c.gridy = 9;
    add(tallPanel2, c);
    c.gridx = 1;c.gridy = 11; //note, sets y
    add(new Label("Hrs Worked Today "), c);
    c.gridx = 1;c.gridy = 12;
    add(new Label("Pay Earned Today "), c);
    c.gridx = 2;
    add(tallPanel2, c);
    public static void main(String args[])
    Frame f = new Frame("Time Entry Form");
    f.add(new TimeEntryForm());
    f.pack();
    f.setVisible(true);
    }

    Hi java-luv,
    I am not sure if I understand the problem. But I was able to add a JButton to your code (using the JBuilder designer). The button just exists the application. Please check the listing below. Hope this helps.
    import java.awt.*;
    import javax.swing.*;
    import java.awt.event.*;
    public class TimeEntryForm extends Panel
    private Panel tallPanel = new Panel();
    private Panel tallPanel2 = new Panel();
    private JButton jButton1 = new JButton();
    public TimeEntryForm() {
    tallPanel.setLayout(new GridLayout(3, 1));
    tallPanel.add(new Label("Hrs Total"));
    tallPanel.add(new Label("Any"));
    tallPanel.add(new Label("One"));
    tallPanel2.setLayout(new GridLayout(3, 1));
    tallPanel2.add(new Label("Personal Leave "));
    tallPanel2.add(new Label("Hrs Total "));
    tallPanel2.add(new Label("Pay Calc "));
    setLayout(new GridBagLayout());
    GridBagConstraints c = new GridBagConstraints();
    c.gridx = 0;
    c.gridy = 2;
    add(new Label("Social Security # "), c);
    c.gridx = 1;
    c.gridy = 0;
    add(new Label("TIME ENTRY FORM"), c);
    c.gridx = 1;
    c.gridy = 1;
    add(new Label("Enter Date Here "), c);
    c.gridx = 3;
    c.gridy = 2;
    add(new Label("Employee Name "), c);
    c.gridx = 3;
    c.gridy = 4;
    add(new Label("Sick Time "), c);
    c.gridx = 0;
    c.gridy = 3;
    add(new Label("IN OUT "), c);
    c.gridx = 0;
    c.gridy = 4;
    add(new Label("IN OUT "), c);
    c.gridx = 0;
    c.gridy = 5;
    add(new Label("IN OUT "), c);
    c.gridx = 0;
    c.gridy = 6;
    add(new Label("IN OUT "), c);
    c.gridx = 0;
    c.gridy = 7;
    add(new Label("IN OUT "), c);
    c.gridx = 0;
    c.gridy = 8;
    add(new Label("IN OUT "), c);
    c.gridx = 0;
    c.gridy = 9;
    add(tallPanel2, c);
    c.gridx = 1;
    c.gridy = 11; //note, sets y
    add(new Label("Hrs Worked Today "), c);
    c.gridx = 1;
    c.gridy = 12;
    add(new Label("Pay Earned Today "), c);
    c.gridx = 2;
    add(tallPanel2, c);
    jbInit();
    public static void main(String args[]) {
    Frame f = new Frame("Time Entry Form");
    f.add(new TimeEntryForm());
    f.pack();
    f.setVisible(true);
    private void jbInit() {
    jButton1.setText("Exit");
    jButton1.addActionListener(new TimeEntryForm_jButton1_actionAdapter(this));
    this.add(jButton1, null);
    void jButton1_actionPerformed(ActionEvent e) {
    System.exit(0);
    class TimeEntryForm_jButton1_actionAdapter implements java.awt.event.ActionListener {
    TimeEntryForm adaptee;
    TimeEntryForm_jButton1_actionAdapter(TimeEntryForm adaptee) {
    this.adaptee = adaptee;
    public void actionPerformed(ActionEvent e) {
    adaptee.jButton1_actionPerformed(e);

  • E-sourcing Add new Element in Actions dropdowmn list in Project Document

    Hi Evrybody ,
    I am trying to add new element in Actions dropdown list in Project document (in drop down already has Create Auction ,Create demand ,create agreement, Create RFx   elements ) .
    i am able to change the text of existing but not able to add new elements .
    Could you please help me on this .
    Thanks
    Pavan Reddy.

    Pavan,
    My understanding is that the Actions tab is used to execute scripting.  Some of the scripting is embedded in the system, like Create RFx or Create Auction.  This you can not change easily. 
    If you want to add a new item to the Actions for Projects create a Script Definition with Script Type: Toolbar and Class: Project (1100).  Keep in mind that you will also have to have a functioning Script Definiton.
    Regards,
    James

  • Is SOAP Adapter Action field can contain 2 or more "SOAP Actions"

    Hi All,
      I have following scenario:-
    Step 1. Webmethod(sent price querry with material no)->R/3(search price from tables)
    step 2. R/3(sent price)->Webmethod
    step 3. Webmethod(sent quantity)->R/3(document created in sap)
    step 4. R/3(sent confirmation doc no/error)->Webmethod
    Q1 <u>How can i implement above scenario in with one URL Webmethod????</u>
    (URL:http://host:port/XISOAPAdapter/MessageServlet?channel=party:service:channel)
    Q2 <b> Is it possible with one (Receiver SOAP adapter->Conversion Parameters->SOAP Action) field can contain more than 1 SOAP Action......??????</b>
    <b>With more than one message interfaces (inbound synchronous) in one scenario</b>
    Q3 <u>Or I have to design two scenarios with two URL's????with different message interfaces (inbound synchronous) </u>
    Q4<b><u> Or I use Sender(SOAP) Reciver(Rfc Adapter) in abave case??? With more than one message interfaces (inbound synchronous) in one scenario</u></b>
    Thanks & Regards
    Message was edited by: Umesh R

    When your scenario consists of sync calls, you have only to define SOAP sender channels. The best approach is to create two channels to keep the reference from interface to channel unique.
    For the sync response message you do not need and communication channel (and no SOAP action).
    Regards
    Stefan

  • How can I get some of my actions in photoshop cs4 from my old computer to photoshop cs5 on my new co

    Sofar I have tryed to find the actions on my computer but without succes.
    There are not in the presets/action folder. That folder is empty.
    If I try to save the actions from the actions window in photoshop I cannot manage because the "save action"  function is not available (it's there but can't be clicked...)
    What to do?
    Thanks,
    Greg

    Reminder to everyone reading this thread:
    Take a little time and save your actions sets from Photoshop now, assuming you've changed them or added to them since last time you saved them or loaded them from a file.  They're stored by Photoshop inside a proprietary preferences file, and if you should lose your Photoshop configuration your actions could be lost as well.
    Save them in .atn files now, just in case.
    -Noel

  • How can I check the called SOAP-action

    Hi,
    our scenario is IDOC - XI - SOAP (based on a wsdl). I've imported the wsdl as external definitions. The I implement all necessary interfaces, mappings, .... When I'm sending any IDOCs, I see the right interface, but I can't check the right SOAP-Action. The Receiver firm means, that the wrong function will be called.
    Have you any ideas?
    Thanks
    Matthias

    Hi Matthias,
    the only way to check the SOAP Action is using an HTTP sniffer. Or you write a simple Java program that listens to a port and writes incoming data to a file.
    But I have never heard about the problem, that the SOAP action is not correct. Make sure, that the correct receiver channel is used, the channel is activated and the cache refreshed.
    Regards
    Stefan

  • HT2729 I bought a TV episode from iTunes (I have version 10 installed), but when I try to play it on my laptop, it keeps stopping and starting, with the voices out of sync with the action.  The action is stop/start as well.  What settings can I change to

    I bought a TV episode from iTunes (I have version 10 installed), but when I try to play it on my laptop, it keeps stopping and starting, with the voices out of sync with the action.  The action is stop/start as well., and occasionally it skips 5 or 10 seconds altogether, making it impossible to watch.  What settings can I change to fix the problem.

    Repair your QuickTime.
    Control Panel > Programs n Features > highlight QuickTime and click CHANGE then REPAIR.

  • How can I adjust size of default action frames

    Hi, How can I adjust size of default action frames they are very thin.  I have tried double clicking on that part I think it is in the actions but can only adjust the drop shadows etc not the actual size of the frame ie like in the wooden frame.
    hop you can help

    I think I get what you meant now …
    The »Transform Current Layer«-step in »Frame Channel – 50 pixel« might be the one you want to edit (»Toggle dialog on/off« for example or replace it with a newly recorded different transformation).

  • Can I have 2 different advanced actions on an object?

    Hi there
    I was hoping someone can help me with this, I have a slide acting as a menu with 4 pages on it.  Once a page is clicked it would take the user to the corresponding slide for that choice.  I was wondering if I could apply an effect to that 'page' before it takes me to the new slide.
    For instance, I was thinking that once the 'page' is clicked that it would zoom in to that 'page' and then go to the correct slide.
    I don't know if this can be done with an advanced action or adding javascript.
    Any ideas would be greatly appreciated.
    Cheers
    Julie

    You could do it with Advanced Actions (but it does get a little messy).
    Place a transparent button over each menu item. Have each button pause near the start of each slide. 
    Create a standard action as below (you will also need to create a variable for each menu item - mine is called Zoom1 in the example):
    This will trigger the zoom (you will probably want zoom size to be 100% for the initial size, then whatever your final size needs to be).
    Create an advanced action like the one below:
    You can have an action for each menu item/button in the one advanced action using the tabs under the Name field. What you're doing is saying if the button for an item has been pressed, jump to the specified slide for that item.  In the slide properties, set the advanced action to run on the slide exit.
    You will need to play around with the size and timings to allow the zoom to reach the end point at, or just before, the end of the slide, otherwise it jumps to the new slide as it's zooming.
    There may be easier ways to do it that others here may suggest, but that's my intial idea - hope it helps.

  • Nautilus-actions segfault

    I'm using nautilus 3.4.2-1 and after installation nautilus-actions 3.2.2-2 I get segmentation fault after running Nautilus:
    (nautilus:31184): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:62:17: Theming engine 'unico' not found
    Segmentation fault
    Without nautilus-actions installed everything works fine.
    Anyone have a similar problem? How to fix it?
    Edit:
    It looks strange because nautilus with nautilus-actions works fine only as root.
    If running as non-root I have segmentation fault. From dmesg:
    nautilus[20892]: segfault at 0 ip 00007fbd590f3066 sp 00007fffa55e7b70 error 4 in libna-io-desktop.so[7fbd590ee000+f000]
    Last edited by n0rv (2012-10-27 21:26:02)

    Install the package gtk-engine-unico

Maybe you are looking for