Re: [Jprogramming] Avoiding session window display

2019-07-02 Thread bill lam
add code to handle the text button event.eg form_text1_button=: 3 : 0 your code here ) NB. text1 is the single line input text field, not the done button On Tue, Jul 2, 2019, 11:19 PM Devon McCormick wrote: > Thanks for the quick replies. Putting "wd 'ide hide'" after the "pshow" > fixed the

Re: [Jprogramming] Avoiding session window display

2019-07-02 Thread Devon McCormick
Thanks for the quick replies. Putting "wd 'ide hide'" after the "pshow" fixed the problem. Is there a standard way to avoid requiring the use to press a "Done" button by finishing up when the user hits "Enter" in the last input field? On Tue, Jul 2, 2019 at 11:08 AM chris burke wrote: > This s

Re: [Jprogramming] Avoiding session window display

2019-07-02 Thread chris burke
This should not happen. Can you give a simple example to reproduce it? There are several qt forms in the session, e.g. Help|Studio|Qt Demos. Do these exhibit the same problem? On Tue, Jul 2, 2019 at 7:52 AM Devon McCormick wrote: > I have a simple Qt form that accepts a couple of file names. >

Re: [Jprogramming] Avoiding session window display

2019-07-02 Thread bill lam
try ptop cmd to bring window to the front. or ide hide cmd to hide ide session. On Tue, Jul 2, 2019, 10:52 PM Devon McCormick wrote: > I have a simple Qt form that accepts a couple of file names. > Unfortunately, it looks like the "wd 'pshow'" to display it also causes the > underlying JQt sessi