Need several variants in VL10A

Hi all,
  In VL10a, there is a custom variant setup with' User-specific' and 'Default setting' being selected.
I now need to create another variant for this same user with a different name and remove the default
setting and user-specific.  Now none of the two variant works.  Although i pull out my custom variant, when i save the variant, it
default to this layout  '1_sap_1100'.
   How can i create two separate variants for the user ?  Have anyone come across this ?
thanks
Joyce

HI Amol,
I have an existing user layout with user-epecific and default-setting selected.  Then i created another user layout with a different name selecting user-specific and default-setting is not selected.  The variant are created in the initial screen of vl10a.
Since one layout  has the default-setting selected, i created a new variant with a new layout with no default-setting.
It did not work on the second variant as it still refer to the defaulted first layout.
thanks
Joyce

Similar Messages

  • Suggestions needed in variants and its log in eCATT

    Hi,
    I need some suggestions regarding the variants in eCATT.
    I have added several variants to a test configuration.My requirement is at the end of every variant,I need the log to be captured unlike at the end once all the variants are executed.
    Is it any way of doing it by coding (or) by  any other settings in eCATT?
    The ultimate logic behind is ,I have added some code in which some of the values will be taken from the log of previous variant and is used in the subsequent variant.So,if the log is not generated for each variant,I will be left with old values instead of new values.
    Hence the script will throw error.
    Kindly provide ur ideas to me.
    Best regards,
    Alex,
    Spain.

    Hi,
    Can anybody help me on this below very urgently.
    Regards,
    Alex,
    Spain.
    > Hi,
    >
    > I need some suggestions regarding the variants in
    > eCATT.
    >
    > I have added several variants to a test
    > configuration.My requirement is at the end of every
    > variant,I need the log to be captured unlike at the
    > end once all the variants are executed.
    >
    > Is it any way of doing it by coding (or) by  any
    > other settings in eCATT?
    >
    > The ultimate logic behind is ,I have added some code
    > in which some of the values will be taken from the
    > log of previous variant and is used in the subsequent
    > variant.So,if the log is not generated for each
    > variant,I will be left with old values instead of new
    > values.
    >
    > Hence the script will throw error.
    >
    > Kindly provide ur ideas to me.
    >
    > Best regards,
    > Alex,
    > Spain.

  • Executing eCATT several variants at once

    Hello everyone,
    First I uploaded several variants from external file and all variants apprear in my Test Configuration but when I try to play all variants (notched) at once it execute only the first one.
    I would to know how to set the parameter in order to play all variants line by line.
    Best regards,
    Bob.

    Hello Bob,
    Executing Variants at once is very much possible in eCATT. Make sure that the check box of Close RFC Connection is not selected otherwise for each variant you will be prompted for login screen of target R/3 system.
    There are following three ways of doing it -
    1. Give nothing in Variant field of Start Options window at run time. This blank value will execute all the variants including the eCATTDEFAULT variant.
    2. Give * in the Variant field of Start Options window at run time. This will execute all the variants except the ECATTDEFAULT one.
    3. Give the specific one variant, which you want to execute in variant field of Start Options window. This will execute only the specified variant.
    Regards

  • I would need several version of a package

    I think I saw this somewhere on Arch web site : only one version of each package, latest one.
    But, I need several version of some packages.
    I'm a developer, and I need apache tomcat 4 & 5 (web server mostly use version 4).
    The same for php, I need version 4 as I have to use this version for some project.
    I would also need mysql version 4.0 (and latest 3;XX) because I have to use them at work for various resons.
    There are many example. I know I can install these manually, but it's a shame as there is a powerful package manager.
    I don"t say that every packages sould have several version, but some obviously need.
    Is there any plan on adding such a feature ?

    you have the tools to host local repositories with the olser packages you need. you can get old build from the web interface to the CVS and all you would have to do is change some destination locations so that the older or newer packages are not replacing each other.
    As for official Arch support ... it may someday happen but only if there are the people who need and one of them want sto maintain the packages

  • Need several forms to show the same image from an image library

    Hi
    I have several InfoPath forms with a logo at the top of the form. I would like to have the logo linked to an image file so if I have to change the logo, I can just overwrite the file that's sitting in a SharePoint image library without having to edit and
    re-publish 30 forms.
    I can get the file placed in the InfoPath form, but when I publish the form, the image looks correct but the publish process embeds the image. If I view the properties of the image on the form in SharePoint, the URL isn't the URL to the image in the image
    library. It's a long URL that looks hashed.
    So I went back to InfoPath and tried Insert > Picture > pasted the URL to the image in the image library > then clicked the down-arrow on the Insert button and chose Link to File. Now when I publish it, I get an error that says:
    Linked images are not supported by InfoPath Forms Services. To fix this problem, make the image a part of the form template. (Then it has a link to the image from the image library.)
    Is it possible to link to an image file so if the image file is updated the forms will see the new image?
    Thanks in advance,
    Sonya

    Thanks for the reply. So if I understand the info on the links above, to simply display an image that's not embedded in my InfoPath form, I have to create a Rich Text Box in the form, add a Receive data connection to a Picture Library on SharePoint, add
    a Loading Event to the InfoPath form template and edit/paste C# code (because I only want to display one image from the image library and not a repeating table like the example in the article above), then edit and add more blocks of C# code to an "addImageToTable"
    function, save/build/publish the form, then perform an "administrator-approved form template deployment" on the server? lol, all of that seems excessive just to display a non-embedded image. I'll need to decide if I want to fool with that since the logos don't
    change very often.

  • I need severe help :(

    please help me!!!!1 it gives me some funky error....
    /* File: WeatherForecaster.java
    * Authors: Aaron Schnapp & Andrew Speer
    * Description: This program creates a GUI which enables a user to input current
    weather conditions and predicts the future weather forecast.
    * Date: 6-2-03 (due date)
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.ImageIcon.*;
    public class WeatherForecaster extends JApplet implements ActionListener, ItemListener
    /*** Constant Variables ***/
    private final static int NBUTTONS = 12;
    private final static int NACTIONS = 3;
    private final static int NDIRECTIONS = 4;
    private final static int NSPEEDS = 3;
    /*** Instance Variables ***/
    private TextField baroDisplay = new TextField(10);
    private JTextArea mainDisplay = new JTextArea("", 5, 45);
    private JPanel keypadPanel = new JPanel();
    private JPanel forecastPanel = new JPanel();
    private JPanel forecastImage = new JPanel();
    private JPanel mainPanel = new JPanel();
    private JPanel controlPanel = new JPanel();
    private JPanel baroPanel = new JPanel();
    private JPanel actionPanel = new JPanel();
    private JPanel windDirPanel = new JPanel();
    private JPanel windSpeedPanel = new JPanel();
    private ImageIcon fair = new ImageIcon("http://home.insightbb.com/~andrewspeer/images/fair.gif");
    private ImageIcon cloudy = new ImageIcon("http://home.insightbb.com/~andrewspeer/images/cloudy.gif");
    private ImageIcon lightRain = new ImageIcon("http://home.insightbb.com/~andrewspeer/images/lightRain.gif");
    private ImageIcon mostlyCloudy = new ImageIcon("http://home.insightbb.com/~andrewspeer/images/mostlyCloudy.gif");
    private ImageIcon rain = new ImageIcon("http://home.insightbb.com/~andrewspeer/images/rain.gif");
    private ImageIcon sunny = new ImageIcon("http://home.insightbb.com/~andrewspeer/images/sunny.gif");
    private ImageIcon storm = new ImageIcon("http://home.insightbb.com/~andrewspeer/images/storm.gif");
    private JButton keyPad[];
    private String keyLabels[] =
    { "1","2","3",
    "4","5","6",
    "7","8","9",
    "C","0","." };
    private String actionLabels[] = { "Rising", "Steady", "Falling"};
    private ButtonGroup actionGroup = new ButtonGroup();
    private JRadioButton actions[];
    private String windLabels[] = {"Northwest", "Southwest", "Southeast", "Northeast"};
    private ButtonGroup windGroup = new ButtonGroup();
    private JRadioButton windDir[];
    private String windSpeedLabels[] = {"0-7 mph", "8-15 mph", "16+ mph"};
    private ButtonGroup speedGroup = new ButtonGroup();
    private JRadioButton windSpeed[];
    private int baroIndex = 0;
    private int actionIndex = 0;
    private int windIndex = 0;
    private int speedIndex = 0; // forecast array will chart weather patterns using
    // baroIndex, actionIndex, and windIndex.
    private String forecast[][][] = new String[3][3][4];
    /*** Constructor() ***/
    public WeatherForecaster()
    mainPanel.setLayout(new BorderLayout());
    mainPanel.setBorder(BorderFactory.createTitledBorder("Weather Forecast"));
    mainDisplay.setLineWrap(true);
    mainDisplay.setWrapStyleWord(true);
    mainDisplay.setEditable(false);
    forecastPanel.add(mainDisplay);
    forecastPanel.add(forecastImage);
    initBaroReading();
    initBaroAction();
    initWindDirection();
    initWindSpeed();
    initForecastArray();
    controlPanel.setLayout(new GridLayout(1,4,1,1));
    controlPanel.add(baroPanel);
    controlPanel.add(actionPanel);
    controlPanel.add(windDirPanel);
    controlPanel.add(windSpeedPanel);
    mainPanel.add(controlPanel, "South");
    mainPanel.add(forecastPanel, "Center");
    getContentPane().add(mainPanel);
    /*** init() ***/
    public void init()
    WeatherForecaster w = new WeatherForecaster();
    setMainDisplay();
    } // init()
    public void actionPerformed(ActionEvent e)
    JButton b = (JButton)e.getSource();
    if (b.getText().equals("C"))
    baroDisplay.setText("");
    else if (b.getText().equals("1") || b.getText().equals("2") || b.getText().equals("3") ||
    b.getText().equals("4") || b.getText().equals("5") || b.getText().equals("6") ||
    b.getText().equals("7") || b.getText().equals("8") || b.getText().equals("9") ||
    b.getText().equals("0") || b.getText().equals("."))
    baroDisplay.setText(baroDisplay.getText() + b.getText());
    setMainDisplay();
    } // else if()
    } // actionPerformed()
    public void itemStateChanged(ItemEvent e) // problem was itemStateChanged() is called before init()...
    if (actions != null) // so if the respective init's aren't called yet, they're null
    for (int i = 0; i < actions.length; i++)
    if(actions.isSelected())
    actionIndex = i;
    if (windDir != null)
    for (int j = 0; j < windDir.length; j++)
    if(windDir[j].isSelected())
    windIndex = j;
    if (windSpeed != null)
    for (int k = 0; k < windSpeed.length; k++)
    if(windSpeed[k].isSelected())
    speedIndex = k;
    setMainDisplay();
    } // itemStateChanged()
    private void initKeyPad()
    keypadPanel.setLayout(new GridLayout(4, 3, 1, 1));
    keyPad = new JButton[NBUTTONS];
    for(int k = 0; k < keyPad.length; k++)
    keyPad[k] = new JButton(keyLabels[k]);
    keyPad[k].addActionListener(this);
    keypadPanel.add(keyPad[k]);
    } // for(int k = 0; k < keyPad.length; k++)
    } // initKeyPad()
    private void initBaroReading()
    baroPanel.setLayout(new BorderLayout());
    initKeyPad();
    baroPanel.setBorder(BorderFactory.createTitledBorder("Barometer Reading"));
    baroDisplay.setText("30.00");
    baroPanel.add(keypadPanel, "Center");
    baroPanel.add(baroDisplay, "North");
    } // initBaroReading()
    private void initBaroAction()
    actions = new JRadioButton[NACTIONS];
    actionPanel.setBorder(BorderFactory.createTitledBorder("Action"));
    actionPanel.setLayout(new BoxLayout(actionPanel, BoxLayout.Y_AXIS));
    for (int k = 0; k < actions.length; k++)
    actions[k] = new JRadioButton(actionLabels[k]);
    actions[k].addItemListener(this);
    actionPanel.add(actions[k]);
    actionGroup.add(actions[k]);
    actions[0].setSelected(true);
    } // initBaroAction()
    private void initWindDirection()
    windDir = new JRadioButton[NDIRECTIONS];
    windDirPanel.setBorder(BorderFactory.createTitledBorder("Wind Direction"));
    windDirPanel.setLayout(new BoxLayout(windDirPanel, BoxLayout.Y_AXIS));
    for (int k = 0; k < windDir.length; k++)
    windDir[k] = new JRadioButton(windLabels[k]);
    windDir[k].addItemListener(this);
    windDirPanel.add(windDir[k]);
    windGroup.add(windDir[k]);
    windDir[0].setSelected(true);
    } // initWindDirection()
    private void initWindSpeed()
    windSpeed = new JRadioButton[NSPEEDS];
    windSpeedPanel.setBorder(BorderFactory.createTitledBorder("Wind Speed"));
    windSpeedPanel.setLayout(new BoxLayout(windSpeedPanel, BoxLayout.Y_AXIS));
    for (int k = 0; k < windSpeed.length; k++)
    windSpeed[k] = new JRadioButton(windSpeedLabels[k]);
    windSpeed[k].addItemListener(this);
    windSpeedPanel.add(windSpeed[k]);
    speedGroup.add(windSpeed[k]);
    windSpeed[0].setSelected(true);
    } // initWindSpeed()
    private void setMainDisplay()
    if(baroDisplay.getText().equals(""))
    baroDisplay.setText("30.00");
    getCurrentInfo();
    mainDisplay.setText(forecast[baroIndex][actionIndex][windIndex] + getWindSpeed());
    } // setMainDisplay()
    private void getCurrentInfo()
    if (Double.valueOf(baroDisplay.getText()).doubleValue() > 30.2)
    baroIndex = 0;
    else if (Double.valueOf(baroDisplay.getText()).doubleValue() <= 30.2 && Double.valueOf(baroDisplay.getText()).doubleValue() > 29.8)
    baroIndex = 1;
    else if (Double.valueOf(baroDisplay.getText()).doubleValue() <= 29.8)
    baroIndex = 2;
    } // getCurrentInfo()
    private String getWindSpeed()
    if (speedIndex == 0)
    return " These changes will take place over the next few days and may take longer than forecasted.";
    else if (speedIndex == 1)
    return " These changes will take place over the course of the day.";
    else if (speedIndex == 2)
    return " These changes will take place immediately and may take place sooner than predicted.";
    return "";
    } // getWindSpeed()
    private void initForecastArray()
    forecast[0][0][0] = "Continued fair for 24 hours\nLower temperatures";
    forecast[0][0][1] = "Continued fair for 12 hours";
    forecast[0][0][2] = "Fair weather";
    forecast[0][0][3] = "Clear and cool";
    forecast[0][1][0] = "Continued fair for 48 hours\nNo decided change in temperature";
    forecast[0][1][1] = "Continued fair for 12 hours \n Rising temperatures";
    forecast[0][1][2] = "Rain within 24 to 48 hours";
    forecast[0][1][3] = "Continued fair\nLower temperatures";
    forecast[0][2][0] = "Continued fair for 24 hours\nSlowly rising temperatures";
    forecast[0][2][1] = "Fair for 6 to 12 hours\nRising temperatures";
    forecast[0][2][2] = "Rain within 2 hours\nWind increasing\nRising temperatures";
    forecast[0][2][3] = "Rain within 24 to 48 hours";
    forecast[1][0][0] = "Fair for 48 hours\nLower temperatures";
    forecast[1][0][1] = "Fair for 48 hours\nLower temperatures";
    forecast[1][0][2] = "Fair";
    forecast[1][0][3] = "Clear with colder weather";
    forecast[1][1][0] = "Continued rainy conditions";
    forecast[1][1][1] = "Fair for 12 hours\nNo decided change in temperature";
    forecast[1][1][2] = "Rain within 12 to 18 hours";
    forecast[1][1][3] = "No change";
    forecast[1][2][0] = "Fair for 12 to 24 hours\nNo decided change in temperature";
    forecast[1][2][1] = "Rain imminent";
    forecast[1][2][2] = "Rain within 6 to 12 hours\nWind increasing\nRising temperatures";
    forecast[1][2][3] = "Rain within 12 hours";
    forecast[2][0][0] = "Clearing within a few hours\nLower temperatures";
    forecast[2][0][1] = "Clearing within 6 hours";
    forecast[2][0][2] = "Clearing weather";
    forecast[2][0][3] = "Clearing and cooler";
    forecast[2][1][0] = "Continued threatening weather\nLower temps";
    forecast[2][1][1] = "Continued stormy weaher";
    forecast[2][1][2] = "Continued rain or no change";
    forecast[2][1][3] = "Rainy weather\nClearing within 12 to 24 hours";
    forecast[2][2][0] = "Changing weather";
    forecast[2][2][1] = "Increasing rain\nClearing within 12 hours";
    forecast[2][2][2] = "Severe storm imminent\nClearing within 24 hours";
    forecast[2][2][3] = "Heavy rain\nSevere northeast gale\nCooler temperatures";
    } // initForecastArray()
    } // WeatherForecaster class

    Argh.
    1) You don't give us the error. When you ask for help, AT LEAST TELL US WHAT PROBLEM YOU'RE SEEING!!!
    2) Your subject line, not to be too blunt, sucks. We all need help here (or we wouldn't be programmers...)
    3) Read about (AND USE) the "[ code ]" tag when you post source. It helps, lots. And the more you help the folk reading your post, the more inclined they are to help.
    4) You crossposted. This is almost always bad. More to the point, you crossposted to some really ... silly ... places. I mean, come on - "Security General", "100% Pure Java", and "Java Errors and Error Handling"? How about just "Java Programming"? Or even "Java Applet Development", since that's what you're building here. But no matter where you post - don't crosspost. It splits up the responses, and causes people trying to help you to end up doing extra work.
    OK, sorry for the rant - but if you want help, you need to give us at least a little assistance along the way. ANYway...
    I modified your code slightly, to make it a Swing app instead of an Applet. I fixed one problem. This: import javax.swing.ImageIcon.*; is not legal, and the compiler told you that. Try just import javax.swing.ImageIcon;Other than that, I just changed the class to extend "JFrame" instead of "JApplet", an replaced your init() method with      /*** init() ***/
         public static void main(String[] args) {
              WeatherForecaster w = new WeatherForecaster();
              w.setMainDisplay();
              w.pack();
              w.setVisible(true);
         } // init()Seemed to work fine.
    Now - what was your problem again?
    Grant

  • Need several buttons that each target a video cue point but only one works

    I have the code that works for one button to find a cue point but how can I make this work for several buttons and their respective cue points?
      "seek-btn2" to find cue 2(named "lou2")
    import fl.video.*;
    // Video component instance name
    var flvControl:FLVPlayback = display;
    var flvSource:String = "lou.flv";
    // Set video
    flvControl.source = flvSource;
    // Add seek functionality to the button
    function seekHandler(event:MouseEvent):void
       flvControl.seekToNavCuePoint("lou1")
    //seek_btn is the button instance name
    seek_btn.addEventListener(MouseEvent.CLICK, seekHandler);
    when i repeat the last part of the code it does not work, thanks for your time....

    Thanks but where would I insert that code and what would I take out from the original code I posted?
    i tried this....
    import fl.video.*;
    // Video component instance name
    var flvControl:FLVPlayback = display;
    var flvSource:String = "lou.flv";
    // Set video
    flvControl.source = flvSource;
    seek_btn1.cuePointName = new String();
    seek_btn1.cuePointName = "lou1";
    seek_btn1.addEventListener(MouseEvent.CLICK, onButtonPress);
    seek_btn2.cuePointName = new String();
    seek_btn2.cuePointName = "lou2";
    seek_btn2.addEventListener(MouseEvent.CLICK, onButtonPress);
    // onButtonPress function
    private function onButtonPress(evt:MouseEvent):void {
         flvControl.seekToNavCuePoint(evt.target.cuePointName);

  • Need unique Variants in ALV interactive report

    Hello Experts,
                          I have a ALV interactive report in which a layout variant  created in one layout is been reflecting in all other layouts, which i dont want. I want to create different variants for different layouts in interactive report.How can i achieve this.

    Hi,
        Event form names are appended to an internal table and passed to the ALV. And whatever you write inside that form
    can be called through the function module.
    What you are trying to do is modify the internal table with the form name, which does not exsist. Instead of this append it.
    There are lot of example of this ALV list events.
    DATA:     T_EVENT TYPE SLIS_T_EVENT,
         W_EVENT TYPE SLIS_ALV_EVENT.
    CLEAR W_EVENT.
    W_EVENT-FORM = SLIS_EV_AFTER_LINE_OUTPUT.
    W_EVENT-NAME = SLIS_EV_AFTER_LINE_OUTPUT."AFTER_LINE_OUTPUT event
    APPEND W_EVENT TO T_EVENT.
    Thanks & Regards,
    Tapodipta Khan

  • One large picture needs several text pop-ups

    My main menu is going to be a single large painting of which the different parts of it will, when clicked, navigate to other pages. This part works fine.
    What I am having trouble with is labeling the parts.
    I know that roll-over images only work one-for-one, so I can have exactly one text box rising above the image. The trouble is, there are seven parts of the painting that need to be so identified. I tried dividing up the image but the seams show - they look terrible. I am hoping I could get suggestions from this forum.
    Thank you so much.
    - Zander
    http://www.thetamelinlight.com (home page shows the current layout where nothing is labeled)

    Hi Zander,
    first: your website works fine in my IE8. Your: "What I am having trouble with is labeling the parts." I don't understand in the right way, I'm sure: Do you want that people can see your hotspot fields or not?
    If yes, you could draw lines (I used a thin red) into your "main_index.jpg". After that, you can overdraw them with your hotspots to facilitate visitors search.
    If not, there was a thread some days before about the visibility of hotspot borders in a browser. The unanimous opinion was, that you shouldn't remove them.
    Hans-G.

  • I need to vary up a purchase order and add an attachment at the same time.

    I can't see how this is done in iProcurement. I know I can ask the buyer to add the attachment to the approved PO via the buyers workcentre (and only then does the document appear while querying the PO at the header level) but why can't I add a new attachment when I am in iProc when I 'change' my requisition?
    The idea is that while the changed requisition is moving through the approval workflow all approvers can view the document which supports the reason for the variance. I loathe asking the chief exec to first go and view an attachment at PO header level first before going back to his worklist and then approving the requisition somewhere else.  It seems a convoluted way for approvers to view any supporting documentation. 
    I am using R12.
    Thanks

    Hey,
    There are a number of them [https://addons.mozilla.org/en-US/thunderbird/search/?q=dsn%20extensions DSN extention search results]
    If you have any questions about the support for those add ons please see their support page that is listed on the add on profile page.

  • Safari 4.0.5 on Tiger 10.4.11 crashes frequently. Needs several relaunc

    Looks like I'm having a similar problem. It hasn't been happening nearly as long - 2 or 3 days - but Safari is just disappearing when I try to do things like download files from a website.
    Here is the most recent crash report (in 2 posts, I think):
    Host Name: anne-williams-imac-g5
    Date/Time: 2010-05-31 18:03:02.258 -0700
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [64]
    Version: 4.0.5 (4531.22.7)
    Build Version: 1
    Project Name: WebBrowser
    Source Version: 45312207
    PID: 799
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x0790c00c
    Thread 0 Crashed:
    0 ATS 0x90298878 FOFindTableIndexInternal + 592
    1 ATS 0x90298108 _eFOFindTable + 32
    2 ATS 0x902980c4 FOFindTable + 80
    3 com.apple.QD 0x9177e45c TFontFallbacks::AddFontToCache(unsigned short) + 144
    4 com.apple.QD 0x9177dfc4 TFontFallbacks::InitializeDataCache() + 516
    5 com.apple.QD 0x9177db2c TFontFallbacks::FindFontFor(unsigned short const*, unsigned long, unsigned long*, unsigned long*) + 60
    6 com.apple.QD 0x9178543c TTextLineLayout::SubstituteFonts(unsigned long, unsigned long, unsigned long*, unsigned long*, unsigned long*) + 792
    7 com.apple.QD 0x91789154 ATSUMatchFontsToText + 100
    8 com.apple.WebCore 0x0194eec0 WebCore::ATSULayoutParameters::initialize(WebCore::Font const*, WebCore::GraphicsContext const*) + 624
    9 com.apple.WebCore 0x0194f5c8 WebCore::Font::floatWidthForComplexText(WebCore::TextRun const&, ***::HashSet<WebCore::SimpleFontData const*, ***::PtrHash<WebCore::SimpleFontData const*>, ***::HashTraits<WebCore::SimpleFontData const*> >*) const + 120
    10 com.apple.WebCore 0x0142757c WebCore::RenderMenuList::updateOptionsWidth() + 652
    11 com.apple.WebCore 0x0142808c WebCore::RenderMenuList::updateFromElement() + 44
    12 com.apple.WebCore 0x01a6fe40 WebCore::SelectElement::setSelectedIndex(WebCore::SelectElementData&, WebCore::Element*, int, bool, bool, bool) + 304
    13 com.apple.WebCore 0x014129f0 WebCore::HTMLOptionElement::insertedIntoTree(bool) + 112
    14 com.apple.WebCore 0x013822d4 WebCore::ContainerNode::insertedIntoDocument() + 52
    15 com.apple.WebCore 0x01382220 WebCore::Element::insertedIntoDocument() + 32
    16 com.apple.WebCore 0x01381f44 WebCore::ContainerNode::addChild(***::PassRefPtr<WebCore::Node>) + 180
    17 com.apple.WebCore 0x01381c10 WebCore::HTMLParser::insertNode(WebCore::Node*, bool) + 384
    18 com.apple.WebCore 0x013e1fc4 WebCore::HTMLParser::parseToken(WebCore::Token*) + 1460
    19 com.apple.WebCore 0x01381634 WebCore::HTMLTokenizer::processToken() + 948
    20 com.apple.WebCore 0x013ddf10 WebCore::HTMLTokenizer::parseTag(WebCore::SegmentedString&, WebCore::HTMLTokenizer::State) + 5968
    21 com.apple.WebCore 0x013dbc24 WebCore::HTMLTokenizer::write(WebCore::SegmentedString const&, bool) + 1300
    22 com.apple.WebCore 0x014959fc WebCore::HTMLTokenizer::notifyFinished(WebCore::CachedResource*) + 1372
    23 com.apple.WebCore 0x01495448 WebCore::CachedScript::checkNotify() + 88
    24 com.apple.WebCore 0x014171f8 WebCore::Loader::Host::didFinishLoading(WebCore::SubresourceLoader*) + 280
    25 com.apple.WebCore 0x01416ff0 WebCore::SubresourceLoader::didFinishLoading() + 96
    26 com.apple.WebCore 0x01413cc0 -[WebCoreResourceHandleAsDelegate connectionDidFinishLoading:] + 144
    27 com.apple.Foundation 0x92c26c30 -[NSURLConnection(NSURLConnectionInternal) _sendDidFinishLoadingCallback] + 188
    28 com.apple.Foundation 0x92c24e9c -[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 556
    29 com.apple.Foundation 0x92c24bf4 _sendCallbacks + 156
    30 com.apple.CoreFoundation 0x907df300 __CFRunLoopDoSources0 + 384
    31 com.apple.CoreFoundation 0x907de830 __CFRunLoopRun + 452
    32 com.apple.CoreFoundation 0x907de2b0 CFRunLoopRunSpecific + 268
    33 com.apple.HIToolbox 0x932bab20 RunCurrentEventLoopInMode + 264
    34 com.apple.HIToolbox 0x932ba1b4 ReceiveNextEventCommon + 380
    35 com.apple.HIToolbox 0x932ba020 BlockUntilNextEventMatchingListInMode + 96
    36 com.apple.AppKit 0x9379f734 _DPSNextEvent + 384
    37 com.apple.AppKit 0x9379f3f8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    38 com.apple.Safari 0x0000d044 0x1000 + 49220
    39 com.apple.AppKit 0x9379b93c -[NSApplication run] + 472
    40 com.apple.AppKit 0x9388c458 NSApplicationMain + 452
    41 com.apple.Safari 0x000f8fdc 0x1000 + 1015772
    42 com.apple.Safari 0x00002fc0 0x1000 + 8128
    Thread 1:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030aac pthreadcondwait + 480
    2 com.apple.WebCore 0x01342d00 WebCore::IconDatabase::syncThreadMainLoop() + 320
    3 com.apple.WebCore 0x01340408 WebCore::IconDatabase::iconDatabaseSyncThread() + 424
    4 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000af48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000ae9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907de9ac __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de2b0 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c1cb7c +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x92bf44d8 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000af48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000ae9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907de9ac __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de2b0 CFRunLoopRunSpecific + 268
    4 com.apple.Safari 0x00028300 0x1000 + 160512
    5 com.apple.Safari 0x00028284 0x1000 + 160388
    6 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030aac pthreadcondwait + 480
    2 com.apple.Foundation 0x92bfb644 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.Syndication 0x9a42126c -[AsyncDB _run:] + 192
    4 com.apple.Foundation 0x92bf44d8 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9000af48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000ae9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907de9ac __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de2b0 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c1ba3c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5 com.apple.Foundation 0x92bf44d8 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9001f48c select + 12
    1 com.apple.CoreFoundation 0x907f1240 __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030aac pthreadcondwait + 480
    2 com.apple.JavaScriptCore 0x005859f4 ***::ThreadCondition::timedWait(***::Mutex&, double) + 84
    3 com.apple.Safari 0x0026f91c dyldstubutimes + 28892
    4 com.apple.Safari 0x0026fa00 dyldstubutimes + 29120
    5 com.apple.Safari 0x00042b1c 0x1000 + 269084
    6 com.apple.Safari 0x00042a84 0x1000 + 268932
    7 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 8:
    0 libSystem.B.dylib 0x9000af48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000ae9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907de9ac __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de2b0 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c034a4 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x92c033dc -[NSRunLoop run] + 76
    6 com.apple.Safari 0x000357a0 0x1000 + 214944
    7 com.apple.Foundation 0x92bf44d8 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x0000000090298878 srr1: 0x100000000000f030 vrsave: 0x0000000000000000
    cr: 0x88288244 xer: 0x0000000000000000 lr: 0x0000000090298850 ctr: 0x000000009012ab90
    r0: 0x000000000000244e r1: 0x00000000bfffd900 r2: 0x0000000000011000 r3: 0x00000000000244e0
    r4: 0x00000000078fb000 r5: 0x0000000000000000 r6: 0x0000000000000000 r7: 0x0000000000000005
    r8: 0x0000000000000005 r9: 0x000000000790c00c r10: 0x00000000902985a4 r11: 0x000000000791f4ec
    r12: 0x000000000000000c r13: 0x0000000000000007 r14: 0x0000000000000000 r15: 0x0000000000000000
    r16: 0x0000000000000000 r17: 0x00000000a0298124 r18: 0x00000000a0298124 r19: 0x00000000bfffda70
    r20: 0x00000000a0298124 r21: 0x0000000000000000 r22: 0x0000000000000001 r23: 0x000000000257892c
    r24: 0x0000000000002087 r25: 0x00000000bfffd9cc r26: 0x00000000a0298630 r27: 0x00000000636d6170
    r28: 0x00000000a0298630 r29: 0x0000000000000000 r30: 0x000000000257892c r31: 0x0000000090298630

    the discrepancy in platforms is because I'm on my mother-in-law's computer, trying to help. My macbook is running smoothly.
    Ok.. making more sense now.
    You didn't really abuse anything it's just that when you post at the bottom of someone else's thread, not many users are likely to see it to offer you help. If you post your own topic, your topic will get the attention you deserve.
    Since we're already working on the font issue, hold off starting a new topic this time but use those instructions for a new topic in the future
    Try this for the Fonts. Go to ~/Library/Preferences and move the com.apple.fontbook.plist file to the Trash. That's in her home folder.
    Relaunch Safari. If that didn't help, go to /Library/Caches and move the com.ATS folder to the Trash. You may be prompted for the admin password. Restart the Mac and try Safari.
    If that doesn't help, definitely check out the link for Mac OS X font management I posted previously.

  • WRT600N - Needs several key bugs fixed...

    This router does not have an "access point" mode. I am using it only for an access point.  There is a key problem, the firmware retrieves the time from some predetermined time server on the internet.  The router will not let you add a default route to the LAN interface.  Therefore, you can not get the time accurate on the router.  I was able to enter a 1/2 default route of 128.0.0.0 and I got lucky because the time server did fall into the correct half.  It synced the time immeditely.  Now for the second problem...
    The timestamp used for the files on any of your shares is using the wrong time.  I am on central time, and when you look at the STATUS of the router, it shows the correct time and then (GMT -6).  But for some reason, all of the files being updated on the usb drive show 5 hours before the actual time.  11:50 PM CDT is timestamping 6:50 PM.  The date is correct.  Big bug here if timestamping of the files is important - like yea.
    There are a few more issues I would like to see changed, but too lengthy to go into here.
    Please let me know if someone that can help actually reads this post.

    Hi Steve
    Many thanks for that. Could I ask that
    this kind of thing goes in the release
    readme also.
    Marc

  • Fetching several image variants per image

    I am trying to extract image variants through MDM Java API. Currently, we have several variants per image.
    I could not find the information on how to extract all variants for each image,
    We have RetrieveBlobCommand class that has set/getImageVariant, I haven't tested. Suppose it has some functionality, it can update/get a single variant.
    In my case, I have 3 variants per image and would like to fetch them. We have getImageVariants on SchemaRepository class but we need to know how to associate each variant with original image.
    It is greatly appreciate if you can help on this.
    Thanks
    Erol Akarsu

    This kind of question will probably get proper attention in the Application Express forum. Consider asking over there ...

  • Payment Medium Workbench Variants (SAPFPAYM)

    Hello all,
    We have been succesfully using the PMW for some months now, so I am familiar wih the customizing. However, due to new customer requirements, we need the user to be able to select the variant for SAPFPAYM in F110. I know that it is maintained centrally throgh customizing and that you can assign it to co.code, bank, banc account, etc. However, the name of our output file differs in accordance to different criteria and therefore we need to assign different variants for different utput file names. Does anybody know how to get SAPFPAYM to appear in F110 in order to select the variant?
    I have seen in SAP help that in customizing you can assign several variants to the same combination of bank, co.code, etc. By activating this, would this allow the user to select either one of these variants in F110?
    Many thanks for your help

    Hello,
    Maybe there is no need for different variants if you are building the filename dynamically.  For this you may assign a function module to event 21 (FBZP, payment methods in country, choose method, press button "format settings", folder "Event Modules", add a row for event 21).
    I'm using this solution in release 4.7.

  • Importing .p7b certificates using certutil does not work, but work with IE. I need to automatize certificate installation. Help!

    Hello,
    I have to add a trusted certificate authority to XP machines to allow use of mail via OWA.
    There is a domain, but there are too remote machines which are not in the domain (and it's on them I'm experiencing the problem).
    Domain sysdmin sent me the .P7B certificate, which I can load withour problem using import with IE. The certificate is stiored in the Trusted Root Certificate Authorities and it's all ok.
    But I need to automatize the certificate import due to the hifg number of these clients as well as the linbe spped (very slow graphic), so I found the certutil utility.
    I've tried with several commands (like "certutil -f -v -addstore root filename.p7b"  or "certutil -enterprise -f -addstore NTAuth filename.p7b" and several variants), but the utility always said that the certificate is correctly imported, but when checking
    with the MMC console I can't find it (and, by the way, trying to load again results in also being notified that the certificate is already loaded!), so all the stuf does not work.
    What should I do to be able to import the .P7B in Trusted Root Certificate using command line (.bat file, of course)?
    Many thanks in advance for any help!
    Max

    Hi,
    As i can understand you want to import a .p7b file which is a chain of certificates. And certutil is not working.
    I too had the same issue. After searching and thinking the alternatives for hours, got a solution which worked for me. Here is it.
    Get certmgr.exe tool available with MS .net framework tools.
    Try adding this to your batch file
    certmgr -add -all -c "File.p7b" -s -r localMachine Root
    where File.p7b is the file containing certificates. You can replace the name with your file name.
    Check if its working.
    Thanks,
    Reyaz

Maybe you are looking for

  • My ipad air calendar doesn't show appointments in year view?

    my ipad air calendar doesn't show appointments in year view?

  • Ipod 4g touch is not recognized by computer and wont turn on or restore

    I bought and ipod touch off a friend because he had drained the battery and forgot his passcode. I charged it in my car and he entered the wrong passcode too many times so it said ipod disabled connect to itunes. And then it shut off. I have not been

  • Apple change in T's & C's

    I just heard a rumour...and it may only be that.... that Apple have in the last few weeks change the terms of the developer licence so that the company that owns the content, must be, or have their own developer licence. So for the likes of many of u

  • Questions for upgrade WLC 5508

    I need to update a 5508 WLC 7.2.103 to a version that supports the Access Point 2600 model, but the WLC administer it with a WCS version 7.0.230, which is the next version of software that supports the Access Point 2600 model and if that version is c

  • Selected lines in ALV grid

    Hi, I provided one check in ALV grid as one field.If I  select the check boxes for some rows and click on user command(created by me), I need to pass the selected rows only into another sub routine for further processing. How to achive this functiona