TACTIC Open Source
async_get_widget: Server Error: No module named 'spt' - Printable Version

+- TACTIC Open Source (http://forum.southpawtech.com)
+-- Forum: TACTIC Open Source (http://forum.southpawtech.com/forumdisplay.php?fid=3)
+--- Forum: TACTIC Discussion (http://forum.southpawtech.com/forumdisplay.php?fid=4)
+--- Thread: async_get_widget: Server Error: No module named 'spt' (/showthread.php?tid=102)

Pages: 1 2


RE: async_get_widget: Server Error: No module named 'spt' - remkonoteboom - 05-01-2020

Ok, there are a bunch of different things here. The original "spt" error for this post has been fixed. The others, we'll have to go through.

One change is that the Icon selector popup was disabled, but for some reason the textarea was left un-editable. Currently, there are too many icon possibilities and we don't have a nice widget to show them to select. Basically all Bootstrap and Font Awesome 5 (free ones) are available. For a Bootstrap icon, just type in BS_<name> (BS_EDIT) and for Font Awesome, use FA_EDIT. Not that Font Awesome 5 has added a number of different class (far, fas). To use these, type that prefix instead of FA (ie: FAR_FOLDER).


RE: async_get_widget: Server Error: No module named 'spt' - remkonoteboom - 05-05-2020

Ok, I believe all of these issues except the scrolling of the sidebar on mobile devices are fixed and in the latest 4.8.


RE: async_get_widget: Server Error: No module named 'spt' - listy - 05-05-2020

I am testing it!

Hi, Remko!
Thank You for your work!
Everything working GREAT! Many thanks!
Except saving of column definition in "form mode":
When i save this as xml everythinng fine:
<element name="task_edit" title="Tasks">
<display class="tactic.ui.table.HiddenRowElementWdg">
<dynamic_class>tactic.ui.panel.FastTableLayoutWdg</dynamic_class>
<search_type>sthpw/task</search_type>
<view>inline_add_item</view>
<icon>DATE_MAGNIFY</icon>
<show_gear>true</show_gear>
<show_search_limit>true</show_search_limit>
<show_search>false</show_search>
<show_shelf>true</show_shelf>
<show_insert>true</show_insert>
</display>
</element>

But when i edit it again and try to save it in fome mode, i getting this:
<element name="task_edit" title="Tasks" edit="false">
<display class="tactic.ui.table.HiddenRowElementWdg">
<dynamic_class>tactic.ui.table.HiddenRowElementWdg</dynamic_class>
<icon>DATE_MAGNIFY</icon>
<search_type>sthpw/task</search_type>
<view>inline_add_item</view>
<show_shelf>true</show_shelf>
<show_search_limit>true</show_search_limit>
<show_search>false</show_search>
<show_gear>true</show_gear>
<show_insert>true</show_insert>
</display>
</element>

And when i save this generated from form mode - it is of course not working!

I think i will start new forum thread, because i have some questions about 4.8