Ask a Question related to Macromedia Flash Sitedesign, Design and Development.
-
davidamos webforumsuser@macromedia.com #1
Help with dynaminc textboxes
I'm trying to create a button that when clicked will display text in a dynamic textbox. I've tried a lot of different things, but for once trial-and-error isn't working for me. Can someone help?
Thanks a lot,
Dave
davidamos webforumsuser@macromedia.com Guest
-
Totaling textboxes
Hi, I'm having trouble figureing out the last part of this problem. I'am using a javascript function to give me a grand total price for all the... -
EditCommandColumn makes my textboxes too big
Hi all, I've added an EditCommandColumn to my dinamically created Datagrid. All works pretty well, events fire in the correct way and so on. My... -
ASP.NET Datagrid filling textboxes
I am currently filling textboxes with the data from a datagrid with the following code: Sub Fillnextrecord(ByVal e As DataGridCommandEventArgs) ... -
movieclip - textboxes - problem
Hi, I'm having a movieclip "feld0" containing a dynamic textbox "text1". why does only the text "Home" in feld0 appear. I can't see the other... -
Create Textboxes at run time.
Hi Kenneth, If you want to create server-side controls, then its just not that simple, although its not difficult at all. You could take a look... -
Peter Blumenthal #2
Re: Help with dynaminc textboxes
in this example, both items are created on the _root timeline.
create a dynamic text box. give it a variable name (ie 'myText'). Create a
button. Put this actionScript on it:
on (release) {
myText = "this is my text";
}
}`¬P
"davidamos" <webforumsuser@macromedia.com> wrote in message
news:bjml0v$bth$1@forums.macromedia.com...dynamic textbox. I've tried a lot of different things, but for once> I'm trying to create a button that when clicked will display text in a
trial-and-error isn't working for me. Can someone help?>
> Thanks a lot,
> Dave
>
>
Peter Blumenthal Guest



Reply With Quote

