Missing blue frame that shows around field when editing.

Often, when fields are close together, the blue frame that shows the field gets in the way of selecting nearby fields. I often wished there was a way to turn this off.  Well, I got my wish. Now, I just see black dots around the field.  I don't know what I did or how to turn this feature back on.  Using LiveCycle 9.

Hi:
The feature is selected off/on using:
View=>Object Editor
Good luck!
Stephen

Similar Messages

  • How to create a popup window that shows detail information when press submi

    hi,all
    how to create a popup window that shows detail information when press the submit button ?I mean,when I press the button "Sumit"there will appear a popup window that shows the detail information you typed before.it means are u sure to submit,it is like some confirmation window.
    how to do achieve this ?help plz .
    best regards
    hlee
    Edited by: hlee on 2011-4-15 上午1:26

    hey,vee
    thanks for your response,but i had already read this thread before i put up a new question.any way,thanks.
    best regards
    hlee

  • Tab between fields when editing song information

    iTunes 10.4 removed the ability to tab between fields when editing song information. Is there another shortcut now?

    Yes, I know EXACTLY what you mean. Actually the Tab sequence was reversed in 10.4. I'm upset that it took me until Septeber 2011 to figure it out. For the longest time, probably every release of iTunes. The Tab sequence went (Source-->Tab-->Search Music box-->Tab-->Tracks List)
    Now it's the reverse and it's so annoying. I have both Mac and Windows and was able to downgrade my Windows iTunes to 10.3.x (though I had to downgrade to a previous iTunes Library.itl file. I cannot downgrade my Mac iTunes b/c it's my main library and I'd lose historic data by restoring and old iTunes Library.itl file
    I've written to Apple about this several times the past few weeks but they've yet to address this. The latest version is 10.5 and it hasn't been restored. I WISH Apple would RESTORE this feature to its ORIGINAL design!!!

  • Show/hide fields when selecting an option from a drop-down menu.

    Hello Gurus!
    I have a question about creating a Java Script withing Acrobat pro.  This is what i would like to do: I created a drop-down menu with several selection entries.  Upon the customer making one of the selection entries, i would like for the correct fields that i created to become visible and all other fields to hide.  Is this even possible to do?  The reasoning behind this is because we have a form that customers have to generate in order to request access to certain financial accounts; we have over 20 different types of accounts and for each instance the customer has to fill out the same form.  By creating a drop down menu, i can use the same form by just changing the drop-down selection and clicking on the designated fields for that selection.  At this time i have over 20 different forms that poing to 20 different account requests and i would hate to send the form 20 different times to one person.  The reason i can not add all fields desired for all accounts is due to the fact that the form would be filled with hundreds of checkmarks and instructions thus making the process too tideous for the customer.  Hope you guys can help out.
    ~Vader

    The good news is, it can be done (and it has been done).
    There are a few things to be aware of, however.
    The most important is that the form must be planned well, which means that you must think carefully about your logic and even more so about your field naming (hierarchical field names are your friend). One fundamental issue, you have to be aware of, is that this form no longer will be a "standard form". The consequence of this is that you may have to be aware that you might get into trouble when you have to prove that your user filled out that particular standard form (talk to your compliance and forms management people about that).
    You also may have to decide whether the form should be usable in Reader. And, if so, how much you want to spend on the right to do so. You will see below why…
    There are actually two approaches for dynamically showing/hiding parts of a form. If your form can be separated between a fixed first page (where you also have the account type selection), and a variable part (depending on the selection), you could use Templates, which you spawn according to the selection, and delete pages when you change the selection. This approach is very easy to implement, but requires Reader Extensions Server to allow it to work in Reader; Acrobat Pro's extended rights are not sufficient for that.
    The other approach is showing/hiding fields. If you did your homework well, it would be very easy to first hide all subsequent fields, and then show the ones you need in two lines of code. This approach does not require extended rights for Reader at all, as long as your forms will always have the same number of pages, for each of your account types. This approach also works for the cases where the differences between the individual forms are very small. It does also work for showing/hiding bigger chunks of the form. In that case, you might create the "background" separately, and then put it as an icon into a button field which you will show/hide together with the carefully placed on top of it active fill-out fields.
    There is a third possibility, which Adobe Propaganda probably would suggest, and that woudl be subforms in LiveCycle Designer. The consequence is, however, that you won't have PDF forms, but proprietary XFA forms instead. And you may have more developing and maintenance work than with the other approaches.
    Back to your original question: you could use a Keystroke script evaluating event.changeEx of the combo box field. Depending on that, you would run your action to set up the according form part. The other way to do it would be evaluating event.value in the onBlur event. The latter would have the advantage that the selection has been made, and you get a bit more time to set up the form (this may in fact be an issue, particularly with Acrobat 9 and 10, which may take their time to show/hide fields).
    Another possibility instead of a drop down (combo box field) would be a popup, where you would have a button to press, and the list of selections pops up. This second method uses app.popUpMenuEx().
    Hope this can help.
    Max Wyss.

  • Fonts missing in CS2 that show up in other programs

    I recently moved my copy of Photoshop CS2 to a new Windows 7 computer and all seemed to work well until I had need for a specific font. It's not there.  The font shows up in the Windows Control Panel and in other software, like MS Word, but it's just not on the list in Photoshop.
    I'm not sure how to proceed, but that missing font is an important one for me and I'll appreciate any help that might be available.
    Thanks,

    After checking my font inventory against those that show up in my PhotoShop selector window, I find that there are several that appear in the Windows Control Panel, MS Word and other Office applications, as well as Acrobat and InDesign, but not in PS.  It appears that PhotoShop is the only thing that has this problem, so the solution should be within that process.  I've followed a suggestion found in another thread, by deleting the PS font list files, but that seems to have no effect.
    This is an especially thorny problem since my firm's logo depends upon one of the missing fonts.  Is there any possible solution in re-installing PhotoShop, or even in an upgrade to a later edition?  I'd prefer not to spend the money for the latest, but have to solve this problem somehow.

  • A matrix column that shows a field from a linked table

    Hello,
    I'm creating a custom UI form for a UDO of type document.
    This UDO (say FATHER) has one child table (say CHILD). I show its data in a matrix.
    Every line in CHILD links to a sales order line (RDR1).
    In the matrix I'd like to show:
    A) some columns from CHILD (I succeded)
    B) a linked button column that links to ORDR using CHILD.U_OrderEntry (I succeded)
    C) a column that shows RDR1.DocDueDate (how?)
    D) a linked button column that shows RDR1.ItemCode and links to OITM (how?)
    Something similar is done by B1 in pick list standard form (id 85), for instance.
    Can you help me solving issues C and D?
    I guess I should link my CHILD.U_OrderEntry and U_OrderLine with RDR1.DocEntry and LineNum.
    Many thanks!

    Hi Simone,
    I agree, my explanation was partial.
    When I am creating a new form, I'm basing every single piece of the UI on DataTable (I never use DBDataSource and UserDataSources only for Folders). One for the header, one for each Matrix/grid, etc.
    By doing this, it allows me to have the correct layout and validate the UI with the project manager (or the Customer, when this is me the project manager ).
    Then, I am creating the queries, to extract data from the DB exactly as the previously defined DataTables are expecting these data (so, calculating the LineId from the query...).
    And finally, this is the beauty of the design, DataTables allows to to extract (since 2007PL47?) the data from a DataTable as an xml String and to import it in a different DataTable.
    So, to make the full picture, I have a specific DataTable to execute queries, from which I'm extracting the xml definition to load it in the "UI's DataTable". It ends with a matrix.LoadFromDataSource...
    Definitions are staying as defined, querying and loading is sub-second time (depending on your SQL expertise), layout doesn't flicker...
    If you need an excerpt of code (frankly, I'd prefer you to write it with this "how to"), just ask.
    Regards,
    Eric

  • Super thin black border showing around video when I zoom out or pan the video...

    Hi all,
    I have a video I'm making in Adobe Premier Pro CS5.5. I am using 2 video slots in Premiere Pro's sequence area. A white image is in "Video 1" spot and a video is in"Video 2" spot.
    The white image in "Video 1" slot is the exact same color as the background color of the video in "Video 2" slot.
    The reason for this is when I zoom the video out or pan it slightly off the screen I just want it to look like the video is moving (and I don't want anyone to be able to see the black backdrop that is normal background color on a Premiere Pro video).
    After I go to effects control, and change the position and scale of the video; the video scales out and pans over fine ...however, the border of the video shows slightly ...even flickers a little. Is there a way to get rid of this thin black border line? ..So no one can tell where the video (in "video 2" slot) ends and where that white background I have in "video 1" is ...by removing this flickering border?
    Here's a Screencast of the issue. I point at that thin border I'm talking about when I pan the video over (which reveals the white backdrop):http: Screencast.com/t/45xp0bQ82f
    Thank you so much for any help you can provide. I appreciate it.

    CROP effect
    Jeff Pulera
    Safe Harbor Computers

  • How to show all fields when we do not enter any data

    Hello all,
    Here i am creating the SSRS reports on SharePoint list data, Report is created successfully but the requirement is that when generation of report if i do not enter value of employee name that time .....I want the report must display all records of all employees.
    Please suggest me.... 

    Hi Anil,
    If I understand correctly, you have create a report use SharePoint list as the datasource. When you run the report, you need to enter value of employee name to display corresponding values.
    If we are use SharePoint list as datasource, we have two method to add parameter in the report.
    Method1: Add filter in the dataset Query Designer dialog box.
    In this situation, if we configure the filter with “(blank)” in the Value dialog box, we will get the situation as your post. In this method, we are get a single value parameter in the report.
    Method2: Add a dataset parameter. Please refer to the steps below:
    Create another dataset (DataSet2) in the report with EmployeeName field.
    Add a parameter (ReportParameter1) in the report. Select “Allow multiple values” option in the General dialog box.
    Click “Available Values” in the left pane, select “Get values from a query”. Please refer to the values below:
    Dataset:     DataSet2
    Value field:    EmployeeName
    Label field:    EmployeeName
    Click “Default Values” in the left pane, select “Get values from a query”. Please refer to the values below:
    Dataset:     DataSet2
    Value field:    EmployeeName
    Right click DataSet1, select DtaSet Properties. Click Filters in the left pane. Please refer to the values below:
    Expression:   [EmployeeName]
    Operator:    In
    Value:   [@ReportParameter1]
    Reference: http://msdn.microsoft.com/en-us/library/dd220464.aspx
    If there are any misunderstanding, please feel free to let me know.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • Showing null fields when using a seach function

    Hello
    The SQL below works fine except it will display records iif CAMPAIGN_NAME is null
    Any ideas where I am going worng is very welcome
    Thanks
    Pete
    select CAMPAIGN.CAMPAIGN_KEY,
         CAMPAIGN_CODE,
         CAMPAIGN_NAME,
         LANGUAGE_NUMBER
    from     CAMPAIGN, CAMPAIGN_LANG
    where CAMPAIGN.CAMPAIGN_KEY = CAMPAIGN_LANG.CAMPAIGN_KEY
    and LANGUAGE_NUMBER = :P1_LANG
    and (instr(upper(CAMPAIGN_NAME),upper(nvl(:P260_REPORT_SEARCH,CAMPAIGN_NAME))) > 0 )

    Hello Pete,
    Replace
    and (instr(upper(CAMPAIGN_NAME),upper(nvl(:P260_REPORT_SEARCH,CAMPAIGN_NAME))) > 0 )
    with
    and (instr(upper(CAMPAIGN_NAME),upper(nvl(:P260_REPORT_SEARCH,CAMPAIGN_NAME))) > 0 )
    and CAMPAIGN_NAME is NOT NULL
    Greetings,
    Roel
    http://roelhartman.blogspot.com/
    You can reward this reply by marking it as either Helpful or Correct ;-)

  • Show ItemRenderer only when editing (onclick)

    I have a datagrid, that after the user has logged in becomes editable.
    I would like that when the user clicks into a given field, say a date or number field, an itemRenderer that corresponds to the type of date appear.
    Example: if i click into the date field, i get a datechooser, or a numericStepper when i click into a number based field.
    Then after I click out of that field, it just shows the value, no longer the itemRenderer.
    FYI, I am using Pure MVC, so this logic is in a mediator '.as' class.
    Please help.

    I am getting the itemEditor to work mostly now.
    problem i am having is, after i switch the datagrid to become editable and then click into a given field (ie: itemEditor as a numeric stepper), if i just click in and out of the field, but do not make any changes to it, the data in the field either becomes "NaN" (in the case of a numeric stepper editor) or just blank (in the case of a combo box editor)
    Here is my code:
    DataGrid.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <!--
    PureMVC AS3 Demo - Flex Application Skeleton
    Copyright (c) 2007 Daniele Ugoletti <[email protected]>
    Your reuse is governed by the Creative Commons Attribution 3.0 License
    -->
    <mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml"
    xmlns="*"
    width="100%" height="100%">
    <mx:Script>
      <![CDATA[
      import com.*;
      import flash.events.Event;
      import mx.controls.DataGrid;
      import mx.controls.dataGridClasses.DataGridColumn;
      import mx.controls.Alert;
      import flash.net.URLRequest;
      import mx.controls.NumericStepper;
      import mx.controls.DateChooser;
      import mx.controls.CheckBox;
      import mx.controls.ComboBox;
      public static const CREATION_COMPLETE: String = "myCreationComplete";
      public static const LOAD_SETTINGS: String = "load settings";
      private function dateFormat(item:Object, column:DataGridColumn):String
      return df.format(item.date);
      public function onLinkBtnClick(request:URLRequest):void
      //trace("urlRequest: "+request)
      try {
        navigateToURL(request);
      }catch (e:Error) {
        // UNFORTUNATELY, THE ERROR IS THRU INTERNET EXPLORER AND IS NOT CAUGHT HERE
        trace("error: " + e)
        Alert.show("There was an error in opening the requested file!")
      }]]>
    </mx:Script>
    <mx:DateFormatter id="df" formatString="MM/DD/YY"/>
    <mx:VBox width="100%" height="100%" verticalGap="0" >
      <mx:HBox id="cbHBox" width="100%" height="0" fontWeight="bold" horizontalAlign="right" visible="false" >
      <mx:CheckBox id="selectAllCB" label="Select All / None" labelPlacement="left" fontWeight="bold" color="0xFFFFFF" />
      <mx:Spacer width="{colSelected.width/2 + 2}" />
      </mx:HBox>
      <mx:DataGrid id="settingsDataGrid"
      height="100%" width="100%"
      editable="false"
      horizontalScrollPolicy="off">
      <mx:columns>
        <mx:DataGridColumn width="24" headerText="Number" dataField="number" resizable="false"/>
        <mx:DataGridColumn width="120" headerText="Title" dataField="title" />
        <mx:DataGridColumn width="20" headerText="Date" dataField="date" labelFunction="dateFormat" editorDataField="dfDate" itemEditor="com.view.itemRenderers.DGDateFieldEditor"  resizable="false" />
        <mx:DataGridColumn width="12" headerText="Book" dataField="book" editorDataField="nsBook" itemEditor="com.view.itemRenderers.DGNumericStepperEditor" resizable="false" />
        <mx:DataGridColumn id="colType" width="14" headerText="Type" dataField="type" editorDataField="cbType" itemEditor="com.view.itemRenderers.DGTypeComboBoxEditor" resizable="false" />
        <mx:DataGridColumn width="10" textAlign="center" headerText="Link" sortable="false" draggable="false" resizable="false"
        dataField="link" itemRenderer="com.view.itemRenderers.DGLinkButtonEditor"
        rendererIsEditor="true" editable="false"/>
        <!--<mx:DataGridColumn id="colSelected" width="46" headerText="Select" visible="false" editable="false" itemRenderer="{CheckBoxRenderer}"  editorDataField="selected" />-->
        <mx:DataGridColumn id="colSelected" width="46" textAlign="center" visible="false" sortable="false" draggable="false" resizable="false"
        headerText="Select" dataField="sel" itemRenderer="com.view.itemRenderers.DGCheckBoxEditor"
        rendererIsEditor="true" editorDataField="cbSelected"/>
      </mx:columns>
      </mx:DataGrid>
    </mx:VBox>
    </mx:Canvas>
    DGNumericStepperEditor.mxml
     <?xml version="1.0"?>
    <!-- itemRenderers\dataGrid\myComponents\EditorDGCheckBox.mxml -->
    <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml"
    implements="mx.controls.listClasses.IDropInListItemRenderer,mx.managers.IFocusManagerComp onent"
    horizontalAlign="center" verticalAlign="middle">
        <mx:Script>
            <![CDATA[
             import mx.controls.listClasses.ListData;
       import mx.controls.dataGridClasses.DataGridListData;
       import mx.controls.listClasses.BaseListData;
       import mx.controls.dataGridClasses.DataGridItemRenderer
       import mx.events.FlexEvent;
       import mx.controls.Alert
       private var _listData:DataGridListData;         
                // Define a property for returning the new value to the cell.
                public var nsBook:Number;           
                // Implement the drawFocus() method for the VBox.
                override public function drawFocus(draw:Boolean):void {
        bookNS.setFocus();
       [Bindable]
       override public function set data(value:Object):void{
        super.data = value;
        bookNS.value = data[_listData.dataField];
       override public function get data():Object {
        return super.data;
          public function get listData():BaseListData
        return _listData;
       public function set listData(value:BaseListData):void
        _listData = DataGridListData(value);
            ]]>
        </mx:Script>
    <mx:NumericStepper id="bookNS" horizontalCenter="center" maximum="18" width="100%"
            click="nsBook = bookNS.value" />
    </mx:VBox>
    PLEASE HELP, getting these itemRenderers and itemEditors to work properly is DRIVING ME CRAZY!!!

  • Disabling a field when editing a user

    Hi,
    I have a form in which I want to disbale a field if I am in editing mode. But I want it enabled when I create a user. Anyone know how to achieve this?
    thanks

    I think that when the user has not been created yet in IDM, the waveset.id does not exist. so you are in creation mode.
    but when you're editing a user, the user exists in IDM and thus has a wavest.id.
    really basic but works fine !

  • Suggestions Please for a 27in monitor that shows photshop well for editing

    thanks, I don't want to spend an Apple Monitor type price. But under would be fine.  Appreciate it.

    Hey ear41, sorry for the delay - life! There are many variables involved
    when comparing 24" to 27" monitors but the basics are pixilation spread. On
    my Hp2711x I see no pixilation difference but I have on others. My old 24"
    was beautiful, it was also 1920X1080 resolution, it's been repurposed as a
    17" laptop dock monitor. The only difference I see is SIZE and I like it.
    I'm really into CS3 animation and the larger screen really helps me define
    detail, and it's all in the detail. I recommend you fine a store in your
    area that displays these 2 sizes side-by-side and see for yourself before
    deciding to spend the monies. All I can tell you is I love my 27 and would
    recommend it to anyone/everyone. Hope this helps you! Oh, and I'm jealous
    too - this photobucket shot http://img.photobucket.com/*
    albums/v339/Inuyasha32/WP_**000072.jpg * is awesome. I've got to look into
    this for my own setup. That's way too cool!

  • Instead of rebuilding the entire batch of photos, can i rebuild only those that show black screen on edit?

    i have been following the discussion on rebuilding the iPhoto files.  My problem only involves some of those just transferred from my camera.  Is it possible to 'rebuild' only selected photos?
    thanks.

    No.
    Regards
    TD

  • Why is my text frame edge showing when I print?

    My text frame edge shows up sometimes when it overlaps another frame.    It doesn't show up in the document when I am creating it, but it shows up when I print.  It is not a solid line all around the frame, instead, it just shows up in small lines once in awhile.  I have attached a picture showing the black dashed lines through the words "pow" and "baby.  Please let me know what I should be doing differently!

    Could be the printer (do the lines stay in the same place on every print? How about if you rotate the page 180?) or they could be transparency flattening artifacts, in which case exporting to PDF with live transparency and printing that might work better than printing direct from ID.

  • How can I change (or select) what is being being used when I share, as the file cover. When I Share lets say "Master File" i want to select a frame that is used as the file cover. So when its on my desktop I see this image as the file icon.

    How can I change (or select) what is being being used when I share, as the file cover. When I Share lets say "Master File" i want to select a frame that is used as the file cover. So when its on my desktop I see this image as the file icon.

    I don't think Finder does this (I've tried).
    iTunes does though. Where you can set artwork or the "poster frame"...
    This may not be what you want but if it helps, I know 2 ways  do this is
    Open the video in QuicktimePlayer7 | View | Set Poster Frame (even then, you might need to save it as .mov (ie in a 'mov container').
    Drag the file into iTunes and set the artwork (as in http://www.dummies.com/how-to/content/adding-album-cover-art-or-images-in-itunes .html)
    From there, iTunes will use that frame as the "poster frame" ie the photo/frame that shows when you browse your videos. Which is what you want, but limited to iTunes.
    When I do either of these above, the frame I set does not show when exploring files in "Finder" (or in the other Explorer tool I use called "Pathfinder").
    So it maybe, that exactly what you want, is not possible.

Maybe you are looking for

  • Can Portal 3.0 and 8i/9i Database Software exist on same Machine?

    Our current setup at work is webdb 2.1 and Oracle EE 8.0.5 residing on ONE physical server. (Sun Solaris)I need to upgrade the Software to Oracle EE 8.1.7 and Portal 3.0. We do not run Webdb as part of an internet or intranet site(These are controled

  • Graphical Process Monitoring in CE?

    Hi there, just getting to know the new BPM Feature with in the CE 7.11 and building some Business Processes. But I'm missing a graphical monitoring tool like in the Workflow Builder in ECC (Tx SWDD) to know exactly in which activity the business proc

  • Direct to voice mail

    a number of calls to me are going direct to voice mail.   I am not on the phone at the time.   what can I do to get these calls rather than have them go to voice mail

  • Stupid question: getting sysdate into repository variable (11g)

    Hi, I'm having a complete brain fade and can't figure out how to select current sysdate into a dynamic repository variable. I've done the following: 1. Created init block 2. Set data source to the connection pool from one of my Oracle databases 3. Se

  • Why is the wire broken in the attached program?

    Cheers Solved! Go to Solution. Attachments: broken_circuit.PNG ‏10 KB