CheckedListBox CheckBoxes not visible

Hi,
       I have a checkedlistbox with items populated from a database. My software is running on a LAN . Some of the computers display the checkedlistbox with the checkboxes allright but on other computers the checkboxes
are not visible, so the users are unable to make a selection. This is a very strange behavior really. Can some of you help me with this ?
Regards
Sanjish

Hello,
Are all computers running your software running on the same version of Windows? Are all computers running the same screen resolution ?
Please remember to mark the replies as answers if they help and unmark them if they provide no help, this will help others who are looking for solutions to the same or similar problem.

Similar Messages

  • LR4.1 Soft-proofing checkbox not visible in Windows 7 64-bit

    While I can use the "S" key to access softproofing, the checkbox doesn't show on the toolbar and the the option simply doesn't appear in the toolbar pop-up either!
    Any ideas except that this is a bug?

    Also Win 7:
    It's there for me. It's a mystery. You could try moving your Preferences file away from its current location to see if that cures the problem.
    Hal

  • Agent Assinment is not visible in another client

    Hello All,
    I assigned some agents (Users) for one customized standard task in my golden client(200). But its not visible in Testing client (220). Did i missed something? I changed attrbutes to standard task. I made client copy also.. I searched in forum..i could not found relevant information..
    Thanks in advance..
    Regards,
    Krishna.

    Try to use the RE_RHMOVE30 by using this transaction you can port the agent assignment to the other system.
    try like this
    1. Execute the TXn.
    2. Specify the Plan version as 01.
    3. Specify the Object ID as TS.
    4. Sepcify the Object key as <8 digit template number>.
    5.  uncheck the check boxes Test  and with Lock under the section transport on the selection-screen.
    5. Enable the checkbox Transport and clcik F8.
    6. select the entry and click on the button Transport. Now again select the same entry and check the check box transport and this time click on the button Tranpost and Delete this time it will ask you for CUstomizing request. save it. and do a client copy .
    this time all teh agent assignments are copied to the other system.

  • Train Stop Lables not Visible

    Hi All,
    I'm using Jdeveloper REL1 PS2 with ADFBC
    I'm having a problem getting my train stop labels to render. Besides the train stop label not being visible, everything else is working as advertised. I can navigate though the train stops, the data on my pages appears as expected.. etc.
    Here is what I've done so far:
    1. I created a bounded taskflow with page fragments and checked "create train" checkbox.
    2. In my task flow, I've assigned *<display-name>* values to each view activity participating in the train. See code below. According to the documentation I've read, this is what I need to set to label my train stops. However, when I run my task flow in a region, the the labels are not visible.
    I've read section 18.8 in the Fusion Developer's guide, I've followed examples in these two blogs:
    http://biemond.blogspot.com/2007/11/taskflow-train-in-jdeveloper-11g.html
    http://biemond.blogspot.com/2008/06/advanced-taskflow-train-features.html
    I've read previous posts regarding this issue like the this one:
    Re: Creating ADF Train
    Which states *"In Task flow click the View activity in structure window Right click Choose > insert inside > Display name and set the value to it."*
    I also went through the train taskflows and pages in the Fusion Order Demo app and I cannot see how my implementation of the taskflow or how I'm adding the af:train component to my .jsff pages is different from the examples that I've found.
    Any help would be appreciated. Thanks!
    <?xml version="1.0" encoding="windows-1252" ?>
    <adfc-config xmlns="http://xmlns.oracle.com/adf/controller" version="1.2">
      <task-flow-definition id="EditEventTrainFlow">
        <default-activity id="__34">EditEventDetail</default-activity>
        <transaction id="__15">
          <new-transaction/>
        </transaction>
        <data-control-scope id="__16">
          <isolated/>
        </data-control-scope>
        <view id="EditEventDetail">
          <display-name id="__10">Edit Event</display-name>
          <page>/oracle/ou/oep/ui/pages/fragments/EditEventDetail.jsff</page>
          <train-stop id="__9"/>
        </view>
        <view id="EditEventRoomAssignments">
          <display-name id="__38">Assign Rooms</display-name>
          <page>/oracle/ou/oep/ui/pages/fragments/EditEventRoomAssignments.jsff</page>
          <train-stop id="__11"/>
        </view>
        <task-flow-return id="Submit">
          <outcome id="__13">
            <name>done</name>
            <commit/>
          </outcome>
        </task-flow-return>
        <task-flow-return id="Cancel">
          <outcome id="__14">
            <name>cancel</name>
            <rollback/>
          </outcome>
        </task-flow-return>
        <view id="ConfirmEventChanges">
          <display-name id="__18">Confirm</display-name>
          <page>/oracle/ou/oep/ui/pages/fragments/ConfirmEventChanges.jsff</page>
          <train-stop id="__17"/>
        </view>
        <train/>
        <control-flow-rule id="__19">
          <from-activity-id id="__20">*</from-activity-id>
          <control-flow-case id="__21">
            <from-outcome id="__23">cancel</from-outcome>
            <to-activity-id id="__22">Cancel</to-activity-id>
          </control-flow-case>
        </control-flow-rule>
        <control-flow-rule id="__24">
          <from-activity-id id="__25">ConfirmEventChanges</from-activity-id>
          <control-flow-case id="__27">
            <from-outcome id="__35">submit</from-outcome>
            <to-activity-id id="__26">Submit</to-activity-id>
          </control-flow-case>
          <control-flow-case id="__29">
            <from-outcome id="__30">goToEditEventDetail</from-outcome>
            <to-activity-id id="__28">EditEventDetail</to-activity-id>
          </control-flow-case>
          <control-flow-case id="__32">
            <from-outcome id="__33">goToRoomAssignments</from-outcome>
            <to-activity-id id="__31">EditEventRoomAssignments</to-activity-id>
          </control-flow-case>
        </control-flow-rule>
        <use-page-fragments/>
      </task-flow-definition>
    </adfc-config>

    Hi,
    You need to first name the view activity to desired name first and then change the display name.You will find a good example in JDeveloper Help Topics under Cue Cards>Work with ADF Technologies>Implement a Multi-Step page Flow with ADF Train>Step 2
    For Ex:
    In the Application Navigator, select the ViewController project and open the Create Task Flow dialog. Enter train-flow.xml in the File Name field. Select both Create as Bounded Task Flow and Create with Page Fragments. Then select Create Train and click OK.
    From the Component Palette, ADF Task Flow page, Components panel, drag View and drop it on the blank canvas in the diagrammer. Rename the activity to start. Repeat the procedure to add three more view activities, using the following names: addresses, payment, review.
    Drag and drop Task Flow Return on the diagram. Accept the default name of taskFlowReturn1. In the Component Palette, click Control Flow Case. On the diagram, click the review icon, then click the taskFlowReturn1 icon. Rename the control flow case element to commit.
    In the Structure window, expand view - start . Right-click train-stop and choose Insert inside train-stop Display Name. In the Property Inspector, enter Start in the Display Name field. Repeat the procedure in step 6 to add train stop display names to the remaining view activities: view - addresses , view - payment, view - review . Use the following values, respectively: Addresses, Payment, Review. In the Application Navigator, select the ViewController project and open the Create Task Flow dialog again. Enter childtrain-flow.xml in the File Name field. Make sure Create as Bounded Task Flow and Create with Page Fragments are selected. Then select Create Train and click OK. From the Component Palette, drag View and drop it on the diagrammer. Rename the activity to billing. Repeat the procedure to add one more view activity, using the name shipping. Drag and drop Task Flow Return on the diagram. Change the name to childFlowReturn1. Draw a Control Flow Case from shipping to childFlowReturn1. Rename the case element to done. In the Structure window, expand view - billing. Right-click train-stop and choose Insert inside train-stop Display Name. In the Property Inspector, enter Billing in the Display Name field. Repeat the procedure in step 13 to add
    Hope this helps!
    Edited by: Swathi Patnam on Sep 9, 2010 2:16 PM

  • RESOLVED - iExpense: Disable Submit Button based on checkbox not working

    Hi,
    We have a requirement for a checkbox in iExpense Review form(FinalReviewPG) where there should be a checkbox stating the terms and policies are met etc. Unless the user checks the checkbox the SUBMIT button shouldnt be enabled. I am creating the custom checkbox using personalisation in the page with initial/unchecked value as N and checked value as Y. This is created at SITE level.
    Now I have also created a custom controller extension xxButtonCO to extend the standard ButtonsCO controller which should do the disable/enable of the button OIESubmit. I ported this controller to the custom top and have extended the controller to both OIE Expenses Entry Flow function and Internet Expenses responsibility. But the checkbox though visible is not affecting the SUBMIT button. Also funnily, I save the controller class as xx.oracle.apps.ap.oie.webui.xxlcButtonCO and click apply only to see this concatenated to apps.ap.oie.webui.xxlcButtonCO / Function.
    Is that causing an issue? Also, sometimes I just run into an arbitrary NULL pointer exception and other times it says oracle.apps.fnd.framework.OAException: Could not create Java class. I have verified the class file not java file is in correct directory and has right permissions.
    What could possibly be wrong here?
    Edited by: 865082 on Jun 15, 2011 5:33 AM
    Edited by: 865082 on 20/06/2011 22:21

    Hi Kali,
    Many thanks for your response. I have quit trying to run this page directly from the instance and am now trying to do this firsly from the JDeveloper. The same issue is occuring from that end as well. My checkbox value is not getting recognised in the code. The checkbox is added to the Business Expenses tab and the intial/unchecked value is N while the checked value is Y. I am trying to control the submit button in the buttonbar based on the checkbox value using the following command
    OAMessageCheckBoxBean cbbean = (OAMessageCheckBoxBean)webBean.findChildRecursive("XXReviewCheck");
    where XXReviewCheck is the checkbox ID. However the print statements show that the cbbean is null. It is definitely calling the controller and trying to figure out the value. The value is just not coming to this section. Any ideas?

  • Account generation workflow custom process  not visible in lov

    Hi guru,
    i have created a sample process in "Project Supplier Invoice Account Generation".
    but when i upload the work flow in data base by the concurrent program . i dont find the sample process in " account generation window" in GL.
    Please help gurus.
    Regards
    vishal

    Hi,
    See the foll notes for solution:
    Note 541877 - CUF: Customer fields as checkbox
    Note 1016297 - Header customer fields are not displayed in bbpsc02
    Note 1034079 - Customer fields not visible in shopping wizard
    BR,
    Disha.
    Pls reward points for useful answers.

  • "Allow Insecure Authentication" not visible on SMTP preferences

    Good morning,
    The "Allow Insecure Authentication" checkbox is not visible on SMTP preferences on my sister's MacBook Pro running the latest version of Yosemite. I've found similar problem on a couple of Mac minis I have at the office. However, my MacBook Pro and my wife's MacBook Air both have the option available.
    All of the aforementioned Macs are running the latest version of Yosemite.
    Any ideas on how to enable this?
    Thanks a lot for any help.
    Cheers,
    JP

    I found a workaround on this thread Mail SMTP (outgoing) does not work after Yosemite upgrade, but still can't find a way to display the checkbox option on SMTP settings.
    Any ideas?
    Cheers,
    JP

  • Previous bean modification next and modification not visible

    Hi,
    I have a succession of jsf pages. On the first I set values of my managed bean then I click next. On the second I set other values. If I return on the first page and change the values I reinitialize the values of the second page but if I click on the next button the changes are not visible.
    If someone can help me it will be great.

    Baltaar, this is very frustrating. Either I am not making myself clear, or you are not listening. Please search the forums for pop-ups, follow the link I already gave you, and fix your JavaScript. I'm convinced you are simply not executing things in the right order, or are resetting values after the response has already been committed.
    Here's why... The following code works for me.
    Page1 just has a next button on it. I click it to get to a second page.
    Page2 has a selectBooleanCheckbox, and a back button. Page2:
    <h:form id="form">
         <h:commandLink id="backButtonImgTop" type="submit"
                   action="#{navigationBean.back}" >
              <h:graphicImage id="backImgTop" value="/images/b_previous.gif"
                   alt="Return" height="18" width="18" />
         </h:commandLink>
         <h:selectBooleanCheckbox id="tcAgree"
              value="#{commonInfoBean.accept}" validator="#{commonInfoBean.termsAccepted}" />
    </h:form>I click the tcAgree checkbox to true and click the back button. NavigationBean runs the button click code. It resets the checkbox value to false. NavigationBean.back:
         public String back() {
              if (AppLogger.isDebugEnabled()) {
                   AppLogger.debug("Navigation Back called by IP: '" + getIP() + "'...");
              String previous = "Page1";
              //DEBUGGING
              CommonInfoBean cb = (CommonInfoBean)getBeanFromContext(COMMON_INFO_BEAN_NAME);
              cb.setAccept(false);
              //DEBUGGING
              //return the last page viewed by the user
              return previous;
         }From the first page (Page1) I click to next to go to the second page. The value has been appropriately reset. Here's my output...
    [Apr 23, 14:07:44] DEBUG AppLogger.debug() - Navigation Next called by IP: '127.0.0.1'...
    isAccept called. Value=false
    [4/23/07 14:07:51:423 PDT] 1b050a5c SystemOut O[b] isAccept called. Value=false
    [4/23/07 14:07:51:423 PDT] 1b050a5c SystemOut O setAccept called. Value=true
    [Apr 23, 14:07:51] DEBUG AppLogger.debug() - Navigation Back called by IP: '127.0.0.1'...
    setAccept called. Value=false
    [Apr 23, 14:19:55] DEBUG AppLogger.debug() - Navigation Next called by IP: '127.0.0.1'...
    isAccept called. Value=false
    All the beans I used are session scoped. I DID NOT include any JavaScript. My point is simply to say that it works without JavaScript and pop-ups in the way.
    Baltaar, your problem is in your JavaScript like I've been trying to say all along.
    CowKing

  • Setting objects on not visible rows

    Hi there,
    I'm building a TreeTable (on the 1st column a tree, n the 2nd one some checkboxes, and on all the others some statistics collected from the tree). Particularly, the seconf column allows to select a bunch of tree nodes for later treatments.
    Say all the tree is not expanded and I check a node that has some of its descendant childs node not visibles (parent not currently expanded). I'd like my program to automatically check all descendant childs nodes of the currently being check node - INCLUDED all childs that are not visible.
    In my cellEditor (I can use "row" as the only information to get the right node), I currently have that kind of ugly code to do so:
    public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) {
            CTestTreeNodeData testTreeNodeData = (CTestTreeNodeData) sortTreeTable.getValueAt(row, 0); // get the tree node -> column=0
        short newState = computeNewState(testTreeNodeData.getState()); // compute the new state ("checked" or "not checked")
    t    estTreeNodeData.setState(newState); // set this new value on the model
    switch (newState) {
         case CThreeStateCheckboxModel.SELECTED:
         case CThreeStateCheckboxModel.PARTIALLY_SELECTED:
                   // need to do this in this order to get correctly the rows
                   mainFrame.expandNodeAll(row); // first expand of descendant childs !!!!               
                   mainFrame.checkNodeAll(row, newState); // check all childs from current row (this code is incrementing row, then verify from the new treepath to see if it's a descendant or not and redo it recursively
                   mainFrame.collpaseNode(row); // HACK !!!! restore how it was before
                   break;
          return defaultCellEditor.getTableCellEditorComponent(table, threeStateCheckbox, isSelected, row, column);which looks very bad for me... Is there a better solution to change data on some currently hidden nodes if we have only the row has input ?
    Thx,
    Eg\\*

    Hi Namsheed,
    I think this is normal because the travel request does not include any booking details.
    The travel request is before any online bookings.
    So might be it would help to explain in detail your process and used components.
    Best regards,
    Sigi

  • GPO Drive mapping - drive not visible but mapped

    Did you double check your policy and make sure you selected "Show this drive" for that mapped drive?

    HiI've got a weird issue and Internet has yet to give me a solution.So I've created a GPO that maps drives to certain users inOU's.Users that do not yet have a profile ona workstation get the drive mapped as expected. But users that have previously logged on to the workstations do not see the drive.gpupdate /force does not seem to resolve the issue. I ran a gpresult /H result.html and saw that the GPO succeeded in applying the user settings. I checked the drive with "net use" and there I could see that the drive was mapped butjust not visible in Windows. The drive letter I'm using is not used by another device. The reconnect checkbox is ticked in the Drive Maps properties.When I type the drive letter in the addressbar in explorer ( N:\) it works flawlessly so it's not a permission issue.So to summarize: drive is accessible and mapped...
    This topic first appeared in the Spiceworks Community

  • Excel 2010 opens document but it is not visible?

    I have one user that when he opens up excel files most of the times they aren't visible. (On occation they are visible.)
    When we try to preview the documents in the printing dialog to are shown correctly.
    The documents are located on the network, a Small business server 2008.
    When we log on to the same computer (Win7 Prof) as another user it works fine. (We have reinstalled the computer)
    It also works when the "problem" user is log on to another computer and opens the documents.
    Are there some kind of security setting on user level in office 2010?

    Hi de0021,
    Could you tell me what’s the meaning of the excel file is not visible? If it was opened as shown in the following figure without spreadsheet? Or it is a normal spreadsheet just without contents in the cells. And did you get any pop up message bar from file
    when you open it?
    You said the same file with other user’s account worked fine.
     I suggest to check if the permission of the user’s account on the network is different from other normal users’ accounts. If yes, try to modify this user’s permission and try again.
    Or this issue might be caused by DDE in excel. If you use Excel 2010 you might get an error when opening Excel or double clicking an Excel file that says “There Was a Problem Sending the Command to the Program”. Check if the user checked the checkbox “Ignore
    other applications that use Dynamic Data Exchange (DDE)”, as shown in the following figure.
    If possible could you take a screenshot and upload it so that we can get more accurate solutions to this problem. I am glad to help and forward to your reply.
    Hope it’s helpful.
    Regards,

  • Order created but it is not visible.

    Hi Experts,
                      I came across a problem in which a user has created an order but he is not able to see the order through CIC0 and rest of the users are able to see the order.
    i want to know if it is an abap problem or it is related to BASIS or any solution for this.
    Thanks
    Trupti.
    Moderator message: too vague, help not possible, please describe problems in all technical detail when posting again.
    Edited by: Thomas Zloch on Oct 27, 2010 2:48 PM

    Hi de0021,
    Could you tell me what’s the meaning of the excel file is not visible? If it was opened as shown in the following figure without spreadsheet? Or it is a normal spreadsheet just without contents in the cells. And did you get any pop up message bar from file
    when you open it?
    You said the same file with other user’s account worked fine.
     I suggest to check if the permission of the user’s account on the network is different from other normal users’ accounts. If yes, try to modify this user’s permission and try again.
    Or this issue might be caused by DDE in excel. If you use Excel 2010 you might get an error when opening Excel or double clicking an Excel file that says “There Was a Problem Sending the Command to the Program”. Check if the user checked the checkbox “Ignore
    other applications that use Dynamic Data Exchange (DDE)”, as shown in the following figure.
    If possible could you take a screenshot and upload it so that we can get more accurate solutions to this problem. I am glad to help and forward to your reply.
    Hope it’s helpful.
    Regards,

  • External hard drive not visible in disk utility or finder

    Hi all,
    I have had a good look through previous discussions and I can't seem to find an issue relevant to mine.
    My external hard drive has 2 partitions (1 time machine back up, 1 general hard drive). The issue is that the HD is running when it is plugged in however it is not visible in either disk utility or finder.
    I am running OS X 10.10 (Yosemite) on a 2010 MacBook Pro. I also have parallels desktop running windows 7. When I boot windows and plug in the HD I usually get the option to mount the HD to either OS X or Windows. With this issue the option window appears for a split second (not enough time to select either) and then disappears. It seems that the HD may be ejecting itself as soon as it is registered by the computer. I have tried using a different power cable for the HD and also a different usb cable, this doesn't help.
    The external HD is a Samsung D3 Station, which i have had for 6 months now and never had an issue with.
    Any help is appreciated
    Thanks,
    Bruce

    An update for anyone who can help me:
    I have tried the external hard drive in other computers (mac and windows), each time I get the same problem above.
    I have removed the HD from the enclosure and purchased a docking station for it (3.5" SATA). When I plug it in to the laptop it disconnects itself straight away before it is visible. With the windows computers it installs the drivers and says that the device is ready to use, then disconnects before it shows up.
    As the HD is not visible there is no option to re-format or anything.
    This is very frustrating as I was using the HD with no issues and it randomly disconnected and I have not been able to access since.
    Thanks in advance for any help.
    Bruce

  • Hi - I am looking for the Adobe Illustrator 2014 1.2 (or .0.2) bugfix update for Mac - and it is not visible in the Adobe Creative Cloud Packager (Mac version). The only update visible is Illustrator CC 2014.1  - which is what introduced the bugs.

    Hi - I am looking for the Adobe Illustrator 2014 1.2 (or .0.2) bugfix update for Mac - and it is not visible in the Adobe Creative Cloud Packager (Mac version). The only update visible is Illustrator CC 2014.1  - which is what introduced the bugs.
    The only thing that I can think of that might be causing the issues that I have a Mac Mini on Mavericks.
    Dave

    Hi
    I have discovered that my question above is a non-question. A user triggered by looking at the below article about Illustrator 2014 cc 17.0.2
    http://helpx.adobe.com/illustrator/release-note/illustrator-17-0-2-release-notes.html 
    He had recently upgraded from wht we now know is 18.0 to 18.1 which is the latest version. He read the above artic
    le and supposed that it was a bug fix release for his version - because the v17 ov18 number is not often displayed. It is usually just 2014 CC.
    I have asked him to post a bug report about Adobe Illustrator CC 2014.1
    Dave

  • IDOC not visible in IR but metadata successfully imported

    Hi,
    I have this wiered issue.
    I want to import IDOC WPUSKR01 (cashier productivity) from BI.
    But when I connect to BI system from IR to import Idoc structure, this IDOC is not visible.
    But I can manually import the metadata from BI in idx2.
    Now how to import this in IR?
    I have imported other Idocs (like WPUBON) before and did the scenario successfully for BI.
    Regards,
    Anirudh Vyas.

    Hi,
    In BI Tcode we82 I have manually added the entries for WPUKSR01. Now Idoc is visible when importing in IR.
    I have checked all the segments in we31, they are all released.
    But it gives error:
    Error: IDoc type WPUKSR01 contains errors (unable to read segments)
    Then, I checked in R/3, there also WPUKSR01 was not there in we82. I manually added there and I was successfully able to import it in IR.
    But the same thing is failing in BI. I have SAPALL permissions in all the systems.
    Can I use Idoc imported from R/3 in scenario for BI?
    regards,
    Anirudh.

Maybe you are looking for

  • Printing 20" iMac to 24" iMac via ethernet and router issue

    Hi there, I hope someone can help me. We have in our office a 20" iMac that my boss uses and a 24" iMac that I use. the 24" is connected to an ADSL2 router via ethernet, which in turn is connected to an HP 2200dn also via ethernet. I have no problem

  • Help needed in web service example. Thank!!!

    Hi, I tested WebLogic 6.1 message-style web service example. For the ProducerClient.java example, I tested successfully. But for the ConsumerClient.java example, I kept getting error messages. Can any expert offers some explanation or advice? Need to

  • How to reorder photos in folders based on capture date

    I have scanned a bunch of photographs and imported them into lightroom. I then went and changed all the capture dates to represent when the photos were actually taken. Now I would like to put the photo's in a folder structure based on the capture dat

  • Web console doesn't use 3rd party security cert

    I set up a Mobility Service 2.1 server with a 3rd party public security cert. The system authenticates through GroupWise 2014, set up via trusted app. It works fine as far as mobile devices using the cert, but the Web console for the server does not

  • Wireless or Wired Mouse on Satellite Pro P series?

    Do Wireless Mice consume more battery power than their wired equivalent on a laptop? Just wondering