What the ZZZZZ?

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
RossG
Posts: 247
Joined: Thu Jan 08, 2015 7:38 am

What the ZZZZZ?

Post by RossG » Sat Nov 19, 2016 6:31 am

I have a scrolling list field and during development
I wrote code to put "Z" after certain fields.

Now I don't want the "Z" I can't get rid of them.

I've been through all the code and can't find
anything that is adding the "Z".

Another gremlin? An undocumented feature?
A brain failure?

Suggestion on where to look next - nothing rude or
obscene - please.
Is age an excuse? Eighty-four and counting.
Programming powered by coffee.

shaosean
Posts: 906
Joined: Thu Nov 04, 2010 7:53 am

Re: What the ZZZZZ?

Post by shaosean » Sat Nov 19, 2016 7:56 am

Without seeing code it is hard to say.. Do a search for "Z" or a search for the field name incase there is a spot you missed..

RossG
Posts: 247
Joined: Thu Jan 08, 2015 7:38 am

Re: What the ZZZZZ?

Post by RossG » Sat Nov 19, 2016 8:23 am

shaosean wrote:Without seeing code it is hard to say.. Do a search for "Z" or a search for the field name incase there is a spot you missed..
I did all that - more than once without success.

Think I'll make a copy with a new name "ZZZZZ",
show all the hidden stuff and hide the things I
know are OK. There might be some "left-over"
that's causing the problem.
Is age an excuse? Eighty-four and counting.
Programming powered by coffee.

shaosean
Posts: 906
Joined: Thu Nov 04, 2010 7:53 am

Re: What the ZZZZZ?

Post by shaosean » Sat Nov 19, 2016 9:39 am

You can always try to put in a textChanged handler and break on it, so you can trace back to see where it is coming from..

https://livecode.com/resources/api/#liv ... extchanged

RossG
Posts: 247
Joined: Thu Jan 08, 2015 7:38 am

Re: What the ZZZZZ?

Post by RossG » Sat Nov 19, 2016 10:39 am

Well, I found the mysterious "Z" just where I
expected it to be - despite the fact that I'd
searched the same code a number of times
for it.

Definitely got a gremlin in the works.
Some code to put numbers in a field to
let the use know work was going on
didn't - until I put in a break-point
and stepped through it. It worked then
and has continued to work.

All beyond my comprehension.
Is age an excuse? Eighty-four and counting.
Programming powered by coffee.

shaosean
Posts: 906
Joined: Thu Nov 04, 2010 7:53 am

Re: What the ZZZZZ?

Post by shaosean » Sat Nov 19, 2016 11:17 am

Image

[-hh]
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2262
Joined: Thu Feb 28, 2013 11:52 pm
Location: Göttingen, DE

Re: What the ZZZZZ?

Post by [-hh] » Sat Nov 19, 2016 1:55 pm

Who is he? You?
shiftLock happens

shaosean
Posts: 906
Joined: Thu Nov 04, 2010 7:53 am

Re: What the ZZZZZ?

Post by shaosean » Sat Nov 19, 2016 2:30 pm

haha.. nah.. do a google search for "alien meme" for more info :)

ClipArtGuy
Posts: 253
Joined: Wed Aug 19, 2015 4:29 pm

Re: What the ZZZZZ?

Post by ClipArtGuy » Sat Nov 19, 2016 4:10 pm

Code: Select all

set the filename of img 1 to "http://weknowmemes.com/wp-content/uploads/2012/01/what-if-the-aliens-guy-isnt-crazy.jpg"

Post Reply

Return to “Getting Started with LiveCode - Experienced Developers”