Hi Bobo,

I hope you are using Hamilton's approach.

Make sure the elements are defined in the main.xml file. Also, make sure the
<script src="main.js" /> is present in the main.xml file (in case you are
using main.js as the script file).

I guess you are referring to edit1.value before the following lines
(Hamilton's approach):
    view.removeAllElements();
    addElementsFromXML("main.xml");

You can only refer edit1.value after the above two lines because they are
not yet added to the view till then.

On Wed, Aug 27, 2008 at 2:29 AM, bobovieri <[EMAIL PROTECTED]> wrote:

>
> When I return to main.xml, the objects of the view are visible to the
> user but I cannot access to their properties.
>
>
> On 26 Ago, 18:59, "Bijoy Thangaraj" <[EMAIL PROTECTED]> wrote:
> > Hi Bobo,
> >
> > i really could not get your question. Could you please elaborate,
> probably
> > with some code?
> >
> >
> >
> > On Tue, Aug 26, 2008 at 4:45 PM, bobovieri <[EMAIL PROTECTED]>
> wrote:
> >
> > > Hi,
> > > if I have f.e. edit1 in the main.xml,
> > > after function button1_onclick() how I can refer to edit1?
> > > For example,
> > > if I write view.alert(edit1.value) in the main.xml it's show nothing.
> > > It's show only the first load,
> > > but after function button1_onclick() edit1 doesn' exist but it's
> > > false! Edit1 is on the screen!
> >
> > > Help me,
> >
> > > Bobo
> >
> > --
> > Thanks and Regards,
> > Bijoy Thangarajhttp://www.gdgadgets.com/
>
> >
>


-- 
Thanks and Regards,
Bijoy Thangaraj
http://www.gdgadgets.com/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Desktop Developer Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Desktop-Developer?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to