Note: This is an archived post that was originally sent to the Hollywood mailing list on 26 Dec 2006 14:04:24 +0100
Hello,
when prompting the user to input a string, how can it be done and make the string invisible afterwards?
Greetings GMKai
[26 Dec 2006] InKeyStr
- airsoftsoftwair
- Posts: 5832
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
[26 Dec 2006] Re: InKeyStr
Note: This is an archived post that was originally sent to the Hollywood mailing list on Tue, 26 Dec 2006 14:46:08 +0100
Either remove the layer added by InKeyStr() or restore the background in the area where the string is.Hello,
when prompting the user to input a string, how can it be done and make the string invisible afterwards?
[26 Dec 2006] Re: InKeyStr
Note: This is an archived post that was originally sent to the Hollywood mailing list on 26 Dec 2006 20:06:49 +0100
Hallo Andreas, good, this works. but how do InKeyStr-Layers get their name when their id is unknown?
Hallo Andreas, good, this works. but how do InKeyStr-Layers get their name when their id is unknown?
- airsoftsoftwair
- Posts: 5832
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
[27 Dec 2006] Re: Re: InKeyStr
Note: This is an archived post that was originally sent to the Hollywood mailing list on Wed, 27 Dec 2006 15:11:13 +0100
This will retrieve the numbers of layers currently in the system. Right after InKeyStr() returns, this number is the ID of the InKeyStr() layer because this layer is the top-most one.
The layer added by InKeyStr() does not bear a name. You can find out its ID usingHallo Andreas, good, this works. but how do InKeyStr-Layers get their name when their id is unknown?
Code: Select all
id = GetAttribute(#BGPIC, <current bgpic>, #ATTRLAYERS)