[Thread Prev] [Thread Next]
On Tue, 29 Apr 2008 12:43:26 -0500, zehava wizman <zehavawi1@xxxxxxxxx> wrote:
> Hello Forum!
>
> I try to activate proc that insert letters to textbox ,and I need the
> textbox to
> be transparent I get an error "text1 is transparent in ttt",Is there a way to
> use this function with this mode of textbox?
>
> to ttt
> insert "a wait 1
> insert "b wait 1
> insert "t wait 1
> end
>
> to startup
> ttt
> end
>
> thanks, Zehava
You cannot change the content of transparent text boxes.
Try:
to ttt
myinsert "text1 "a wait 1
myinsert "text1 "b wait 1
myinsert "text1 "t wait 1
end
to myinsert :tb :x
opaque :tb
insert :x
transparent :tb
end
Daniel
OpenWorld Learning
Previous by thread:
transparent textbox
Next by thread:
RE: transparent textbox
To save an attachment to your computer, PC users should right-click (Mac users, click and hold the mouse button) on the link and then choose 'save target as' from the pop-up menu. A window will then pop up in which you can choose a location for the file.
|