newmann

Results 7 issues of newmann

python : 3.7.1 pandas : 1.0.0 tushare: 1.2.48 import tushare 报错: Traceback (most recent call last): File "", line 1, in File "c:\dev\Anaconda3\envs\tushare\lib\site-packages\tushare\__init__.py", line 11, in from tushare.stock.trading import (get_hist_data,...

Using the moqui-org component, when the Login .xml screen is processed, will be localized, and eventually become ,Is there a problem with processing logic? I defined:

为什么在web端没有用户注册功能?

增加支持热键功能。热键定义范围:字母A-Z,数字0-9 1、alt+热键,定位到输入字段,字段包括text-line、drop-down、date-time、check、radio、textarea 2、ctrl+热键,点击按钮,包括container-dialog、dynamic-dialog、button-menu、link 3、在同一个form里面按回车键,会循环找输入框焦点 4、如果多个输入字段的热键一样,按alt+热键会在这些字段中循环 现在发现:ctrl+n、ctrl+w是浏览器缺省热键,无法使用 方案的基本是思路是通过自定义的moqui-key,在界面渲染的时候,绑定到对应的控件上,然后监控全局的键盘事件,进行相应的处理。不影响控件自己的按键处理逻辑。 如何使用: a、输入字段在中增加moqui-key属性 b、按钮字段在自己的属性增加moqui-key属性, c、基本是title或button-text在哪里定义,moqui-key就在哪里定义 d、无论大小写,系统自动转化为大写 特别定义: ctrl+· (Backquote),qapps下,open/close 左边主菜单;vapps/apps下,返回主菜单界面 关于screen和form 的xsd文件修改,需要在framework库中提交,如果本PR审核通过,再提交PR ----------------------------------------------------------------------------------------------------------- Added support for hotkey function. Hotkeys define scope: letters A-Z, numbers...

Has the website of the forum changed?

This method minimizes the changes to the original program structure

Now there is only one resizer located in the bottom right corner. If it is a large image, after insertion, it needs to be moved through the scroll bar before...

enhancement
pr-welcome