-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathWindowMain.xojo_window
More file actions
371 lines (357 loc) · 10.6 KB
/
WindowMain.xojo_window
File metadata and controls
371 lines (357 loc) · 10.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
#tag Window
Begin Window WindowMain
BackColor = &cFFFFFF00
Backdrop = 0
CloseButton = True
Compatibility = ""
Composite = False
Frame = 0
FullScreen = False
FullScreenButton= False
HasBackColor = False
Height = 400
ImplicitInstance= True
LiveResize = True
MacProcID = 0
MaxHeight = 32000
MaximizeButton = True
MaxWidth = 32000
MenuBar = 13213695
MenuBarVisible = True
MinHeight = 64
MinimizeButton = True
MinWidth = 64
Placement = 0
Resizeable = True
Title = "JSON-RPC Example"
Visible = True
Width = 600
Begin JSONRPCSocket JSONRPC
Index = -2147483648
LockedInPosition= False
Scope = 0
TabPanelIndex = 0
End
Begin Label LabelClient
AutoDeactivate = True
Bold = False
DataField = ""
DataSource = ""
Enabled = True
Height = 20
HelpTag = ""
Index = -2147483648
InitialParent = ""
Italic = False
Left = 480
LockBottom = False
LockedInPosition= True
LockLeft = False
LockRight = True
LockTop = True
Multiline = False
Scope = 0
Selectable = False
TabIndex = 7
TabPanelIndex = 0
Text = "Client:"
TextAlign = 1
TextColor = &c00000000
TextFont = "System"
TextSize = 0.0
TextUnit = 0
Top = 14
Transparent = False
Underline = False
Visible = True
Width = 100
End
Begin PushButton PushButtonSend
AutoDeactivate = True
Bold = False
ButtonStyle = "0"
Cancel = False
Caption = "Send"
Default = False
Enabled = True
Height = 22
HelpTag = ""
Index = -2147483648
InitialParent = ""
Italic = False
Left = 480
LockBottom = False
LockedInPosition= True
LockLeft = False
LockRight = True
LockTop = True
Scope = 0
TabIndex = 15
TabPanelIndex = 0
TabStop = True
TextFont = "System"
TextSize = 0.0
TextUnit = 0
Top = 146
Underline = False
Visible = True
Width = 100
End
Begin Listbox ListboxMessages
AutoDeactivate = True
AutoHideScrollbars= True
Bold = False
Border = True
ColumnCount = 3
ColumnsResizable= True
ColumnWidths = ""
DataField = ""
DataSource = ""
DefaultRowHeight= -1
Enabled = True
EnableDrag = False
EnableDragReorder= False
GridLinesHorizontal= 0
GridLinesVertical= 0
HasHeading = True
HeadingIndex = -1
Height = 200
HelpTag = ""
Hierarchical = False
Index = -2147483648
InitialParent = ""
InitialValue = "Method Params JSON"
Italic = False
Left = 20
LockBottom = True
LockedInPosition= True
LockLeft = True
LockRight = True
LockTop = True
RequiresSelection= False
Scope = 0
ScrollbarHorizontal= False
ScrollBarVertical= True
SelectionType = 0
ShowDropIndicator= False
TabIndex = 11
TabPanelIndex = 0
TabStop = True
TextFont = "System"
TextSize = 0.0
TextUnit = 0
Top = 180
Underline = False
UseFocusRing = True
Visible = True
Width = 560
_ScrollOffset = 0
_ScrollWidth = -1
End
Begin TextField TextFieldMethod
AcceptTabs = False
Alignment = 0
AutoDeactivate = True
AutomaticallyCheckSpelling= False
BackColor = &cFFFFFF00
Bold = False
Border = True
CueText = ""
DataField = ""
DataSource = ""
Enabled = True
Format = ""
Height = 22
HelpTag = ""
Index = -2147483648
Italic = False
Left = 20
LimitText = 0
LockBottom = False
LockedInPosition= True
LockLeft = True
LockRight = True
LockTop = True
Mask = ""
Password = False
ReadOnly = False
Scope = 0
TabIndex = 8
TabPanelIndex = 0
TabStop = True
Text = "guru.test"
TextColor = &c00000000
TextFont = "System"
TextSize = 0.0
TextUnit = 0
Top = 146
Underline = False
UseFocusRing = True
Visible = True
Width = 448
End
Begin Label LabelMethod
AutoDeactivate = True
Bold = False
DataField = ""
DataSource = ""
Enabled = True
Height = 20
HelpTag = ""
Index = -2147483648
InitialParent = ""
Italic = False
Left = 20
LockBottom = False
LockedInPosition= True
LockLeft = True
LockRight = True
LockTop = True
Multiline = False
Scope = 0
Selectable = False
TabIndex = 9
TabPanelIndex = 0
Text = "Method name:"
TextAlign = 0
TextColor = &c00000000
TextFont = "System"
TextSize = 0.0
TextUnit = 0
Top = 114
Transparent = False
Underline = False
Visible = True
Width = 448
End
Begin TextField TextFieldAddress
AcceptTabs = False
Alignment = 2
AutoDeactivate = True
AutomaticallyCheckSpelling= False
BackColor = &cFFFFFF00
Bold = False
Border = True
CueText = ""
DataField = ""
DataSource = ""
Enabled = True
Format = ""
Height = 22
HelpTag = ""
Index = -2147483648
Italic = False
Left = 20
LimitText = 0
LockBottom = False
LockedInPosition= True
LockLeft = True
LockRight = True
LockTop = True
Mask = ""
Password = False
ReadOnly = False
Scope = 0
TabIndex = 6
TabPanelIndex = 0
TabStop = True
Text = "https://gurujsonrpc.appspot.com/guru"
TextColor = &c00000000
TextFont = "System"
TextSize = 0.0
TextUnit = 0
Top = 46
Underline = False
UseFocusRing = True
Visible = True
Width = 448
End
Begin Label LabelAddress
AutoDeactivate = True
Bold = False
DataField = ""
DataSource = ""
Enabled = True
Height = 20
HelpTag = ""
Index = -2147483648
InitialParent = ""
Italic = False
Left = 20
LockBottom = False
LockedInPosition= True
LockLeft = True
LockRight = False
LockTop = True
Multiline = False
Scope = 0
Selectable = False
TabIndex = 5
TabPanelIndex = 0
Text = "Address:"
TextAlign = 0
TextColor = &c00000000
TextFont = "System"
TextSize = 0.0
TextUnit = 0
Top = 14
Transparent = False
Underline = False
Visible = True
Width = 317
End
End
#tag EndWindow
#tag WindowCode
#tag Constant, Name = WINDOW_TITLE, Type = String, Dynamic = False, Default = \"JSON-RPC Example", Scope = Public
#tag EndConstant
#tag EndWindowCode
#tag Events JSONRPC
#tag Event
Sub ResponseReceived(URL As Text, Response As Xojo.Core.Dictionary)
Dim result As Text
Try
result = Xojo.Data.GenerateJSON(Response)
Catch e As Xojo.Data.InvalidJSONException
result = ""
End Try
Dim MID As Integer = Response.Value("id")
ListboxMessages.AddRow Response.Value("result"), result, MID.ToText
End Sub
#tag EndEvent
#tag Event
Sub Error(ErrException As RuntimeException)
ListboxMessages.AddRow "Error", ErrException.Message, ErrException.ErrorNumber.ToText
End Sub
#tag EndEvent
#tag Event
Sub RPCError(URL As Text, HTTPStatus As Integer, Response As Xojo.Core.Dictionary)
Dim result As Text
Try
result = Xojo.Data.GenerateJSON(Response)
Catch e As Xojo.Data.InvalidJSONException
result = ""
End Try
Dim e As Xojo.Core.Dictionary = Response.Value("error")
Dim Message As Text = e.Value("message")
Dim ErrorCode,MsgID As Integer
ErrorCode = e.Value("code")
MsgID = Response.Value("id")
If Response <> Nil Then
ListboxMessages.AddRow ErrorCode.ToText, Message, MsgID.ToText
Else
ListboxMessages.AddRow "Response is Nil"
End If
End Sub
#tag EndEvent
#tag EndEvents
#tag Events PushButtonSend
#tag Event
Sub Action()
JSONRPC.URL = TextFieldAddress.Text.ToText
Dim Params() As Auto
Params.Append "Hello World!"
JSONRPC.MethodRequest TextFieldMethod.Text.ToText, Params
End Sub
#tag EndEvent
#tag EndEvents