`
li.feixiang
  • 浏览: 117603 次
  • 性别: 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 ...

    Build Your Own Wicked Wordpress Themes

    Book Description: ... Wicked WordPress Themes teaches readers how to leverage theme design frameworks to dramatically shorten development time, enabling them to enter the theme market faster.

    User Identification and Cipher Synchronization in Speech information hiding

    To shorten the time of building link and exchanging protocol, this paper presents a technology for fast cross-identification. To enhance the security of communication, encryption should be done ...

    Financial econometric analysis at ultra-high frequency

    purge the data from “wrong” ticks is likely to shorten the financial durations between substantial price movements and to alter the autocorrelation profile of the series. The estimated coefficients ...

    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...

    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.

    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-...

    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 ...

    plug-In PHP- 100 Power Solutions

    100 power solutions to real-world problems This practical guide ... This means they are fast, tried-and-tested functions that have been proven to work in the real world, and they will work for you too.

    Apress.Beginning.Java.8.Fundamentals

    ” I opted for including all the details in the book, rather than shortening its content to keep the number of pages low. It has never been my intent to make lots of money from this book. I was never ...

    Apress.Beginning.Java.8.Language.Features.

    ” I opted for including all the details in the book, rather than shortening the content to keep the number of pages low. It has never been my intent to make lots of money from this book. I was never ...

    Java+Language+Features-2nd+Edition-Apress(2018).pdf

    I also spent quite a bit of time reading the Java source code to learn more about some of the Java topics. Sometimes, it took a few months of researching a topic before I could write the first ...

    Java Language Features 2nd Edition

    I also spent quite a bit of time reading the Java source code to learn more about some of the Java topics. Sometimes, it took a few months of researching a topic before I could write the first ...

    构建自己最出色的WordPress主题

    Wicked WordPress Themes teaches readers how to leverage theme design frameworks to dramatically shorten development time, enabling them to enter the theme market faster. 作者介绍: Alan Cole Allan ...

Global site tag (gtag.js) - Google Analytics