easycoder 251017.1__py2.py3-none-any.whl → 251018.1__py2.py3-none-any.whl
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/__init__.py +1 -1
- easycoder/ec_pyside.py +4 -4
- {easycoder-251017.1.dist-info → easycoder-251018.1.dist-info}/METADATA +1 -1
- {easycoder-251017.1.dist-info → easycoder-251018.1.dist-info}/RECORD +7 -7
- {easycoder-251017.1.dist-info → easycoder-251018.1.dist-info}/WHEEL +0 -0
- {easycoder-251017.1.dist-info → easycoder-251018.1.dist-info}/entry_points.txt +0 -0
- {easycoder-251017.1.dist-info → easycoder-251018.1.dist-info}/licenses/LICENSE +0 -0
easycoder/__init__.py
CHANGED
easycoder/ec_pyside.py
CHANGED
|
@@ -75,7 +75,7 @@ class Graphics(Handler):
|
|
|
75
75
|
|
|
76
76
|
def getWidget(self, record):
|
|
77
77
|
if 'widget' in record and record['widget'] != None:
|
|
78
|
-
if record['keyword']
|
|
78
|
+
if record['keyword'] in ['layout', 'group']: return record['widget']
|
|
79
79
|
return record['widget'][record['index']]
|
|
80
80
|
else:
|
|
81
81
|
return None
|
|
@@ -196,11 +196,11 @@ class Graphics(Handler):
|
|
|
196
196
|
if 'value' in command:
|
|
197
197
|
value = self.getRuntimeValue(command['value'])
|
|
198
198
|
record = self.getVariable(command['widget'])
|
|
199
|
-
if
|
|
200
|
-
record
|
|
199
|
+
if record['keyword'] == 'listbox':
|
|
200
|
+
self.getWidget(record).addItem(value)
|
|
201
201
|
elif record['keyword'] == 'combobox':
|
|
202
202
|
if isinstance(value, list): record['widget'].addItems(value)
|
|
203
|
-
else: record
|
|
203
|
+
else: self.getWidget(record).addItem(value)
|
|
204
204
|
elif 'row' in command and 'col' in command:
|
|
205
205
|
layout = self.getVariable(command['layout'])['widget']
|
|
206
206
|
record = self.getVariable(command['widget'])
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: easycoder
|
|
3
|
-
Version:
|
|
3
|
+
Version: 251018.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>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
easycoder/__init__.py,sha256=
|
|
1
|
+
easycoder/__init__.py,sha256=JtgGFDcYrnVX1C6zRTP5MzdbC1bMtfftBSHKFS9F4Bs,339
|
|
2
2
|
easycoder/close.png,sha256=3B9ueRNtEu9E4QNmZhdyC4VL6uqKvGmdfeFxIV9aO_Y,9847
|
|
3
3
|
easycoder/ec_border.py,sha256=KpOy0Jq8jI_6DYGo4jaFvoBP_jTIoAYWrmuHhl-FXA4,2355
|
|
4
4
|
easycoder/ec_classes.py,sha256=bejrby7mLHTeAQXhhz-1l8iv6LSbNSy30lW21KJKjXE,1832
|
|
@@ -8,12 +8,12 @@ easycoder/ec_core.py,sha256=VTAnhdLp3ftZ1tLPhovKX0PQ1CplmC9x17jH_DfrJsQ,99650
|
|
|
8
8
|
easycoder/ec_handler.py,sha256=ED08ULiOlZkcs4XHxAguvdPZw_dFXuwGDFLbFuo0kLs,2317
|
|
9
9
|
easycoder/ec_keyboard.py,sha256=H8DhPT8-IvAIGgRxCs4qSaF_AQLaS6lxxtDteejbktM,19010
|
|
10
10
|
easycoder/ec_program.py,sha256=srVDRlELMElvnkjxmREczUVPkvPXPvanZglN4hKreLI,10324
|
|
11
|
-
easycoder/ec_pyside.py,sha256=
|
|
11
|
+
easycoder/ec_pyside.py,sha256=EHf_VDLgiJoqBjXGRIgj8KGMbqJU52-eIr2KD1NIyN4,56258
|
|
12
12
|
easycoder/ec_timestamp.py,sha256=myQnnF-mT31_1dpQKv2VEAu4BCcbypvMdzq7_DUi1xc,277
|
|
13
13
|
easycoder/ec_value.py,sha256=zgDJTJhIg3yOvmnnKIfccIizmIhGbtvL_ghLTL1T5fg,2516
|
|
14
14
|
easycoder/tick.png,sha256=OedASXJJTYvnza4J6Kv5m5lz6DrBfy667zX_WGgtbmM,9127
|
|
15
|
-
easycoder-
|
|
16
|
-
easycoder-
|
|
17
|
-
easycoder-
|
|
18
|
-
easycoder-
|
|
19
|
-
easycoder-
|
|
15
|
+
easycoder-251018.1.dist-info/entry_points.txt,sha256=JXAZbenl0TnsIft2FcGJbJ-4qoztVu2FuT8PFmWFexM,44
|
|
16
|
+
easycoder-251018.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
17
|
+
easycoder-251018.1.dist-info/WHEEL,sha256=Dyt6SBfaasWElUrURkknVFAZDHSTwxg3PaTza7RSbkY,100
|
|
18
|
+
easycoder-251018.1.dist-info/METADATA,sha256=W8QvVrkCfafBW9R15RjORblvlRFt0A23_G7OmImub3M,6897
|
|
19
|
+
easycoder-251018.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|