This is the personal weblog of Greg Burch.

Thursday, June 27, 2002

Branden Hall posted an interesting story on an on-screen text input mechanism called Dasher, at first I was confused by this and would get lost. But after a few minutes of reading the help I understood what was going on and could get going pretty fast. I imagine if I used this every day it would become second nature just like typing and would work quite well. I am running it on my ipaq right now to just see how useful it can become for me.


3:56:08 PM    comment []

I just posted a little story explaining some code I wrote on the ultrashock forums. It explains some of the uses of the apply and __resolve methods if you have not worked with these yet. Also some cool tween engine code.

Here is a peice of code using both:
Glyph.prototype.__resolve = function(methodName){
 return function(){
  arguments.unshift(this.ref_mc);
  return this.ref_class[methodName].apply(this.ref_class,arguments);
 }
}
Glyph.as | TweenEngine.as

1:10:57 PM    comment []

mesh on MX just posted some stuff on Macromedia DevCon 2002, I am definately headed that way. Should be an awesome conference with all the new features and product releases. Mike himself will be talking on Flash Remoting...one of my favorite topics lately (I do tons of this stuff).


12:43:15 PM    comment []

© Copyright 2003 Greg Burch.
 
June 2002
Sun Mon Tue Wed Thu Fri Sat
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30            
May   Jul

Home

Articles
Live Previews
Common Component Issues
Flash Remoting
SharedObjects
FlashVars
Extending Components
__resolve and apply
XML 2 DataProvider

Macromedia WebLogs
Jeremy Allaire
mesh on mx
jd on mx
An Architect's View

Other WebLogs
Peter Hall
Eric Dolecki
Flash the Future
jdb cyberspace
Branden Hall
OnRelease
Josh Dura
moik78
Full As A Goog
Flash Magazine
Claus Wahlers
Arul Kumaran
Phillip Torrone
Quasimondo
Guy Watson
Robert Hall


Resources
Macromedia Mobile Development Center

Books
Flash Design for Mobile Devices

Flash Enabled

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.