Change color label .setStyle

hi anyone knows personnel, such as changing color of the label at run time and return to original color
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
           <mx:Panel id="panel" width="469" height="415"  headerHeight="90" layout="absolute" horizontalCenter="27" verticalCenter="-10">
               <mx:Button 
                         id="button"  click="{effect()}" x="10" y="208" width="122"
               </mx:Button>
               <mx:Label id="inform" x="140" y="100.8"  width="86" />
           </mx:Panel>
    <mx:Script>
        <![CDATA[
            public function effect():void
               // I go to red
                inform.text="test!".setStyle("color", 0xff0000);
               glowImage.play();
               //after the end return to the blue
               inform.setStyle.setStyle("color", "Blue");
            ]]>
    </mx:Script>
        <mx:Glow id="glowImage" duration="1000"
                    alphaFrom="1.0" alphaTo="0.3"
                    blurXFrom="0.0" blurXTo="50.0"
                    blurYFrom="0.0" blurYTo="50.0"
                    color="0x00FF00" target="{inform}"/>
</mx:Application>

If this post answers your question or helps, please mark it as such.
I have to ask what you are trying to do, because this is an interesting use of an effect.
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
  layout="absolute">
  <mx:Panel id="panel" width="469" height="415" 
    headerHeight="90" layout="absolute" horizontalCenter="27"
    verticalCenter="-10">
    <mx:Button id="button"  click="effect();"
      x="10" y="208" width="122"/>
    <mx:Label id="inform" x="140" y="100.8"  width="86" />
  </mx:Panel>
  <mx:Script>
    <![CDATA[
      public function effect():void{
        inform.text="test!";
        glowImage.play();
    ]]>
  </mx:Script>
  <mx:Glow id="glowImage" duration="1000" alphaFrom="1.0"
    alphaTo="0.3" blurXFrom="0.0" blurXTo="50.0"
    blurYFrom="0.0" blurYTo="50.0"
    color="0x00FF00" target="{inform}"
    effectStart="inform.setStyle('color', 0xff0000);"
    effectEnd="inform.setStyle.('color', 0x0000ff);" />
</mx:Application>

Similar Messages

  • Changing color label of edits coming back from photoshop

    I am currently using lightroom 3.2 RC.  The issue is when sending a raw file out to photoshop then at the conclusion of editing as the file arrives back to lightroom, it now keeps it original color label (yeah), but if I now attempt to change it's color label from one color to another that I use to denote a completed PSD file, the file losses it color label completely and ends up without a color label at all (similar to what use to happen in 3.0), and I have to go find it and relabel it again.
    hopefully I explained that well enough to catch the fault that exists
    mike

    I only have PSE8 and not Photoshop, but I cannot reproduce this behaviour by externally editing a Raw file in PSE8 from LR. When using PSE, you have to have LR render the PSD on the way to PSE already, which is a difference to Photoshop.
    What technique are you using to assign the new color label when coming back from PS (keyboard shortcur, Metadata panel, ...)?
    I'm using LR3.2RC on WinXP SP3.
    Beat Gossweiler
    Switzerland

  • Change Color Label of File with Javascript

    I need to be able to run a JS script from within Photoshop and when it's complete, change the color of the file in Finder to indicate it has been processed.  I'm talking about the red, orange, yellow, etc. highlights you can give the files in Finder.
    I know how to change these file colors in Applescript.  But I cannot figure out how to initiate the process from JS when run inside Photoshop.
    So I was curious if there was:
    A.  A way to run an Applescript from Javascript
    or
    B.  A way to define the property of a file from JS such that Finder would interpret it into a color highlight?
    Any ideas?
    Thanks

    Here is some code from X that might be of use...
    //myscript.sh MUST exist with execute permissions! 
      var script = new File("~/Desktop/myscript.sh");
      script.length = 0;
      script.lineFeed = "unix";
      script.length = 0;
      script.open("e");
      script.writeln("#!/bin/bash");
      script.writeln("osascript ... whatever");
      script.close();
      script.execute();
    Of course you would need CS3 orr better.

  • Problems importing photos with a color label.

    Hello:
    I'm trying to import photos and assign a color label at the same time. My idea is to know what pics are just imported and put they into "status 0" of my workflow, that is, the pic is just imported and need to be accepted/rejected, then be classified, then made basic corrections, etc, etc. I'm going to change color labels to go from red to green status... a tipical workflow.
    OK, this is what I did:
    Import pics:
    * I select the directory and create/assign a new metadata preset.
    * In this metadata preset I set author/creator and some other IPTC fields.
    * Also I put the word "red" in Label field.
    * Do the import...
    What I can see then:
    The photos are imported and the red label is visible. You can see the red label in the grid view (at every photo's bottom) and also, at the bottom toolbar, you can see that the red label is checked. If you click at the small label at the photo's bottom you can see the small menu with the red label checked.
    OK, it seems that the color label is imported but...
    In the filmstring, if you filter to see only the red labeled pics... nothing is selected !! You have to unassign and assign again the red label and this time you can filter by color label.
    What is happening ? Does Lightroom read the color label from two different fields from the metadata ? Is something not synched during the import process ?
    Regards,
    Javier.

    Sorry if I couldn't explain correctly. English is not my main language...
    I know you can assign names to the existing colors label and create different sets. I just create my own set.
    What I'm refering to is to the Label field that is part of the basic IPTC data into a metadata preset. I'm not sure if it's the same field that is used to assign color labels.
    What I did was to create a metadata preset, assign the word "red" as the value of the IPTC Label field and then apply this preset into an import. All the pics were imported with the red label set, so yes, it is possible to do the import and set the color label. The problem is that you can't use the filters that are into the filmstring view. So there is some mismatch here: the red color is shown at the bottom of the pics imported, but the filmstring filters can't "see" that the pics have this color label assigned.

  • Color Labels in Photoshop

    Does anyone know if there is a way to change color labels WITHIN photoshop? i do NOT mean labelling a layer or group. I mean labelling a FILE within psd that can be read in Bridge/Lightroom. I know I can tag them there, but I would like to be able to open a group of image, retouch them, then add something in a script that changes the color label to, for example, green, so that when it shows in Bridge/Lightroom, it will automatically show the new color tag.
    when you changea color label in Bridge, it has to resave the file completely (which can be an issue with bandwidth for those of us with small servers, not to mention sometime like dropbox or creative cloud which has to constantly upload an entire file each time). If I can add it to the script WITHIN photoshop, it will be a big timesaver too. Same thing with Lightroom - you have to manually SAVE the color tag into the file. I can see it in the File Info of photoshop (it is under ADVANCED).
    And for that matter, is there a way to batch script other functions of the File Info, like changing star ratings? it doesn't seem to let me do that either

    imagine you could use the marquee tool or a selecting-brush to drag or brush over some background elements, weeds in a field, Mountains, Buildings, Skies, etc.. adding the selected colors & patterns to the number of colors & objects to be removed..
    then use the same brush to brush over colors & elements you want to keep, and the values for those colors are stored separately, even if some of the values are the same
    then, you drag a brush around the object you want to remove from the photo, where the object meets the background, which must have a start-point, and an end point which returns to the start point..
    Photoshop then calculates the location of items to keep as inside the closed brush line, and items to disappear as outside that brushed line
    Tolerances can be individually set with an Eye-dropper between a blue shirt sleeve you want to keep, inside the brush mark, and the blue sea, blue car, or blue sky adjacent to that sleeve, outside the brush mark,..
    you can add another combination of "Near Tolerances" by clicking "Add a Near Tolerance", then you select the green shoes inside the line, multi-select add, then click next, and click the green grass outside the region.. also additive multi-select
    Photoshop then remembers the regions, the colors, patterns, and values, and all the other information you gave it (the only real important thing being what happens directly under the brush line you painted around your object, as it will automatically delete everything outside of that), click "Extract" and the object of your desire is removed perfectly

  • How to change color of selected label from list of labels?

    My Problem is that I have a list of labels. RowHeaderRenderer is a row header renderer for Jtable which is rendering list items and (labels).getListTableHeader() is a method to get the list. When we click on the label this code is executed:
    getListTableHeader().addMouseListener(new MouseAdapter()
    public void mouseReleased(MouseEvent e)
    if (e.getClickCount() >= 1)
    int index = getListTableHeader().locationToIndex(e.getPoint());
    try
    if (((ae_AlertEventInfo)theAlerts.values().toArray()[index]).ackRequiredFlag)
    AcknowledgeEvent ackEvent = new AcknowledgeEvent(
    this, (ae_AlertEventInfo)theAlerts.values().toArray()[index]);
    fireAcknowledgeEvent(ackEvent);
    ((HeaderListModel)listModel).setElementAt(ACK, index);
    catch(Exception ex) {;}
    Upon mouse click color of the label should be changed. For some period of time ie. Upto completion of fireAcknowledgeEvent(ackEvent);
    This statement is calling this method:
    public void handleAcknowledgeEvent(final AcknowledgeEvent event)
    boolean ackOk = false;
    int seqId = ((ae_AlertEventInfo)event.getAlertInfo()).sequenceId;
    if (((ae_AlertEventInfo)event.getAlertInfo()).ackRequiredFlag)
    try
    // perform call to inform server about acknowledgement.
    ackOk = serviceAdapter.acknowledge(seqId,
    theLogicalPosition, theUserName);
    catch(AdapterException aex)
    Log.error(getClass(), "handleAcknowledgeEvent()",
    "Error while calling serviceAdapter.acknowledge()", aex);
    ExceptionHandler.handleException(aex);
    else
    // Acknowledge not required...
    ackOk = true;
    //theQueue.buttonAcknowledge.setEnabled(false);
    final AlertEventQueue myQueue = theQueue;
    if (ackOk)
    Object popupObj = null;
    synchronized (mutex)
    if( hasBeenDismissed ) { return; }
    // mark alert event as acknowledged (simply reset ack req flag)
    ae_AlertEventInfo info;
    Iterator i = theAlerts.values().iterator();
    while (i.hasNext())
    info = (ae_AlertEventInfo) i.next();
    if (info.sequenceId == seqId)
    // even if ack wasn't required, doesn't hurt to set it
    // to false again. But it is important to prevent the
    // audible from playing again.
    info.ackRequiredFlag = false;
    info.alreadyPlayed = true;
    // internally uses the vector index so
    // process the queue acknowledge update within
    // the synchronize block.
    final ae_AlertEventInfo myAlertEventInfo = event.getAlertInfo();
    SwingUtilities.invokeLater(new Runnable()
    public void run()
    myQueue.acknowledge(myAlertEventInfo);
    myQueue.updateAcknowledgeButtonState();
    // here we should stop playing sound
    // if it is playing for this alert.
    int seqId1;
    if (theTonePlayer != null)
    seqId1 = theTonePlayer.getSequenceId();
    if (seqId1 == seqId)
    if (! theTonePlayer.isStopped())
    theTonePlayer.stopPlaying();
    theTonePlayer = null;
    // get reference to popup to be dismissed...
    // The dismiss must take place outside of
    // the mutex... otherwise threads potentially
    // hang (user hits "ok" and is waiting for the
    // mutex which is currently held by processing
    // for a "move to summary" transition message.
    // if the "dismiss" call in the transition
    // message were done within the mutex, it might
    // hang on the dispose method because the popup
    // is waiting for the mutex...
    // So call popup.dismiss() outside the mutex
    // in all cases.
    if(event.getSource() instanceof AlertEventPopup)
    popupObj = (AlertEventPopup)event.getSource();
    else
    popupObj = thePopups.get(event.getAlertInfo());
    thePopups.remove(event.getAlertInfo());
    SwingUtilities.invokeLater(new Runnable()
    public void run()
    // search vector elements to determine icon color in main frame
    String color = getColor();
    fireUpdateEvent(new UpdateEvent(this, blinking, color));
    // Call dismiss outside of the mutex.
    if (popupObj !=null)
    if(popupObj instanceof AlertEventPopup)
    ((AlertEventPopup)popupObj).setModal(false);
    ((AlertEventPopup)popupObj).setVisible(false); // xyzzy
    ((AlertEventPopup)popupObj).dismiss();
    else
    // update feedback... ack failed
    SwingUtilities.invokeLater(new Runnable()
    public void run()
    myQueue.setInformationMessage("Acknowledge failed to reach server... try again");
    return;
    Code for RowHeaderRenderer is:
    class RowHeaderRenderer extends JLabel implements ListCellRenderer
    JTable theTable = null;
    ImageIcon image = null;
    RowHeaderRenderer(JTable table)
    image = new ImageIcon(AlertEventQueue.class.getResource("images" + "/" + "alert.gif"));
    theTable = table;
    JTableHeader header = table.getTableHeader();
    setOpaque(true);
    setHorizontalAlignment(LEFT);
    setForeground(header.getForeground());
    setBackground(header.getBackground());
    setFont(header.getFont());
    public Component getListCellRendererComponent( JList list, Object value,
    int index, boolean isSelected, boolean cellHasFocus)
    int level = 0;
    try
    level = Integer.parseInt(value.toString());
    catch(Exception e)
    level = 0;
    if (((ae_AlertEventInfo)theAlerts.values().toArray()[index]).ackRequiredFlag)
    setBorder(UIManager.getBorder("TableHeader.cellBorder"));
    this.setHorizontalAlignment(JLabel.CENTER);
    this.setVerticalAlignment(JLabel.CENTER);
    setIcon(image);
    else
    setBorder(BorderFactory.createLineBorder(Color.gray));
    setText("");
    setIcon(null);
    return this;
    I tried but when i am clicking a particular label, the color of all labels in the List is being changed. So can you please assist me in changing color of only the label that is selected and the color must disappear after completion of Upto completion of fireAcknowledgeEvent(ackEvent);

    im a bit confused with the post so hopefully this will help you, if not then let me know.
    I think the problem is that in your renderer your saying
    setBackground(header.getBackground());which is setting the backgound of the renderer rather than the selected item, please see an example below, I created a very simple program where it adds JLabels to a list and the renderer changes the colour of the selected item, please note the isSelected boolean.
    Object "value" is the currentObject its rendering, obviously you may need to test if its a JLabel before casting it but for this example I kept it simple.
    populating the list
    public void populateList(){
            DefaultListModel model = new DefaultListModel();
            for (int i=0;i<10;i++){
                JLabel newLabel = new JLabel(String.valueOf(i));
                newLabel.setOpaque(true);
                model.addElement(newLabel);           
            this.jListExample.setModel(model);
            this.jListExample.setCellRenderer(new RowHeaderRenderer());
        }the renderer
    class RowHeaderRenderer extends JLabel implements ListCellRenderer
        JTable theTable = null;
        public Component getListCellRendererComponent(JList list, Object value,
                                                      int index, boolean isSelected, boolean cellHasFocus){
            JLabel aLabel = (JLabel)value;
            if (isSelected){
                aLabel.setBackground(Color.RED);
            }else{
                aLabel.setBackground(Color.GRAY);
            return aLabel;       
    }

  • Changing color of Interactive Image label?

    i'm pretty clear on how to alter the title, caption, border of an Interactive Image, but i'm wondering if there is a way to change the color, orientation and appearance (other than font) for the associated labels? any help would be great. thanks!

    fabe: i totally get that -- and you're right -- a good designer would understand that the labels shouldn't upstage the graphic to which they refer. to that end, i think that effect would be enhanced if you looked at the default screen and simply saw (unboxed) labels, and then when you clicked opn the text, you'd zoom in and the text might even get a little transparent so the graphic is even more accentuated. i also think it would be cool if you could control the default view of the label (change it's colors, characteristics, transparency, etc) and then when setting its zoomed-in view, you'd also be able to change the label's colors, characteristics, transparency, etc, as well. honestly, i'm sort of relieved to know this isn't possible in ibooks author 1.0 (maybe in 2.0?) because i looked and looked AND looked. btw, the app is INCREBIBLY intuitive -- pretty **** remarkable, in fact. you have done an amazing job, so thanks so much! bob (ps: so glad i waited for a great wysiwyg ibook tool -- and that apple released it. i plan in converting a number of my out-of-print books -- and will be using ibooks author!) http://www.bobstaake.com/page5.shtml)

  • Change folders color labels

    Hi, I want to change the color label of folders which contain specified files, eg movs, jpegs. I don´t want to copy or remove files, because folder size is about 140 GB. The biggest group of files is about 50 GB. I mention this, because I think getting specified finder items could be a problem for my little ibook?
    Thanks in advance

    Also for the bug that iTunes doesn't minimize when I double-click the top edge of the window.
    It isn't a bug, it's a feature.
    Actually, I kinda like the improvements to the "miniplayer" thing, even though it isn't the same thing as minimizing the app. The only thing I don't like about the miniplayer is the tiny, hard to hit icon used to toggle it on & off, but if I can just remember the Cmd-Option-M shortcut for that I'm OK with that too.
    I wouldn't mind filling out a survey before they (Apple) curtained features.
    After hanging around ASC for a few years, I have realized that almost everybody has very different ideas about the usefulness of just about every feature Apple has ever implemented. If Apple listened to users, I suspect we would end up with an OS so bloated it wouldn't even be able to crawl, much less run, on most Macs, & the user preferences alone would have so many options nobody could find the ones they wanted without help.
    Actually, I think that may already be happening ... but I'm sure everybody has a different opinion about that, too!

  • Change Icon Label Text Color

    So, I wanted to change the Finder Window background color to black. But when I do so, the text for the labels of the icons become un-readable. See picture.
    So I wanted to change the Label Text to white or some other lighter color. I'm surprised Mac OS X did not do it automatically. How do I change it?

    AFAIK, you can't. All I can suggest is use one of Apple's Desktop pictures and be done with it.

  • Change SWT Label color in wizard

    Hello Everyone!!
    Can anyone please tell me how to change the label color in SWT Wizard?

    Masood
    Thanks for the document.But I need to change the label color in service order transaction for specific fields.
    Please let me know if its possible to change the color for specific fields
    Thanks
    Sushma

  • Since Lion upgrade, can not change the colored label of my HD in the Finder

    ... the "Macintosh HD" icon has the Label section grayed out when I select 'Get Info'.
    I can only change the color of the USB attached disks.
    Also, before the upgrade to Lion, I was able to assign colored labels to the attached network shares, in Snow Leopard; now I can see the label colors I've assigned when using Snow L. by I can not modify then anymore...
    Any ideas?
    Thank you in advance.

    Thank you for the reply.
    Lock was closed. It open after authentication, but the word "Label" is still gray and can not select a color label.
    On the "Sharing and Permissions" have the folowing:
      "You can only read"
      "system - Read & Write"
      "wheel - Read only"
      "everyone - Read only"

  • Changing RadioButton Label

    I have a RadioButtonGroup with 6 RadioButtons and i would
    like to change the color of the label which the user selects. Is
    there a property/style that i can use to achieve this?
    Thanks...

    Thanks rtalton.. This is exactly what i was looking for. I am
    glad and lucky that my very first post got answered by a real
    guru..
    I begin to understand what you mean when you say user
    interaction is never very simple..
    Earlier, since setting the color property for the RadioButton
    as below seemd to change the label color i thought that setting the
    color property in an event driven function would work.. but it did
    not.. What works is changing the color via setStyle
    <mx:RadioButton x="21" y="139" label="London"
    groupName="AnswersRadioGroup" id="A2" textRollOverColor="#0AF3CA"
    fontSize="12" color="#FFFFFF" iconColor="#0AF3CA" width="250"/>
    Thanks

  • How can I change the label of iCloud mail in Mail?

    I have an iPhone, where the iCloud account in mail is shown as "Name @ iCloud". I've just been setting up a new iPad Air 2 and there in Mail the label shows just as "iCloud". How can I change that label? I've been digging around but haven't found a way.

    Most of us just use names for the folders which seems to work fine unless you're not alphabetically inclined.
    It really doesn't make much difference who else may want a feature like that, it still isn't going to magically appear. If you wish to submit it as a feature request you can do so here: Feedback.
    There aqre third-party programs that may provide a similar function although not colors: DockStar and Mail Badger.

  • Grid View: Flags, Rating, Color Label read only? / Mark Images Read only?

    Hi
    I'd like to see the flag-status, rating and color label assigned to an image as cell icons. But if I show them as Cell Icons, I am also able to change them, which happens to me quite often accidentally when I click into the frame of a image to change selections.
    Is it possible to show these markers for each image without being able to change them in the frame? I would be quite happy being able to change them from the tool bar, but still being able to see them on the single image.
    Related to this:
    Is it somehow possible to mark images as read only, so that further changes (development, metadata etc.) can be made impossible? This would be nice for older images, which have been processed completely and should stay that way, inhibiting accidental changes to images. Sometimes it is difficult to even notice when one accidentally changes metadata on an image.
    Thanks for your thoughts
    Beat Gossweiler
    Switzerland

    Yes it's a bug. I see it on Mac platform.

  • Setting Color Labels in a Folder

    Hey guys! I'm kinda new to AppleScript in general, so please bear with me if this is just a simple request here, but basically i've been wanting to change the background of the finder windows to match the grey background of the iTunes grid view. However, since the font colour of the files and folders in Finder can't be changed, but the only way is to place a border around them (grey seems to match best). Now i've found a script that manages to do this for all the files in the folder and its subfolder based on the filetypes outlined in the script. However, none of the folders themselves have changed to the desired grey colour.Its clearly because the file type for the folder hasn't been added, but im not sure how i do that. As you can see I tried adding "Folders" to the "set fileColorList to greys" line, but its a no go... Is there any way i can just change that whole section of code to just have all the files and folders within the subfolder to go grey? (i.e. greys{"*"} or something) rather than having to individually add the filetypes?.
    Here's the code:
    tell application "Finder"
    set processFolder to (choose folder with prompt "Select a folder to change label colors") as item
    my digDeeper(processFolder)
    end tell
    on digDeeper(myFolder)
    tell application "Finder"
    my changeColors(myFolder)
    set subFolders to every folder in folder myFolder
    if (count of items in subFolders) is greater than 0 then
    repeat with thisFolder from 1 to count of items in subFolders
    set processSubFolder to item thisFolder of subFolders as string
    my digDeeper(processSubFolder)
    end repeat
    end if
    end tell
    end digDeeper
    on changeColors(myFolder)
    set fileColorList to {greys:{"Folders", "mpg", "pages", "keynote", "numbers", "mpeg", "bmp", "wma", "c", "cpp", "dmg", "doc", "asf", "jpg", "jpeg", "ram", "h", "hpp", "mpkg", "iso", "bin", "ppt", "pps", "bundle", "mov", "qt", "gif", "aif", "aiff", "htm", "html", "hqx", "tar", "xls", "mp4", "rgb", "rgba", "pcm", "js", "css", "cgi", "pkg", "gz", "z", "tgz", "localized", "pdf", "avi", "tif", "tiff", "mp3", "m", "zip", "eps", "ai", "wmv", "mkv", "m2ts", "mov", "ts", "rar", "png", "wav", "scpt", "tbz", "bz2", "dat", "txt", "prefs", "rm", "ram", "rcproject", "ra", "psd", "pl", "xml", "plist", "sit", "rar", "torrent", "rtf", "rtfd"}}
    tell application "Finder"
    try
    set (label index of every file of item myFolder whose name extension is in greys of fileColorList) to 7
    end try
    end tell
    end changeColors
    Thanks for any help!

    Your folder action script doesn't work because of one simple error:
    set label index of every item of entire contents of processFolder to 7
    Nowhere in your script is 'processFolder' defined, so AppleScript has no idea what you're trying to do.
    Given that you (correctly) iterate through added_items, the correct format would be:
    on adding folder items to this_folder after receiving added_items
      repeat with item_ in added_items
        tell application "Finder"
          set label index of item_ to 7
        end tell
      end repeat
    end adding folder items to
    In other words, this changes the label index of each item just added.
    That should work provided you're dropping files into this folder. If you're dropping folders then this would set the label index of the folder itself, but not necessarily the items within that folder. For that you'd need to add a check to see if item_ was a folder and add code to handle folders.
    Also note that this kind of folder action will only work on the folder itself - that is, if you have folder A that contains subfolder B, then dropping a file into subfolder B won't trigger the script and won't change that item's label. To do that you'd have to attach your folder action to subfolder B.

Maybe you are looking for

  • New to Oracle SQL Developer

    Getting the followung error, which I assume is a privs error, when using debugger: Executing PL/SQL: ALTER SESSION SET PLSQL_DEBUG=TRUE Executing PL/SQL: CALL DBMS_DEBUG_JDWP.CONNECT_TCP( '10.200.10.79', '3824' ) ORA-30683: failure establishing conne

  • I cannot transfer rented movies between devices in iTunes

    I rented a movie. Dropped it into a new iPod nano. Transferred fine. Wanted to move it to apple tv or another capable video ipod. No luck. Any ideas?

  • Issues with exporting movie - insufficient storage space

    Hello, Last night I tried to export a 50 minute movie that I created - I checked my hard disk space and I had 4.3Gb available at the time. I didnt think I would have enough space to export in 720p resolution but tried anyway. Imovie started to create

  • BADI for forwarding SC approval.

    Hi All, I have  a scenario like,when I need to forward the approval of a SC,a workflow 14000133 gets triggered and we want to find the BADIs that are getting called inorder to implement our scenario. We need to implement a BADI that does the restrict

  • Ldmp2v  and ZFS  root source system question

    hi reading the ldmp2v doc, it seems to implay that p2v only support source system with UFS root this is fine for s8 and s9 system. what about the new s10 with zfs root? thx