Weird problem with the width of the selection list

4.1.1

Hello

I got a selection list filter that has three values null, Y and n. based on what the user selects a tabular presentation is filled with data that also has a list of selection.

Now, earlier, I had only two values Y and N in the selection filter, and according to the selected option list, select tabular list would be filled as well as other areas. Select the 'tabular forms' list for all lines are the same width. When I added the Null value option in, select the filter, now the tabular form displays all of the values, however, the selection list is of different sizes according to the length of the text.

I put in the CSS Style of the selection list - width: 20px

I also tried the option element width, but still no luck, when I select Y or N to the upper filter select, selection lists appear correctly with the same width.

No idea what could happen?

Just to confirm, the problem is with the width of selection tabular list.

Thank you
Ryan

ryansun wrote:
4.1.1

Hello

I got a selection list filter that has three values null, Y and n. based on what the user selects a tabular presentation is filled with data that also has a list of selection.

Now, earlier, I had only two values Y and N in the selection filter, and according to the selected option list, select tabular list would be filled as well as other areas. Select the 'tabular forms' list for all lines are the same width. When I added the Null value option in, select the filter, now the tabular form displays all of the values, however, the selection list is of different sizes according to the length of the text.

This seems odd. Can you reproduce this on apex.oracle.com? What browser do you use?

I put in the CSS Style of the selection list - width: 20px

I also tried the option element width, but still no luck, when I select Y or N to the upper filter select, selection lists appear correctly with the same width.

No idea what could happen?

All functionality of another column using the column Standard report basically, means the "CSS" Style property is not applied (see, for example: {: identifier of the thread = 1001577}), then the attributes of the element, link attributes etc. should be used.

Tabular controls, to use the standard approach of HTML attributes. Come in

style="display: block; width: 200px;"

in the property of the attributes of the element.

Tags: Database

Similar Questions

  • Problem with the selection list dynamic LOV using bind variables

    I have the following SQL to fill a selection list:

    Select d, ch from
    (
    Select ft. FAMT_NAME d, pi. R FAM_ID_T of FAMILY_TRA ft
    Join the ck list
    on ck.family = ft.famt_name and ck.newseq in (: NEWSEQ_QUERY_SQL)
    )

    Where NEWSEQ_QUERY_SQL is a part of the application that is defined by a calculation of page and essentially returns a list of values NEWSEQ based on some parameters of the user query. For example:

    Select distinct (ck.newseq) in the ck list where rownum < 20

    The query above works fine with SQL Developer and returns two columns needed (display_value, return_value)

    However, it returns no line, when it is used to fill the LOV to a selection list.

    If I replace the: NEWSEQ_QUERY_SQL with a list of NEWSEQ hard-coded, it works:

    Select d, ch from to)
    Select ft. FAMT_NAME d, pi. FAM_ID_T r
    of FAMILY_TRA ft join checklist ck on (ck.family = ft.famt_name and ck.newseq in ('K0242900', 'K0217200'))
    ) ;

    I can even replace: NEWSEQ_QUERY_SQL with hard-coded SQL and it works:

    Select d, ch from
    (
    Select ft. FAMT_NAME d, pi. R FAM_ID_T of FAMILY_TRA ft
    Join the ck list
    on (ck.family = ft.famt_name and ck.newseq in (select ck.newseq from the list ck where rownum < 20))
    )

    But if there is a connection variable (: NEWSEQ_QUERY_SQL), it doesn't.

    Selection lists are driving me crazy! They seem incredibly capricious.

    Hello:

    You cannot link a "sql statement" that bind the value you're trying to do.
    P2_FAMILY_LIST must be the SQL statement you executed for the LOV. Something like

    select d, r from
    (
    select ft.FAMT_NAME d, ft.FAM_ID_T r from FAMILY_TRA ft
    join checklist ck
    on (ck.family = ft.famt_name and ck.newseq in (select ck.newseq from checklist ck where rownum < 20))
    )
    

    CITY

  • Weird problem with the google search on Safari 9.0.2

    Hi all

    I had a weird problem with Google on Safari recently. After that the search for something from the Google home page and search page is loaded, I can't be able to change or enter anything in the more the google search bar. I have to reload the page every time google to search something else. Google search worked fine on Firefox though.

    I use the latest version of Safari (9.0.2) and I tried clears all history data, and Web site, but nothing has worked so far. My Mac is running on OS X Yosemite so what counts.

    Can someone understand what is the problem?

    Thank you.

    If you have problems to open Web pages, take a look at these techniques proposed by Apple of troubleshooting.

    https://support.Apple.com/en-us/HT204098

    Go to the Safari menu (at the top right of your screen next to the Apple icon), choose 'Quit Safari'

    Press the "Shift" key and while holding this button on your unique keyboard, click the icon of Safari on your Dock.

    Open Safari - Preferences - Privacy - data to remove any Web site.

    Open the menu to go with the Option (Alt) key - library - key locate Safari folder and place it on your desktop. Restart your Mac, open Safari and delete the file from your desktop.

    In addition, a restart may help.

  • Problems with the selections in cs5

    Hey, recently I started noticing odd behavior that's not happened before involving selections in photoshop cs5.

    the first thing I noticed, when I made a selection with the lasso on any given layer and hit transform, the tool only has not automatically select active pixels as it did before. Instead, the processing area was around the entire selection, I did even if the borders do not contain active pixels. It is a very big problem for me because when I have my items in a certain place, and I want to turn them in this position, thay move somewhat because the selection is not limited to the shape. I was wondering if this is some new CS5 that can be changed. or old function that I've accidentally switched on.

    My second problem is that when I make a selection with the Selection tool or the lasso tool, then I swiitch on the move tool to move the selected content and then switch back to a selection tool to delete only a part of the previous Thatcher so that I can spend the rest of the content, place of deselection of this region, it erases the pixels contained in the deselection. and I just want to remove the selection, do not delete the pixels. I also wonder if it is a function that can be modified or if I have a big problem.

    Any help will be much appreciated.

    AD 1)

    A solution might be to switch to the tool move and press the left and right arrow in the order.

    AD 2)

    One solution might be to enter and exit quick mask by Q hit twice.

  • change the results of the report with the selection list using dynamic action

    This is one of those situations where if I could understand the appropriate search terms to use, someone else must have asked this question in the past.

    I have a report with a SQL query with a condition based on a list of selection on the same page. So I have a list of selection -: P177_FISCAL_YEAR

    My request for my report is:

    Select md_id, display_name, description
    of media_tbl
    where fiscal_year =: P177_FISCAL_YEAR

    When a person makes a selection on the selection list (: P177_FISCAL_YEAR), I would like to report up-to-date without having to submit the page. I was hoping that I could do something like this using a dynamic action but have not found a way to do it.

    Thanks in advance!

    John

    Create dynamic Action:

    When
    Event: change
    Selection type: product (s)
    Article (s): P177_FISCAL_YEAR
    Condition: - unconditionally.

    Real Actions (add 2 real actions)
    -the first is to load the value in session state so that the report can see.
    Sequence: 5
    Action: execute the PL/SQL Code
    Code PL/SQL: null;
    Items to submit page: P177_FISCAL_YEAR

    -the second to refresh the report
    Sequence: 10
    Action: Discount
    Selection type: region
    Region:

  • Layer duplicated to the new publication?  Weird problem with the duplicate() command.

    So, I'm writing a script that grabs the selected layers and throws them in a new document that corresponds to the original.

    But something strange that happens when I use duplicate several times in a row.  It duplicates my duplicate layers.

    I start with this selection:

    origional selection.PNG

    But an end to this result in my new doc:

    resulting problem.PNG

    This has me very confused.  I would appreciate someone looking at what I have.

    Thanks for the research.

    Here is the code:

    var FSTdoc = app.activeDocument;

    var curPATH = app.activeDocument.path+'/';

    fullNAME = app.activeDocument.fullName var;

    var ABSOfull = fullNAME.absoluteURI;

    var curPATHstr = String (curPATH);

    var fullNAMEstr = String (fullNAME);

    var theLayers = GetSelectedLayers();

    var HLDRdoc = app.documents.add (FSTdoc.width, FSTdoc.height, FSTdoc.resolution, FSTdoc.name, NewDocumentMode.RGB, FSTdoc.initialFill, FSTdoc.pixelAspectRatio, FSTdoc.bitsPerChannel, FSTdoc.colorProfileName);

    app.activeDocument = FSTdoc;

    LAY1 = theLayers [0] .duplicate (HLDRdoc, ElementPlacement. PLACEATBEGINNING);

    LAY2 = theLayers [1] .duplicate (HLDRdoc, ElementPlacement. PLACEATBEGINNING);

    lay3 = theLayers [2] .duplicate (HLDRdoc, ElementPlacement. PLACEATBEGINNING);

    function to get layers selected by paul m.;

    function GetSelectedLayers() {}

    var A = [];

    var desc11 = new ActionDescriptor();

    var ref9 = new ActionReference();

    Ref9.putClass (stringIDToTypeID ('layerSection'));

    desc11.putReference (charIDToTypeID ('null'), ref9);

    ref10 var = new ActionReference();

    Ref10.putEnumerated (charIDToTypeID ('Lyr'), charIDToTypeID ('Ordn'), charIDToTypeID ('Trgt'));

    desc11.putReference (charIDToTypeID ('From'), ref10);

    Try the lock to stop the script

    try {}

    executeAction (charIDToTypeID ('Mk'), desc11, DialogModes.NO);

    } catch (err) {}

    Alert ("Script will not work on locked layers.");

    throw new Error ("locked layer");

    }

    var gL = activeDocument.activeLayer.layers;

    for (var i = 0; i < gL.length; i ++) {}

    A.push (GL [i]);

    }

    executeAction (charIDToTypeID ('undo'), undefined, DialogModes.NO);

    return A;

    };

    What version of Photoshop are you using? I think the problem is that you have multiple selected layers when you perform step duplicate. With the new version that will be fooled all selected layers. By three not fooled, you are indeed fool all the layers selected three times.

    I think you should do that one step of dupe or change the layer selection to a single layer after layer selected and before step of dupe.

  • Select and mask | Problems with the selection in the process of disappearance - CC 2015.5

    Hi all!

    I've just updated Photoshop 2015.5 CC version.

    I am currently working on a design that needs cutting contours.

    So I picked all the areas belonging to the background of the image and then click on the "select and mask" to refine the edges and then clear my selection as I usually did.

    But instead, my selection disappeared...

    My steps were:

    1. Selection of the areas to clear with "themagic wand tool.
    2. Click on 'select and mask' (output parameters: output to the selection).
    3. Click on 'OK'.
    4. Selection has disappeared!

    I have provided all the tools to their default settings, but nothing has changed.

    I tried to close and reopen the case, repeat the steps to delete the background, but I always feel the question.

    It is a big problem for me!

    I hope that there is someone who could help me/us with this!

    Best,

    Joanna

    I actually asked the new workspace me first thing after update, because I wasn't getting.  It's different enough that you need to learn everywhere, I'm afraid, but it is definitely an improvement when you become familiar with it.  See Julianne Kost guide below, but I suspect that you may need to adjust the sliders that control the opacity of the background.  Or simply click on the transparent part to start the selection.

    Select and mask "Julieanne Kost's Blog

  • Hi, problem with the selection and processing

    I'm having problems with re-sizing any shape using the Selection (V) tool. It did not work properly, I don't know how it has stopped working. Is it possible to fix this?

    Thank you.

    Navid

    Navid,

    Display > display the bounding box?

    CTRL / Cmd + Shift + B to toggle between Hide and Show, one of the regular keyboard mishits.

  • Problem with the selection lasso, quick selection and error messages (saying selection is empty)

    Hello

    I'm trying the sect a person on a picture and paste it into this collage photo, I'm working on that. First I tried to use the quick selection tool, but I guess my man I'm cutting too many colors: when I use the quick selection, it immediately goes into a rectangle around the entire image. I even tried to paint the rest of the picture in black with the exception of humans, but always the same results with the quick selection. Then I tried the lasso, but nine times out of ten, he would stop and do an odd choice. When I finally got a good lasso selection (done after much cursing) then CS6 told me that 'the selection is empty' . What? I made a new layer before I made the selection.

    Can you help me solve these problems?

    I just downloaded CS6 just a day ago and have a lot to learn, but I worked with Paint.net and Paint Shop Pro for the past two years, so I'm familiar with paint and photo editing software.

    Thank you

    Kelly

    [amended to be readable by an admin text]

    Please do not submit your application in green. It's a useless distraction.

    You are trying to make a selection in an empty layer.

    Back to the image of the layer, not the empty one that you created, and you will be able to make a selection.

    Once selected, press Cmd + J to your object selected on a new layer. I think that's what you had in mind.

  • Problems with the "Select tool?"

    Because I have updated the latest version of Adobe Illustrator on cc, the "Select" tool does not correctly. It does not scale the rectangle shapes (made by the tool 'Form') using the "select" tool (all other forms work fine). I tried to contact customer service at this topic and it seems that it is a software update. I asked an ETA, but was initially ignored, and the 2nd time said they could not provide me with this information yet, only that he had been sent to the engineering team. I have projects and patterns to talk of the possibility of those not being not on the time and all I was asking for a was an estimated time that the glitch would be fixed and then nothing more said, I booted from the live chat. At this point, I am furious because I tried to be patient ALL day with the customer service team and that's how I'm treated... All I want is a time on how long it usually takes to update glitches can be solved. Even if it takes a month, it would be nice to be able to provide this information to my people.

    Zewster,

    It seems that the problem is a bug that is limited to only one of the MAC versions starting from 10.7 and 10.8, but not 10.9 (Mavericks), see this thread linked below.

    https://forums.Adobe.com/thread/1595973

    Thus, a switch for the Mavericks with a reinstall might be another way to solve here and now.

  • A problem with the selections of feathers - please help!

    I am currently using Photoshop CS4 Extended.  This problem can be demonstrated by the following workflow (the actual size, I used are not important):

    1. open a new file with a white 4 "x 4" @ 400 dpi (use the foreground/background default colors - black and white).
    2. make a new layer (Layer 1) and fill it with black.
    3. a second new layer (Layer 2) and fill it black also.
    4. Select a rectangle in the Center about 2 "x 2".
    5. make layer 1 of the active layer.
    6. choose Select-> modify-> feather 100 pixels.
    7. tap on DELETE.
    8 make the layer 2 of the active layer.
    9. choose Selection-> invert.
    10. press delete.
    11 change the property of the layer 2 layer to multiply.

    I expect that the two layers (Layer 2 and layer 1) should be exact with the compliments of the other such that none of the white of the background layer should be visible through the black.  But instead, there is a halo of invisibility in the pen area (see this by disabling the background layer).  Step 11 seems to have no effect.

    None of you see this problem too.  What can I do to get an opacity of 100% in both layers of feathers?  Does anyone have an explanation for what is happening and why the unexpected behavior.

    Another thing that is strange is that if you just do a sselection feathers to say a black box, fill it with white and then fill the same selection with black, you get a similar unexpected result.

    You can contact me directly at [email protected] .

    Dave White

    http://www.atileimage.com

    Maybe I didn't address it directly, but I did it on a conceptual level: all calculations are multiplicative.

    If a pixel is partially selected, it is multiplicative combined with fill color (X % x 100 + original pixel color - X % x fill color).  To do this, twice, and some vestiges of the fill color of the first filling is part of the original pixel color twice.

    function() {return A.apply (null, [this] .concat ($A (arguments)))}

    I still want the effect somehow and wonder how.

    Can you describe clearly what it is you are trying to accomplish?

    -Christmas

  • Having a weird problem with the new window. Download the old look of firefox with incorrect URL and messy appearance.

    I opened a new window in the main window of Firefox. The new window is nothing like on the main window of Firefox 4 Beta. And when I have tabs in a new window, the URL doesn't change. Infact, it changes nothing in the tabs. It remains that if I change it manually.

    I do not encounter this problem in the main window of Firefox. If I open a new window of hand. Why is this?

    Take a look at the screenshots I did.

    Main window
    New window

    You may also notice the tab I'm the and the URL is displayed in the image of the new window. You can see what I'm talking about here.

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the Add-ons is the cause of the problem (switch to the DEFAULT theme: Tools > Modules > themes).

    • Makes no changes on the start safe mode window.

    See:

    Create a new profile exclusively for version 4.0 beta and create a shortcut on the desktop with Pei 'profile' attached to the target to launch this profile.

  • Weird problem with the file to the desktop, cannot be deleted, but not ro.

    Have this file of someone on a Yahoo Group, there was supposed to be a list of some articles of the hobby for sale. Do not remember how I downloaded it, e-mail, group, its Web site. Name is "the N - 2 Locomotives surplus" without extension.

    The file appears on my desktop. Properties indicate that it is of length zero. It cannot be deleted, renamed, moved, whatever it is. The error is still the same - file cannot read from the source file or disk. It's as if she's not here.

    I was even able to create a file with the same name on the desktop. It didn't crush it, it's right there next to each other. Norton doesn't pick up on it.

    I want to delete this guy, it makes me crazy. It seems to violate what I know about the files. What is c? How can I he kill?

    Unlocker:
    http://ccollomb.free.fr/Unlocker/ Bruce Hagen MS - MVP [Mail]

  • How to move grid in a region with the selection list, dates selector and buttons?

    Hello

    I'm on Apex 4.2.4 and using the theme 25.

    Most of the time the reactive model is great when you want to align things. But in this case, I want just the displayed items from left to right.

    I have the setting on the top bar and I want the elements all in one line.

    [Date Picker] [30 days] [60 days] [90 days] [Site selection list]

    The date picker is so that they can choose a specific date and the three buttons are there to make the date of the report to jump to sysdate + 30, 60 or 90. And the list of location selection, is that they can specify the type of report.

    I can't get them to single-line layout. I tried several different combination, including the specification of the column and the extent of column. And none of them does not seem to work.

    Apex login

    workspace: bulbcharts

    user: guestdev

    password: graphics

    ID of the App: 73911

    Page: 1

    TC-army wrote:

    Is there a way to disable just grate inside this one region? I just want to bring to the left of the battery (float). But the grid is not able to handle this.

    Could not drop.  Credit for going to this thread:

    https://community.Oracle.com/message/10914920#10914920

    Here's a demo which I believe meets your needs:

    https://Apex.Oracle.com/pls/OTN/f?p=61859:1

    Jeff

  • Problem with the folder list

    Hello

    I try to use the folder list to the list of all the files in the folder of LVM. However, I get this error message when I run the VI.

    I tried to key in the pattern such as *.lvm or even using the loop, still do this out of the error message. Please help me.

    See you soon

    PX

    Hi PX.

    I guess you must enter a folder instead of a path of the file LVM.

    Hope this helps,

    Mavis

Maybe you are looking for

  • How can I change the preferences of firefox

    In one of my sites where it tells me to log on to the icon to connect is hidden. I find making it scroll with my mouse and the pointer turns into a hand with a finger pointing an arrow. I contacted the financial site and they told me the following: F

  • G6-1d46dx against the overheating/Random Hybernation

    This was a little over a year since I bought my g6-1d46dx. So far, the only problem I had was a defective CPU and the radiator. At the time where my computer was under warranty and it was reparied quickly. Now, my laptop will randomly in hybernation.

  • Yoga 2 start plus-nouveau!

    I just bought a brand new yoga 2 11 only 10 days ago. I used this afternoon, he closed up and left for a few hours. Tonight I tried of the wake, and it is stuck on the screen of Lenovo. After awhile, he says prepare auto repair. He lined up for 10 mi

  • ERROR_NOT_FOUND (0 x 080070490)

    When you try to install Service pack 2 for windows vista x 32, I get the item was not found. and ERROR_NOT_FOUND (0 x 080070490) and I can not all troubleshooting solutions to work. Any ideas?

  • Contacts missing after upgrade to WLM 2011

    How to make a comeback?