There are function calls being used in the root of the file which are calling the query functions before the window has even been created:
https://gist.github.com/anonymous/7e7324f48fec4f041b8b#file-gistfile1-txt-L71 https://gist.github.com/anonymous/7e7324f48fec4f041b8b#file-gistfile1-txt-L75 When I remove those lines, your window gets created and shown. You may still encounter issues with the way you are not saving the full path returned after creating each control, and using those again when querying the values. But for testing purposes, this should get you up and running again. On Tue, Aug 11, 2015 at 6:11 PM Marcus Ottosson <[email protected]> wrote: > The first link works, so long as you remove the .js suffix. It will link > directly to the file instead. > > - https://gist.github.com/anonymous/7e7324f48fec4f041b8b > > If you save the file with a .py extension, you will also get Python > syntax highlighting. > > > On 10 August 2015 at 22:05, Justin Israel <[email protected]> wrote: > >> >> >> On Tue, Aug 11, 2015 at 7:52 AM Kate Sendall < >> [email protected]> wrote: >> >>> Oh... ok. I'm very new to all this. I think this is what you're asking >>> for? >>> >>> >>>> http://pastebin.com/sRdhU5HV >>>> >>>> >> Yep, the URL is exactly what you should use, like this. But now you need >> to do it one more time and not use a private paste :-) >> Can you use public that never expires? >> >> >>> >>>>> >>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Python Programming for Autodesk Maya" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/python_inside_maya/a6b1dc88-2480-480a-8824-26980df4cc03%40googlegroups.com >>> <https://groups.google.com/d/msgid/python_inside_maya/a6b1dc88-2480-480a-8824-26980df4cc03%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "Python Programming for Autodesk Maya" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> > To view this discussion on the web visit >> https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA0xm3nV12_4DgELtZVU3rqcL2MD6q%3DUJpJJXWAr_SbTpg%40mail.gmail.com >> <https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA0xm3nV12_4DgELtZVU3rqcL2MD6q%3DUJpJJXWAr_SbTpg%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . > > >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > *Marcus Ottosson* > [email protected] > > -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOCOjx-Ht_r4wiKteTzj_L-pcFfewAgB83tN91bmYPvboA%40mail.gmail.com > <https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOCOjx-Ht_r4wiKteTzj_L-pcFfewAgB83tN91bmYPvboA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA1qaneqMjXt8yhOn_Tro4tPE2g%3D_UP2yiUZPUyWYH9u%2Bg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
