Posts

Showing posts from January, 2025

✔ RTL Map Region Labels APEX 24.2 & 🌍GeoCoding

Image
  ✔   RTL Map Region Labels 24.2 Map regions have been enhanced to provide full support for right-to-left text rendering. This fixes an outstanding bug regarding displaying RTL labels in Map regions. 👀 Video for this article:  https://www.youtube.com/watch?v=K5zKPJeRwXM&t=66s In Oracle APEX versions before 24.2, developers encountered issues with rendering right-to-left (RTL) text labels within Map Regions. Specifically, labels in Persian, Arabic, or Hebrew did not display correctly, leading to misaligned or improperly oriented text. This limitation hindered the usability and accessibility of applications for RTL language users. With the release of Oracle APEX 24.2, this issue has been addressed. Map Regions now fully support RTL text rendering, ensuring that labels in RTL languages display correctly and align properly on the map. This enhancement improves the overall user experience for applications catering to RTL language audiences. 🌍   Geocoding in APEX...

Oracle JET and Oracle APEX are best friends💕

Image
Oracle JET and Oracle APEX are best friends   💕    While Oracle JET is commonly associated with charts in Oracle APEX, it’s capable of much more. Oracle JET offers various tools and components for building modern web applications. The Oracle JET library required by APEX is included as part of the Oracle APEX, so there’s no need for additional installation. However, only the specific Oracle JET components used by APEX are built in, and advanced use cases require separately incorporating other parts of the full Oracle JET library.  So if developers  require additional JET components not bundled with APEX they should  manually incorporate components into their APEX applications.   What is Oracle JET? Oracle JET (JavaScript Extension Toolkit) is a free, open-source toolkit for building modern, responsive, and accessible web applications. It leverages advanced JavaScript, HTML5, and CSS3 and incorporates popular libraries like jQuery, RequireJS, and K...