`
li.feixiang
  • 浏览: 121219 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论

How to shorten display time for the inline message in Windchill 10.0

 
阅读更多

标题 说明 适用于 原因 解决方案
How to shorten display time for the inline message in Windchill 10.0
  • The inline message will display 4 seconds, then fade out gradually.
  • How to shorten the display time?
  • Inline message example after creating a new object successfully:

CONFIRMATION: Create successful
The object was created successfully.

Windchill PDMLink 10.0 M020
 
1. Open file <WT_HOME>\codebase\netmarkets\javascript\util\jsfrags\messaging.jsfrag in a text editor
2. Locate following content:
 

/** after user has not touched the message window for 4 seconds, begin to fade it out */
PTC.messaging.deferTimeoutMill = 4000;


3. Change the value of PTC.messaging.deferTimeoutMill from 4000 (4 seconds) to 1000 (1 second), this will shorten the display time for inline message.

4. Locate following content:

PTC.messaging.messageFadeout = function(){
    PTC.messaging.msgWindow.getEl().fadeOut({
        endOpacity: 0.01,
        duration: 6,
                  callback: PTC.messaging.closeInlineMessageFadeout
    });
};

5. Change the duration value from 6 to 1, this will shorten the fade out time for inline message.
6. Save the file
7. Execute following command in Windchill shell:
 

ant -f bin\jsfrag_combine.xml

8. Restart Windchill
9. Open a new browser session to observe the change
分享到:
评论

相关推荐

    Microsoft BizTalk Server 2010 Patterns

    methods for parallel processing in BizTalk server, and how to use them to shorten processing time and increase scalability, as well as when not to. Chapter 14, Processing Message Convoys: The final ...

    ComponentOne Studio for WPF2012 v3 1/3

    Studio for WPF features all of the rich data visualization and LOB controls you need to shorten your development time and create compelling Windows desktop applications. Choose from 50+ WPF controls ...

    ComponentOne Studio for WPF2012 v3 2/3

    Studio for WPF features all of the rich data visualization and LOB controls you need to shorten your development time and create compelling Windows desktop applications. Choose from 50+ WPF controls ...

    Google C++ Style Guide(Google C++编程规范)高清PDF

    The main reason for making a virtual function inline is to place its definition in the class, either for convenience or to document its behavior, e.g., for accessors and mutators. The -inl.h Files...

    Less.Web.Development.Essentials.2nd.Edition

    Shorten the debugging time of complex CSS code with Less for specific devices and browsers A comprehensive, fast-paced guide that covers the essential concepts of Less through practical and well-...

    gDEBugger 图形渲染调试分析工具

    gdebugger opengl 图形渲染调试分析...Whether your goal is to shorten debugging time, improve application quality or optimize application performance, gDEBugger displays the information you憆e looking for.

    ComponentOne Studio for WPF2012 v3 3/3

    Studio for WPF features all of the rich data visualization and LOB controls you need to shorten your development time and create compelling Windows desktop applications. Choose from 50+ WPF controls ...

    ComponetOne Studio for WPF 2013 v1 3/3

    Studio for WPF features all of the rich data visualization and LOB controls you need to shorten your development time and create compelling Windows desktop applications. Choose from 50+ WPF controls ...

    ComponetOne Studio for WPF 2013 v1 1/3

    Studio for WPF features all of the rich data visualization and LOB controls you need to shorten your development time and create compelling Windows desktop applications. Choose from 50+ WPF controls ...

    ComponetOne Studio for WPF 2013 v1 2/3

    Studio for WPF features all of the rich data visualization and LOB controls you need to shorten your development time and create compelling Windows desktop applications. Choose from 50+ WPF controls ...

    sanyo denki DC SERVO SYSTEMS T

    in jog function in the Sanyo Denki DC Servo Systems T ensures a seamless connection between the motor and amplifier, allowing for trial operations without the need for additional connections to upper-...

    assertion based design 2nd edition

    Rooted in that challenge is the goal to shorten the verification cycle. This requires new design and verification techniques. In this book, we address the functional correctness challenge within a ...

Global site tag (gtag.js) - Google Analytics