easycoder 250825.1__tar.gz → 250826.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of easycoder might be problematic. Click here for more details.
- {easycoder-250825.1 → easycoder-250826.1}/PKG-INFO +1 -1
- {easycoder-250825.1 → easycoder-250826.1}/easycoder/__init__.py +1 -1
- {easycoder-250825.1 → easycoder-250826.1}/easycoder/ec_handler.py +1 -0
- {easycoder-250825.1 → easycoder-250826.1}/easycoder/ec_program.py +5 -0
- {easycoder-250825.1 → easycoder-250826.1}/easycoder/ec_pyside.py +24 -14
- {easycoder-250825.1 → easycoder-250826.1}/.gitignore +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/LICENSE +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/README.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/backdrop.jpg +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/README.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/README.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/conditions/boolean.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/conditions/empty.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/conditions/ends.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/conditions/even.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/conditions/exists.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/conditions/greater.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/conditions/hasProperty.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/conditions/includes.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/conditions/is.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/conditions/less.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/conditions/list.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/conditions/none.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/conditions/not.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/conditions/numeric.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/conditions/object.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/conditions/odd.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/conditions/starts.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/conditions/string.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/add.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/append.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/assert.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/begin.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/clear.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/close.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/create.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/debug.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/decrement.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/delete.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/divide.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/exit.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/file.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/fork.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/get.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/go.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/gosub.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/if.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/import.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/increment.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/index.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/init.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/input.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/load.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/lock.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/log.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/module.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/multiply.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/negate.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/on.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/open.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/pop.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/post.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/print.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/push.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/put.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/read.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/release.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/replace.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/return.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/run.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/save.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/script.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/send.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/set.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/shuffle.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/split.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/stack.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/stop.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/system.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/take.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/toggle.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/truncate.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/unlock.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/use.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/variable.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/wait.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/while.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/keywords/write.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/arg.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/args.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/cos.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/datime.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/decode.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/element.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/elements.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/empty.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/encode.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/error.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/files.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/float.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/from.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/hash.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/index.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/integer.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/json.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/keys.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/left.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/length.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/lowercase.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/memory.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/modification.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/modulo.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/newline.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/now.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/position.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/property.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/random.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/right.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/sin.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/stringify.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/tab.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/tan.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/timestamp.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/today.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/trim.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/type.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/uppercase.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/value.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/core/values/weekday.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/graphics/README.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/graphics/keywords/attach.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/graphics/keywords/close.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/graphics/keywords/create.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/graphics/keywords/ellipse.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/graphics/keywords/image.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/graphics/keywords/move.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/graphics/keywords/on.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/graphics/keywords/rectangle.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/graphics/keywords/render.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/graphics/keywords/run.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/graphics/keywords/set.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/graphics/keywords/text.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/graphics/values/attribute.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/doc/graphics/values/window.md +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/easycoder/close.png +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/easycoder/ec_border.py +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/easycoder/ec_classes.py +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/easycoder/ec_compiler.py +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/easycoder/ec_condition.py +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/easycoder/ec_core.py +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/easycoder/ec_keyboard.py +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/easycoder/ec_timestamp.py +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/easycoder/ec_value.py +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/easycoder/tick.png +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/images/Semoigo Dawn.jpg +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/json/graphics-demo.json +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/plugins/ec_keyboard.py +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/plugins/ec_p100.py +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/plugins/ec_pyside6.py +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/plugins/points.py +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/plugins/sql.py +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/pyproject.toml +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/scripts/benchmark.ecs +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/scripts/config.ecg +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/scripts/ec_keyboard.py +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/scripts/fizzbuzz.ecs +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/scripts/hello.ecs +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/scripts/points.ecs +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/scripts/test.ecs +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/scripts/tests.ecs +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/test.py +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/testrc.py +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/testsql.py +0 -0
- {easycoder-250825.1 → easycoder-250826.1}/testui.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: easycoder
|
|
3
|
-
Version:
|
|
3
|
+
Version: 250826.1
|
|
4
4
|
Summary: Rapid scripting in English
|
|
5
5
|
Keywords: compiler,scripting,prototyping,programming,coding,python,low code,hypertalk,computer language,learn to code
|
|
6
6
|
Author-email: Graham Trott <gtanyware@gmail.com>
|
|
@@ -36,6 +36,7 @@ class Handler:
|
|
|
36
36
|
self.testCondition = self.program.condition.testCondition
|
|
37
37
|
self.symbols = self.program.symbols
|
|
38
38
|
self.stack = self.program.stack
|
|
39
|
+
self.getSymbolContent = self.program.getSymbolContent
|
|
39
40
|
self.getSymbolValue = self.program.getSymbolValue
|
|
40
41
|
self.putSymbolValue = self.program.putSymbolValue
|
|
41
42
|
self.run = self.program.run
|
|
@@ -197,6 +197,11 @@ class Program:
|
|
|
197
197
|
return ''
|
|
198
198
|
return None
|
|
199
199
|
|
|
200
|
+
def getSymbolContent(self, symbolRecord):
|
|
201
|
+
if len(symbolRecord['value']) == 0:
|
|
202
|
+
return None
|
|
203
|
+
return symbolRecord['value'][symbolRecord['index']]
|
|
204
|
+
|
|
200
205
|
def getSymbolValue(self, symbolRecord):
|
|
201
206
|
if len(symbolRecord['value']) == 0:
|
|
202
207
|
return None
|
|
@@ -70,6 +70,10 @@ class Graphics(Handler):
|
|
|
70
70
|
|
|
71
71
|
def dialogTypes(self):
|
|
72
72
|
return ['confirm', 'lineedit', 'multiline', 'generic']
|
|
73
|
+
|
|
74
|
+
def getWidget(self, record):
|
|
75
|
+
if record['keyword'] in ['pushbutton']: return self.getSymbolContent(record)
|
|
76
|
+
else: return record['widget']
|
|
73
77
|
|
|
74
78
|
class ClickableLineEdit(QLineEdit):
|
|
75
79
|
clicked = Signal()
|
|
@@ -200,13 +204,13 @@ class Graphics(Handler):
|
|
|
200
204
|
layoutRecord = self.getVariable(command['layout'])
|
|
201
205
|
widget = command['widget']
|
|
202
206
|
if widget == 'stretch':
|
|
203
|
-
layoutRecord
|
|
207
|
+
self.getWidget(layoutRecord).addStretch()
|
|
204
208
|
elif widget == 'spacer':
|
|
205
|
-
layoutRecord
|
|
209
|
+
self.getWidget(layoutRecord).addSpacing(self.getRuntimeValue(command['size']))
|
|
206
210
|
else:
|
|
207
211
|
widgetRecord = self.getVariable(widget)
|
|
208
212
|
layoutRecord = self.getVariable(command['layout'])
|
|
209
|
-
widget = widgetRecord
|
|
213
|
+
widget = self.getWidget(widgetRecord)
|
|
210
214
|
layout = layoutRecord['widget']
|
|
211
215
|
stretch = 'stretch' in command
|
|
212
216
|
if widgetRecord['keyword'] == 'layout':
|
|
@@ -569,7 +573,6 @@ class Graphics(Handler):
|
|
|
569
573
|
w = fm.horizontalAdvance('m') * self.getRuntimeValue(command['size']) + c.left()+c.right()
|
|
570
574
|
pushbutton.setMaximumWidth(w)
|
|
571
575
|
self.putSymbolValue(record, pushbutton)
|
|
572
|
-
record['widget'] = pushbutton
|
|
573
576
|
return self.nextPC()
|
|
574
577
|
|
|
575
578
|
def r_createCheckBox(self, command, record):
|
|
@@ -881,18 +884,21 @@ class Graphics(Handler):
|
|
|
881
884
|
return False
|
|
882
885
|
|
|
883
886
|
def r_on(self, command):
|
|
884
|
-
def run(widget):
|
|
885
|
-
|
|
886
|
-
|
|
887
|
+
def run(widget, record):
|
|
888
|
+
for i, w in enumerate(record['value']):
|
|
889
|
+
if w == widget:
|
|
890
|
+
record['index'] = i
|
|
891
|
+
self.run(command['goto'])
|
|
892
|
+
return
|
|
887
893
|
|
|
888
894
|
if command['type'] == 'tick':
|
|
889
895
|
self.runOnTick = command['runOnTick']
|
|
890
896
|
else:
|
|
891
897
|
record = self.getVariable(command['name'])
|
|
892
|
-
widget = record
|
|
898
|
+
widget = self.getWidget(record)
|
|
893
899
|
keyword = record['keyword']
|
|
894
900
|
if keyword == 'pushbutton':
|
|
895
|
-
handler = partial(run, widget)
|
|
901
|
+
handler = partial(run, widget, record)
|
|
896
902
|
widget.clicked.connect(handler)
|
|
897
903
|
elif keyword == 'combobox':
|
|
898
904
|
widget.currentIndexChanged.connect(lambda: self.run(command['goto']))
|
|
@@ -1164,19 +1170,23 @@ class Graphics(Handler):
|
|
|
1164
1170
|
elif flag == 'center': alignment |= Qt.AlignCenter
|
|
1165
1171
|
widget.setAlignment(alignment)
|
|
1166
1172
|
elif what == 'style':
|
|
1167
|
-
|
|
1173
|
+
record = self.getVariable(command['name'])
|
|
1174
|
+
widget = self.getWidget(record)
|
|
1168
1175
|
styles = self.getRuntimeValue(command['value'])
|
|
1169
1176
|
widget.setStyleSheet(styles)
|
|
1170
1177
|
elif what == 'color':
|
|
1171
|
-
|
|
1178
|
+
record = self.getVariable(command['name'])
|
|
1179
|
+
widget = self.getWidget(record)
|
|
1172
1180
|
color = self.getRuntimeValue(command['value'])
|
|
1173
1181
|
widget.setStyleSheet(f"color: {color};")
|
|
1174
1182
|
elif what == 'background-color':
|
|
1175
|
-
|
|
1183
|
+
record = self.getVariable(command['name'])
|
|
1184
|
+
widget = self.getWidget(record)
|
|
1176
1185
|
bg_color = self.getRuntimeValue(command['value'])
|
|
1177
1186
|
widget.setStyleSheet(f"background-color: {bg_color};")
|
|
1178
1187
|
elif what == 'listbox':
|
|
1179
|
-
|
|
1188
|
+
record = self.getVariable(command['name'])
|
|
1189
|
+
widget = self.getWidget(record)
|
|
1180
1190
|
value = self.getRuntimeValue(command['value'])
|
|
1181
1191
|
widget.clear()
|
|
1182
1192
|
widget.addItems(value)
|
|
@@ -1351,7 +1361,7 @@ class Graphics(Handler):
|
|
|
1351
1361
|
symbolRecord = self.getVariable(symbolRecord['name'])
|
|
1352
1362
|
keyword = symbolRecord['keyword']
|
|
1353
1363
|
if keyword == 'pushbutton':
|
|
1354
|
-
pushbutton = symbolRecord['widget']
|
|
1364
|
+
pushbutton = self.getSymbolContent() # symbolRecord['widget']
|
|
1355
1365
|
v = {}
|
|
1356
1366
|
v['type'] = 'text'
|
|
1357
1367
|
v['content'] = pushbutton.accessibleName()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|