InterFaceArrow » 历史记录 » 版本 4
tejie, 2025-07-25 16:41
1 | 4 | tejie | h4. _*%{color:green}interFaceArrow%*_ |
---|---|---|---|
2 | 1 | yangdefeng | |
3 | 在自定义对话框中指定文字跳转按钮上,出现指引箭头并出现文字提示 |
||
4 | 对于对话框中可滑动列表,不建议使用该引导,如使用滑动时列表会出现超出对话框现象 |
||
5 | |||
6 | 2 | tejie | 标签:命令定义^interFaceArrow |
7 | 1 | yangdefeng | |
8 | *格式* |
||
9 | |命令名 |参数1 |参数2 |参数3 | |
||
10 | |interFaceArrow |按钮名称 |引导图标位置 |提示文字 | |
||
11 | |||
12 | 说明: |
||
13 | 3 | tejie | |^.参数1|按钮文字(可缺省)及跳转链接 |
14 | 写法1:<notextile>按钮文字/@跳转链接</notextile> |
||
15 | 写法2:<notextile>/@跳转链接</notextile>| |
||
16 | |^.参数2|引导图标位置 |
||
17 | 1:上 |
||
18 | 2:下 |
||
19 | 3:左 |
||
20 | 4:右| |
||
21 | |参数3|提示文字| |
||
22 | 1 | yangdefeng | |
23 | |||
24 | - |
||
25 | - |
||
26 | |||
27 | 3 | tejie | h4. *%{color:deepskyblue}特戒引擎脚本示例:%* |
28 | 1 | yangdefeng | |
29 | *使用前提1* |
||
30 | 请开启配置开关"isUseCustomOKPanel" |
||
31 | |配置文件|...\Mir200\Tejieconfig\Tejieconfig.txt | |
||
32 | |配置节点|[tjconfig] | |
||
33 | |配置项 |isUseCustomOkPanel=1 | |
||
34 | |||
35 | |||
36 | *使用前提2* |
||
37 | 请配置补丁资源"lc",即找到以下配置项,加入 %{color:deeppink}lc% |
||
38 | |配置文件|...\Mir200\Tejieconfig\Tejieconfig.txt | |
||
39 | |配置节点|[tjconfig] | |
||
40 | |配置项 |patch=aa,bb,lc | |
||
41 | |||
42 | - |
||
43 | - |
||
44 | |||
45 | bq. [<notextile>@</notextile>main] |
||
46 | #act |
||
47 | *{color:green}interFaceArrow* 测试/<notextile>@</notextile>跳转标签 1 点这里 |
||
48 | [[openMerchantBigDlg]] ok_di 4 0 0 1 0 0 |
||
49 | #say |
||
50 | <[[dlg_imgButton_|imgButton]]:lc_shijieliaotian_xuanzhong:10:10:测试/<notextile>@</notextile>跳转标签> |
||
51 | 4 | tejie | |
52 | - |
||
53 | - |
||
54 | |||
55 | h4. *{color:deepskyblue}示例--系统界面tab按钮引导* |
||
56 | |||
57 | bq. <notextile>[@示例]</notextile> |
||
58 | #act |
||
59 | [[mov]] s$0 <notextile><imgButton:ui_alpha0:0:0:/@tmp></notextile> |
||
60 | [[addUiDlg]] 1 7,1 <$str(s$0)> 0,0 0 |
||
61 | *{color:green}interFaceArrow* <notextile>/@tmp</notextile> 1 点这里 |
||
62 | [[print]] 添加引导 |
||
63 | <notextile></notextile> |
||
64 | <notextile>[@tmp]</notextile> |
||
65 | #act |
||
66 | [[print]] 引导触发--关闭设置界面 |
||
67 | [[closeSystemUi]] 7 |
||
68 | [[delayGoto]] 10 @wait |
||
69 | <notextile></notextile> |
||
70 | <notextile>[@wait]</notextile> |
||
71 | #act |
||
72 | [[print]] --打开设置界面 |
||
73 | [[openSysUi]] 7 3 |