Is the demo source code for available for download?

20 views
Skip to first unread message

makadodo

unread,
Dec 23, 2008, 11:08:40 PM12/23/08
to Dojo Extensions for Adobe AIR
Hi,

Is the source code for the demo http://sitepen.com/labs/dair/
available for download?

Dylan Schiemann

unread,
Dec 24, 2008, 3:42:14 AM12/24/08
to doj...@googlegroups.com
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Of course, just head to http://code.google.com/p/dair/

Regards,
- -Dylan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJUfXm8nLgh/JJsxERAr1rAJwMDZwj0H+7ayifyNV/wDd7GgDCOgCfUiak
szAU9EuCaj+0M0Ebc2YD5WY=
=RVKU
-----END PGP SIGNATURE-----

makadodo

unread,
Dec 26, 2008, 12:03:31 AM12/26/08
to Dojo Extensions for Adobe AIR
I was looking for the source code for the working demo
http://sitepen.com/labs/dair/dairDemo.mov

pete higgins

unread,
Dec 26, 2008, 6:16:32 AM12/26/08
to doj...@googlegroups.com
I'm trying to dig it up for you. I had it locally and packaged for
just this case, but can't locate now, which would be a shame as it
didn't make it into source control anywhere -- i just did it on the
fly.

Regards,
Peter Higgins

Jeff Lu

unread,
Dec 26, 2008, 9:42:31 AM12/26/08
to doj...@googlegroups.com
That would be great if you can find it. I looked into AIR a few months ago and tried to convert my existing dojo app but was having probem..

Your dAIR demo would be good place get started for someone like me whose new to AIR..

Thanks

Dylan Schiemann

unread,
Dec 26, 2008, 10:24:37 AM12/26/08
to doj...@googlegroups.com
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Oh, I thought it was at
http://dair.googlecode.com/files/dair-sample-app.tar.gz (downloads tab:
http://code.google.com/p/dair/downloads/list )

Regards,
- -Dylan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJVPc08nLgh/JJsxERAtWyAJwLGfKJVuk5phGh7uxD+O7lImOdNgCfb8YU
dje6Vj55TCqUNHIGbpS+RCU=
=qoX/
-----END PGP SIGNATURE-----

pete higgins

unread,
Dec 26, 2008, 10:44:43 AM12/26/08
to doj...@googlegroups.com
I've found it! Uploaded it to

http://dante.dojotoolkit.org/dairScreencast-code.tar.gz

You'll need to add a dAIR checkout and Dojo release in js/ as per the
README in that folder, but otherwise should work out of the box.

Regards,
Peter Higgins

ps: Dylan, All, should we clean this up and make it a featured
download? or replace the sample.tar.gz with this demo?

makadodo

unread,
Dec 26, 2008, 4:52:08 PM12/26/08
to Dojo Extensions for Adobe AIR

Thanks, but I'm having a problem decompressing that file.

It's a good idea to replace the sample.tar.gz with this demo. I
second.

Jeff Lu

unread,
Dec 27, 2008, 3:23:20 PM12/27/08
to doj...@googlegroups.com
Hi Pete,

There's a problem with the zipped file.  Can you please upload it again?

Thank you


From: pete higgins <phig...@gmail.com>
To: doj...@googlegroups.com
Sent: Friday, December 26, 2008 10:44:43 AM

pete higgins

unread,
Dec 27, 2008, 3:32:32 PM12/27/08
to doj...@googlegroups.com
Hmm, odd. I've re-tar'ed the one, and uploaded again. (downloaded and
tested myself locally after), and also put up a .zip version in case
something else is going on.

http://dante.dojotoolkit.org/dairScreencast-code.tar.gz
http://dante.dojotoolkit.org/dairScreencast-code.zip

Both were made on osx, so let me know if they don't work for some
reason either ...

Regards,
Peter Higgins

Jeff Lu

unread,
Dec 27, 2008, 3:47:16 PM12/27/08
to doj...@googlegroups.com
Thanks, the zip works for me.

Sent: Saturday, December 27, 2008 3:32:32 PM

makadodo

unread,
Jan 16, 2009, 3:50:20 PM1/16/09
to Dojo Extensions for Adobe AIR
Hi Pete
I was trying out the demo and have a couple of questions:

Under "More Windows", clicking on the hyper links to create a few
windows (utility, standard). Now that there're several windows open
along side with the main app window. When click on close on the main
app window, the app exit and left all the other windows behind.

I attached a listener to each window that got open like in
accordion.js:
makeUtility: function(){
var utility = new dair.Window({
size:{ w: 100, h:100 },
type:"utility"
});
utility.addEventListener(air.Event.CLOSING, this.onClosing);
getWindow().inApp.addWindow(utility);
},



1) All the windows now will get closed when click on close on the main
app, but I'm getting this
TypeError: Value undefined (result of expression
utility.addEventListener) is not object.

In dair.Window.js I see there is function
onClose: function(e){
// summary: Event fired when window is being closed. Return false
to prevent.
return true; // Boolean
},

2) Is there a better way to listen to the closing event through this
onClose function?

On Dec 27 2008, 3:47 pm, Jeff Lu <jeff_k...@yahoo.com> wrote:
> Thanks, the zip works for me.
>
> ________________________________
> From: pete higgins <phigg...@gmail.com>
> To: doj...@googlegroups.com
> Sent: Saturday, December 27, 2008 3:32:32 PM
> Subject: [dair] Re: Is the demo source code for available for download?
>
> Hmm, odd. I've re-tar'ed the one, and uploaded again. (downloaded and
> tested myself locally after), and also put up a .zip version in case
> something else is going on.
>
> http://dante.dojotoolkit.org/dairScreencast-code.tar.gzhttp://dante.dojotoolkit.org/dairScreencast-code.zip
>
> Both were made on osx, so let me know if they don't work for some
> reason either ...
>
> Regards,
> Peter Higgins
>
> On Sat, Dec 27, 2008 at 3:23 PM, Jeff Lu <jeff_k...@yahoo.com> wrote:
> > Hi Pete,
>
> > There's a problem with the zipped file.  Can you please upload it again?
>
> > Thank you
>
> > ________________________________
> > From: pete higgins <phigg...@gmail.com>
> > To: doj...@googlegroups.com
> > Sent: Friday, December 26, 2008 10:44:43 AM
> > Subject: [dair] Re: Is the demo source code for available for download?
>
> > I've found it! Uploaded it to
>
> >http://dante.dojotoolkit.org/dairScreencast-code.tar.gz
>
> > You'll need to add a dAIR checkout and Dojo release in js/ as per the
> > README in that folder, but otherwise should work out of the box.
>
> > Regards,
> > Peter Higgins
>
> > ps: Dylan, All, should we clean this up and make it a featured
> > download? or replace the sample.tar.gz with this demo?
>
> >>> On Fri, Dec 26, 2008 at 12:03 AM, makadodo <jeff_k...@yahoo.com> wrote:
> >>>> I was looking for the source code for the working demo
> >>>>http://sitepen.com/labs/dair/dairDemo.mov
>
> >> -----BEGIN PGP SIGNATURE-----
> >> Version: GnuPG v1.4.7 (Darwin)
> >> Comment: Using GnuPG with Mozilla -http://enigmail.mozdev.org

Robin Howlett

unread,
Jan 21, 2009, 5:52:25 PM1/21/09
to Dojo Extensions for Adobe AIR
Can the src for the Screencast demo be available again please?

pete higgins

unread,
Jan 21, 2009, 6:53:31 PM1/21/09
to doj...@googlegroups.com
They are both still at the links in this thread ...

Robin Howlett

unread,
Jan 22, 2009, 10:55:53 AM1/22/09
to Dojo Extensions for Adobe AIR
Ah ok, sorry. It's just the in FF3 the download estimate time and file
size were "Unknown" so at 100kbps it's hard to know if the download of
the (eventual 20Mb) file was working. Thanks.

On Jan 21, 11:53 pm, pete higgins <phigg...@gmail.com> wrote:
> They are both still at the links in this thread ...
>
Reply all
Reply to author
Forward
0 new messages