awjmans

Member

Last active 6 years ago

  1. 6 years ago
    Fri Mar 16 19:14:54 2018
    awjmans started the conversation i18n.

    Just wondering whether there's an existing approach to localization...i18n

    I'm porting an app to Creo, but need to be able to localize all application (non-data) strings. If no current approach exists, I'd propose to build a very lightweight solution (generic enough to be embeddable in any app) using Gravity, which I'll happily drop into github when done.

  2. Fri Mar 16 09:03:00 2018
    awjmans started the conversation Rename/Delete code classes.

    Application Feature or Area: Objects -> Code -> Class
    Bug: Cannot delete or rename a code class once dragged into project from the objects/code/class panel
    Frequency: Intermittent
    Description:
    Sometimes a class dragged onto the project (e.g. to Window1/objects/SomeClassName) cannot be deleted or renamed. Selecting 'rename' or 'delete' from the context pop-up menu does nothing.
    Steps to reproduce:

    1. Create a new project
    2. Drag the 'Class' cube from the Code object panel icon onto Window1 or any other valid drop target.
    3. Attempt to rename or delete it using either the Edit menu, or the pop-up context menu that appears after right-clicking the new class.
    4. Observe that occasionally nothing happens after this action.

    ----------
    Comment: One suggested fix to the delete issue is to add a 'refresh' function to the IDE. I've found that if the "objects" folder inside my window contains 2 (or more) objects (e.g. a binding plus a code class) then the following occurs:
    Repeat steps 1...4 above
    Drag to re-order the objects in the Window1 "objects" folder
    Observe that the deletion has in fact occurred, but has not triggered a re-paint in the IDE.

  3. Fri Mar 16 08:16:39 2018
    awjmans joined the forum.