The variable should be linkedFormButtonLabel. My bad; brain typo. [Bindable] private var linkedFormButtonLabel = "";
-TH --- In [email protected], "Tim Hoff" <[EMAIL PROTECTED]> wrote: > > > Hey David, > > That's the problem. You have a variable and control (both objects) that > are named the same (id for the control). What the compiler is telling > you is that you can't do that. Just change the name of one of those, so > that the application can keep track of them. Hope that this helps. > > -TH > __________________________________ > > Tim Hoff > Technical Lead > Cynergy Systems, Inc. > http://www.CynergySystems.com <http://www.cynergysystems.com/> > > > --- In [email protected], "David" <envidobi@> wrote: > > > > Tried both.. no go. Isn't [Bindable] private var linkedFormButton = > ""; > > setting the button to be blank as the default? Don't they both need to > > be the same? > > thanks again, > > David > > --- In [email protected], "Tim Hoff" Tim.Hoff@ wrote: > > > > > > You could just change the id of the button. Trying a project clean > > > sometimes works as well. > > > > > > -TH > > > > > > --- In [email protected], "David" <envidobi@> wrote: > > > > > > > > Yeah thats what i figured too. Can't seem to figure out why it > > > would > > > > be having a problem though. The button's ID is the same as the > > > private > > > > variable, but i think it just doesn't like the default value of > "". > > > > Any thoughts? > > > > Thanks again, > > > > Davdid > > > > > > > > > > > > --- In [email protected], "Tim Hoff" <Tim.Hoff@> wrote: > > > > > > > > > > That error usually means that you have two objects with the same > > > > > name. > > > > > > > > > > -TH > > > > > > > > > >

