当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
- STC转STM32第一次开发
- 《MFC dialog中加入OpenGL窗体》
- 亚马逊的无服务器总线EventBridge支持事件溯源 - AWS
- C / C + + Programming Notes: pointer! Understand pointer from memory, let you understand pointer completely
- OSChina 周一乱弹 —— 程序媛的青春
- Linked blocking queue based on linked list
- 常见特征金字塔网络FPN及变体
- APP 莫名崩溃,开始以为是 Header 中 name 大小写的锅,最后发现原来是容器的错!
- Share API on the web
- 架构中台图
猜你喜欢
使用递增计数器的线程同步工具 —— 信号量,它的原理是什么样子的?
上线1周,B.Protocal已有7000ETH资产!
A brief introduction of C code to open or close the firewall example
结合阿里云 FC 谈谈我对 FaaS 的理解
FC 游戏机的工作原理是怎样的?
Operation 2020.11.7-8
《MFC dialog中加入OpenGL窗体》
Android 解决setRequestedOrientation之后手机屏幕的旋转不触发onConfigurationChanged方法
STC转STM32第一次开发
2. Introduction to computer hardware
随机推荐
First development of STC to stm32
Bifrost 之 文件队列(一)
How to do thread dump analysis in Windows Environment
Database design: paradigms and anti paradigms
App crashed inexplicably. At first, it thought it was the case of the name in the header. Finally, it was found that it was the fault of the container!
写时复制集合 —— CopyOnWriteArrayList
Finally, the python project is released as exe executable program process
Concurrent linked queue: a non blocking unbounded thread safe queue
服务网格仍然很难 - cncf
STC转STM32第一次开发
1. What does the operating system do?
RabbitMQ快速入门详解
上线1周,B.Protocal已有7000ETH资产!
Talk about my understanding of FAAS with Alibaba cloud FC
链表
Core knowledge of C + + 11-17 template (2) -- class template
操作系统之bios
Do you know how the computer starts?
Leetcode-15: sum of three numbers
c++11-17 模板核心知识(二)—— 类模板