Translated the request and the calendar BUG?

Hello

APEX 4.2.1.008

I have a request, main language Application = "French (Canada) (fr - ca)", language of the derived Application of = "Session".

I have a translated application, mapping language = "English (Canada) (fr - ca).

When I run a page with a calendar in the french request everything works well, but in English, previous, next or today buttons does not refresh the calendar.

I was able to reproduce it in the sample on apex.oracle.com database Application:

User: demo
PWD: demo

French = OK:

http://Apex.Oracle.com/pls/Apex/f?p=72351:10: & p_lang = en - ca

English = :(:

http://Apex.Oracle.com/pls/Apex/f?p=72351:10: & p_lang = en - ca

Thanks for your help,
Lucien

Thank you very much for the information and I'm able to debug the problem. I filed a bug for this issue and will be fixed in the next version of the product.

Thanks again
Sirot

Tags: Database

Similar Questions

  • When I pick a color for the foreground color, I have a popup saying "cannot process your request due to a bug"

    I have the CC legal of Photoshop, working with Windows 8.1, 8 GB...

    When I pick a color for the foreground color, I have a popup saying something like "Cannot process your request due to a bug" (I have the Dutch version, so it is translated). When I click 'OK', popup goes you and I can use the color that I took. When I pick a color for the background color, there is no problem. When I switch the front - and the background color, I get the popup again.

    I use Illustrator, InDesign, and Premiere Pro also, I have no problem with these programs.

    -Restarting my laptop does not work

    -Restart Photoshop and the Adobe app does not work

    -I can't update to Photoshop

    -I want to try to remove Photoshop and install it again, but I'm afraid I have to re - install all my brushes and my actions again

    Could someone help me? It's really annoying :/

    What did you do for troubleshooting so far?

    Restoration of preferences after checking all the presets custom like stocks, models, brushes etc. have been saved can be a good starting point:

    t http://blogs.Adobe.com/Crawlspace/2012/07/Photoshop-basic-troubleshooting-steps-to-fix-MOS - issues.html

  • (BUG) Problem creating events of the calendar in the past (IOS 9.3.1)

    Recently, I get such a problem:

    1. I opened a last date in the calendar default ios

    2. create an event:

    -put the name of the event 'Accident '.

    -day 17 April 2016

    -start time 16:00 (end time 17:00)

    -all other attributes - default:

    calendar by default (have also 1 calendar personalized in a list)

    No rehearsal, no trigger time, no participating, call back in 30 minutes

    * a tried also the attributes of different event with the same effect. Didn't help not also choose my google calendar. tried several times)

    3. Press 'Add '.

    wait: event created, appears on that date and remains

    get: event appears and disappears in about 1 second

    What could be? Can help you with this? What IOS Bug?

    Creation of future events - no problem

    Settings - Mail, Contacts - synchronization scroll to calendars - events - How back does go - you may need to reset it to take account of the date that you set the old event from

  • BlackBerry Smartphones Bug report: appointments that disappear in the calendar BlackBerry (Android)

    I have a writing a bug report on the BlackBerry (ver. 1.3.1.11404) calendar application for Android, running on a BlackBerry PRIV STV100-2 with Android 5.1.1 Lollipop.

    This bug is reproducible 100%.

    Synopsis: Zero minute appointments disappear to weekly view and the view of the calendar day when the zoom level is decreased enough, if the appointment of zero minutes is followed by a longer appointment.

    Steps to reproduce:
    (1) create a new appointment with the identical to its start time end time (for example, start at 09:00 to 09:00).
    (2) create a second appointment the same day from 30 minutes later, a period of one hour (for example, start at 09:30 to 10:30).
    (3) the day in day view or week view.
    (4) pinch-zoom in and out. The first appointment disappears from view when you zoom in enough. It reappears when you zoom in.

    Note: The use cases for the appointments of zero minutes is to store the reminders.

    Thank you @jonmorrow

    I have reproduced and shared internally

  • Drag and Drop in the calendar in Apex 5.0

    HI -.

    A nice to have feature drag - déposer APEX 5.0 are in the new calendar, but is it possible to drag-and - drop events outside the Agenda (events).

    http://fullcalendar.IO/js/fullcalendar-2.3.2/demos/external-dragging.html

    Is supported in this version of RTL of the calendar and how to change the language of labels such as Arabic, I see in the demos Fullcalendar is possible.

    Kind regards

    Omar

    Hi Omar,.

    Good question, we have not yet added the drag and drop external events. One of the reasons was there were not so many cases of use where this is necessary, but for two months after the release of the apex 5.0, I met individual request for this feature. If you don't mind, I'll be glad to hear your story and why you should use this and in what context.

    RTL is supported through the language of the calendar. All what you need to do is change the main language of your app to Arabic, and it will pick up all the parameters that goes with this particular language including the RTL settings.

    Kind regards

    Patrick

  • We use Flash Pro CC creating animations with legends and export to html 5.  We must translate the captions in other languages. How can we download translation of texts in our flash animations so we can use them in html5 using CreateJS?

    We use Flash Pro CC creating animations with legends and export to html 5.  We must translate the captions in other languages. How can we download translation of texts in our flash animations so we can use them in html5 using CreateJS?  I use the Flash on a Mac OSX 10.10.3

    Are you familiar with JavaScript?

    It does not completely answer your question, but the text displayed on the screen from any language (ActionScript/CreateJS / [insert the programming language]) generally all following the same path. Each language has a file stored in some form of key = value style, named through the language and the country of your choice, for example en_US.json

    Any language would allow the user to choose regional settings. The application would then grab the appropriate file and everywhere where the text is needed, the script must be using a (usually global or singleton) variable/service that can get the text of the requested key.

    for example if I wanted a user to have a confirmation of dialogue who said 'are you sure?"with buttons for 'Yes' and 'No', I would have (for me), an Englishman, USA base file en_US.json with these values, for example:

    en_US. JSON example:

    {

    'CONFIRM_YES_NO': ' are you sure?

    'YES': '' Yes. ''

    'NO': 'no '.

    }

    Then you use simply JS/AJAX to read this file. You analyze, or simply JSON decode in an object, or manually, depending on what suits your needs. When you want to display any text, you use the object (variable, maintenance, etc.) you have stored these values.

    for example calling to display function confirm dialogue:

    Nickname... but if you understand...

    and this comes from jQuery UI (see here)

    function confirmDialog() {}

    $(«#dialog-confirmer»).dialog({)

    Title: LocalizationObject ['CONFIRM_YES_NO'],

    buttons:]

    {

    text: LocalizationObject ["YES"],

    Click: function() {/ / do something for 'yes '.

    }

    {

    text: LocalizationObject ["NO"],

    Click: function() {/ / do something to the 'no '.

    }

    ]

    });

    }

    Please consider loosely. 'LocalizationObject' is a variable object or service that returns the appropriate text for the key that you provide. In this case, he provided the key 'CONFIRM_YES_NO', 'YES' and 'NO', which must be on the right answer for this key, localized.

    Again, this is not a manual on how to do it via Flash Pro but it's the general conceptual way you could do it in any language. There are a variety of other ways to do it, but it's a very simple way, as long as you keep your key names at least wake up verbose. A key name such as LocalizationObject ["ABC123"] is not really tell you what the key can be referred. Also nest them contributes greatly, as LocalizationObject ["UI'] ['DIALOGUES'] ['CONFIRM'] ['YES_NO'] = ' are you sure? It just shows I nested the title of the dialog within the user interface, because it is the text that appears in the user interface rather than content. Then inside dialog boxes that may contain a variety of different dialog boxes. Then inside her CONFIRM type of dialogue. Finally, the type is a dialogue YES_NO type (as opposed to OK_CANCEL or JUST_OK, etc.). Whole set makes it easy to understand what the text of reading: UI YES_NO confirm DIALOG boxes.

    I hope that from here you can see that you need to review everywhere you display text on the screen and centralize it in a sort of object (function or variable) of your choice. You must store the external language files to prevent unnecessarily load the other languages as well as an easy to modify Setup.

    The rest is just using basic JavaScript.

    Just be ready for the most difficult challenge. At least for me. The size of the text in several languages is very different, and in some cases requires the loading of special fonts. This can make layout in a very difficult dynamic environment. Always thinking all text how big or small can be in any particular and plan field on this size more and shrink so that to handle this situation correctly.

  • The ADF - weekends and holidays calendar in different color

    Need help to change the background colors for holidays and weekends on the adf (JDeveloper 11.1.1.6) calendar.


    Thanks in advance.
    Kala

    Here are the bugs on component calendar ADF opend.

    BUG 7507806 - SUPPORT a STYLE FOR CELLS weekend CALENDAR
    BUG 7513694 - HYP: IMPOSSIBLE COLOR CODE DAYS
    BUG 11663857 - RCUX DESIGN FOR NO COLOR CODE DAYS

    Kala

    Published by: Kala Patti on 19 February 2013 13:26

  • Blurry text "BOLD" in the list of messages not read and Board calendar and list files

    After the update of TB to 38.2.0 "BOLD" of fonts on the Panel with the list of folders, unread messages appear in bold in the list of received messages and all text with a font in bold in the calendar Panel has become blurred and almost unreadable. All the solutions proposed in the branch with the similar issue 4 months ago were not useful. Someone knows how to fix this?

    Two questions you can answer:

    (a) what version do you use?

    (b) there is a definition of the 'hardware acceleration' options | Advanced | General - what happens if you reverse this check box (if it is the turn it, if it is off turn it)?

  • The new buttons to switch on the calendar (and duties) tab placed on the title bar can be customized (deleted)

    shortcut keys are available for the calendar and tasks features. The buttons should be removable via customize like any other icon on the toolbar.

    No sorry I have installed lightning because I have no need of this feature.

    You could mention as before.
    Just uninstall Flash through the Add-ons Manager.
    Tools (Alt - T) - Add-ons-Extensions

  • I've just updated to the version of thunderbird 38.2.0 and can not find or access the calendar. SOLVED manually install the calendar

    I use windows 7 64-bit.
    I used the add-on of the calendar in the previous versions.

    You can install Flash via Tools | Modules. If it is already there, make sure it is up-to-date and if not, update. If it is not checked, select it.

    We seem to have a few wrinkles at the present time. While the calendar is now available in an automatic and eventually installed download for new users, we see reports of established users who have disabled the calendar to find the reactivation of himself and you come from the other direction; you want the lightning, but he does not appear to have been offered.

    Basically, it is still an add-on and can be added, enabled, disabled and removed just like any other add-on.

  • How to remove the calendar program in the e-mail section because I hate and that everything he did to the e-mail page

    all this happened on my email page yesterday and I clicked it, but I don't like it. and then all of a sudden Besides my collected email addresses and my personal address book now there's a "address book all the" I don't like it as it is constantly changing for it and I don't want that. I want my program to return to how it was three or four days ago, when I didn't have this program and the additional topics, etc.

    How to remove the calendar program

    Open the Add-ons - Extensions Manager, search for 'Flash' and press the 'delete '.

  • I followed the instructions for "Go Thunderbird data to a new computer," but the calendar data has not been transferred and the calendar program does not work.

    I manually moved my profile of Thunderbird in Ubuntu 12.04 LTS to 8.1 Windows. I followed the instructions and everything settled as expected except the calendar. Not only the calendar data has not been transferred, the calendar itself does not, for example no dates & everyday of the week, etc., all the menus associated with the calendar are "grey," etc. I'd appreciate any help. TIA KellyJMorris

    Calendar (aka Lightning) contains binary components, which are dependent on OS. Thus, you should not remove the add-on lightning in your add-ons Manager and install the Windows version of lightning.
    https://addons.Mozilla.org/en-us/Thunderbird/addon/lightning/

  • When adding new events to the calendar for Thunderbird lighting plugin, the application refreshes and removes recently added events.

    I have three calendars ICS (network) in lightning. All have offline support checked in the settings.
    Yesterday I opened TB and lightning to find all events that I had entered disappeared (there for a split second then it regenerated).

    My Calendars online are in the electronics/Pim 'Horde' mail system provided by my Web host.

    I tried several tests and disabled the Auto-Refresh feature (a solution proposed by another article), however the entries created in lightning disappear spontaneously. However, these events that I create in the online version of the calendar persist. So it would seem that they never actually get downloaded (synchronized) in the online master calendar.

    I use ICS as the online master calendar access method.

    Any help solving this would be appreciated, otherwise I'll have to remove the light and find a replacement.

    Concerning

    Adam

    ICS is a file format and are not really suitable for a network schedule. Apple cannot do anything more than read only works on their Ical calendars and for reading writing recommend CalDav. Horde maybe has a similar problem.

    Their web site, I noticed that they support CalDav. This is a calendar designed from scratch like this network protocol.

    This seems to be instructions on how to locate the URL caldav in the Horde, but knowing nothing about the product I don't really know. http://wiki.Horde.org/CalDAV

  • The time in the calendar works with an hour between start and end time

    Until recently, calendar worked OK but now only allow me to have a time of an event if I try to put the first gestures of time within an hour of arrival times longer.

    There is a symbol link to the right of the time of departure and arrival. If the points are in contact with the time interval that you have in the calendar (by default 60 minutes) options will be kept when you change the time. Click on this symbol, and the points will be away and stop this action.

  • I've upgraded to Firefox 12.0. Now, my Gmail calendar does not open in edit mode. I returned to explore, and the calendar opens there. What is the cure?

    I've upgraded to Firefox 12.0. Now, when I try to reach my Gmail Calendar, he only returned in read-only mode. Temporarily, I went to explore. the calendar appears when editing without problem. What should be my next steps to solve this problem?

    Try to clear the cache of the browser and possibly site cookies, in questions to troubleshoot Firefox in Safe Mode test failure

Maybe you are looking for

  • OfficeJet Pro 8500 scan to network folder number

    I followed all the steps to configure my network scan folder.  I made a folder, I have activated the SMB share, I added the file to the shared folders, I input as requested evrything, when I press on save and test, it gives an error that the computer

  • HP Stream 11: Bios password

    I have a flow 11 HP laptop I forgot my BIOS password can someone help me with this system to disable the code which is 59031947 thank you

  • Excel File could not be found?

    This excel file just opened last week.  I tried to open yesterday and get the "file not found" message, make sure that it has not been renamed, moved, or deleted.  There no unless it installs itself.  Had to happen to a certain files from the upgrade

  • Change the default file for downloads and some user folders locations

    A big thank you to all who have helped me, more recently DAXnnn and try * 3.  I come once more in need with questions.  For the cleaning of my boot partition before cloning to a smaller SSD, I'm getting cause folders USER My Documents, my music, my p

  • VRRP with (er) strong authentication?

    It seems that IOS supports currently VRRP with simple text password authentication, only. Can a person from development comment on when we might see the stronger IP Authentication Header variant for VRRP security in IOS?