Rev 5 Notes & Ramblings - Ext JS

Rev 5 is up and fixes lots of problems created by Rev 4.

I also placed a copy of jquery-plugins.js in the root folder and updated include-order.txt to note that it needs the jquery-plugins.js file.

Sorry for the poor build (Rev 4). I had been coding for 36 hours, didn't do enough testing and I was past the point of diminished returns. 1 positive thing, maybe some of you got introduced to Ext.dump.
  # 2  
02-26-2007, 07:20 AM

36 hours :?: :?: :?: hock: hock: hock: hock: hock:

I reach that point of diminishing returns at abuot 12 hours coding time!

Take it a little easier Jack. You need to think about your health. I'm serious here - you should schedule some relaxation time, a little fresh air, excercise. Better to be coding for the long haul than ruin your health and drop out of the scene in a short blaze of glory!
  # 3  
02-26-2007, 07:45 AM

agreed... i know that i would hate/resent everything associated with the code after a few nights like that. breathe jack, breathe! white heat is nice, but then there's the recovery period...
  # 4  
02-26-2007, 07:52 AM

have to agree with Animal....
take a day off (that means, dont turn on the computer, dont read the forums)
and spend some time with kids/wife, tv, dog, bathtub and blabla

you've spoiled us with your low response-time so i think we could handle a day without jacksloc on the forums
  # 5  
02-26-2007, 09:18 AM

Gotta love the way you slip in little easter eggs (a la Ext.dump) with the bugs.

thanks for all the hard work! now shoo. go get some rest :lol:
  # 6  
02-26-2007, 09:20 AM

Haha - I WOULD go do something, but I live in Cleveland OH now and well, its freezing!
  # 7  
02-26-2007, 10:38 AM
all work...

"all work and no play makes Jack a dull boy" (no pun intended)
  # 8  
02-26-2007, 01:02 PM
Cleveland freezing?

Oh come on jack it's not that cold :P All the snow is melting.
  # 9  
02-26-2007, 01:35 PM

I totally agree, you should mix work and play.
And by the way, here we have -25C (-15F), and there is still things to do :wink:
  # 10  
02-26-2007, 01:40 PM

Sometimes when using
tabs.activate('some-tab'); // tabs = diaglog.getTabs();
dialog.show(); // dialog = new BasicDialog(...);
in displayed dialog all input controls are hidden.
If then switch to another tab, and then switch back, all controls are on their places.

'some-tab' is the first tab in dialog.

I'm using jQuery adapter and IE6.
In Mozilla Firefox 2.0.0.2 all is ok.

你可能感兴趣的:(jquery,REST,ext,firefox,AIR)