display the model buttons based alongside, not above the other?

I created 2 buttons in the same region. These buttons have a model function button button style. I created a button template that is used by them. And the 2 buttons have a mouseover effect (another image appears when the mouse is on it). The alignment of button is set to the right. Sequence numbers are 40 and 50.

In the displayed page, they appear on top of the other. How can I get them to be side by side?

If I do the buttons, a typical image button, they appear side by side.

If I put one of the buttons to left alignment, while the button all the way across the page to the left.

What I need to adjust so that the 2 buttons are side by side, at the bottom of the region, on the right side?

Thank you
Maggie

Maggie,

It may be a problem with the template that you created. Throw an example on apex.oracle.com. Provide identifying information as well as the workspace name and we will have a glance.

Kind regards
Dan

http://danielmcghan.us
http://sourceforge.NET/projects/tapigen
http://sourceforge.NET/projects/plrecur

Tags: Database

Similar Questions

  • Phone after that restart asking for unlock model which I did not and no other choice is given

    Hi all

    My Compact Z3 phone overheating a lot in the summer in recent days. At one point, it was not to react and not start. So I pressed the yellow button OFF next to the SIM card of nano.

    http://support.sonymobile.com/GB/xperiaz3compact/Userguide/resetting-your-device/

    After that, the phone has rebooted and he asks me for an unlocking scheme, I had never put forward.

    Is not offer me an alternative like Google identification or security issue. And after that bad 5 attempts it told me to wait 30 seconds.

    I see that the phone works, I get calls and can see that messages arrive. But I can not unlock the phone!

    I tried a hard reset using PC companion, but he complains and says I need to have the screen unlocked to continue!

    Similarly, no solution here!

    Any help would be greatly appreciated.

    Hello

    Try this and see if it helps > http://talk.sonymobile.com/t5/FAQ/How-to-unlock-a-phone-w-o-reseting-reformating-the-phone/td-p/9272...

    Also, about the repair with PC Companion, proceed this way

    Update / fix your phone via PC Companion

    Download PC Companion and install it. Do not connect your phone until you are prompted to do so.

    Start PC Companion > start Support area > early phone / Tablet software update > select Repair my phone / Tablet > follow the on-screen instructions it shows.

  • Customize the details pane to display the other fields in JPG

    I love the photo features of Windows Explorer in Windows 7.  However, I would change that describes in detail, it shows me in the details pane.  For example, with jpg files, I don't want to see "Camera Maker" or "camera model".  I would like to see the 'topic' and other details of file property.  How can I change or personalize the details pane of the Windows Explorer so that I can see and change these fields I am more interested?

    Thank you.

    I love the photo features of Windows Explorer in Windows 7.  However, I would change that describes in detail, it shows me in the details pane.  For example, with jpg files, I don't want to see "Camera Maker" or "camera model".  I would like to see the 'topic' and other details of file property.  How can I change or personalize the details pane of the Windows Explorer so that I can see and change these fields I am more interested?

    Thank you.

    Here's a solution that I found and it worked for me on Windows 8.1:

    1. Open the registry and access:
      HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.jpg
    2. Change the PreviewDetails string with the values that display. You can reference the string of FullDetails for what seems to be the complete list of the available values for this type of file.

    Here is the post where I got the information of:
    http://www.SevenForums.com/general-discussion/36636-edit-Windows-Explorer-details-pane.html

  • Pages that I bookmarked it display the other pages of my favorites when I click on the names of bookmarks.

    I bookmarked the URL by using the feature to MARK THIS PAGE of FIREFOX. However, when I try to reuse the pages by clicking on the BOOKMARK, FIREFOX will load another page in my FAVORITES. It happens all the time.

    Tyler:

     Thank you for your prompt response. However, there is an issue. You recommend updating FIREFOX to 18.2 but when I try to update it says FIREFOX 15.0..1 is the latest version.
    
  • Emulation of go button based model button

    Hello

    I created a model button based to allow me to add a yes / no warning, ask a question (according to a set of circumstances). Being new on ApEx and Javascript is a task in itself enough.

    What I want to do now is make the appearance of the button as the button 'Go' picture and have it emulating the "Create button displayed among the elements of regions. Does anyone have any suggestions where to start or if it is possible to do?

    See you soon,.

    Mike

    Hello

    You can create your own template button.

    1 - Go to the components shared, models
    2 - Click on create
    3 - Select the button
    4 - Select from scratch
    5 give the template a name - for example, 'go button', then select a theme category (for example, Custom 1)
    6. click on create
    7. change the new model
    8 - in the defintion, model parameter, set:

    <a href="#LINK#"><img alt="Go" src="/i/go.gif"/></a>
    

    and apply the changes

    Now go to the button on your page, and then in the list of available button models, your a new should appear - select it.

    Andy

  • How to display all the other images in the image indicator

    Hi all

    I use IMAQ for capture and record high freq and images high resolution. I have an indicator of image directly from 'Image Grab acquire'. Thus, the indicator image displays images at very high frequency too. To display frames, but not necessarily all alone (enough so that the operator can see what's happening). So, I wonder how I can view, say all the other images (for example all the odd/even number of images), or jump on two and show the third?

    Any help will be appreciated!

    Thank you!

    Wenlong

    Here are some general observations.

    • Image acquisition is "a horse of a different color" - in contrast to many other I/o devices, the memory containing the data (here called the "buffer") is handled by the driver and is not directly available for LabVIEW.
    • I'm guessing that you are using hardware OR video, because you use the IMAQ functions (I used only IMAQdx).  Is this true?  What camera do you use?
    • The (probably) "Awakenings" IMAQ extraction buffer herself to the camera (I say 'probably' because I don't know the hardware you use).  This means that While the loop containing it will work at the rate of the camera images (so you can easily calculate the frame rate, as your example code).

    This looks like a routine NI Demo, so I think that you don't have much experience with the treatment of Vision.  If you have a lot of other LabVIEW experience, you should be able to make the leap to the vision, once you have the idea of the functioning of the buffers.  Unfortunately, there isn't much in the way of tutorials and white papers on Vision than on other subjects of LabVIEW.

    Yes to your question - how to view every Nth frame.  This is the loop key (which arises directly from your code):

    As menioned above, this routine is 'clocked' by the function of extraction buffer.  What you do to display each image is th is to place control of the Image inside something like a Case statement that "triggers" each nth time.

    Here is a version of 'Nth' of the loop above (details omitted)-

    We always roll the filling of each buffer with a frame loop.  But we then use the whole function divide to select the nth image (those who have a remainder of 0 when i is divided by n-th) and of the 'image' line (it does not really an image) for 'Image' control, with the other case being "Default" (for all the other Valentine go) and nothing inside.  Thus each nth time in this loop, the output of the extraction buffer is the wire to an Image (and displayed), the other N-1 times the thread is going nowhere.

    Bob Schor

  • Search for a similar string in the 2D array and displays the result with another column

    Hello

    One who can help, I have a chart 2D of txt file that have as many lines and 5 columns and I want to do a search and display the other results of the column.

    For example.

    Column 0                      1                           2                                  3                           4

    12345 qwer asdf 12qwe tjhrtyert

    werr 23568 wef fgertge fsefff

    If I manage to find 12345 and I want to display 12qwe, what should I do in labview? Help, please!

  • Image is described in IE, but not in any other browser

    This image of type "Facebook on Waterkeeper" is not supposed to be exposed but is exposed when I display in IE.  It does not reach any other browser and should not.  Anyone know why this is happening?  http://www.iewaterkeeper.org/  Thank you, any help is appreciated.

    Add the following line at the end of your stylesheet

    an img {border: none ;}}

  • A model of TV Sony KDL-32BX330 has somehow display the date or time? MENU button does not

    A model of TV Sony KDL-32BX330 has somehow display the date or time? The button MENU has no option to select or adjust the time or date... maybe a new firmware?

    Hello, manual,.

    There is no option to display the time and date of the TV Sony KDL 32BX330.

    We cannot comment on future firmware updates, nor can respond us if a product will not in the future it does not currently feature.

    If my post answered your question, please mark it as an "accepted Solution".

  • After installation or upgrade to Firefox 31, starting Firefox does not display the home page, personalize displays a blank page and the radio button does not work

    I am the admin of Windows for a University Department and install PC with Firefox all the time. This problem does not occur with every PC I would maintain, only a selection bit (model different laptops with Windows and update 1 8.1.) Until today, it has happened with the new user (with admin rights) accounts that I place on laptops for our staff. Today, this happened with the account administrator while setting up a new laptop. In all cases so far, I have install Windows from a registered image that was created by using sysprep.

    I tried many suggestions to reset Firefox, removing the profile of Firefox users, removing the Windows profile users, uninstalling/reinstalling Firefox, uninstall/reinstall of Firefox and the latest Java, but nothing helped. After uninstalling, I run an application to delete the caches and temporary files and even remove manually the keys to register HKLM\SOFTWARE\Mozilla and HKCU\SOFTWARE\Mozilla. I restart and make sure that the installation folder is deleted after uninstalling.

    Results are the same: after installing Firefox 31, the initial settings for migration, IE or Chrome pop up and after having clicked on the button finish, Firefox starts but does not display the home page of the new user, only a blank page. By clicking on the Options (3 bars) button does nothing. Right click in the appropriate box, the shortcut menu appears, so I can choose to customize, but which opens another tab with subject: Customize the URL and the page is blank. In the right click context menu, I can activate the menu bar and get options from that.

    My last attempt helped a little. I uninstalled Firefox 31, cleaned, removed the profile user Firefox, rebooted and then installed Firefox 30. Initial start-up runs and tells me that I'm not up-to-date and the works of button Options. But I can't always customize.

    Then I upgraded to Firefox 31, but then it's back to no start page, no options button and no customization. I can go down to 30 and get customize practically works again.

    Addon only is for McAfee Scriptscan to Firefox 15.1.0, just after installation is disabled.

    Any help would be appreciated. Thank you.

    You can try a different theme of Windows?

    Have you tried to start the computer using Windows safe?

    Start the computer in Mode safe mode with network support Windows (on the startup screen, press F8) as a test.

  • Inside af AF:selectOneChoice: table sometimes does not display the appropriate values, based on the results of the query of the view object

    Hello

    I use jdev 12.1.2.

    I have a few components of af: selectOneChoice that is contained in an af:table element.  The table is extracting lines from database and display data.  Now here's the weird part: sometimes the component of selectOneChoice will have the correct value selected, and other times it will be just left unchecked.  I can verify that the data in the object view lines are indeed correct after I request them.  The LOV for soc components are properly set up (some are configured as static list display objects and some are set up as model driven lists based on display objects).  I have just completely puzzled me as to why they work sometimes and then not work at times even though I am following the exact same steps to reach that point in my application.  Someone at - he never meets this problem before?

    Thanks for reading.

    Problem solved!

    For anyone having this problem in the future: do not try to do a partial trigger on a table that is not in the visible panelTab.  The problem is that when my view criteria applying, I was refreshing the TWO tables.  This caused that was not visible to lose the selectOneChoice selection, while the other table was very good.  Remove the partial relaxation for the table that was not visible caused the data to be maintained properly during the exchange between the tabs and change the view criteria.  Thanks for the help again Ashish, stumbled on the real root of the problem, after following some of your suggestions.

  • Is it possible to use &lt; af:message &gt; to display the validation model adf instead of the default note window

    For any component input, validation that we created at the level of the entities attribute are executed and if any validation fails, the messge is displayed in a window of default note on the component of the.

    Is it possible to use < af:message > to display the validation model adf instead of the window of default note for the corresponding component in a fragemnt jsff page?

    I use JDev 11.1.1.6.0.

    Thank you

    Jean Bayard

    Michelle,

    I have good news. I was able to reproduce, locate and bypass your problem.

    The problem is the following:

    works very well in JSF pages, but it does not work in JSF fragments (which are part of a glued TaskFlow, what is included in a page parent as a ) because ADF when executing a miscalculation of the value of of 'for' - attribute when it is part of a region BTF. For example, suppose that the has id = "it1" (as it is in your JSF fragment above) and this TaskFlow defined in included as a with id = "r1" in a parent page. Then the internal ID of the input text field will be 'r1:0:it1', but at runtime, the framework will set the value of 'for' - attribute to the 'r1:it1' (which is wrong) instead of "r1:0:it1" (which is the correct value).

    You can work around this bug by specifying:

    Instead of

    in your code above. In this way the framework will make up the correct value for the 'for' - attribute at run time and will not work correctly. Don't worry the caveat against a non-existent ID in the JDev source code editor.

    You must do this trick only in fragments JSF and you should not do in JSF pages.

    Dimitar

  • Form based on a Table, only updated authorized, form does not display the data

    Hello

    I created a form based on a Table by the corresponding wizzard. The table has only one line. The shape didn't create or delete buttons, only update & Cancel is allowed. The PK (id field) is hidden and it takes the value of a database trigger when insert (in fact never is apllied because there is no Create).

    When the form is called it is already displayed in update mode, with cancel button allowed but not data in the fields. Line seems ok, session data available null to variables/positions. No idea why this is happenning? I expect to HAV the data in the form fields.

    TIA

    Hello

    Your primary key item have no value, I guess.
    Create calculations to set the value of the item that is in this single line in your table

    BR, Jari

  • How can I click apply when switching back resolution lower when the window does not display the Apply button when

    How can I click apply when lower resolution when the window does not display the button apply because the resolution is too low

    Hello

    Try pressing the ENTER key on the keyboard instead.

    See you soon.

  • My model is an integrated and I was afraid to take it apart and * it upward. I tried all the f keys, but only F2 works. It does not display my HD, and it does not start. What should do?

    Hey guys, so I have an ASUS X502C and last night, it has become very slow, that I tried to close all pages open and it started making a very loud noise. I couldn't even turn off, so I closed the lid and went to sleep. When I woke up it was still on the same screen until I tried to close it and turn it off. He went to a black screen with the back light on. My model is an integrated and I was afraid to take it apart and * it upward. I tried all the f keys, but only F2 works. It does not display my HD, and it does not start. What should do?

    Hey guys, so I have an ASUS X502C and last night, it has become very slow, I tried closing all open pages, and he started to make a very loud noise. I couldn't even turn off, so I closed the lid and went to sleep. When I woke up it was still on the same screen until I tried to close it and turn it off. He went to a black screen with the back light on. My model is an integrated and I was afraid to take it apart and * it upward. I tried all the f keys, but only F2 works. It does not display my HD, and it does not start. What should do?

    Hello

    Looks like a hardware failure.

    Try to reinstall the operating system:

    It comes to the use of the Asus restore procedure.

    http://www.ASUS.com/support/FAQ/1006133/

    See you soon.

Maybe you are looking for

  • Firefox does not close after checking plugins

    I do a check for plugins B4 I close Firefox, then I always run CCleaner after that, but lately CCleaner has been telling me that I always open a browser and asks if I want to close Firefox, if I say 'yes', then he says it takes too long I want to for

  • Satellite A105-S4284 does not play the simple DVD but only CD and DVD - RW

    HelloI have not seen a post about the problem I have. About half or less than half the time, when I try to play a DVD in the CD/DVD player, the DVD not play. CD playback. Reading DVD - RW. I'm confused. Can anyone help?

  • NVIDIA SLI and Premiere Pro

    As I understand, NVIDIA SLI a no. USED in ALL Adobe applications.  I have two GTX 970 s, and what I believe, or I would never active SLI if I want the best performance of Premiere Pro.  However, even if I don't have SLI enabled via the computer softw

  • Need a query...

    My version of oracle is 11. I want to prepare a DDL script for all the listed items below... 1. the tables with all the options 2 views 3 types 4. the index 5. packaging / procedures / functions / triggers - only object name 6 triggers - Source of re

  • missing backup files

    Hello10 g R2 on AIX 6.1.I try to recover my backup database. I have my backup files to file susytem:-rw-------    1 oracle   dba         1163264 Dec  1 02:38 ctl_MYDB_20121201_25_1 -rw-------    1 oracle   dba        36769280 Dec  1 02:38 al_MYDB_201