Skip to content

Commit 48dac5e

Browse files
committed
Updated to Xojo 2019r2
1 parent 4659914 commit 48dac5e

23 files changed

+2014
-1511
lines changed

App.rbbas

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,11 @@ Inherits Application
145145
#tag ViewBehavior
146146
#tag ViewProperty
147147
Name="ignoreCrash"
148+
Visible=false
148149
Group="Behavior"
149150
InitialValue="false"
150151
Type="Boolean"
152+
EditorType=""
151153
#tag EndViewProperty
152154
#tag EndViewBehavior
153155
End Class

Components/Canvas/RectCanvas.rbbas

Lines changed: 61 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -19,176 +19,204 @@ Inherits Canvas
1919

2020
#tag ViewBehavior
2121
#tag ViewProperty
22-
Name="Transparent"
22+
Name="AllowAutoDeactivate"
2323
Visible=true
24-
Group="Behavior"
24+
Group="Appearance"
2525
InitialValue="True"
2626
Type="Boolean"
27-
EditorType="Boolean"
27+
EditorType=""
28+
#tag EndViewProperty
29+
#tag ViewProperty
30+
Name="Tooltip"
31+
Visible=true
32+
Group="Appearance"
33+
InitialValue=""
34+
Type="String"
35+
EditorType="MultiLineEditor"
2836
#tag EndViewProperty
2937
#tag ViewProperty
30-
Name="AcceptFocus"
38+
Name="AllowFocusRing"
39+
Visible=true
40+
Group="Appearance"
41+
InitialValue="True"
42+
Type="Boolean"
43+
EditorType=""
44+
#tag EndViewProperty
45+
#tag ViewProperty
46+
Name="AllowFocus"
3147
Visible=true
3248
Group="Behavior"
49+
InitialValue="False"
3350
Type="Boolean"
51+
EditorType=""
3452
#tag EndViewProperty
3553
#tag ViewProperty
36-
Name="AcceptTabs"
54+
Name="AllowTabs"
3755
Visible=true
3856
Group="Behavior"
57+
InitialValue="False"
3958
Type="Boolean"
59+
EditorType=""
4060
#tag EndViewProperty
4161
#tag ViewProperty
42-
Name="AutoDeactivate"
62+
Name="Transparent"
4363
Visible=true
44-
Group="Appearance"
64+
Group="Behavior"
4565
InitialValue="True"
4666
Type="Boolean"
67+
EditorType=""
4768
#tag EndViewProperty
4869
#tag ViewProperty
4970
Name="Backdrop"
5071
Visible=true
5172
Group="Appearance"
73+
InitialValue=""
5274
Type="Picture"
53-
EditorType="Picture"
75+
EditorType=""
5476
#tag EndViewProperty
5577
#tag ViewProperty
5678
Name="DoubleBuffer"
5779
Visible=true
5880
Group="Behavior"
5981
InitialValue="False"
6082
Type="Boolean"
83+
EditorType=""
6184
#tag EndViewProperty
6285
#tag ViewProperty
6386
Name="Enabled"
6487
Visible=true
6588
Group="Appearance"
6689
InitialValue="True"
6790
Type="Boolean"
68-
#tag EndViewProperty
69-
#tag ViewProperty
70-
Name="EraseBackground"
71-
Visible=true
72-
Group="Behavior"
73-
InitialValue="True"
74-
Type="Boolean"
75-
EditorType="Boolean"
91+
EditorType=""
7692
#tag EndViewProperty
7793
#tag ViewProperty
7894
Name="Height"
7995
Visible=true
8096
Group="Position"
8197
InitialValue="100"
8298
Type="Integer"
83-
#tag EndViewProperty
84-
#tag ViewProperty
85-
Name="HelpTag"
86-
Visible=true
87-
Group="Appearance"
88-
Type="String"
89-
EditorType="MultiLineEditor"
99+
EditorType=""
90100
#tag EndViewProperty
91101
#tag ViewProperty
92102
Name="Index"
93103
Visible=true
94104
Group="ID"
105+
InitialValue=""
95106
Type="Integer"
96-
EditorType="Integer"
107+
EditorType=""
97108
#tag EndViewProperty
98109
#tag ViewProperty
99110
Name="InitialParent"
111+
Visible=false
112+
Group=""
113+
InitialValue=""
100114
Type="String"
115+
EditorType=""
101116
#tag EndViewProperty
102117
#tag ViewProperty
103118
Name="Left"
104119
Visible=true
105120
Group="Position"
121+
InitialValue=""
106122
Type="Integer"
123+
EditorType=""
107124
#tag EndViewProperty
108125
#tag ViewProperty
109126
Name="LockBottom"
110127
Visible=true
111128
Group="Position"
129+
InitialValue=""
112130
Type="Boolean"
131+
EditorType=""
113132
#tag EndViewProperty
114133
#tag ViewProperty
115134
Name="LockLeft"
116135
Visible=true
117136
Group="Position"
137+
InitialValue=""
118138
Type="Boolean"
139+
EditorType=""
119140
#tag EndViewProperty
120141
#tag ViewProperty
121142
Name="LockRight"
122143
Visible=true
123144
Group="Position"
145+
InitialValue=""
124146
Type="Boolean"
147+
EditorType=""
125148
#tag EndViewProperty
126149
#tag ViewProperty
127150
Name="LockTop"
128151
Visible=true
129152
Group="Position"
153+
InitialValue=""
130154
Type="Boolean"
155+
EditorType=""
131156
#tag EndViewProperty
132157
#tag ViewProperty
133158
Name="Name"
134159
Visible=true
135160
Group="ID"
161+
InitialValue=""
136162
Type="String"
137-
EditorType="String"
163+
EditorType=""
138164
#tag EndViewProperty
139165
#tag ViewProperty
140166
Name="Super"
141167
Visible=true
142168
Group="ID"
169+
InitialValue=""
143170
Type="String"
144-
EditorType="String"
171+
EditorType=""
145172
#tag EndViewProperty
146173
#tag ViewProperty
147174
Name="TabIndex"
148175
Visible=true
149176
Group="Position"
150177
InitialValue="0"
151178
Type="Integer"
179+
EditorType=""
152180
#tag EndViewProperty
153181
#tag ViewProperty
154182
Name="TabPanelIndex"
183+
Visible=false
155184
Group="Position"
156185
InitialValue="0"
157186
Type="Integer"
187+
EditorType=""
158188
#tag EndViewProperty
159189
#tag ViewProperty
160190
Name="TabStop"
161191
Visible=true
162192
Group="Position"
163193
InitialValue="True"
164194
Type="Boolean"
195+
EditorType=""
165196
#tag EndViewProperty
166197
#tag ViewProperty
167198
Name="Top"
168199
Visible=true
169200
Group="Position"
201+
InitialValue=""
170202
Type="Integer"
171-
#tag EndViewProperty
172-
#tag ViewProperty
173-
Name="UseFocusRing"
174-
Visible=true
175-
Group="Appearance"
176-
InitialValue="True"
177-
Type="Boolean"
203+
EditorType=""
178204
#tag EndViewProperty
179205
#tag ViewProperty
180206
Name="Visible"
181207
Visible=true
182208
Group="Appearance"
183209
InitialValue="True"
184210
Type="Boolean"
211+
EditorType=""
185212
#tag EndViewProperty
186213
#tag ViewProperty
187214
Name="Width"
188215
Visible=true
189216
Group="Position"
190217
InitialValue="100"
191218
Type="Integer"
219+
EditorType=""
192220
#tag EndViewProperty
193221
#tag EndViewBehavior
194222
End Class

0 commit comments

Comments
 (0)