Editor Enhancements

Sorry if this has already been discussed/addressed. I looked at the original tech preview and I am finally posting my feedback.
First off, the IDE is looking very nice and I am looking forward to re-evaluating once the product is final.
My comments are all related to making the GUI editor easier to work with:
- The ability to move one or more selected objects with the arrow keys. Clicking an arrow key moves everthing, one pixel at a time. This is really nice for "fine-tuning" the positioning of objects.
- The ability to resize one or more selected objects by holding Shift and clicking the arrow keys. "Right" expands the object(s) width by 1 pixel, "Left" shrinks the object(s) width by 1 pixel. "Down" expands the object(s) height by 1 pixel, "Up" shrinks the object(s) height by 1 pixel.
- The ability to allign selected controls via a context menu or edit menu. The first control selected acts as an anchor, then all subsequent controls are aligned to that control. There should be options aligning the top, bottom, left and right edges of all the controls as well as aligning them to center them either horizontally or vertically.
- Finally, a context menu item or edit menu item to space controls. The first two controls act as the reference to the rest. So if I first select two controls that are spaced by 2 pixels vertically and then select an five addtional controls, select space vertically, the controls are arranged to be spaced by two pixels vertically. Need similary functionality for horizontal spacing.
These are all implemented well in powerbuilder's datawindow painter
Thanks.

Sure,
The use case for spacing:
Say I have a new form that will have 12 rows of controls, I want the controls of each row to be spaced the same distance from each other vertically. So I select the first control of the first row, and I select the first control of the second row first, after I am happy when the space between them. Then I select the first control of each remaining row and use the "space control" menu item to space them the same distance as my first two controls.
Then I highlight the first control of each row (after they have been spaced) and all other controls for that row and align them vertically with the first control.
This gives me a form with all controls the same distance vertically from each other.

Similar Messages

  • NWDS Theme Editor - Enhancement proposals

    Dear Theme Editor users,
    Please use this thread exclusively to give your input on the following questions related to the Theme Editor in Netweaver Developer Studio:
    - What is your experience working with the Theme Editor? How could user experience be improved?
    - What are the pain points in the Theme Editor?
    - What are the enhancements in Theme Editor that you think will benefit you the most?
    Your input is highly appreciated!
    You can download the theme editor from the following url.
    https://www.sdn.sap.com/irj/sdn/index?rid=/library/uuid/502e9e64-585e-2c10-b7b6-b3ba1214f06e
    In the same page, there is a how-to guide which describes the usage of theme editor.

    Theme editor is definitely a step forward but still need many improvements..
    1. The problem i face while recently editing theme was to identify the corresponding component in theme from which particular portal component is mapped. e.g. While changing tabstrip background color, I made background color changes to tabstrip, Tab Container in Pattern Container and Horizontal navigation Pattern. Still the background color of tabs Browse and Search under Content Administration->Portal Content refused to comply!!
    Even using IE tool bar didn't helped in identify correct theme component. Finally after some trials, I found Old BSP pages under Component specific styles did the trick!..Of course had to use portal theme editor for that..
    2. NWDS theme editor is missing some areas of portal theme editor like Component specific styles, VC, Ajax FWK elements styles and Portal Outer frame. It would be great if we can change masthead and navigation styles from nwds editor.
    3. Themes saved from NWDS editor are not uploadable to portal. Its ZIP misses the portal.zip part. Somehow I feel NWDS editor was designed more use for Webdynpro rather than Portal themes.
    4. While uploading images, can't see the preview of currently uploaded image. Have to view it separately. It would be great addition if there's a facility of viewing current image in the 'URL of Image' placeholder in addition to browse button for uploading new one.
    cheers~
    avadh

  • Code editor enhancement request

    I would like to be able to do the following in the Code Editor:
    Type in a call to a method that does not exist.
    For example:
    String s = getSomeUnknownMethodResult(5, "foo");The Code Editor would of course highlight this as a semantic error. At this point I would like to be able to type some special keystroke (a la Alt+Enter) and have an empty method generated for me in the current class:
    public String getSomeUnknownMethod(int p0, String p1) {
      return null;
    }Or perhaps a dialog could appear allowing me to customize the call before it's generated: protected instead of public, parameter and return types, parameter names, etc.
    This isn't quite the same as the Extract Method feature, since it's the method call that we're starting from, not the method implementation.

    Sounds reasonable.
    I went ahead and logged an enhancement request for this.

  • I canu00B4t see enhancement

    Hello all, I am trying to see one enhancement that I created in the system but I can´t see the code.
    I go to SW84 transaction, put the name and appears, but when I click on button to see the code, I can´t see nothing...
    What can I do?
    Thanks in advance
    Rosa Rodríguez

    This is caused by a bug in the SAP code that deals with enhancements. Here are some OSS notes related to this topic, but you may search for newer ones or ones that  apply to your support packackage:
    1330824     Editor: Enhancements are not shown     
    1346811     Implicit enhcmt opts in includes that are used several times     
    1394432     Navigation into ABAP source from Enhancement editor     
    1411970     Editor: Activating enhancement implementation X message     
    1415331     Enhancements in includes that are used several times (701)     
    Hope that helps.

  • Stand alone CSS editor for WDA

    im at a client who doesnt have a portal.
    So there is no access to the portal  theme editor.
    When using WDA direct to a NW 7.11 , the customer would like to brand the output.
    A few years back I recall some stand alone theme editor.
    Eclipse add on ?   May have been an SAP only internal tool. ?
    Is there a customer available version ?
    How best to go about CSS editing for WDA ?
    regards
    Phil

    Did you first search SDN before posting your thread?  This is a very common question and yes there is a standalone theme editor. In fact one of the sticky threads in the forum discusses it.
    NWDS Theme Editor - Enhancement proposals
    You can download the Theme Editor and the How To Guide from this page on SDN:
    http://www.sdn.sap.com/irj/scn/downloads?rid=/library/uuid/b08a05ec-e24a-2d10-189e-f5c6bcbf39a5

  • Exiting from method in enhancement

    Hi Experts,
    I am enhancing a standard class method thought an exit point at the beginning of the method. When a certain condition is satisfied in the enhancement point I want to stop the processing further and exit the complete method.
    EXIT will not work here as its only for a processing block. Any suggestions?
    Thanks

    AFAIK this is not allowed, else you could successfully replace the full SAP code by inserting in a pre-method or any start Implicit enhancement points any customer code and then exiting the form/method/module, that would not be an enhancement but a full modification of the standard SAP code and should require [SSCR key|http://service.sap.com/sscr ].
    (For the same reason someone already posted a thread where he put an IF and ELSE in a first Enhancement and the ENDIF if another, good try, but SAP editor/enhancement builder didn't get fooled
    You could only raise an error or error message to leave the processing block  behind the enhancement (FORM, FM, Method)
    Regards,
    Raymond

  • WebDynpro ABAP applicaiton theme editing using NWDS

    Dear SDNs,
    Can we edit WebDynpro ABAP themes using NWDS? or do i need to install Elcipse again. If it is possible using NWDS, what are the prerequisites. Where can i get Theme editior plugin to NWDS and guide me on how to add.
    I have already a knowledge in WebDynpor java, but i never customized portal themes for WebDynpor Java also.
    Your inputs will be highly appreciated.
    Thanks in advance,
    Sireesha.B

    Hi,
    Check the below links:
    http://www.facet.at/index.php?option=com_content&view=article&id=116:web-dynpro-abap-theme&catid=39:misc&Itemid=65
    [Web Dynpro Themes in Abap Stack   |Web Dynpro Themes in Abap Stack;
    [NWDS Theme Editor - Enhancement proposals |NWDS Theme Editor - Enhancement proposals;

  • Scanning Paper Copies of White and Black Photos:  in Grey scale or in color mode?

    I started to scan old black and white paper photos of my deceased father. He shot most of these photos around 1940. The photos are typically around 9.5cm x 6.5 cm (around 3.7 x 2.5 inches), sometimes they are even smaller. Typically, 4-6 photos are glued on each page of a dark photo-album paper. I do not have available any negatives.
    My main objective: enjoy to look at the scanned photos on my 19 inch PC Monitor Display. I can imagine, that I will also print a couple of them in something close to their original dimensions.
    For the scan, I am using my home flat-bed scanner (it is a 3-year old Canoscan N676U). I am scanning at a resolution of 300, 400 or 600 dpi. I experimented both with a "grey scale" and a "color (photo)" scans. I am not sure what is better: scan in grey scale? Or scan in color?
    Scanning in "Color" results (this is at least my subjective impression) in a little bit more/better contrast. However this results also in some yellow/brown/sepia taint, that I do not like very much (the taint becomes especially disagreeable, if I eventually use the PSE Editor to adjust the lighting). Therefore, after the scan I typically use the PSE V5 Editor "Enhance" --> "Convert to Black and White" to get rid of the yellow/brown taint.
    Can somebody make me some recommendations and tell me which one is the better method:
    1) Scan with "Colors" and then use the PSE Editor to get rid of color taints? Or
    2) Scan in "Gray scale" (which allows me to scan with a greater resolution)?
    At this time, I have the impression, that both methods results in more or less comparable results. But I fear somehow, that I might be currently missing some important aspects and that I could regret it much later, at a time where I will not have anymore the originals (they do not belong to me, and I have to return them).
    I found the following two contradictory recommendations:
    1) In the PSE Forum "Tips, Tools, How-To and Techniques....", in the Topic "Scanned Images", I found following Post:
    brent bertram - 11:14am Oct 18, 05 PST (#5 of 6)
    AND, even Black & White photos typically benefit from being scanned as a color image, rather than grey scale. You have much more flexibility in editing and adjustments.
    2) A Canon Dealer recommended me to scan my black and white images with grey scale, not with colors.
    Thank You very much for Your Feedback.

    Robert.....
    I would go along with the advocates of scanning in colour as it gives you far more flexibility to tweak the colour channels in editor. For your final version you can then either convert to grayscale or,preferably in my opinion, use one of the PSE desaturation methods,and retain the file as RGB.
    A very useful source of scanning information can be found at http://www.scantips.com/

  • CS6 Production Premium revealed.  Audition CS6 Details.

    Good news, everyone!
    I'm very excited to share the news that Production Premium CS6 will be revealed at NAB next week, but even better, I get to share details about Audition CS6 with everyone right away.  More detailed information about some of the new features will be released on the Audition Inside Sound blog this week, but I'l be happy to discuss specifics about the new features on this message thread.
    Here's a quick list of the new features and functionality:
    Audition CS6 Highlights:
    Real-time and rendered clip stretching in multi-track - including new “varispeed” mode
    Clip Grouping – Including suspend, trimming, & stretching of groups
    VST3 support (Mac and Win) and more effects
    New pitch correction/manipulation tools
    Automatic speech alignment tool
    Red Book Audio CD burning
    Hardware controllers support - Including native Avid EUCON and Mackie MCU support
    Write/Touch/Latch automation modes
    Media browser with file preview
    Session Templates and Enhancements
    Expanded file format support (Native, libsndfile, DLMS)
    Audition CS6 Complete List of New Features:
    Multitrack
    Session templates
    Automatic speech alignment
    Clip grouping
    Suspend mode
    Focus clip actions
    Trim/fade grouped clips
    Time aligned stretching of groups
    Clip spotting – Manual entry of clip start or end time
    Clip stretching - Real-time and rendered mode using iZotope Radius
    Vari-speed clip stretching
    Metronome Track
    Skip selection play mode
    Save all open files with session preference
    Select all clips from playhead to end of track
    Sum to mono per track
    Bounce selected track
    Reveal clip in files panel
    Trim to selection
    Send clip to back
    Preference to play/hide overlapped clips
    Mixer enhancements
    Snap volume and pan envelopes at 0dB
    Drag and drop file marker range to multitrack (as clip)
    Waveform (Editor)
    Multiple clipboards
    Skip selection play mode
    Open append
    Subclip marker support (Premiere and Prelude)
    Improvements to spectral spot Healing (Limit selection to x- or y- axis)
    Pitch display
    Effects
    VST3
    Side Chain support
    Improved plug-in scanning engine
    New channel map per effect – Control over effect input and output channel routing
    Save and apply Effect Racks as a favorite
    New/Added effects:
    Automatic Pitch Correction
    Manual Pitch Correction with new spectral pitch view mode
    Generate Tones
    Doppler Shifter
    Notch Filter
    Graphic Phase Shifter
    Gain / Fade Envelopes
    General
    Media Browser
    Preview in Media Browser and files panel
    Search/filter in Media Browser and files panel
    Display markers for all files in markers panel
    Access and open order fields in files panel (sorting)
    Keyboard shortcuts (shortcut editor enhancements, copy to clipboard)
    Adobe Graphics Manager Implementation to improve UI drawing
    DLMS Integration to support additional video and audio file format import/open
    OpenGL display for video including improved video display for improved performance
    New spectral display preferences
    Support for additional framerates (23.976, 59.94 ndf/df)
    Machine-specific device preferences (optional common audio hardware settings for all users)
    Import most preferences from CS5.5
    Pinch-to-zoom, rotate to scrub Mac touchpad support (Mac only)
    Improved properties panel UI layout
    Broadcast Specific
    ITU Loudness – Normalize files (batch) to ITU-BS.1770-2 (R128), view loudness level diagnostics
    Native MPEG1-Layer 2 audio (MP2) import and export
    Enhanced CART timer and metadata support
    Control Surface/Automation
    Mackie MCU, native Avid EUCON, other controller support
    Recordable track automation (Full Write, Touch, Latch support with undo)
    Format support
    MPEG4, HD Video, and additional audio import (via DLMS)
    Native MPEG1-Layer2 (MP2) audio import and export
    Native APE, FLAC, OGG export and import
    libsndfile export – export most formats supported by libsndfile
    CD Import metadata support (via FreeDB)
    Enhanced RAW format support
    Output
    Red Book CD Burning (via CD layout)
    Quick burn single-file, CD-TEXT)
    Advanced mixdown – Mixdown tracks, busses and/or master as seperate files
    Save All Audio As batch process
    Save Copies of Associated Files – Collect/archive all files in a session
    Save open file references in session (“remember” all open files with the session)
    Advanced session export – Including ability to convert sample rate of session and associated files
    Preferred asset importer saved with session files
    edited to include additional features.

    MIDI Sequencing and VSTi support is not available in Audition CS6.  There was a lot of primary feature development this cycle, and I would not have wanted to make the compromises to a MIDI environment that would have been necessary to squeeze it in this cycle.
    MIDI composition support remains in our feature backlog and is considered for each release, but there are several reasons it doesn't typically bubble up higher in priority.  Audition and Cool Edit always shined as audio editing tools, and this has always been the focus of the team with MIDI support sort of an afterthought, but never our core competency.  With Audition 3, we built a basic MIDI Sequencer with VSTi support, but ran into some implementation speed bumps when plugging it into the existing playback engine that resulted in a less-than-great experience in my opinion.  It functioned, but I've never felt it held up to the other areas of Audition in terms of usability and simplicity.
    I know there are those on the team - myself included - that would love to develop a full MIDI environment, and while it's never been a highly-demanded feature, I know plenty of users would like a basic composition workflow in Audition as well.  If we tackle this, I would hope we can take the time and resources to design a very competent interface that you enjoy using, and not just build something as a check mark on a feature list.  We can start a separate thread on this, perhaps in the Feature Request forum, and discuss in detail what sort of functionality and tools you would like to see in Audition to support MIDI and virtual instruments.

  • How can I merge 2 group photos in Photoshop Elements 12?

    How can I merge 2 group photos in Photoshop Elements 12?

    In the Editor: Enhance> PhotoMerge> PhotoMerge Group Shot
    In the Organizer: Edit> PhotoMerge> PhotoMerge Group Shot
    Here's the Adobe TV link on the feature  - http://tv.adobe.com/watch/learn-photoshop-elements-11/perfect-group-shots-with-photoshop-e lements-11-/
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct and/or helpful accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • OBIEE 11.1.1.7 Stability

    Just wanted to find out early thoughts on how stable / bug free OBIEE 11.1.1.7 is. I'll post updates as we continue to test.
    Thanks,
    Scott

    Hi,
    New Presentation Features
    1) Recommended Visualizations Feature for Creating Views
    •When you create a view, you can choose a recommended view type based on the data in your analysis and, optionally, what you want to use it for (for example, to analyze trends).
    •You can choose a suggested "Best Visualization" as well as a "Recommended Subtype". Or you can instead choose the "Recommended Visualization" option, for which you specify your intent for the new view.
    2) Breadcrumbs
    •Breadcrumbs have been added to help users understand their current location within Oracle BI content and the path that they have used to navigate Oracle BI content.
    •Breadcrumbs display at the bottom of the page, and users can click a breadcrumb or the breadcrumb overflow button to navigate to a specific location on their breadcrumb trail.
    3) Enhancement to Dashboards
    •The ability to create custom print layouts for high-fidelity printing of dashboard pages (i.e. automatic creation BI Publisher reports)
    •A new default style called FusionFX (instead of "blaf")
    •The addition of the Freeze Column option to the Column Properties menu. This option allows you to freeze a column at an edge (top or left) of a dashboard layout
    •The addition of "Size" and "Page Size" options that allow you to control the position and size of columns and sections
    •The ability to export an entire dashboard or a single dashboard page to Microsoft Excel 2007+
    •A new "Replace Analysis in <Dashboard>" option added to Answers to replace an analysis on a dashboard
    •A new "Return to <Dashboard>" option within Answers to return to a dashboard from the Analysis editor
    4) Enhancements to Graphs
    •3 new graph types: Waterfall graph, Stacked graph and 100% Stacked graph (the latter two are subtypes of Bar and Area graphs)
    •Zoom to data range. This option lets the system evaluate the range of values on an axis, and choose appropriate minimum and maximum values for the scale. This is useful when graphing a set of large values that are all within a small percentage of each other
    •Hide sliders in graph views that listen to master-detail events. For graphs in master-detail relationships, if you want to simplify the appearance of an analysis or dashboard, you can hide the slider that is created to accommodate detail columns
    5) Enhancements to Views
    •A new view type named performance tile. This view type displays a single aggregate measure value in a manner that is both visually simple and prominent
    •Action links in trellis views. In simple trellis views, action links can now be used on inner graphs per unit, including the context of the outer edges. Action links can also be used in legends and in axis labels. In advanced trellis views, action links can be used in microcharts, where the microchart functions as a single unit (such as an aggregate number), including the context of the outer edges
    •For map views, you can now vary the width of a line by measure to accentuate a feature
    •You can link a map view as a detail in a master-detail relationship
    •Auto Correct option for Map views (as errors in Map views can occur for various reasons). If the issue appears to be related to missing layers, maps, or styles, then it might be possible to correct the map by replacing the missing map view components with similar items that exist in the spatial metadata
    •Legend and formatting highlighting
    •Null suppression at view and analysis levels. You can set null suppression options at the view level (which overrides the analysis level) for data views including: table, pivot table, trellis (both simple and advanced), graph, gauge, and funnel views when the entire row or column contains nulls
    •Ability to include or exclude calculated items and groups at the view level for columns and column headers. Specifically, two new options have been added: Include Custom Member and Exclude Custom Member
    For tables, pivot tables, and advanced trellises:
    •The ability to ◦specify the method to be used to browse data — either scrolling or paging controls
    •Resize rows and columns
    •Row count. If your table or pivot table view contains a grand total or subtotal on the row edge, the display totals, that is the grand total and subtotals, are now included in the Rows per Page count for content paging. In prior releases, if you had the Rows per Page count set to 10 for example, the table or pivot table would display more than 10 records if display totals were shown in the view results
    •For right-click interactions, the ability to specify whether the Hide Columns interaction is available at runtime
    6) Enhancements to Prompts
    •This release includes an enhancement to the SQL Results prompt option. If you are working with double columns, you can now write the SQL statement so that filtering is done on code values rather than display values
    •An enhancement to the prompt constraint option. The prompts designer can now limit a column prompt value list by more than one column
    •This release includes enhancements to the parameters for prompted links
    7) New Menu Options for Exporting Views and Results
    This release adds the Excel 2007+ and Powerpoint 2007+ options for exporting views and results
    8) Total Member Placement for Hierarchical Columns
    This release includes an enhancement that allows placement of total members on a hierarchy
    9) Browse Catalog Search Results by Object Attributes
    The capability to use full-text search to find catalog objects and then filter the search results by attributes. This search is available when the administrator integrates Oracle BI Enterprise Edition with Oracle Endeca Server. After the full-text search results are returned, the Catalog area displays a list of matching items, and the Search pane displays the search results grouped by attribute (that is, Type, Name, Path, and Created By)
    10) Navigate from the Total or Grand Total in a Table or Pivot Table
    If an analysis contains a total or grand total and the associated attribute or hierarchical column contains an action link or a conditional action link, the action link (or conditional action link) is applied to both the column and the total or grand total
    11) New BI Desktop Tools Available for Download
    •Oracle Hyperion Smart View for Office
    •Oracle Hyperion Financial Reporting Studio (if Essbase is installed)
    •Oracle Essbase Studio Console (if Essbase is installed)
    •Oracle Essbase Administrative Services Console (if Essbase is installed)
    12) Enhancement to Favorites
    This release provides the capability to organize your favorites from the Category Tree area and the Selected Category area in the Manage Favorites dialog. In previous releases, you could organize favorites from the Category Tree area, only
    13) Integration of Oracle BI EE with Oracle Enterprise Performance Management System
    With this release, OBIEE is integrated with Enterprise Performance Management Workspace (as part of the installation process)
    Recommended Visualizations Feature for Creating Views
    Breadcrumbs
    Enhancement to Dashboards
    Enhancements to Graphs
    Enhancements to Views
    Enhancements to Prompts
    New Menu Options for Exporting Views and Results
    Total Member Placement for Hierarchical Columns
    Browse Catalog Search Results by Object Attributes
    Navigate from the Total or Grand Total in a Table or Pivot Table
    New BI Desktop Tools Available for Download
    Enhancement to Favorites
    Integration of Oracle BI EE with Oracle Enterprise Performance Management System
    New BI Mobile Features
    14) Maximize views with double-tap gesture
    With this new feature, you can access on your iPad more data—even within dense dashboards—without the restrictions of the smaller form factor. You expand an individual view by double-tapping on it. The individual view then displays within the full screen of the iPad. This maximizing of views can be done on views accessed within a dashboard, and also when viewing an analysis independent of a dashboard. See "Working with Analyses and Dashboards."
    15) New view and graph types
    The following new graph types are supported with BI Mobile: Performance tiles, Waterfall graphs, 100% stacked graph, Stacked graph
    16) Fixed headers
    In analyses with fixed headers, you can use a single-finger drag gesture to scroll through data in all directions
    17) Changing Orientation
    It is now possible to change between landscape and portrait orientation while viewing Oracle BI content
    18) Breadcrumbs
    You can see the navigation path you have taken while moving through the catalog as a trail of breadcrumbs (near the top of the screen by the Back arrow). In this way, you can see your current location and how you got there, then decide whether to use the Back arrow to navigate in reverse, or to use the Home icon to quickly return to the Home screen
    19) Security toolkit
    The Oracle Business Intelligence Mobile Security Toolkit provides the ability to generate a signed version of the Oracle BI Mobile HD application. The toolkit includes the instructions and necessary content to build this application making use of Apple's Xcode and the IOS SDKs. The Oracle BI Mobile Security Toolkit will be updated on a regular basis in order to synchronize with the Oracle BI Mobile HD application available on the Apple App store. See "Using the Security Toolkit for Mobile Device Management."
    20) Viewing of Oracle BI Publisher reports in dashboards
    21) Integrated Full-Text Catalog Search
    As in the desktop version of Oracle BI EE, you can use full-text search to find catalog objects in Oracle BI Mobile based on attributes such as author and column name. This search is available after the administrator integrates Oracle BI Enterprise Edition with Oracle Endeca Server
    New BI Server Features
    22) Changing the Repository Password From the Command Line
    You can now change the repository password from the command line using the obieerpdpwdchg utility
    23) New Options to Enforce Consistent Versions in Multiuser Development Environments
    You can now add options to the multiuser development option file to enforce Administration Tool, MUD protocol, and RPD version consistency among MUD developers
    24) New Utilities Available to Generate and Compare Logical Column Type Information
    You can use the Administration Tool utilities Generate Logical Column Type Document and Compare Logical Column Types to generate a list of logical column types, and then compare it with logical column types in a subsequent version of the repository. You can also use the command-line utility biservergentypexml to generate the list of logical column types
    25) Additional Database Support for Cardinality Estimates in Oracle BI Summary Advisor
    The Prefer Optimizer Estimates feature, which improves performance by using cardinality estimates during the Summary Advisor process, is now available for Microsoft SQL Server and IBM DB2
    26) Oracle BI Summary Advisor Measure Subset Recommendations
    Oracle BI Summary Advisor now recommends only aggregates that contain specific measures that are both present in the analyzed query workload, and that can optimize the query workload if aggregates are created
    27) Model Check Manager Enhancements
    Model Check Manager now runs parallel queries against the database for better performance. In addition, you can now check models from the command line using the validaterpd utility with the -L option
    28) Access to Apache Hadoop Data Sources
    Oracle BI EE now supports Apache Hadoop as a data source
    29) Support for Multi-Source Session Variables
    Oracle BI EE now supports session variables that can be populated from multiple data sources and retain values from all source systems
    30) NUMERIC Data Type Support for Oracle Database and TimesTen
    You can now change a configuration setting to enable NUMERIC data type support for Oracle Database and TimesTen
    31) Ability to Map Flex Object Changes Using the biserverextender Utility
    You can now use the biserverextender utility to import flex object changes from ADF data sources and map them to the Business Model and Mapping layer and Presentation layer
    32) Support for Servlet Communication Between the Oracle BI Server and Oracle OLAP
    The Oracle BI Server now uses a servlet for communication with Oracle OLAP data sources, rather than relying on the JavaHost service
    New Features for Administrators
    33) Support for Oracle Endeca Server
    You can configure Oracle Endeca Server as a search engine for full-text searching
    34) Support for Multitenancy
    You can configure Oracle BI EE so that it supports the use of multiple tenants (Dont confuse with multi-instance installs!)
    New BI Publisher Features
    •Connect Directly to Oracle BIEE Subject Areas to Create Reports
    •Excel Template Builder Enhancements (supports automatic insertion of fields and repeating groups)
    •Layout Editor Enhancements (Time series axis formatting, Hide axis option, Independent axis formatting)
    •Enhanced Create Report Guide
    •PDF to PCL Conversion for Embedding PCL Commands in RTF Templates
    •Support for PDF 1.7 Specification
    •MDX Query Builder
    •Support for Local XML File Data Source
    •Support for CSV File as a Data Source
    •Support for Endeca as a Data Source
    •Support for Private Data Sources
    •Enhancements for Sample Data Usability
    Regards,
    Nandha
    *Mark helpful                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 

  • BADI for SE38

    is there any standard BADI for SE38 transaction code in SAP 4.7?

    Hi,
    Transaction Code - SE38                     ABAP Editor
    Enhancement/ Business Add-in            Description
    Enhancement
    SEU00001                                Function exit in program attributes
    No.of Exits:          1
    No.of BADis:          0
    Thanks,
    Sankar M

  • Restoring Faded 35mm slides

    I have hundreds of 35mm slides that have faded badly. I would like to scan them and restore them using Photoshop Elements 4. Is there anyone who can tell me how to proceed? Thanks in advance.
    Shirley

    First scan them. :) This is a good site for some basic information:
    http://www.scantips.com/index.html
    Several months ago, someone was working on faded slides, frustrated because none of the advanced editing techniques were working very well, and they were also very time consuming. I suggested she try (Editor) Enhance>Enhance Color>Color Variations. Apparently that sounded too simple to her to be worthwhile, because she tried a number of other things that were suggested first. She finally used my suggestion as a last resort, and it worked. :) So, if the slides really have faded and/or shifted color, run them through Variations before struggling too long. That simple little feature can give the color a quick boost before you go on to using more advanced editing techniques. It's not the only thing you'll want to do, but it's a great starting point.

  • Enhance Req: ADF BC Assoc and Link editor

    Hi JDev team
    I'd like to raise the following enhancement requests please for JDev 11g TP.
    For both the ADF BC Association and Link editor, to view the Relationship you need to click on the Relationship category. Seems to me 9 times out of 10 when you access these objects you want to see the relationship. I'd suggest the Relationship information needs to be under the General category as part of the default view.
    Can you raise an enhancement request for this please.
    Also, for the Association editor, to view the properties of the association, you need to click on the Relationship category, Accessors editor button, and then in the Association Properties dialog you see the association properties (eg. Implement Cascade Delete etc). This seems unnecessarily hidden too deeply.
    Can you raise an enhancement request to promote these options to the editor rather than in this dialog please.
    Thanks & regards,
    CM.

    Filed ER for the first one (#6121857)
    The 2nd one has already been implemented post-JavaOne Tech Preview. There is a "Behavior" section on the Relationship panel now with those options accessible.

  • Enhancement Suggestion - Jdeveloper Code Editor

    Hello,
    I would like to make an enhancements suggestion for the JDeveloper code editor. I find the "history" tab of the source editor extremely useful when I'm trying new things and not sure if they would work. This tab helps me revert changes to a last known version. However, I see myself having to identify the previous correct version by date and time, which is kind of dicey. I do see there is also a description column, however, I'm not able to edit the description with a meaningful message that would help identify as last know good version quickly. Hence, my suggestion is that the history tab of the code editor allow the user to add tags / comments against each version for quick identification.
    Hope the Oracle development is listening, and you'll have to excuse me for posting if this forum is the wrong place to make suggestion ( i didn't quite find any feedback feature on the Jdeveloper product page).
    regards,
    Rehan Yusuf

    No problem Timo.
    I don't think it's worth opening an SR for this. It looks like sub-pixel anti-aliasing isn't supported in the JDeveloper Code Editor, which is a shame, because that's the place where it's most needed.
    Michael.

Maybe you are looking for

  • ITunes Store search still broken

    There have been previous posts on this topic, but I just wanted to raise it again. The search function on iTunes is really buggy, and doesn't inspire confidence: As an example (on the Australian Store) - search for Danger (The Bomb) Shows up fine, ri

  • 7.1 crashes straight after logon, Windows 8.1

    7.1 crashes straight after logon, Windows 8.1 Was fine before the update. How do I send a DX log?   if I paste it. it says it's too many characters and it will not let me attach a txt file. Solved! Go to Solution.

  • An unknown error occurred. You may be able to continue without problems

    iMovie 6 continues to crash for me. I am receiving this error: An unknown error occurred. You may be able to continue without problems. I have restarted, deleted prefs, Repaired permissions. I am running latest Leopard OS (10.5.3). Any one experienci

  • Windiws & mac on one machine + airport express

    hi all, one little question: since imac with dual core processor is capable of running both Tiger and XP, I am wondering, can I configure airport express for both so that I have one source? i appreciate your feedback.

  • All my lil problems with Ipod Mini

    1) incomplete transpher of music 2) multiple Freezes So far that's all for now, help if you can. I could really use it.