PILOT2自定义控件中列表控件的BUG

Completed

Comments

16 comments

  • DJI Developer Support
    Pilot2和v4固件中有发现这个问题,目前还在确认中。
    0
    Comment actions Permalink
  • DJI Developer Support
    您可以将遥控器上的缓存先清理一下,然后验证该问题试试。
    0
    Comment actions Permalink
  • Neil

    清了也一样的

    0
    Comment actions Permalink
  • DJI Developer Support
    您方便提供一下您的json配置文件吗?
    0
    Comment actions Permalink
  • Neil
    {
      "version": {
        "major": 1,
        "minor": 0
      },
      "main_interface": {
        "floating_window": {
          "is_enable": true
        },
        "widget_list": [
            {
                "widget_index": 0,
                "widget_type": "switch",
                "widget_name": "开关",
                "icon_file_set": {
                  "icon_file_name_selected": "fl_on.png",
                  "icon_file_name_unselected": "fl_off.png"
                },
                "customize_rc_buttons_config": {
                  "is_enable": true,
                  "mapping_config_display_order": 0
                }
            },
            {
                "widget_index": 1,
                "widget_type": "list",
                "widget_name": "列表",
                "list_item": [
                    {
                        "item_name": "爆闪模式 1",
                        "icon_file_set":  {
                            "icon_file_name_selected" :  "fl11_on.png",
                            "icon_file_name_unselected" :  "fl11_off.png"
                        }
                    },
                    {
                        "item_name": "爆闪模式 2",
                        "icon_file_set":  {
                            "icon_file_name_selected" :  "fl22_on.png",
                            "icon_file_name_unselected" :  "fl22_off.png"
                        }
                    },
                    {
                        "item_name": "爆闪模式 3",
                        "icon_file_set":  {
                            "icon_file_name_selected" :  "fl33_on.png",
                            "icon_file_name_unselected" :  "fl33_off.png"
                        }
                    }
                ],
                "customize_rc_buttons_config": {
                "is_enable": true,
                "mapping_config_display_order": 1
                }
            }
        ]
      },
      "config_interface": {
        "text_input_box": {
          "widget_name": "文本输入框",
          "placeholder_text": "请输入消息",
          "is_enable": false
        },
        "widget_list": [
            {
                "widget_index": 2,
                "widget_type": "switch",
                "widget_name": "开关",
                "customize_rc_buttons_config": {
                  "is_enable": true,
                  "mapping_config_display_order": 2
                }
            },
            {
                "widget_index": 3,
                "widget_type": "list",
                "widget_name": "爆闪模式",
                "list_item": [
                    {
                        "item_name": "爆闪模式 1"
                    },
                    {
                        "item_name": "爆闪模式 2"
                    },
                    {
                        "item_name": "爆闪模式 3"
                    }
                ],
                "customize_rc_buttons_config": {
                "is_enable": true,
                "mapping_config_display_order": 3
                }
            }
        ]
      }
    }
    0
    Comment actions Permalink
  • Neil

    还有PILOT2除中文外的其他语言在主界面的控件时常会有不显示的情况,同样情况下 PILOT1遥控器确定显示后对频到pilot2遥控器不显示

    0
    Comment actions Permalink
  • Neil

    能出来的时候有时是这种情况,同样清除内存了也一样

    0
    Comment actions Permalink
  • DJI Developer Support
    请问您现在通过遥控器查看到的Pilot2版本是多少?您有收到内测的邮件提供单独的APP apk吗?麻烦确认一下APP版本是不是4.0.1.0。
    0
    Comment actions Permalink
  • Neil

    4.0.18

    0
    Comment actions Permalink
  • Neil

    是和飞机固件一起的

    0
    Comment actions Permalink
  • DJI Developer Support
    麻烦截个版本界面图,发现直接升级遥控器使用APP版本不是最新的,可能会有这个问题。
    0
    Comment actions Permalink
  • Neil

    0
    Comment actions Permalink
  • DJI Developer Support
    不是遥控器版本,Pilot APP版本,在遥控器的设置界面。
    0
    Comment actions Permalink
  • Neil

    4.0.0.74  如果不是最新要去哪里下载最新的进行调试呢

    0
    Comment actions Permalink
  • DJI Developer Support
    这个版本测试是有这个bug的,你们有拿到内测权限是不是有收到内测的邮件?邮件中有提供4.0.1.0的APK文件的链接,将apk放到遥控器上安装即可使用最新版本。
    0
    Comment actions Permalink
  • Neil

    这个list问题已解决

    0
    Comment actions Permalink

Please sign in to leave a comment.