|
@@ -64,6 +64,22 @@ function fncb_only(fn_name){
|
64
|
64
|
}
|
65
|
65
|
|
66
|
66
|
|
|
67
|
+
|
|
68
|
+class Wview_vx extends Component<Props> {
|
|
69
|
+ constructor(props) {
|
|
70
|
+ super(props);
|
|
71
|
+ }
|
|
72
|
+ render(){
|
|
73
|
+ return (
|
|
74
|
+ <View>
|
|
75
|
+ <Text>Wview_vx</Text>
|
|
76
|
+ </View>
|
|
77
|
+ )
|
|
78
|
+ }
|
|
79
|
+}
|
|
80
|
+// class Wview_vx
|
|
81
|
+
|
|
82
|
+
|
67
|
83
|
// class Wview_v1 extends PureComponent<Props> {
|
68
|
84
|
class Wview_v1 extends Component<Props> {
|
69
|
85
|
constructor(props) {
|
|
@@ -74,7 +90,7 @@ class Wview_v1 extends Component<Props> {
|
74
|
90
|
// this.palette=palette
|
75
|
91
|
tglob_au.reg_qxi_cb(this.rs_state.bind(this),"SET_TILE_VIEW_DIMENSIONS","RS_STATE")
|
76
|
92
|
tglob_au.reg_dev_cb(this.rs_state2.bind(this),"rerender_Wview_v1","rerender")
|
77
|
|
-
|
|
93
|
+
|
78
|
94
|
clog("Wview_v1 init")
|
79
|
95
|
}
|
80
|
96
|
rs_state2(a1,a2,a3,a4,a5){
|
|
@@ -174,6 +190,7 @@ injectedJs =`
|
174
|
190
|
>
|
175
|
191
|
Z??
|
176
|
192
|
</Text>
|
|
193
|
+ <Wview_vx></Wview_vx>
|
177
|
194
|
|
178
|
195
|
|
179
|
196
|
|