Search found 10 matches

by fredjoans
Tue Feb 18, 2020 4:38 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Answer dialog intermittently loses focus
Replies: 9
Views: 5511

Re: Answer dialog intermittently loses focus

All, Ok I think I may have discovered some more information that may help. I have been opening the answer dialog over and over, moving the mouse, trying to pay attention to any subtle differences when the problem occurs. This evening I noticed something: if I don't move the mouse cursor at all after...
by fredjoans
Thu Feb 13, 2020 6:06 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Answer dialog intermittently loses focus
Replies: 9
Views: 5511

Re: Answer dialog intermittently loses focus

All, This is for the Answer dialog. LC 9.5.1 x64 (Windows 10 x64). button script: on mouseUp answer information "Continue or cancel?" with "Cancel" or "Continue" (etc, etc) end mouseUp Build standalone executable. Click button. Answer dialog opens. Nothing is done by user besides just moving the mou...
by fredjoans
Wed Feb 12, 2020 5:00 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Answer dialog intermittently loses focus
Replies: 9
Views: 5511

Answer dialog intermittently loses focus

Hello, I seem to be running into another issue with the Answer dialog. When used, sometimes it has focus immediately after it appears (like it should), and sometimes it does not. When it does not, the user is required to click somewhere on the dialog to place the focus back on it. I have repeatedly ...
by fredjoans
Sun Oct 13, 2019 4:11 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to stop Answer Dialog from displaying "answer dialog" ?
Replies: 21
Views: 10800

Re: How to stop Answer Dialog from displaying "answer dialog" ?

Klaus, Thanks for your prompt reply. Well, that works if you don't use any choices, but it doesn't work for something like this: answer "Choose item1, item2, or item3?" with "Cancel" or "item1" or "item2" or "item3" TITLED " " It still -briefly- shows "answer dialog" before showing the the choices. ...
by fredjoans
Sun Oct 13, 2019 3:51 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to stop Answer Dialog from displaying "answer dialog" ?
Replies: 21
Views: 10800

How to stop Answer Dialog from displaying "answer dialog" ?

Hello,

When using the Answer command, "answer dialog" is displayed briefly on the top line of the dialog box and then disappears, then the choices for the dialog are displayed.

Does anyone know if there is a way to stop "answer dialog" from displaying?
by fredjoans
Sat Sep 15, 2018 10:32 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to use Find function (ctrl+f) in CEF Browser?
Replies: 1
Views: 1857

How to use Find function (ctrl+f) in CEF Browser?

Hello,

Is there some way to consistently use the CEFbrowser "Find on page" function? It seems like sometimes using key combo ctrl+f works and most of the time it doesn't. I'm using LiveCode 8.1.10.

-fj
by fredjoans
Fri Sep 14, 2018 12:00 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Livecode 9.0.1 Community for Windows IDE stuttering
Replies: 15
Views: 26666

Livecode 9.0.1 Community for Windows IDE stuttering

Hello,

Is anybody else having this issue? This was just released on 9/12. The IDE is impossible to use for the Community edition for Windows version of 9.0.1. It is super slow and typing creates stuttering of most characters.
by fredjoans
Wed Sep 12, 2018 9:49 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to get webpage data
Replies: 2
Views: 2776

Re: How to get webpage data

Klaus,

That will work! Very helpful, thanks a bunch for that bit of info. Very useful indeed.

-fj
by fredjoans
Wed Sep 12, 2018 9:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to get webpage data
Replies: 2
Views: 2776

How to get webpage data

Hello, Hoping someone can help here. I can retrieve webpage data by using this format: put url ("https://www. genericpage .com/generic_search.php?valid=y&active=y&Search=Search") into tReturnedData But tReturnedData has what appears to be the page source html code. What I would like to ask is how do...

Go to advanced search