当前位置:网站首页>Several rolling captions based on LabVIEW
Several rolling captions based on LabVIEW
2020-11-09 07:30:00 【Oc jklrr90y】
After learning a little skill, I still need to CSDN once , In case you don't find it the next time you need it ..
(1) Scrolling down subtitles based on string array and string control
The basic idea is to take each string from the array and send it to display ; Scrolling is to use the number of cycles and the number of rows in the array to get the index value of the loop .
(2) Scrolling captions based on long strings and string controls
The basic idea is to use the intercepting string function , Add... To each offset 2, The length is the same .
(3) Horizontal pendulum type scrolling caption based on the whole movement of string control
This is when the length of the corresponding string is less than the width of the display area .
Ideas : String as a whole , Its left position in the display area can be written through the attribute node . Change it , The whole string is moving . The design pattern adopts the basic state machine pattern .
(4) Horizontal scrolling subtitles based on numeric display control slider and string image
Ideas : In custom controls , Replace the slide image on the slider bar with the picture to be displayed . By changing the size of the value to be displayed in turn, you can make the slider scroll .
Rolling subtitles , If the front panel screenshots can be made into execution animation , Not yet ; Among them, the size difference is relatively large , Browsing may seem disorganized . The procedure is relatively simple , No download address attached . Something like this , I wrote 1 More than an hour ? What efficiency? This is , Workers ! Which is the default title , We can't save or distribute ?
版权声明
本文为[Oc jklrr90y]所创,转载请带上原文链接,感谢
边栏推荐
- Chapter 5 programming
- A few lines of code can easily transfer traceid across systems, so you don't have to worry about losing the log!
- 常见特征金字塔网络FPN及变体
- 服务器性能监控神器nmon使用介绍
- SAP S/4HANA 2020安装实录
- 图节点分类与消息传递 - 知乎
- How to analyze Android anr problems
- Factory pattern pattern pattern (simple factory, factory method, abstract factory pattern)
- Review of API knowledge
- Salesforce connect & external object
猜你喜欢
随机推荐
salesforce零基础学习(九十八)Salesforce Connect & External Object
C + + adjacency matrix
How does pipedrive support quality publishing with 50 + deployments per day?
Execution of SQL statement
Core knowledge of C + + 11-17 template (2) -- class template
Exception capture and handling in C + +
首次开通csdn,这篇文章送给过去的自己和正在发生的你
A brief introduction of C code to open or close the firewall example
Why choose f for the back end of dark website? - darklang
AQS 都看完了,Condition 原理可不能少!
VIM Introduction Manual, (vs Code)
对象
2020,Android开发者打破寒冬的利器是什么?
B. protocal has 7000eth assets in one week!
File queue in Bifrost (1)
When we talk about data quality, what are we talking about?
Programmers should know the URI, a comprehensive understanding of the article
基于链表的有界阻塞队列 —— LinkedBlockingQueue
结合阿里云 FC 谈谈我对 FaaS 的理解
Concurrent linked queue: a non blocking unbounded thread safe queue