where is the prompt in answer folder?

Deploying to Mac OS? Ask Mac OS specific questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Fermin
Posts: 154
Joined: Fri Jun 05, 2015 10:44 pm

where is the prompt in answer folder?

Post by Fermin »

A little help, please...
On my Mac ...

answer folder "this prompt does not appear in the dialog box"

Thank you very much in advance.
FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10103
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: where is the prompt in answer folder?

Post by FourthWorld »

It should be in the window title.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Fermin
Posts: 154
Joined: Fri Jun 05, 2015 10:44 pm

Re: where is the prompt in answer folder?

Post by Fermin »

Thank you, FourthWorld, and that's what I expected but don't see it. However, it does appear with the command 'answer FILE' but not with 'answer FOLDER'.
Fermin
Posts: 154
Joined: Fri Jun 05, 2015 10:44 pm

Re: where is the prompt in answer folder?

Post by Fermin »

It does appear with [set the systemFileSelector to false] but it is not a good solution for me.
FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10103
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: where is the prompt in answer folder?

Post by FourthWorld »

If no prompt appears at all, neither in the title bar not the content region heading, that would be a bug, one worth reporting.

I'm not in a position to verify it across mac, win, as Linux this morning, but if you're certain no prompt appears it would be useful to know the platform scope of the issue when filling the bug report.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
bogs
Posts: 5480
Joined: Sat Feb 25, 2017 10:45 pm

Re: where is the prompt in answer folder?

Post by bogs »

Works as advertised on 'nix, maybe it is a Mac bug?
Hmmmmmmmm...
Hmmmmmmmm...
aPic_openFolderPrompt.png (10.76 KiB) Viewed 15345 times
LOL Richard answered just as I did this answer. I must be getting slow :|
Image
richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10416
Joined: Fri Feb 19, 2010 10:17 am

Re: where is the prompt in answer folder?

Post by richmond62 »

macOS 11.2 beta / LC 9.6.1
-
Screenshot 2021-01-03 at 22.29.12.png
Fermin
Posts: 154
Joined: Fri Jun 05, 2015 10:44 pm

Re: where is the prompt in answer folder?

Post by Fermin »

I'm working with an iMac 27 from the end of 2013. The OS is also old (MacOS Sierra 10.12.6) but I don't think that has any influence.
LiveCode is 9.0.0. I tried 8.1.0 and the same thing happens.
Last edited by Fermin on Sun Jan 03, 2021 10:49 pm, edited 1 time in total.
Fermin
Posts: 154
Joined: Fri Jun 05, 2015 10:44 pm

Re: where is the prompt in answer folder?

Post by Fermin »

I tried another iMac with Mojave macOS version 10.14.6. and the same thing happened. The prompt does not appear
Last edited by Fermin on Sun Jan 03, 2021 10:46 pm, edited 1 time in total.
Fermin
Posts: 154
Joined: Fri Jun 05, 2015 10:44 pm

Re: where is the prompt in answer folder?

Post by Fermin »

Image
bogs
Posts: 5480
Joined: Sat Feb 25, 2017 10:45 pm

Re: where is the prompt in answer folder?

Post by bogs »

I'm sorry Fermin, I can't reproduce any Mac environments past Snow Leopard (10.8.6), and the newest IDE I can use there is 8.1.8, however, with that configuration, I certainly see the answer folder dialog with the prompt, without changing the systemFileSelector property.
Can I get an answer pleaaaaaasssssseeeeeeeee.......
Can I get an answer pleaaaaaasssssseeeeeeeee.......
So since Richmond and I have no problem displaying it, a few questions come to mind...
1.) have you tried this from the message box, if so what was the result?
2.) have you tried it from a new blank stack with no other code?

If the answer to either of the above is "it works doing this..." then I would suspect either something is going on in your code, or you have found a bug in relation to something else in your code.
Image
Fermin
Posts: 154
Joined: Fri Jun 05, 2015 10:44 pm

Re: where is the prompt in answer folder?

Post by Fermin »

Thanks, Bogs, but following your suggestions it seems that the result is still the same.
New blank stack from the message box.


Image
richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10416
Joined: Fri Feb 19, 2010 10:17 am

Re: where is the prompt in answer folder?

Post by richmond62 »

Screenshot 2021-01-04 at 14.38.44.png
-
Something 'funny' going on on your computer.

How about flushing your Message Box records and trying again?

Code: Select all

set the IDESingleLineMessageHistory of stack "revpreferences" to empty
bogs
Posts: 5480
Joined: Sat Feb 25, 2017 10:45 pm

Re: where is the prompt in answer folder?

Post by bogs »

Just to be sure, you are starting with Lc just opened and your other stacks not loaded or in memory, right?
Image
Fermin
Posts: 154
Joined: Fri Jun 05, 2015 10:44 pm

Re: where is the prompt in answer folder?

Post by Fermin »

Right, I have two iMacs and in one of them (macOS Mojave) I have installed liveCode to do this test and only using that stack.
I would not dare to say that is a LiveCode Bug, although it would not be the first I have identified in the more than five years I have been in this forum ... :)
Anyway, it's not something serious for me since the apps I make are for personal entertainment and in this specific case the prompt is just a little help.
If later I discover that the problem is solved and I check that it has been due to an error of mine I will communicate it immediately.
Post Reply