Designer editor

In the Edit module component window under the User Text tab, when I click on the Text editor button the designer window close by itself. But earlier I used to get the notepad editor with the code in it. I checked under the Options menu for Text editor options and I have %SystemRoot%\system32\NOTEPAD.EXE %1 for Text editor. I have not made any changes.
Thanks in advance
Edited by: linoise on Dec 23, 2008 11:02 AM

I had same problem !
and I found one unique solution :
to desinstall headstart and designer
and to reinstall after !
before , u could change in your registry
in hkey_local_machine>software>oracle>des2_71
the value of except_handling_on 0 to 1 !
after that , u could see what is exactly your
error !
and if u don't have solution , desinstall and
reinstall all !

Similar Messages

  • Using the CTRL button to select multiple text segments in Design Editor

    Hi there,
    This may be a fairly elementary question, however I'm very new to RoboHelp.
    I'm currently building an online help text system, and when formatting my html files in Design Editor, I have to apply styles one at a time. I was hoping RoboHelp would have a function identical to Microsoft Word whereby holding down the CTRL key would allow you to select various segments in the file and apply the style. Eg. selecting only text you want to apply Heading 3 to.
    If RoboHelp does not have this functionality, this project will take me in the vicinity of 7 years to complete. Thanks for your time.
    Regards,
    PK

    No it doesn't work that way. What you need to do is create some character styles in your style sheet and apply those.
    Paragraph styles are defined something like
    P {
        font-size: 10pt;
        margin-top: 0pt;
        margin-bottom: 6pt;
        font-family: Verdana, sans-serif;
        color: #000000;
        font-weight: normal;
    P.Normal-Indent {
        margin-left: 20pt;
    where the second P definition will inherit all that is in P plus add the indent.
    When you select those styles, they will be applied to the whole paragraph.
    You can also create characters classes. If you do it within RoboHelp, RH will write the CSS code for you. If you edit the CSS outside RH, then instead of writing P or some other tag, you would normally start with the full stop so you might have
    .code {
        font-size: xx-small;
        font-family: Courier;
    to apply the Courier font to a selection in any paragraph style.
    In RoboHelp you need to prefix the character code with "span" to make it display in the dropdown, thus you would need:
    span.code {
        font-size: xx-small;
        font-family: Courier;
    See www.grainge.org for RoboHelp and Authoring tips

  • JSP - LoadBundle and Component Error in Visual Design Editor

    Hi.
    I've tried to make simple international JSF application. So the first thing to do was to externalize strings from JSP to resources. According to instructions from Java Studio Creator Field Guide Chapter 13:
    http://developers.sun.com/members/promo/jscreator/bookshelf/fieldguide2_preview_13_customizing.pdf
    I added LoadBundle component to my JSP page:
    <f:loadBundle basename="myApp.Bundle" var="messages1"/>
    and set a text property of label component like this:
    <ui:label binding="#{Page1.label1}" id="label1" labelLevel="1"
    style="position: absolute; left: 144px; top: 48px; width: 240px; height: 24px" text="#{messages1.title}"/>
    There is a line in myApp.Bundle.properties file:
    title = Title from resource bundle
    After changing text property of label component to #{messages1.title} I've got a message:
    Component Error
    Cannot display label component in the Visual Design editor.
    Error message from the component: javax.faces.el.PropertyNotFoundException: Error testing property 'title' in bean of type null.
    Exception message:
    javax.faces.el.PropertyNotFoundException: Error testing property 'title' in bean of type null
         at com.sun.faces.el.PropertyResolverImpl.getType(PropertyResolverImpl.java:342)
         at com.sun.rave.web.ui.faces.UIComponentPropertyResolver.getType(UIComponentPropertyResolver.java:298)
         at com.sun.rave.web.ui.faces.DataProviderPropertyResolver.getType(DataProviderPropertyResolver.java:264)
         at com.sun.jsfcl.data.ResultSetPropertyResolver.getType(ResultSetPropertyResolver.java:141)
         at com.sun.rave.jsfsupp.container.DesignTimePropertyResolver.getType(DesignTimePropertyResolver.java:169)
         at com.sun.faces.el.impl.ArraySuffix.getType(ArraySuffix.java:240)
         at com.sun.faces.el.impl.ComplexValue.getType(ComplexValue.java:208)
         at com.sun.faces.el.ValueBindingImpl.getType(ValueBindingImpl.java:350)
         at com.sun.rave.web.ui.renderer.ValueHolderDesignTimeRenderer.encodeBegin(ValueHolderDesignTimeRenderer.java:59)
         at javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:683)
    The same problem appears when I open example project from this book:
    Login2I18N-Alt
    It is a bug or am I doing something wrong?
    greatings
    znienacka

    go to Tools/Update Center and download the latest
    version of the components. It will solve the
    problem.Thanks, it works. But there is still one drawback - Visual Designer doesn't show any text inside label. If I remove all strings from JSP to resource file I will get an empty page!
    Is there any solution of this problem?
    znienacka

  • How to attach files like .doc, .xls, .pdf  and so on in Design Editor (WYSIWYG)

    Hi,
    I want to attach files like .doc, .xls, .pdf. etc in my Design editor, instead of importing those files. Is there any way to do that. Please help.
    Thanks,
    Vinay Jaassiel Kankipati
    Technical Writer

    Hi Vinay.
    Would these files be editable and if so, where would they reside? If you want people to be able to edit the files, you need to consider where the files are located. If you link directly to a file in RoboHelp, a local copy is copied into your project as a baggage file. If a user then clicks on the link, the local copy is opened and any edits can not be saved back to the WebHelp's output location. However if you were to create an image (like the ones you used above) and added a hyperlink to the file's location - i.e. on a network drive outside the project, this would enable users to edit and save changes to the original file location. Hope this helps.
      The RoboColum(n)
      @robocolumn
      Colum McAndrew

  • No text wrapping in Design Editor display

    Good morning All!
    Something has happened to RH and when I look at Design Editor, the text is no longer wrapping the way it used to and I have to constantly move the scroll bar at the bottom of the interface to read what exists at the far right of the screen. (I am not referring to the text wrapping feature around a graphic.)
    I have no idea what happened, its been like this for a couple days.
    I sure would like to see my entire topic in the Design Editor w/o having to use the scroll bar! That's time consuming and a bit annoying.
    I'd really appreciate some help.......
    I am using Version 8.02208.

    What is your WYSIWYG zoom level set at?
    Read the RoboColum(n) for a tips, tricks and musings on the Technical Communication Suite products.
    Follow the RoboColum(n) on Twitter

  • How to use Object types with inheritance in design editor

    Does anyone know how to implement Oracle object sub types in Design editor.
    Is there a way of using the Database design transformer to convert entities to Object types rather than tables?
    Thanks in anticipation
    David

    What database and connection type are you using? Are you connecting the report directly to the database, or trying to assign the datasource to object data?
    It sounds like you might be trying to use a linked list, collection or other C# construct to pass your data in. This currently isn't supported by the Crystal Reports SDK. You can use a DataSet or a DataTable, and possibly also an IDataReader depending on which version of Crystal Reports you're referencing in your project. Of course you can also connect directly to the database, even if the database isn't on the same machine as the application.
    The way to show master records with detail information is through the use of subreports and linked subreport parameters. Linked subreports take their parameter value from a record in the main report, so that only the data appropriate to that master record is displayed. The guys over in the [report design|SAP Crystal Reports; forum can help you out with this if you have questions on the specifics.

  • Removed toolbar from Navigator in Design Editor and want it back

    Hi,
    this is more funny than actually serious stuff that it is usually discussed here. I accidentally dragged toolbar from Navigator in Design Editor so it was floating palette. I clicked close window button on palette and have never seen toolbar again. Tried close Navigator, close Design Editor, right click on various places no luck, my dear little toolbar is gone.
    Please give me my toy back!!! =:>)
    Thank you,
    Radek

    Radek,
    Use the View menu and you should see that the Toolbar option is missing a tick. Select Toolbar and all will
    be well again...
    regards,
    David

  • Problem in updating relationships - Oracle Design Editor

    Hello
    I am using the tool Oracle Design Editor of the Oracle suite Desginer for ERD modeling.
    I'm having trouble updating the changes in primary keys of tables in their relationships children (FK), is not updating. When I delete a primary key field, the table has the reference field is not being deleted.
    This is a software failure or is a normal behavior?
    Someone could help me.

    I'd love to try this out and see what really happens, so I can give you the absolutely correct answer. Unfortunately, I've been snowed in and haven't been in the office all week, and I don't have Designer on the home computer on which I'm typing this.
    My guess from faulty memory is that if you delete a column from a multi-column PK, Designer will remove the column from the FK constraints that reference it, but will not remove the corresponding column from the related tables. After all, Designer doesn't know that this column is ONLY used as part of an FK. As far as it knows, you may need that column for some other purpose.
    Let me give you two hints about the way Designer was designed to work that may clarify this:
    First of all, Designer has an Entity/Relationship diagrammer that works on the logical design level - modeling Entities rather than Tables, and Relationships rather than Foreign Keys. It was expected by the creators of the tool that you would do most of your design in the ER diagrams, then use the Database Design Transformer (DDT) to translate that design to the Table Definitions of your physical design. In the E/R diagrammer, you can designate key attributes (attributes become your columns), but you don't have to. DDT will create key columns for you when it translates your logical design to a physical one.
    Secondly, Designer expects that most of your primary keys will be surrogate primary keys that are single columns set from Oracle Sequences. There are many advantages to using surrogate keys for PKs and FKs, while natural keys are used only for unique keys. One of the advantages is that surrogate keys are non-updatable, which will greatly reduce the chore of maintaining foreign keys. If you do a web search, you will see a lot of discussion of the pros and cons of surrogate PKs.

  • Jdeveloper - GUI not visible in the visual design editor

    Hello everybody!
    Actually I'm designing a Java Desktop Application with javax.swing. using JDeveloper 11g Release 1 (Studio Edition Version 11.1.1.3.0, Build JDEVADF_11.1.1.3.PS2_GENERIC_100408.2356.5660), Java Platform 1.6.0_18 and Oracle IDE 11.1.1.3.37.56.60 on Linux.
    My question is related to JDevelopers visual design editor. Most of my forms extend javax.swing.JInternalFrame. Those forms are visible within the visual design editor but for some of my forms I had to create a subclass of JInternalFrame named ITMSInternalFrame.
    package itms.view;
    import javax.swing.ImageIcon;
    import javax.swing.JButton;
    import javax.swing.JInternalFrame;
    public class ITMSInternalFrame extends JInternalFrame {
        private MainWindow mainWindow;
        private JButton btnExit;
        protected static final ImageIcon ICOCOMMIT =
            new ImageIcon(ITMSInternalFrame.class.getResource("grafiken/commit-icon.png"));
        protected static final ImageIcon ICOROLLBACK =
            new ImageIcon(ITMSInternalFrame.class.getResource("grafiken/rollback-icon.png"));
        protected static final ImageIcon ICOINSERT =
            new ImageIcon(ITMSInternalFrame.class.getResource("grafiken/add-icon.png"));
        protected static final ImageIcon ICOUPDATE =
            new ImageIcon(ITMSInternalFrame.class.getResource("grafiken/page-edit-icon.png"));
        protected static final ImageIcon ICODELETE =
            new ImageIcon(ITMSInternalFrame.class.getResource("grafiken/delete-icon.png"));
        protected static final ImageIcon ICOUSER =
            new ImageIcon(ITMSInternalFrame.class.getResource("grafiken/user-icon-16x16.png"));
        protected static final ImageIcon ICOWAPPEN =
            new ImageIcon(ITMSInternalFrame.class.getResource("grafiken/wappen-icon.png"));
        protected static final ImageIcon ICOPRINT =
            new ImageIcon(ITMSInternalFrame.class.getResource("grafiken/printer-icon-16x16.png"));
        protected static final ImageIcon ICOPRINTPREVIEW =
            new ImageIcon(ITMSInternalFrame.class.getResource("grafiken/find-icon.png"));
        protected static final ImageIcon ICOITSET =
            new ImageIcon(ITMSInternalFrame.class.getResource("grafiken/folder-Options-icon-16x16.png"));
        protected static final ImageIcon ICOREALESTATE =
            new ImageIcon(ITMSInternalFrame.class.getResource("grafiken/real-estate-icon-16x16.png"));
        protected static final ImageIcon ICOBUILDING =
            new ImageIcon(ITMSInternalFrame.class.getResource("grafiken/building-icon-16x16.png"));
        protected static final ImageIcon ICOROOM =
            new ImageIcon(ITMSInternalFrame.class.getResource("grafiken/room-icon-16x16.png"));
        protected static final ImageIcon ICOPROCESS =
            new ImageIcon(ITMSInternalFrame.class.getResource("grafiken/process-icon-16x16.png"));
        public ITMSInternalFrame(MainWindow mainWindow, String title,
                                 String path) {
            this.mainWindow = mainWindow;
            this.setLayout(null);
            this.setTitle(title);
            setFrameIcon(new ImageIcon(ITMSInternalFrame.class.getResource(path)));
            this.addInternalFrameListener(this.mainWindow);
        public MainWindow getMainWindow() {
            return this.mainWindow;
        public JButton getExitButton() {
            btnExit = new JButton();
            btnExit.setIcon(new ImageIcon(ITMSInternalFrame.class.getResource("grafiken/home-icon.png")));
            btnExit.setToolTipText("Closes this window");
            btnExit.setActionCommand("Exit");
            btnExit.addActionListener(this.mainWindow);
            return btnExit;
    }The forms that extend ITMSInternalFrame are not visible within JDevelopers visual editor. It says "No GUI selected. Double click on an item in the Structure Window to see its GUI here" and in the UI - Log it tells me "Unable to instantiate live instance for btnExit; using placeholder object instead."
    I've used Google to find an answer and I've read certain tips about it in different forums but non of that used to help me. So please, does anyone of guys around here know what to do to solve this?
    I look forward to receiving your advice on this matter.
    Yours sincerely.
    Florian W.

    Hi,
    I remember GUI subclasses to be an issue in 10.1.3. Not sure this has been resolved. Best suggestion is to file a service request with support and have them looking at a test case
    Frank

  • Is there some new configuration for Design Editor in RH11 that I am missing?

    I just upgraded from RH7 to RH11.
    All topics in Design Editor appear as though the style sheet is not applied.
    The Normal style appears as Times New Roman - 12pt font, but it is defined in the style sheet as Arial 10pt.
    Hyperlinks appear in the correct font type, but 12pt instead of 10pt.
    Headings seem to be the only styles that appear correctly.
    When I preview the topic, or view it in a browser, everything looks correct, as it is defined in the style sheet.
    Is there some new setting for Design Editor, like "Ignore part of the style sheet"?
    Thanks...

    Thanks for your response, but a look in the html and the GUI confirms that the correct style sheet is applied. In addition, (from my original post) "When I preview the topic, or view it in a browser, everything looks correct, as it is defined in the style sheet."
    I just noticed that the 'Normal' style as seen in the RH GUI shows "Times New Roman" and 12 pt. even though the P style in the style sheet shows:
    /*Created with Adobe RoboHelp 11.*/
    P {
        font-size: 10.0pt;
        color: #000000;
        background-color: Transparent;
        font-family: Arial, sans-serif;
        margin-top: 5pt;
        margin-bottom: 5pt;
    I simply edited the Normal style in the GUI to the Arial font and size.
    All of the P styles, and all styles based on the P style, changed to the correct font and size.
    The P style in the .css file did not change!
    Another RH bug?

  • For some reason, my design editor in Robohelp 9 is missing! I can't open the topics anymore.

    How can I reinstall the design editor?
    This is very urgent because I can't change anything anymore.

    Hi and welcome to the community,
    Check whether these threads help:
    http://forums.adobe.com/message/2389367#2389367
    http://forums.adobe.com/message/3214439#3214439
    Just post back when this doesn't solve your problems.
    Greet,
    Willam

  • Creating Packages in Design Editor 6.5

    I'm trying to create a package in the Design Editor. I create the subprogram definitions and then include them in the package. When I go to generate the database, the generator creates the functions in the package body, but also creates the subprograms as functions outside of the package. How to I setup the package in the designer so that the includes subprograms are only generated in the body of the package?
    Thanks,
    Meir

    I suspect what you are seeing is a feature of the design editor. When you create a function or procedure, it is implemented in the default database in the repository as a standalone.
    If you include it in a package, the standalone implementation remains.
    All you need to do is go through your implementation and remove the standalone procedure and function references and the won't be generated when you generate the schema (I'm assuming you are generating the whole implementation of a schema here)
    Regards,
    Steve

  • Action Item causes Design Editor to crash

    Dear All,
    I faced a problem that I couldn't find a solution for neither here, nor at Metalink.
    Then after several trial and error, tedious efforts, I found the solution for it, and thought I'd share this knowledge with everyone.
    When adding an action item to a module component, if the "Relative Tab Stop Editor" is set to Parent, the Design Editor will crash while trying to generate the form, without any error message, it will just close.
    You have to set the "Relative Tab Stop Editor" for the module (sub module) component to None or Self.
    I hope that this would help someone, and if anyone finds that I was mistaken in my findings, please let me know.
    p.s. I was using Design Editor ver. 9.0.4.5.6 which I believe is the latest with no additional patches required.

    If you have changed a number of objects in diagrams, you need to click on Edit, Requery All, so that any changes will be committed and retrieve the latest objects from the central repository. If you do not requery, it sometimes exit Designer during run-time.

  • Design Editor does not lauch

    Hi all,
    We have configured Designer6i on a thin client architecture on a windows NT server. The problem we have is that when some users launch Design Editor it tries to open up and then closes without any errors. Other users can launch the Design Editor without this problem. All users belong to the same group, consequently have same o/s permissions.
    Any ideas why this is happening?
    Thanks in advance,
    Leonard

    Check the olb to make sure it is that your multiline char item has the multiline property set and show vertical scroll bar.
    Steve

  • Design Editor Crashes on editing USER TEXT

    I am running Designer 9i version 9.0.2.10 on windows XP. Everytime I try to use either Text Editor or HTML editor for editing user text under USER TEXT tab of a module definition, the Designer crashes. I have checked the Text Editor options under the Options menu and they are correctly formatted and defined.
    Any clues?

    We launch DE from the Front Panel. Inbetween we found out that it probably is caused by a conflict with other software on the PC. The problems occur on a PC with a pre-installed developer's image, and then Developer suite 10g installed on top of it. On a PC with "normal" company image it seems to be OK.

Maybe you are looking for

  • SALES AND DISTRIBUTION

    hai,      please help me regarding the following questions 1)How do you configure"CUSTOMER VALIDATIONS IN SALES LOGISTICS" 2)what is the best way to go for TAN,VAT,CESS impalications and necessary documentaion . Earyl reply is anticipated Thanks Pras

  • Windows 7 x64, HotSync, XP Mode

    I'm using this post as reference: http://forums.palm.com/palm/board/message?board.id=windows_hotsync&message.id=54249#M54249 I'd have posted there, but unfortunately the thread is closed. I haven't been successful yet, so: 1) Is Palm Desktop 6.2x sup

  • ACS 4.2 Database replication issue

    Hello Experts, Hope you are all doing well. I need your help in ACS database replication, I want to do replication between ACS servers. The issue i am facing is that there is no error in ACS replication log. It just says outbound replication started.

  • Can we compress hash partitioned table in 9.2

    Hi Can we compress the hash partitioned table? How to check the compression? Is there any way to check for the partition size after compression? Thanks

  • FAQ missing

    Why is the FAQ for each forum missing when viewing posts? We say "reset prefs per FAQ," then the user reads it and... where is the FAQ? Not on the page where they might need it. The FAQ box must be the one ALWAYS visible for every type of page that m