当前位置:网站首页>Easyclick fixed status log window

Easyclick fixed status log window

2022-06-22 20:53:00 Mr - old devil

EasyClick Fixed status log window

legend

 Insert picture description here

Code example

   requestFloatViewPermission(1000);
    closeLogWindow();
    //  Modify the log window position   size   typeface   title   Background, etc 
    let logWindow = {
    
        "x": 100,
        "y": 200,
        "w": 600,
        "h": 800,
        "textSize": 12,
        "backgroundColor": "#33ffffff",
        "title": " ",
        "showTitle": false
    }
    //  Fixed state view  Whether to show   Height   font size   Font color   Background color   etc. 
    let logView = {
    
        "show": true,
        "h": 260,
        "textSize": 12,
        "textColor": "#FF0000",
        "backgroundColor": "#11ffffff"
    }
    sleep(1000);
    showLogWindow();
    sleep(1000)
    setLogViewSizeEx(logWindow)
    setLogFixedViewEx(logView);
    sleep(1000);
    //  Set up   Fixed display information 
    setFixedViewText("  Focus on : 6  give the thumbs-up :7  Comment on :8 \n  platform : DY  Submitted likes : 4 \n  Attention submitted :5 \n  Comments submitted :5 ");
    logd(" journal ");
    logd(" journal ");
    logd(" journal ");
    logd(" journal ");
    logd(" journal ");
    logd(" journal ");
    logd(" journal ");
    logd(" journal ");

I am a Mr- Old devil 、QQ1156346325 . communication QQ Group :620028786,647082990,772810035
———————————————— Copyright notice ——————————————————
All rights reserved ~Mr- Old devil ~ Reprint please indicate the original address
disclaimer : All tutorials in this article are limited to exchange and learning, and shall not be used for illegal purposes , I am not responsible for the legal consequences .

原网站

版权声明
本文为[Mr - old devil]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/173/202206221917207104.html