请教关于IDLE()问题
这样的,我想达到的要求是打开程序后30秒没有输入,后就跳转到登陆界面
我是在Application 里面的open事件里 加上idle(30)
在idle事件里
open(w_login)
但是有个问题,打开登陆窗口的时候,怎么关掉其他的窗口
或者用什么方法让登陆窗口绝对在前,必须输入用户密码才能继续操作?
请教了
把w_login窗口类型改成:response 试试看。 ehxz 发表于 2015-2-28 20:08
把w_login窗口类型改成:response 试试看。
可以了
这里的response是什么意思
研究英文还是不能很理解该类型窗口的意思
和普通有什么区别
response window
The window that displays to request information from the user and to which the user must respond. A response window is always opened from within another window (its parent). Typically, a response window is opened after a specific event occurs in the parent window.
A response window is application modal: when it displays, it is the active window (it has focus) and no other window in the application is accessible until the user responds to it. The user can go to other Windows applications; but when the user returns to the application, the response window is still active.
A response window acts like a modal popup window
bigfrog 发表于 2015-3-1 16:01
可以了
这里的response是什么意思
研究英文还是不能很理解该类型窗口的意思
要想学好PB,还是要有比较系统化的学习的。这样遇到问题随时问,当然是好的,但总不能对系统完整的理解。
页:
[1]