Error in tabstrip styles

hi Experts,
         I am working on webdynpro java ui in which working on Tabstrips and subtabs.
            Am trying to change the background colors and border color of tabs and sub tabs and the color of tab,subtab text.Please provide possible solution for this .
Regard's,
Prashanth.

Hi Ravi,
I Think that LOW belongs to select options low related, your select option is working fine?
Check without tabstrip that is working or not.
Cheers,
Kris.

Similar Messages

  • Java SOAPClient RenderFormException error is: operation style: "rpc" not supported

    Hello,<br /><br />I am trying to get a simple command line test program to invoke the Adobe Form Server 7.0's AdobeFSService and generate a PDF. <br /><br />The following is the method code<br /><br />private static byte[] getPDF(byte[] inXML)throws RenderFormException, IOException {<br />          byte[] cContent =null;<br />          <br />//          Create a SOAPClient object<br />          SOAPClient formServer = new SOAPClient();<br />          String sEndPointURL="http://adobeformserver:8080/jboss-net/services/AdobeFSService";<br />//          Set the soap end point<br />          formServer.setSoapEndPoint(sEndPointURL);<br />//          Declare and populate local variables to pass to renderForm<br />          String sFormQuery = "test.xdp"; //Defines the form design to render<br />          String sFormPreference = "PDF"; //Defines the preference option<br />          String sContentRootURI = "http://adobeformserver:8080/myapp/Forms/xdp";<br />          String sTargetURL = "http://<AppServer>:<AppPort/LoanApp>/HandleData";<br />          String sApplicationWebRoot = "http://<AppServer:<AppPort>/LoanApp";<br />          <br />                    <br />          try{<br />//               Call renderForm<br />               IOutputContext myOutputContext = formServer.renderForm(<br />                         sFormQuery, //sFormQuery<br />                         sFormPreference, //sFormPreference<br />                         inXML, //cData,<br />                         "CacheEnabled=False",//sOptions<br />                         null,//sUserAgent,<br />                         null, //sApplicationWebRoot<br />                         null, //sTargetURL<br />                         sContentRootURI, //sContentRootURI<br />                         null //sBaseURL<br />               );<br /><br />               <br /><br />//               Create a byte array. Call the IOutputContext interface's<br />//               getOutputContext method<br />               cContent = myOutputContext.getOutputContent();<br /><br />               <br />          }<br />          catch(RenderFormException rf){<br />               System.out.println("RenderFormException error is: " + rf.getMessage());<br />          }<br />//          Catch a thrown exception<br />          catch (Exception ioEx)<br />          {<br />               System.out.println("Exception error is: " +ioEx.getMessage());<br />          }<br /><br />          return cContent;<br />     }<br /><br />I can generate the WSDL correctly when i hit the AdobeFSService,<br />but when I run this program, I get an error <br /><br />RenderFormException error is: operation style: "rpc" not supported<br /><br />Can somebody please give me some insight or suggestions<br /><br />Thanks,<br />Kevin

    Got it to work, There was a problem with the libs I used in the CLASSPATH.
    I then changed it to use libraries from JBoss 3.2.5's jaxrpc,saaj,..., the jars in the client dir, and Axis 1.4's libs
    Works like a charm.

  • Jwsc Ant task generates [ERROR] - A document style operation must not have

    If the wsdlc Ant task is run on a WSDL file to generate the JWSC file and subsequently the jwsc task is run an error gets generated:
    [ERROR] - A document style operation must not have a non header INOUT or OUT Parameter.

    If the wsdlc Ant task is run on a WSDL file to generate the JWSC file and subsequently the jwsc task is run an error gets generated:
    [ERROR] - A document style operation must not have a non header INOUT or OUT Parameter.

  • Error in tabstrip control progtram while in Background job scheduling

    Hi ABAPer's,
    I need some help...I developed one tabstriip control program with 3 tabs. while excute it in foregroung it is executing nice..but while i am job scheduling the same program in background it was getting error's like .........
    Control Framework: Fatal error - GUI cannot be reached      
    SET SCREEN not allowed in subscreens (screen: <Report Name> 0100)
    so..if any body know the solution ...plz help me...
    Thanks & Regards
    Srinivas-SAP,

    Hi,
    please go through the functionality of tabstrips.
    basically they are placed on tabstrips.
    so they dont have their own ok codes and call screen and set screen ( to best of my knowledge )
    can not be used.
    if you are using set screen remove them.
    even without using set screen if you are gettig the error, please let us know.
    regards
    Ramchander rao.K

  • Error with list styles using image bullets

    I cannot use list styles with image bullets in the mapping of
    Framemaker documents. If I define and map a format with image
    bullets, then Robohelp creates the correct HTML/CSS code but during
    the Webhelp output forgets to copy the used image files to the
    required locations. It is possible to manually copy the image files
    into the output then the webhelp displays correctly but this is no
    possible process for us on a regular basis.

    Hi
    It's to hard to Mind-Read.
    What did the Error Message say ?
    You are aware of the 99 photos per SlideShow limit in iDVD ?
    I do My SlideShows in
    • iMovie HD6 (or FinalCut) or
    • FotoMagico
    as there are less limit's here
    Yours Bengt W

  • Error on Tabstrip Creation in module pool.

    Hi! I've created a Tabstrip control using dialog programming.My tabstrip has two tabs - One for Material and other for Vendor.
    Screen has two buttons - Display and Exit.When I select Material Tab, it will show input fields like Client,Material,Created By etc for input.When I select Vendor Tab, it will show respective fields from KNA1 table for input.Selecting a particular tab and clicking display button will display the records from the respective table defined in the program.
    Now my application is ready.After creating transaction for this dialog program and executing the transaction,system got dump giving an error message "Control Variable not found".Can anyone help me to solve this problem.

    hi Sacheen,
    Declare the control in ABAP program with the same name as in screen. For example: the screen name of your tabstrip control is "TAB1", then in the global declaration of ABAP program:
    CONTROLS tab1 TYPE TABSTRIP.
    Regards
    Suresh

  • Screen error in tabstrip control

    hi all,
    I'm practicing a program for Tabstrip control.
    it will be like this
    tab1           tab2
    number1    result
    number2
    number1 number2 result are of integer data types.
    now the problem is
    the program is giving result when I declare the above variables as char...that to with some limit.
    but if the varilable are of type int program is givng an error called screen error.
    why this is happening ?
    whats the solution for it?
    points assured,
    Usha.

    HI,
    try like this...
    1.goto that perticular Screen Element List, there you will find a tab General Attributes.
    2.In that change the Format Column for that perticular field from CHAR to INT1 ( by default it will take as CHAR ).
    now you will not get any error.
    Regards,
    Sathish Reddy.

  • Error 'Invalid address style' when create new address Legal Entity R12

    Hi,
    Did somebody had the same problem like i do.
    I am trying to create a new dutch address for a new legal entity in Oracle R12.1.1 Vision, but however hard i trying to do so i always received the error message 'Invalid Address Style' and i filled in all the required field.
    When i tested with the country 'US' or 'Australia' is could create a new address without any problem.
    I hope you can help me to solve my problem.
    Thanks in advance...!!
    Wim

    Hello Sandeep,
    You were right, I checked the dff for the address style and activated the once for the countries I needed and now I can create new address for the required countries by using the legal entity configurator.
    Thanks for your help..!!
    Regards,
    Wim
    PS: Incase somebody else has they same problem, let me know and i send you the worddocument i made with the solution

  • Report error using landscape style, lines per page errors.

    Hi
    A Custom report(use character units in designer,11 X 8.5, stadard settings...) developed(reports 2.5 on apps 11), which was working fine previously using standard landscape. The report produces exactly 56 lines physically per page.
    Now, in applications ,landscape print style is properties changed, number of rows changed from 66 to 57.
    Now report gives error:
    'M_XXXX_GRPFR' is not fully enclosed by its enclosing object 'Body'. M_XXXX_GRPFR is the outer most frame in my report layout.
    (I tried increasing page size, etc, no use, same error)
    Now, I don't understand why it is giving error, as, it prints only 56 physical lines per page when I see the output file generated.
    Is that landscape is defined as 57 rows, but it is not exactly 57 physical lines? Because when I took out some stuff from report layout, which now produces only 45 physical lines, it is working fine.
    But, I have all 57 phyiscal lines in the report that I want it to work, any suggestions?
    Thanks
    Rathan.
    null

    Hi,
    Try this, i might work for you.
    <?for-each:Q1?>
    Here, place KIT ITEM Data table
    Below that:
    <xsl:variable name="no_of_lines_per_page" select="number(30)"/>
    <xsl:variable xdofo:ctx="incontext" name="invLines" select=".//Q2"/>
    <?for-each:$invLines?><?if:(position()-1) mod $lpp=0?> <xsl:variable name="start" xdofo:ctx="incontext" select="position()"/>
    [here KIT COMPONENTS tabel will start]
    [In table first cell again start for-each group like below]
    <?for-each:$invLines?><?if:position()>=$start and position()<$start+$lpp?> ---this is in table first cell
    [in rest of cells, put your columns xml tags]
    <?end if?><?end for-each?> - in last cell.
    this is end of Q2 table.
    After that put a page break
    <xsl:if xdofo:ctx="inblock" test="$start+$lpp<=count($invLines)"><xsl:attribute name="break-before">page</xsl:attribute></xsl:if> -- page break outside the Q2 table.
    Now close the invlines for-each group
    <?end if?><?end for-each?>
    Close the Q1 for-each group.
    <?end for-each?>

  • Javascript errors in Netscape style sheet

    Hi,
    How can I remove Javascript errors in Firefox? There are
    several distinct kinds:
    Error: Unknown property 'x-text-underline'. Declaration
    dropped.
    Source File:
    file:///C:/Working/2%20Generated%20Help/SMC%20Admin/lc_ns.css
    Line: 49
    Error: Error in parsing value for property 'cursor'.
    Declaration dropped.
    Source File:
    file:///C:/Working/2%20Generated%20Help/SMC%20Admin/lc_ns.css
    Line: 103
    Error: Expected end of value for property but found 'none'.
    Error in parsing value for property 'text-decoration'. Declaration
    dropped.
    Source File:
    file:///C:/Working/2%20Generated%20Help/SMC%20Admin/lc_ns.css
    Line: 108
    Error: Unknown property 'mso-fareast-font-family'.
    Declaration dropped.
    Source File:
    file:///C:/Working/2%20Generated%20Help/SMC%20Admin/lc_ns.css
    Line: 153
    Error: Unknown property 'x-next-type'. Declaration dropped.
    Source File:
    file:///C:/Working/2%20Generated%20Help/SMC%20Admin/lc_ns.css
    Line: 188
    (lc.css is the name of our style sheet.) This is not the
    complete list. The ehlpdhtm.js file has been checked into Baggage.
    I think the problem exists with the Netscape Style Sheet that
    RoboHelp generates at compile time. Is there an updated version
    available?
    -- David

    When RH generates the webhelp output it uses your css file
    and creates a variant of it for Netscape. It writes into that what
    it needs to so as to make your output look as close as it can in
    Mozilla browsers as it does in IE.
    It follows that there is no update version because the file
    is unique to every project and is based on the stylesheet used.
    This sounds very much like the style sheet you have for IE
    (lc.css) contains some "errors" that IE will tolerate but Netscape
    will not.
    First of all, take a copy of your project and play around
    with the copy until you get things right.
    Select all the topics listed in the Topic tab and apply one
    of the supplied style sheets. The topics will look rubbish but that
    does not matter here. Generate a new output and see if you get the
    errors. If you do not, it confirms what I have outlined.
    Then you just need to track it down.
    Open the lc_ns.css file and look at those line numbers for
    the clue.

  • Bizarre Error: "Map Missing Styles" - CS3

    When updating linked text, I got a "Map Missing Styles" error, which said it was missing a certain paragraph style. I've never seen this error before and a google search came back with zero results. The needed paragraph style is definitely there, but it's inside a folder in paragraph styles. And before you ask, yes, the paragraph style was in the folder when I styled the original text.
    Anybody else ever have this issue? Can IDCS3 just not handle linked text when its paragraph style is inside a folder?
    thanks

    At what point in the operation do you map tags to styles?
    I suspect what may be happening is that some of the paragraphs were initially tagged by quadruple-clicking or by mapping styles to tags. Either of these entails that paragraph returns are included within tags, so that closing tags occur at the start of new paragraphs. Then, when you delete a paragraph, you are left with remnants of that paragraph's old tags (with nothing inside) in the following paragraph. (Check the Story Editor to test this.) Now, if you map tags to styles at this point, a paragraph with residual tags like these can be given the style of a paragraph that has been deleted.
    The way to avoid it is to make sure closing tags occur before the paragraph returns -- but of course if you are getting InDesign to "clone" for repeating XML elements, the resulting "cloning" behavior will be different. Consider the option to not include contents of whitespace-only elements to fix it. It will probably take a bit of trial-and-error to get it working exactly the way you want it to, but that's par for the course!
    Jeremy

  • Windows Server 2008 r2 install error gpt partition style

    Good morning I am trying to install Window Server 2008 r2 (trail) on my Dell inspiron 15 and also keep Windows 8 when I set up a partition of 50G and go thru the install it tells me The selected Disk is of the GPT partition style.  How do I fix this
    issue.
    Thanks
    Mike

    Hi,
    Since we are still discussing the same problem, so I merged them.
    I want to confirm some information. Is your computer boot in BIOS mode or UEFI mode? Open computer management->Disk management->Properties->Volumes.
    Is your current partition type GPT or MBR?
    For now,
    starting with Windows Server 2003 Service Pack 1, all versions of Windows Server can use GPT partitioned disks for data. Booting is only supported for 64-bit editions
    on Itanium-based systems. For windows 7, windows VISTA and window server 2008, Booting is only supported for 64-bit editions on UEFI-based systems.
    So, the solution is either to change the boot mode or convert your disk. Remind, if you want to convert your disk, data on it should be cleared.
    Hope this helps.

  • Error in Printing Style of FSG reports

    Hi Gurus,
    For a report (Financial Statement Generator)”, when executed from PROD, the print style is getting defaulted as “Portrait - For W2 Paper(2001 or later)”.
    The same report when executed from TST, the print style is getting defaulted as “Landscape” which is correct.
    Same is the case for other Financial Statement Generator reports.
    No clue why this is happening.
    In TST, style of the
    -     Parent request is getting defaulted as “Dynamic”. Same is the case in PROD and PREPROD
    -     Child request is getting defaulted as “Landscape”. In PROD and PREPROD, it is getting defaulted as “Portrait - For W2 Paper (2001 or later)”.
    I have tried by explicitly setting the print style for the parent program to Landscape and the program completed normal. But the issue still persists.
    Please help me out on this. Quick response is greatly appreciated.
    Regards,
    Uday

    Hi,
    What is the difference between the two instance? Is the TEST instance a clone of the PROD instance?
    Please see if these documents help.
    Note: 209813.1 - RGRARG FSG Reports Using a Content Set Print in Portrait Instead of Landscape
    Note: 277038.1 - 11i : Oracle General Ledger Financial Statement Generator Setup Test
    Note: 116495.1 - FSG Printing FAQ
    Note: 1020095.102 - FSG - Printing Steps Simplified
    Regards,
    Hussein

  • Desktop PC error - new 9670 style...

    So I just got this thing and installed the desktop software via the disc that came in the box.
    I followed all the instructions but when I launched the program I got the following without anything from the blackberry program: BlackBerry Desktop Software has encountered a problem and needs to close.  We are sorry for the inconvenience.
    I downloaded the software and did a "repair" of the installation and keep getting the same message.
    No matter what I do I can't launch the desktop software program.
    So far I am not very impressed with BlackBerry.
    ML

    Hey ml47000,
    You should be able to find Desktop.log files under C:\Documents and Settings\<user name>\Application Data\Research in Motion\BlackBerry Desktop\Logs
    The Application Data folder is hidden so you will have to show hidden files and folder under Tools>Folder Options>View>Show hidden files and folders
    Let me know what you see at the bottom of the log file.
    Thanks
    -CptS
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Error comes while save a smart style

    Hi all
    While i am creating a smart style message comes 'Object can only be created in SAP package' .Then after creating a smrt style then when i am trying to save this smart style the error message comes like that 'SAP object [[style name]] cannot be assigned to package [[package name]] .
    Can any one help me ...
    Regards
    Rajesh

    Hi,
    For the problem with error: 'SAP object [[style name]] cannot be assigned to package [[package name]],  please apply the following SAP note:
       1370036 -  Which package should be used for official SAP device type
    Regards,
    Aidan

Maybe you are looking for

  • Problem with Icon in App Store Browse Screen

    Hi folks, My app just got approved and I can search for and install it fine.  However, when I browse for it on the App Store, I get a black box where my logo should be: <image not shown but it's self-explanatory> Now it's possible that this is becaus

  • Implications of Deleting R/3 Client on BW Objects

    Hello All: We have 2 clients on R/3 DEV 200 and 300. Basis will be refreshing data every 3 months on client 200 by deleting the client and copying from 300. All BW source related objects are pointing to client 200. when a client is deleted in R/3, do

  • Firefox won't load any pages/addresses that I click on/type in

    When I start Firefox, all of my toolbars and bookmarks are there, but there is only a blank white page, no start page. Also, when I click on a bookmark or try to go to a website, it doesn't work. The blank white page is still there. I've tried clicki

  • AE CS4 hanging on Render (aeselflink)

    Hi- I'm on a Mac Pro, 16 gb RAM, OSX 10.5.6, After Effects CS4 (latest updates installed as of this posting). It is a Quad Core machine, so the OS sees 8 CPUs. More times than not when I go to render a movie the render process starts (the yellow stat

  • Uploading OM Master Data

    Hi, I want to maintain (Create/Change/Delete) the Organizational structure by BAPI. Make all the Staff assignments in the Organization Unit and its Positions. In other words we want to use all the PPOME transaction actions, by BAPI or something else.