Dynamic Selection not displayed from tcode ZME5A but from se93 yes

I have made a copy of standard program RM06BA00 and transaction ZME5A.
Everything works except Dynamic selection which is not displayed.
When I run transaction from SE93 Dynamic selections show up.
Do you know why this happens and how to fix it?

Hi,
You problem probably is related with the "container" of this screen. Check if it still in the screen 1000, because this program is a report and if you change some screen parameter, the screen is recreated and elements inserted by user may be lost.
Also, check the program names link, like:
CALL SUBSCREEN %_SUBSCREEN_%_SUB%_CONTAINER  INCLUDING 'SAPLSSEL' '2001' .
Best regards,
Mengue
Do not consider this above if the button is not displayed ****
Edited by: Leandro Mengue on Oct 15, 2010 7:56 PM

Similar Messages

  • I have just updated to ISO 8 and my app icons are not displaying the correct icon but just a generic icon. Anyone had a similar problem?

    I have just updated to ISO 8 and my app icons are not displaying the correct icon but just a generic icon. Anyone had a similar problem?

    That happened to me for a short period of time after I updated. It didn't do it with all apps, but it did it with a few here and there. Try a few basic standard troubleshooting steps. Close all apps and reset the iPad.
    In order to close apps, you have to drag the app up from the multitasking display. Double tap the home button and you will see apps lined up going left to right across the screen. Swipe to get to the app that you want to close and then swipe "up" on the app preview thumbnail to close it.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.
    You can also try resetting all settings. You will not lose any data, but most of the device settings will have to be entered in the settings app again. Settings>General>Reset>Reset all Settings.
    Hopefully it will be something simple, but don't rule out restoring the iOS software, if nothing else works, but start with this easy stuff first.

  • New user of Firefox. Webpage I made not displaying correctly in Firefox but OK in Win IE. Why is this?

    Im new to Firefox. Just found out the website Im maintaining does not display correctly with Firefox but OK with Win IE. Why is this?
    == This happened ==
    Every time Firefox opened

    I'm going to make a prediction here:
    The webpage will contain a lot of code written specifically to the non-standards compliant way IE works, and will also "not display correctly" in the following standards compliant browsers:
    Chrome
    Safari
    Opera
    and the solution will be to code the pages according to the standards meant to be followed so it displays correctly in all non-IE browsers, '''then''' see how it displays in IE.

  • I receive e-mails from Quilted Paradise and they have pictures on their forum. These pictures will not display in Mozilla Firefox but will display in Internet Explorer. What do I need to do. Also, a larger reading area.

    I receive e-mails from Quilted Paradise. People post pictures on this site, but, they will not display. Internet Explorer, they will display. Also, the reading area is way too small.

    If I save the page as a web archive and then open it MS Word - I see the following text at the bottom:
    <div class="noscript"> To use wikis, enable JavaScript.</div>
    JavaScript is enabled - via Tools / Internet Options / Security - the checkbox for Active Scripts is set to enabled.

  • Dynamic Lov not Displaying

    Hi
    I am having trouble in displaying my dynamic record group. I created a default record group and LOV called RG_TRY and LOV_TRY. I based LOV_TRY on RG_TRY which is a SQL query with one column. I call this LOV by pressing a button. However, I want to change the SQL when the button is pressed. I tried this code in my KEY-LISTVAL but the LOV doesn't display anything. What am I doing wrong? I put message to see if the Recorg group is being created. It is but not displaying the LOV. Please help.
    x number;
    rg_name VARCHAR2(40) := 'RG_TEST';
    rg_id RecordGroup;
    lov_id LOV;
    a_value_chosen BOOLEAN;
    code_col GROUPCOLUMN;
    qry varchar2(4000);
    BEGIN
         rg_id := FIND_GROUP('RG_TEST');
         qry := 'SELECT NAME FROM TEST';
         IF NOT ID_NULL(RG_ID) then
              delete_group(RG_id);
         END IF;
         rg_id := CREATE_GROUP_FROM_QUERY(rg_name, qry);
         x := POPULATE_GROUP(rg_id);
         message(x);
         lov_id := FIND_LOV('LOV_TRY');
         SET_LOV_PROPERTY('LOV_TRY', GROUP_NAME, rg_name);
         message(get_lov_property('LOV_TRY', GROUP_NAME));
    a_value_chosen := Show_Lov('LOV_TRY', 40, 40);
    END;

    Hi,
    Your code works fine in a form I just made.
    declare
       x                                            number;
       rg_name                                      varchar2( 40 ) := 'RG_TEST';
       rg_id                                        recordgroup;
       lov_id                                       lov;
       a_value_chosen                               boolean;
       code_col                                     groupcolumn;
       qry                                          varchar2( 4000 );
    begin
       rg_id := find_group( 'RG_TEST' );
       qry := 'SELECT NAME FROM TEST';
       if not id_null( rg_id )
       then
          delete_group( rg_id );
       end if;
       rg_id := create_group_from_query( rg_name, qry );
       x := populate_group( rg_id );
       message( x );
       lov_id := find_lov( 'LOV_TRY' );
       set_lov_property(
          'LOV_TRY'
        , group_name
        , rg_name );
       message( get_lov_property( 'LOV_TRY', group_name ) );
       a_value_chosen := show_lov(
                           'LOV_TRY'
                         , 40
                         , 40 );
    end;And you get no error messages? And you see all messages appear on the message bar?
    In that case I have no clue.
    Grtx,
    Remco

  • Some .htm file not displaying in Topic List, but displaying in RH11 folder

    Hi All,
    We are running a project using RH 11, team consist of 3 person (include me)
    But we have problem with many  .htm file from my 1st coworker, file not displaying in Topic List in my Robohelp and 2nd coworker.
    Although we already get the latest file again and again
    But .htm file displaying in all our RH11 folder.
    In my 1st coworker RH, all file displaying in Topic List also RH11 folder, but when file generated then
    Many files from 1st coworker, hyperlink is not working well (broken link / file not found)
    Does anyone have experience about this problem
    Thanks

    First of all, make sure you do not have the following files in source control: .cpd, .pss, .ldb.
    These files contain local information that can cause problems when in source control.
    Then try this:
    Everyone deletes the .cpd file.
    Everyone gets the latest files for the whole project from source control.
    Open the project.
    Does everything now display correctly?
    If yes, you need to make sure you delete the cpd file before opening the project each day, and also during the day if you know a co-worker has made changes that you need. This file is a database which includes a list of all the files Robohelp knows about. When other people are adding and removing files, this information no longer matches properly. I recommend doing a Get Latest in these situations as well, just to make sure Robohelp can find the correct information.
    If you are still not seeing the correct files repeat the above process, but at step 2, pick the options to Overwrite local files. I can't say where you will see these options - they may be two checkboxes in a dialog box when you select Get Latest - it will depend on your source control application.
    Hope this helps.

  • AdvancedDataGrid headerrenderer children added dynamically do not display

    The AdvancedDataGrid in Flex 3.x does not correctly render children of a custom headerrenderer when the children are added dynamically. This works correctly with the DataGrid.
    An AdvancedDataGrid has a custom headerrenderer with one field to display the column header text.
    A show button below the grid adds a text input field in the header below the column text in the header.
    When the show button is selected, the AdvancedDataGrid header sizes correctly to leave space for the field but does not display the field.
    If I drag the column, the text input field displays as I am dragging. See the 3 images below.
    I have included the 3 source files. What is the correct way to dynamically add children to an AdvancedDataGrid header?
    Thanks.
    1. AdvancedDataGrid with only the column header text:
    2. After Show is selected, the header is sized for the text field below:
    3. Only dragging the column header temporarily shows the text field:
    1. TestGrid.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" creationComplete="onInit(event)" width="100%" height="100%">
    <mx:Script>
    <![CDATA[
         protected function onInit(event:Event):void {
              var cols:Array = grid.columns;
              var colWidth:int = grid.width;
              var col:AdvancedHeaderColumn = new AdvancedHeaderColumn();
              col.wordWrap = true;
              col.show = false;
              var headerRenderer:ClassFactory = new ClassFactory(AdvancedHeaderLabel);
              // Add any custom properties
              headerRenderer.properties = {text: "Column1 header that wraps", dataGridColumn: col};
              col.headerRenderer = headerRenderer;
              col.headerWordWrap = true;
              cols.push(col);
              grid.columns = cols;
              grid.measuredWidth = colWidth;
         protected function showText(event:Event):void {
              var cols:Array = grid.columns;
              for each (var col:AdvancedHeaderColumn in grid.columns) {
                   col.show = show.selected;
              grid.columns = cols;
    ]]>
    </mx:Script>
         <mx:AdvancedDataGrid id="grid" height="100%" width="100%" variableRowHeight="true" editable="true" lockedColumnCount="1"/>
         <mx:Button label="Show" id="show" click="showText(event)" selected="false" toggle="true"/>
    </mx:Application>
    2. AdvancedHeaderLabel.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" width="100%" height="100%" verticalScrollPolicy="off">
    <mx:Script>
    <![CDATA[
         import mx.controls.TextInput;
         import mx.core.UITextField;
         // properties
         public var text:String;
         public var dataGridColumn:AdvancedHeaderColumn;
         // Column header
         public var textField:UITextField;
         // Optional text input field
         public var textInput:TextInput;
         override protected function createChildren():void {
              super.createChildren();
              // Always add the header text
              textField = new UITextField();
              textField.text = text;
              textField.multiline = true;
              textField.wordWrap = true;
              textField.percentWidth = 100;
              addChildAt(textField, 0);
         override protected function commitProperties():void {
              super.commitProperties();
              // Add the text input field?
              if (dataGridColumn && dataGridColumn.show && !textInput) {
                   textInput = new TextInput();
                   box.addChild(textInput);
         override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void {
              super.updateDisplayList(unscaledWidth, unscaledHeight);
              // Position and size the textInput field
              if (dataGridColumn.show && textInput) {
                   textInput.y = textField.getExplicitOrMeasuredHeight();
                   textInput.setActualSize(unscaledWidth, textInput.getExplicitOrMeasuredHeight());
         override protected function measure():void {
              super.measure();
              measuredWidth = textField.getExplicitOrMeasuredWidth();
              measuredHeight = textField.getExplicitOrMeasuredHeight();
              // Make room for the text input field
              if (textInput) {
                   measuredHeight += textInput.getExplicitOrMeasuredHeight();
    ]]>
    </mx:Script>
         <mx:VBox height="100%" width="100%" id="box" verticalAlign="bottom"/>
    </mx:VBox>
    3. AdvancedHeaderColumn.as
    package {
         import mx.controls.advancedDataGridClasses.AdvancedDataGridColumn;
         public class AdvancedHeaderColumn extends AdvancedDataGridColumn {
              public var show:Boolean = false;
              public function AdvancedHeaderColumn(columnName:String=null) {
                   super(columnName);

    Thanks Hackintosh.
    It prints as it views, as a corrupt jpeg. I also dug into console and it confirmed there was an error about a corrupt jpg. The most interesting thing is if I open the bad pdf in Photoshop the whole image is there with no signs of corruption. This leads me to believe it's something with how OSx and/or Safari are rendering the jpgs. Another curious sidenote, Safari on Windows works fine but if you save the pdf, move it to a mac and open it, you get the corrupted jpg again.
    I think I'm going to try and stop swimming upstream now. At the end of the day I don't care if the images are pngs, tiffs, or eps. I'm going to try feeding a few different formats and see if that doesn't fix the problem.

  • Value and quantity is not displaying in Tcode MC.9 for some materials

    Dear Sir,
          For the material XYZ Material Type is FERT but when I check the stock in MC.9 with material type FERT, it is not displaying any value and quantity but when I donu2019t put any Material Type it is showing me the value with quantity. Even I tried to change the material type to FERT there also it gave me message as "No data exists for chosen selection". Why this massage is showing like this ?
    Please suggest.
    Regards,
    Sandip Sahu

    Hi,
    Some times there are some issues with S032 info structure. Check report RMCBMBEW and see if you can locate your material,
    Thanks

  • Raster not Displaying correctly in Mapbuilder but OK in GeoRasterViewer

    Hi, I have sucessfully imported a jpg2 raster using Lizard tech's spatial express, I can view it in the Oracle GeoRasterViewer tool. When I go to construct a raster theme using Mapbuilder I get the error below.
    -------------------------- Stackdump
    INFO [oracle.sdovis.DBMapMaker] clearing internal theme list and cache
    FINEST [oracle.sdovis.SRS] *** isGeodetic=false, unit=METER
    DEBUG [oracle.sdovis.ltd] LoadThemeData running thread: Thread-15
    DEBUG [oracle.sdovis.theme.grtp] [Master scale] 3493.0022451199998 [Scale factor for theme MELBOURNE] 1.0
    INFO [oracle.sdovis.theme.grtp] Screen resolution: 36.38544005333136
    DEBUG [oracle.sdovis.theme.grtp] [Query] select grt.GEORASTER from GEORASTER_TABLE grt where grt.GEORASTER.rasterid = 1
    FINEST [oracle.sdovis.theme.grtd] Computing resolution...
    FINEST [oracle.sdovis.theme.grtd] Res X: 0.34999999997671694 Res Y: 0.35000000055879354 Pyramidlevel: 0
    FINEST [oracle.sdovis.theme.grtd] Pyramid level: 7 GeoRaster: 1 for screen resolution: 36.38544005333136
    DEBUG [oracle.sdovis.theme.grtp] ULT offset: 0,0
    FINEST [oracle.sdovis.theme.grtd] Res X: 44.79999999701977 Res Y: 44.800000071525574 Pyramidlevel: 7
    FINEST [oracle.sdovis.theme.grtp] GeoRaster Dimension: width= 4287.0 height= 7096.0
    DEBUG [oracle.sdovis.theme.grtp] [DimX] 32[DimY] 54
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.GEORASTER,7,sdo_geometry(2001,82410,sdo_point_type(319380.195,5813676.80500001,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.GEORASTER.rasterid = 1 and grt.GEORASTER.rasterdatatable = 'RASTER_DATA_TABLE'
    FINEST [oracle.sdovis.theme.grtd] Row:-1 Column: 0
    DEBUG [oracle.sdovis.theme.grtp] Upper Left Cell for Upper left Spatial Extent: (-1,0)
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.GEORASTER,7,sdo_geometry(2001,82410,sdo_point_type(304717.62313741335,5813806.753,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.GEORASTER.rasterid = 1 and grt.GEORASTER.rasterdatatable = 'RASTER_DATA_TABLE'
    FINEST [oracle.sdovis.theme.grtd] Row:-3 Column: -328
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.GEORASTER,7,sdo_geometry(2001,82410,sdo_point_type(335536.0908625867,5811077.844996,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.GEORASTER.rasterid = 1 and grt.GEORASTER.rasterdatatable = 'RASTER_DATA_TABLE'
    FINEST [oracle.sdovis.theme.grtd] Row:58 Column: 360
    DEBUG [oracle.sdovis.theme.grtp] Calling JGeoRaster.getRasterImage - area: 0 , 0 , , 32 , 54
    DEBUG [oracle.sdovis.theme.grtp] End of JGeoRaster.getRasterImage call.
    FINEST [oracle.sdovis.theme.grtp] # image loaded: 1
    INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 109ms.
    FINEST [oracle.sdovis.RE] xfm: 0.027483520840594813 0.0 0.0 -0.027483520840594813 -8374.713145993615 159783.87905926636
    FINEST [oracle.sdovis.RE] rendering image theme: MELBOURNE
    FINEST [oracle.sdovis.ImageRenderer] image ground mbr=319380.195,5811212.804996076 320858.59499990166,5813676.80500001
    FINEST [oracle.sdovis.ImageRenderer] image width: 33, height:55
    FINEST [oracle.sdovis.ImageRenderer] rendering image at: 402, 3
    DEBUG [oracle.sdovis.ImageRenderer] Rendered Image is buffered image.
    ERROR [oracle.sdovis.ImageRenderer] java.awt.image.ImagingOpException: Unable to transform src image
         at java.awt.image.AffineTransformOp.filter(AffineTransformOp.java:263)
         at sun.java2d.pipe.DrawImage.transformImage(DrawImage.java:303)
         at sun.java2d.pipe.DrawImage.scaleImage(DrawImage.java:108)
         at sun.java2d.pipe.DrawImage.scaleImage(DrawImage.java:770)
         at sun.java2d.SunGraphics2D.drawImage(SunGraphics2D.java:2729)
         at sun.java2d.SunGraphics2D.drawImage(SunGraphics2D.java:2682)
         at oracle.sdovis.ImageRenderer.renderGeoRasterImage(ImageRenderer.java:426)
         at oracle.sdovis.ImageRenderer.renderGeoRasterTheme(ImageRenderer.java:318)
         at oracle.sdovis.ImageRenderer.render(ImageRenderer.java:132)
         at oracle.sdovis.RenderingEngine.render(RenderingEngine.java:260)
         at oracle.sdovis.DBMapMaker.renderEm(DBMapMaker.java:1464)
         at oracle.sdovis.MapMaker.renderMap(MapMaker.java:1638)
         at oracle.mapviewer.builder.control.DrawPanel$MapperThread.mapRun(DrawPanel.java:1025)
         at oracle.mapviewer.builder.control.DrawPanel$MapperThread.run(DrawPanel.java:938)
    DEBUG [oracle.sdovis.VectorRenderer] time to render theme MELBOURNE with 1 styled features: 0ms
    INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 16ms
    So my question is why can I see my raster via GeoRasterViewer but not Mapbuilder?
    I have read in earlier posts that the traceback above could be the result of the missing files jai_core.jar and jai_codec.jar but I start my mapbuilder with the following command to ensure they exist in the classpathwith no sucess.
    There may be a few too many jars in the classpath below but I copied this list from the rasterviewer just to cover all bases.
    C:\oracle\product\10.2.0\db_1\jdk\bin\java -Xmx256m -cp C:\oracle\product\10.2.0\db_1\lib\xmlparserv2.jar;C:\oracle\product\10.2.0\db_1\jdbc\lib\ojdbc14.jar;C:\oracle\product\10.2.0\db_1\md\lib\sdoapi.jar;C:\oracle\product\10.2.0\db_1\md\lib\sdotopo.jar;C:\oracle\product\10.2.0\db_1\md\lib\sdoutl.jar;C:\oracle\product\10.2.0\db_1\md\lib\sdotype.jar;C:\oracle\product\10.2.0\db_1\ord\jlib\jai_core.jar;C:\oracle\product\10.2.0\db_1\ord\jlib\jai_codec.jar;C:\oracle\product\10.2.0\db_1\rdbms\jlib\xdb.jar;C:\oracle\product\10.2.0\db_1\md\demo\georaster\java\georaster_tools.jar -jar mapbuilder.jar
    I have also tried starting mapbuilder like this, but with no more luck...
    java -Xmx256m -cp C:\oracle\product\10.2.0\db_1\ord\jlib\jai_core.jar;C:\oracle\product\10.2.0\db_1\ord\jlib\jai_codec.jar -jar mapbuilder.jar
    Any help would be greatly appreciated,
    Rowie..
    Message was edited by:
    Rowie

    Hi Rowie,
    the error is not related with missing jai files (MapBuilder has these classes packaged on the single jar). In this case you can see the error that the image is not transformed during rendering.
    ERROR [oracle.sdovis.ImageRenderer] java.awt.image.ImagingOpException: Unable to transform src image
    It seems that the way MapViewer/MapBuilder render the image, is not supporting the
    GeoRaster generated.
    Which version of the GeoRasterViewer are you using to see the image?
    Is it possible to have a dump file of this GeoRaster, so we can reproduce the error? How big is it?
    Please post your email address in case we need to contact you.
    Thanks.
    Joao

  • Dynamic selection field display

    Hi
    Can we display field values for a field from Dynamic selection ?

    Hi,
    Yes, you can display field values in dynamic selection field.
    If I understood your question correctly, you are talking about the dynamic selection used in reports ( For eg. ME2N). The field which are appearing in dynamic selection shows the field values. ( you can press F4 and check the field values).
    Rajesh.

  • ALV selection not displayed/shown

    Hello,
    I have a question concerning the ALV:
    In NW 7.0 everything was fine and working, as of EhP1 the selection for one ALV is not displayed.
    ...the selection is done alright and also corresponding events are raised. Nevertheless there is no visual representation for a selection - meaning the yellow/orange highlighting of a selected line. It is neither done for the lead selection nor for "normal" selections.
    Other ALV in the same application (though different component) work fine and as far as I can tell all are initilized similarly.
    Does anyone know this effect and - most important - how to correct it?
    Regards,
    Robert

    Hello all,
    We were able to solve the issue of selections not being visible - although they are correctly set in ALV/context.
    -> The default view of the window has to be set to the ALV usage!
    Don't ask me why, but in case the default setting is on the empty view, no selections will be visible on the UI. As soon as you set the ALV usage as default, the selections will be visible again.
    Kind Regards,
    Robert

  • Selections not displaying in Photoshop CC

    When using any selection tool in Photoshop CC it will not display the selection - it will only dosplay the sele ction when I go to the Edit option on the Toolbar.
    I'm using a HP Envy Laptop running Windows 8.1. 
    Any ideas as to what might be going on?

    Yes follow the instracktion.

  • Problem in creating dynamic select-options creating from ';' seperated file

    Hi all,
    My requriement is selection screen fields will come from a flat file like below(first row is field names and remaining r field values)
    For example for VBAK table
    VBELN;VKORG;VTWEG;SPART
    3999202;B227;BD;XX
    file can be vary(number of fields)  and based on table .
    Please let me know how can i convert this file in to the selection-screen fields and how can i pass these values in the select statement WHERE condition....
    Thank you very much,
    Krishna D

    Hi,
    First Split the Data using Field Symbold.Because you don't know how many fields are there in the text file.
    Pass the values to the below Syntax
    SELECTION-SCREEN DYNAMIC SELECTIONS FOR NODE|TABLE <node>.
    declares a node <node> of a logical database for dynamic selections in the selection include.
    You have an Example in the Below Link.
    http://help.sap.com/SAPhelp_nw04/helpdata/en/67/93b80914a911d2953c0000e8353423/content.htm
    Thanks,
    Venkat.
    Edited by: Venkatesh Kolluru on Mar 4, 2011 6:32 AM
    Edited by: Venkatesh Kolluru on Mar 4, 2011 6:32 AM

  • Thumbnails are not displayed correctly in Firefox, but displayed correctly in Safari and G. Chrome

    Firefox display problems regarding this customers site:
    http://gardenia.dk/collections/collection/
    Thumbnails are not displayed correctly in Firefox - only a tiny bit of the picture is visible, incorrect scale (displayed correctly in Safari and Google Chrome).
    Can I do anything to make it work in Firefox, too?
    Kind regards,
    Annette

    This article might help you-
    https://support.mozilla.org/en-US/kb/websites-look-wrong-or-appear-differently

  • Substitution written under cost center accounting is not working for tcode MB1B but working for MIGO_GI

    Hi All
    Do you know why this behaviour different for subtitution written under cost center accounting.
    We have written substitution using coding block table. Logic of substitution is in case of any GL maintained in a set is being used for posting , then we will replace the cost center with profit center vlaue. Reason being we have same naming convention for Cost center and Profit center.
    Thanks
    Sonia

    Hi,
    MB1B is t-code for stock transfer posting.
    Stock transfer posting generate FI document using balance sheet account, not P&L account.
    Because you don’t create cost elements using balance sheet accounts related to stock, I think that Substitution written under cost center accounting is not working for tcode MB1B is right.

Maybe you are looking for

  • Using a different default component state within each page state

    I am using a custom component in multiple page states but would like to have a different default state (for the same custom component) within each page state. Is there anyway to use a different default component state within each page state . When I

  • DVCPro 50 capture pre set?  Where'd it go???

    Awrite---I've tried every possible set up in AV Settings, Easy Set Up, Capture Presets, but cannot get anything but 'Preview Disabled' when trying to capture DVCPro 50 tape by FW from Panisonic 1200A. What'd I miss? Works fine with Vericam HD tapes,

  • 5 Devices for 1 iTunes account ?

    I ordered a 11" MacBook Air and it is arriving anytime now. Now my main computer is my 13" MacBook Pro. One thing that bothers me is that I want my new MacBook Air to have all the music I have on my MacBook Pro. I am going to use the MacBook Air in a

  • How do I do 2 sided printing of a PDF document?

    How do I do 2 sided printing with a PDF document? I am using a HP Photosmart 6520 printer.

  • NDC and weblogic thread management

    Hi, we consider to use the Log4J NDC to log the Session ID of a request. The Session ID will be pushed/popped on each request entering weblogic server. Log4J binds this kind of information to the current thread. Is it reasonable to do this as long as