×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

How to display info for user through Journal / NXOpen ?

How to display info for user through Journal / NXOpen ?

How to display info for user through Journal / NXOpen ?

(OP)
Hello,

I am wanting to display information to a user when executing a journal/NXOpen application without using the Information Window or Pop-ups. I want to utilize the "bar" where progress / selection manager display information to display text throughout a program. I cannot find this anywhere on GTAC or the NXOpen guide. Anyone know where I can access this?

Please see the attached photo.

I am using NX8.5.

Thanks in advance,
Andrew

Design Engineer, NX 7.5

RE: How to display info for user through Journal / NXOpen ?

CODE

Option Strict Off
Imports System
Imports NXOpen
Imports NXOpen.UF

Module Module1

    Sub Main()

        Dim theSession As Session = Session.GetSession()
        Dim theUfSession As UFSession = UFSession.GetUFSession

        theUfSession.Ui.SetPrompt("your prompt here")
        theUfSession.Ui.SetStatus("your message here")

        MsgBox("pause")

    End Sub

End Module 

www.nxjournaling.com

RE: How to display info for user through Journal / NXOpen ?

(OP)
YES! THANKS!

Design Engineer, NX 7.5

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources