Uniface User Forum

 View Only
  • 1.  Viewing Message Frame in IDE

    Posted 12-29-2022 14:44
    Since upgrading to Uniface 10.3.02 last year, I can't tell how to view the message frame in the IDE. For example, after exporting an object, the Messages tab says to view the Message Frame but I can't determine how to do that.

    ------------------------------
    Jim Mitchell
    State of Oregon
    Salem OR US
    ------------------------------


  • 2.  RE: Viewing Message Frame in IDE

    ROCKETEER
    Posted 12-30-2022 02:13
    The key combination Gold + M should do the trick.

    Alternatively you could open a Windows PowerShell and run the following command (where "myuniface.log" is the name including the path of your IDE log file:
    • Get-Content "myuniface.log" -Wait
    Now you can keep an eye on the output without having to open the Message Frame in the IDE.

    I hope this helps.

    ------------------------------
    Daniel Iseli
    Principal Technical Support Engineer
    Uniface Services
    Rocket Software, Switzerland
    ------------------------------



  • 3.  RE: Viewing Message Frame in IDE

    PARTNER
    Posted 12-30-2022 03:11

    I'm again sneaking into someone elses question...
    I see no link to a specific keyboard translation table in my ide asn-file. I suppose it then uses eg. MSWINX?
    To me it seem that Ctrl+M should still start the Message-frame, but it doesn't, why?

    Gold is problematic on laptops.
    I get the Message-frame using  Ctrl+Shift+F1  + M.

    Regards RogerW



    ------------------------------
    Roger Wallin
    Abilita Oy
    ------------------------------



  • 4.  RE: Viewing Message Frame in IDE

    PARTNER
    Posted 12-30-2022 03:37

    I suddenly got Ctrl+M working.

    It's probably very sensitive where the cursor is trying to get the Message frame...



    ------------------------------
    Roger Wallin
    Abilita Oy
    ------------------------------



  • 5.  RE: Viewing Message Frame in IDE

    Posted 12-31-2022 11:40
    For Ctrl-M ,of Gold+M to work in the IDE, you need to put the focus on the Messages tab first: Click on the tab itself or somewhere in the contents of that tab.

    ------------------------------
    Henk van der Veer
    Coöperatie Unividuals Application Management
    ------------------------------



  • 6.  RE: Viewing Message Frame in IDE

    Posted 01-03-2023 15:04
    Edited by Knut Dybendahl 01-03-2023 15:06
    To find your keyboard translation table - open the debugger and look at $keyboard....

    Regards,
    Knut

    ------------------------------
    Knut Dybendahl
    ------------------------------



  • 7.  RE: Viewing Message Frame in IDE

    Posted 01-03-2023 12:20
    Thank you, Daniel, for your prompt reply. Gold M works great.

    And thank you Henk and Roger for additional information on this subject.

    ------------------------------
    Jim Mitchell
    State of Oregon
    Salem OR US
    ------------------------------