Radio button disappearing when previewed

For some reason when I preview a radio button that I made, it is disappearing, nothing is covering it and all my data is correct... is there a patch for this, or can someone suggest something?
Thank you kindly,
KJ

Hi,
With the version number provided it says you are on the base build.
Please install the SP1 and Xcelsius SP1 FP3 from the SAP portal.
The version number would change to 5.1.3.0.
Thanks,
Amit.

Similar Messages

  • Upper right corner radio buttons disappear

    Whenever I upgrade Firefox from version 32, the radio buttons in far upper right corner for "minimize, change window size, and close", disappear. They'll appear momentarily, and then they're gone. If I downgrade back to version 32, I get them back, so I've been keeping version 32 just for this reason. Was wondering why they're disappearing in version 33!
    Thanks

    Are you using an installed theme, or the default?
    '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]''' {web link}
    While you are in safe mode;
    Type '''about:preferences'''<Enter> in the address bar
    Select '''Advanced > General.'''
    Look for and turn off '''Use Hardware Acceleration'''.
    Poke around safe web sites. Are there any problems?
    Then restart.

  • ADF Table - Command buttons disappear when no rows returned for table

    We have a command button that navigates to a create screen, when the table returns no rows the button disappears. We need to have this displayed always and within the ADF table. The code looks like:
    <f:facet name="selection">
    <af:tableSelectOne text=""
    binding="#{Search.tableSelectOne1}"
    id="tableSelectOne1">
    <af:commandButton actionListener="#
    bindings.ExecuteWithParams1.execute}"
    text="Edit n"
    action="edit"
    binding="#{SearchCtgry.commandButton3}"
    id="commandButton3">
    <af:setActionListener from="#{row.Code}"
    to="#{processScope.toCode}"/>
    </af:commandButton>
    </af:tableSelectOne>
    </f:facet>

    try placing the command button within the "actions" facet of the table. It will place it above the actual rows of the table. You could also use the "header" facet.
    <af:tableSelectOne text=""
    binding="#{Search.tableSelectOne1}"
    id="tableSelectOne1">
    <f:facet name="actions">
    <af:commandButton actionListener="#
    bindings.ExecuteWithParams1.execute}"
    text="Edit n"
    action="edit"
    binding="#{SearchCtgry.commandButton3}"
    id="commandButton3">
    <af:setActionListener from="#{row.Code}"
    to="#{processScope.toCode}"/>
    </af:commandButton>
    </f:facet>
    </af:tableSelectOne>

  • Radio Button problem when using Logical Databases.

    Hi,
    I have a report that uses logical database PCH.  I'd like to default the reporting period radio button so that when the report is run it is defaulted to today.
    The name of the screenfield is PCHZTR_D so I set
    PCHZTR_D = 'X'. 
    in the initialisation event but this doesn't work.
    Any suggestions how I can get the reporting period to default to 'today' programmatically.
    I don't want to use a variant.
    Thanks,
    Paul

    Try doing it in the AT SELECTION-SCREEN output Event.
    report zrich_0001.
    nodes: objec.
    <b>at selection-screen output.
    PCHZTR_A = space.
    PCHZTR_D = 'X'.</b>
    REgards,
    Rich HEilman

  • Label of a button disappears when its enabled

    We have a button in our forms which remains disabled by default.
    So, by default it works fine and we are able to see the label of this button correctly.
    On based of certain conditions this button gets enabled using the below line of code
    set_item_property('Block',enabled,property_true);
    However, when this statement gets executed label of the button disappears.
    It appears to be a blank button without any label text.
    Iconic property of the button is already set as NO
    Please help!!!

    Probably a bug with your specific version, you did not give anyway. You should consider upgrading/patching to a more recent version.
    Francois

  • How to uncheck all radio buttons in WHEN-NEW-FORM-INSTANCE trigger

    Hi,
    I have one radio group(RDBTNGRP) having three radio buttons (RDBTN1,RDBTN2,RDBTN3) in a control block, i want to uncheck all these three buttons through code.
    Any help please.
    Regards,

    Hello,
    I don't think you can achieve using the code or property to unselect all radio buttons.
    One possibility is there to create one extra radio button in that same group and set any value for that. Let say you have two radio buttons in the radio group and now you created one more radio button in the same group. And set the value like ABC. Now go to the property of new created radio button and set the X Position, Y Position, Width and Height to zero (0). And set the initial value for that radio group to ABC (new created radio button). So at runtime it will look like unselected all radio buttons. And while saving you can check if radio button selected on your criteria or not.
    -Ammad

  • Radio button trouble when more than 2 selections

    I have a VI that uses 9 radio buttons to select one of nine cases. Each case contains a subVI that essentially creates a dated filename to write varying GPIB data to. The first two selections (1 and 2) work as designed. I get a date-coded filename with each subsequent run of the Main VI. However, my problem lies in selections 3 - 9. Each of these also creates a corresponding filename, however 3 seconds after the initial run, I get a second unprompted filename. It appears that selections 3-9 run twice. One filename reflects the value left in the buffer from the previous selection and the other is new as expected. I have scoured my code for loops and there are none. I would have expected all selctions to perform alike but the first two are working to design. Any ideas?
    Thanks in advance!
    Phil

    Your description dies not make a lot of sense. Do you have nine radio buttons or a single radio button with 9 choices? What exaclty happens 3 seconds after the initial run? Is the program still running at that time? Do you use dataflow or is the code chopped up and uses mostly local variables and value property nodes?
    Could you strip out your VI to the essentials to demonstrate the problem., Remove all the GPIB and file IO so it just displays the resulting file name in a text indicator... Then attach it here. Thanks!
    LabVIEW Champion . Do more with less code and in less time .

  • Submit button disappears when returning to the quiz slide

    Hi everyone,
    We just upgraded from Captivate 4.0 to 5.5. I'm learning 5.5 differences from 4.0 and have one that I can't figure out.
    On the quiz slides, if the learner moves back and forward within the quiz slides, the quiz buttons are fine. However, if they click Back on the 1st quiz slide, then go forward to the quiz slide the submit button flashes briefly then disappears for that slide and all the other quiz slides. I can't find a setting to fix this.
    Any suggestions or thoughts would be appreciated. Thank you.

    Sounds like a quiz scope issue.  If you click back on the first quiz slide that would take you to the slide BEFORE the first quiz slide which is technically outside the quiz scope.  This usually results in Captivate locking the quiz.
    I haven't personally seen this button disappearing act but you can test whether quiz scope is the likely culprit by adding a scored click box to the first slide of the project, which will then extend the quiz scope out to that slide.  If this prevents your quiz slide buttons from disappearing, we know where the issue comes from.  That may mean you have still found a bug that needs to be fixed though.

  • The edit button disappears when I have the link window open, so how do I copy and paste address for email link?

    When I want to create a link to a web page in an email, I click the "link" icon and a window appears asking for the address. But simultaneously, the "edit" function and all other functions disappear from the Firefox toolbar. With no edit, how can I copy and paste the address? I have tried highlighting the address and dragging it into the window, but it won't drop into the window.
    I have resorted to copying the address to a document and then pasting it into the link window, but there must be a less cumbersome way.

    You see the orange (on Linux gray) Firefox button if the Menu Bar is hidden.<br />
    You can make the Menu bar visible via View > Toolbars, also accessible via Firefox > Options.<br />
    If you need to access the hidden Menu bar then press F10 or hold down the Alt key to make the Menu Bar appear temporarily.<br />
    * View > Toolbars : [X] Menu Bar

  • Menu Widget: Text disappears when previewed in browser ?

    Hi All,
    I've created a site and have a top level page, with a sub-page.
    The site uses the Menu widget in Muse to create a menu with dropdowns for the sub-pages. However, when I preview the site in the browser, the state on the menu for the top-level page 'Normal and 'Active' functions disspears.
    It does re-appear on rollover, so the browser knows it's there, but it isn't being displayed.
    Any idea why?
    And how I can fix this?
    (Ive attached screenshots of the page within Muse and then the same page once previewed within the browser)
    As always, soloutions and replies most apprieciated!
    Browser preview
    Browser preview on rollover function
    Cheers!
    Robbie.

    Hi Robsta,
    Looking at your 1st posted image, above, I would say (recommend) that the 2nd blue guide, from the top (the header guide), should be moved down and put just below your menu ... do this on the 'master page' ... thats the header guide line ... everything 'below' that line is page content (a menu is not page content) hence content changes throughout your website ... everything 'above' that line is your header information and stays in the same place regardless which page you are on and is shown on ALL pages ...
    Now, if that doesn't fix the problem (the blue guide that needs moving, should be moved nevertheless) ... is it possible that some of the 'active' states in your menu have got messed up when you were changing your button colours? ... this would only happen if you were editing the menu with the 'Edit Together', 'unticked' ... I can see that the active state is set to grey already hence just asking ... also, sometimes if the 'header' guide is not where it should be, it does hide things below it as it doesn't know what should be shown or not ...so it's just a thought ... ...
    cheers,
    GemBro

  • Text disappears when previewing/ordering photo books - help!

    I've made a photo book in iPhoto but when I try to preview it or convert to a pdf it gives me an error message and then creates the book without any text. I'm afraid to order it in case the problem appears in the final edition - the text is very important. Any ideas how to solve the problem?
    I've ordered several photo books in the past and never had this problem.

    Sorry to string out this thread but I have the answer. Apple provided me this information and it works. hope it helps your problem, too:
    1) Open iPhoto.
    2) Select the book from the Source list on the left.
    3) Choose Print from the File menu.
    4) Click the Preview button on the bottom left. This will create a portable document format (PDF) file and display the file using the Preview application.
    5) Verify that the text is displayed.
    6) If the text is displayed correctly, and if you are satisfied with the book, close the PDF file, return to iPhoto, and click the Buy Book button. You may skip the rest of these steps.
    7) If the text is not displayed, close the PDF file and quit iPhoto.
    8) While in the Finder, choose Home from the Go menu. Open the Library folder, then open the Preferences folder. Locate the file called "com.apple.iphoto.plist" and drag it to the desktop. This will reset the iPhoto preferences to the default settings.
    (Please note that if the Library is located on a separate partition or hard disk, you may need to point iPhoto to the Library location when you reopen iPhoto. You can do this by holding Option while opening iPhoto.)
    9) Reopen iPhoto and preview the book using steps 2 through 5 above. If you are satisfied with the book, close the PDF file, return to iPhoto, and click the Buy Book button. Then drag com.apple.iphoto.plist to the trash, as it may have been causing the issue.

  • Print widget makes answer box and buttons disappear when clicked

    I've tried two print widgets so far
    1. the widget that comes standard with Captivate 4 and
    2. the one posted here http://forums.adobe.com/message/1937195 by a community member.
    Issues:
    1. standard print widget - once the user has typed in their answer (on a short answer question slide) and presses the print widget icon the preview bar shows up and makes the answer box disappear as well as the buttons on the page. So yes, they can print that slide but then there's no way for them to move forward to the next question, answer it and print again etc.
    2. the print widget created by the community member in the thread linked above makes the answer box disappear entirely. The user can't even answer the question.
    In both instances I can't "bring to front" because they're placed on question slides and the option is greyed out. I don't know what to do at this point but I REALLY REALLY need the print function to work for these courses.
    any help would be greatly appreciated.
    Thanks,
    Aarti

    For anyone who is having the same problem the issue has been resolved here: http://forums.adobe.com/message/1971043
    Thank you Sikandar!

  • CSS styles disappear when previewed in browser.

    I created a web site following the Getting Started tutorials in Dreamweaver CS6.  However, when I preview in the browser, the main page shows properly but if i click a link, the other pages do not seem to attach to the style sheet - BUT the style sheet reference is present in the code.  Any ideas?
    thanks

    You are close to correct, but not quite there.
    If you have enabled the use of temporary files in PREFERENCES > Preview in browser, when you preview a page from DW, you will actually create a temporary page from the current one and it's that temporary page that is displayed in the browser. Why create a temporary page to preview? Well, if your page's code contains any root relative links (as opposed to document relative links) then those will not work if the page is previewed directly. When a temp file is built, those links in the actual page are converted to document relative links in the temp file, and this temp file is then handed to the browser to preview.
    Why don't root relative links work in a preview? When the browser sees a link like '<link href="/path_to_file.css"', it interprets the "/" as meaning the root of the HARD DRIVE, not the root of the site (browsers know nothing about DW sites), and will not find the linked file at that location (for example, C:/DW_path_to_file.css"). When those links are rewritten in the temp file being previewed as '<link href="path_to_file.css"', it works fine since the browser knows that means to look for the *.css file in the same folder as the file it is previewing.
    Make sense? By the way, this is how DW has *always* worked.

  • Why does the "Junk" button disappear when I have multiple e-mails selected?

    Very annoying! First thing I do when I open my e-mail is to multi-select all of the junk... and then I have to right-click - could the button just stay put???
    THANKS!
    m.s.

    Can you make a screenshot to show where this button is?
    https://support.mozilla.org/en-US/kb/how-do-i-create-screenshot-my-problem
    AFAIK, Thunderbird doesn't have a native Junk button. The one I use was put there by the Junquilla add-on.

  • My taskbar, at the bottom of the screen ( including start menu button) disappears when using Firefox. I am using Windows-7 and Firefox 18.0.1.

    I think I mistakenly hit a keyboard shortcut when this happened. The taskbar isn't set to autohide and I am not in fullscreen either,
    Any help would be appreciated in helping me return my Firefox browser back to it's original standard.
    Thanks.

    Hello,
    Have you pressed F11?

Maybe you are looking for

  • Daily Freezes/Blue Screen Shutdowns on HP M8100N Desktop Product GC673AA w/ Vista

    Hi - Hopefully someone can help me fix the Daily Freezes/Blue Screen Shutdowns on my HP M8100N Desktop Product GC673AA w/ Vista.  Occasional freezes started about 3 months ago and ocurred maybe once every 3 weeks.  They gradually progressed to the po

  • Importing from external hard-drive without all the clutter

    greetings...i need to import my saved iphoto library from my external hard-drive back to my new computer's iphoto library...how can i best do this without bringing along all the clutter (copies or originals i don't want)...i dropped my entire saved l

  • Finder window size

    I'm having a bad time with Yosemite! Firstly Timemachine is broken and Im having a bad time trying to save items to my computer. Saving an image from a browser I right click to get save image as, the problem is the finder window that opens is so big

  • Problem Wily Introscope Installation!

    Hi, I can not install on the server of the Solution Manager Wily Introscope ENTPR MGR 8 -> AIX 64bit 5.3 - java version "1.4.2" Java (TM) 2 Runtime Environment, Standard Edition (build 1.4.2) Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX 5L for PowerPC

  • CS5 - Reduce Noise Filter/Remove JPEG Artifact

    Hi, I'm using 64 bit Photoshop CS5. Something odd happens when I open the Reduce Noise Filter and select Advanced and then put a check in the box for Remove JPEG Artifact. Once I do this, if I do anything else, two sliders appear below the line for R