How to present a dialog box with focus.

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4171
Joined: Sun Jan 07, 2007 9:12 pm

Re: How to present a dialog box with focus.

Post by bn » Wed Mar 08, 2023 7:48 pm

Maybe the problem Casba is seeing is related to

https://quality.livecode.com/show_bug.cgi?id=24044

https://quality.livecode.com/show_bug.cgi?id=24013

A bug in LC 9.6.9 rc2 for the ask dialog on Windows (apparently a regression)

Kind regards
Bernd
Last edited by bn on Wed Mar 08, 2023 7:59 pm, edited 1 time in total.

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7390
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: How to present a dialog box with focus.

Post by jacque » Wed Mar 08, 2023 7:51 pm

richmond62 wrote:
Wed Mar 08, 2023 7:05 pm
I did see the dictionary:
It's like this:
ask question "Enter the business name." titled (field "fieldboxtitle" of cd "template1")
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Klaus
Posts: 14191
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: How to present a dialog box with focus.

Post by Klaus » Wed Mar 08, 2023 7:59 pm

bn wrote:
Wed Mar 08, 2023 7:48 pm
Maybe the problem Casba is seeing is related to

https://quality.livecode.com/show_bug.cgi?id=24044

A bug in LC 9.6.9 rc2 for the ask dialog on Windows (apparently a regression)

Kind regards
Bernd
AHA!
Thanks for the info, same applies to macOS 12.6.3 and LC 9.6.9 rc2.

CAsba
Posts: 432
Joined: Fri Sep 30, 2022 12:11 pm

Re: How to present a dialog box with focus.

Post by CAsba » Thu Mar 09, 2023 11:03 am

Hi Jacque, thanks, I tried it with the brackets, but it did not remedy. I reported it to LC and I'm awaiting their response. I did the diagnostic with message box, and same result no cursor in the dialog box.

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10317
Joined: Wed May 06, 2009 2:28 pm

Re: How to present a dialog box with focus.

Post by dunbarx » Thu Mar 09, 2023 3:39 pm

Did the issue that no blinking cursor appeared in the field go away?

Craig

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7390
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: How to present a dialog box with focus.

Post by jacque » Thu Mar 09, 2023 7:27 pm

Bernd nailed it, it's a known bug. He's always on top of things. .
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

CAsba
Posts: 432
Joined: Fri Sep 30, 2022 12:11 pm

Re: How to present a dialog box with focus.

Post by CAsba » Tue Mar 14, 2023 1:33 pm

My problem has now gone away. It was a complicated situation where I had two working folders in windows, and when I deleted one, the prob went away.

Post Reply