Silly mistake
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- VIP Livecode Opensource Backer
- Posts: 931
- Joined: Thu Nov 13, 2008 6:48 am
Silly mistake
I setup a login screen asking for username and password. Somehow I messed up and it never works. It just keeps telling me "incorrect username/password please try again". I've got a bug somewhere but, reassuringly, I can't get access to my own program. HELP! Must be some way to override this code from executing?
Thanks
Mark
Thanks
Mark
macOS 12.6.5 (Monterey), Xcode 14.2, LC 10.0.0, iOS 15.6.1
Targets: Mac, iOS
Targets: Mac, iOS
Re: Silly mistake
Hi Mark,
The little envelope in the main menu "Messages" turn it off, that will stop code from executing.
But then I'm not sure that is what you are asking because even with a password I can still see my stacks in the project browser.
Simon
The little envelope in the main menu "Messages" turn it off, that will stop code from executing.
But then I'm not sure that is what you are asking because even with a password I can still see my stacks in the project browser.
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: Silly mistake
Simon.
What is this "Main" menu and its "Messages?
Craig
What is this "Main" menu and its "Messages?
Craig
Re: Silly mistake
OK, I know there is a real name for it, but it escapes me at the moment.
So, there is the tool bar... is the other one called the menu bar?
The big one with all the colored icons. Ok... the only bar where there is a Help menu.
Or did I really misunderstand the original question?
Wait a sec... Am I in the right forum? Is this my computer? Did I just type that?
Simon
So, there is the tool bar... is the other one called the menu bar?
The big one with all the colored icons. Ok... the only bar where there is a Help menu.
Or did I really misunderstand the original question?
Wait a sec... Am I in the right forum? Is this my computer? Did I just type that?

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: Silly mistake
Simon.
Toolbar and menubar.
You really proposed to "suppress messages". This can be done from either, I think. The one from the "Development menu, and the other from the toolbar. But what is that "envelope"? Anyway, I think this will work for the OP.
Craig
Toolbar and menubar.
You really proposed to "suppress messages". This can be done from either, I think. The one from the "Development menu, and the other from the toolbar. But what is that "envelope"? Anyway, I think this will work for the OP.
Craig
-
- VIP Livecode Opensource Backer
- Posts: 931
- Joined: Thu Nov 13, 2008 6:48 am
Re: Silly mistake
Simon wrote:OK, I know there is a real name for it, but it escapes me at the moment.
So, there is the tool bar... is the other one called the menu bar?
The big one with all the colored icons. Ok... the only bar where there is a Help menu.
Or did I really misunderstand the original question?
Wait a sec... Am I in the right forum? Is this my computer? Did I just type that?
Simon
Thanks everyone. You are wonderful. Actually, a good nights sleep also solved the problem. I awoke this morning with the thought "turn off messages, of COURSE! The reason that routine is even executing is because LC sent a message to it. Duh!" But you know how it is when you've just done a lot of work, and you don't want to revert back to the previous version and loose all of that, and you think you have tried everything INCLUDING turning off the little envelope thingy on the main menu, and you're starting to panic and on and on…. So, sometimes a good nights sleep is the best solution. But thank you Simon for taking the time to respond and I very much enjoyed the humor with which you delivered that bit of wisdom.
The other thought that calmed me in my moment of panic was knowing I had this message board to turn too. How comforting a thought that is.
Have a great day.
Mark
BTW, for those interested in the more technical details. The reason the routine was not working is because I was looping through a stored string looking for username/password combinations and was not finding one because LC did not know how to chunk the list. "set itemdelimiter to space" solved the problem.
Last edited by marksmithhfx on Sun Mar 30, 2014 4:53 pm, edited 1 time in total.
macOS 12.6.5 (Monterey), Xcode 14.2, LC 10.0.0, iOS 15.6.1
Targets: Mac, iOS
Targets: Mac, iOS
Re: Silly mistake
Glad you came up with a solution.
If a good night's sleep doesn't work, continue through the following day. Repeat as necessary.
If a good night's sleep doesn't work, continue through the following day. Repeat as necessary.
PowerDebug http://powerdebug.ahsoftware.net
PowerTools http://www.ahsoftware.net/PowerTools/PowerTools.irev
PowerTools http://www.ahsoftware.net/PowerTools/PowerTools.irev
-
- VIP Livecode Opensource Backer
- Posts: 931
- Joined: Thu Nov 13, 2008 6:48 am
Re: Silly mistake
Where's the LIKE button when you need onemwieder wrote: If a good night's sleep doesn't work, continue through the following day. Repeat as necessary.

macOS 12.6.5 (Monterey), Xcode 14.2, LC 10.0.0, iOS 15.6.1
Targets: Mac, iOS
Targets: Mac, iOS