LB Booster
IDE and Compiler >> Compiler >> PROMPT focus
http://lbb.conforums.com/index.cgi?board=compiler&action=display&num=1413561295

PROMPT focus
Post by Richard Russell on Oct 17th, 2014, 3:54pm

A user has reported that the PROMPT statement does not consistently set the input focus to the textbox, the result being that you sometimes have to click with the mouse before typing your response. I don't know why this happens, because PROMPT (in LBB) calls the DialogBoxIndirectParam API, which I would have expected to set the focus automatically.

As a workaround I have added an explicit call to SetFocus which appears to have the desired effect. If you want to take advantage of this modification please download LBB v2.72 from the usual place. There are no other changes.

Richard.