[Proto-Scripty] Re: Combo box?

2011-07-28 Thread T.J. Crowder
Chosen looks really cool. The problem with Chosen is (quoting from the
website):

 What browsers are supported?
 All modern browsers are support (Firefox, Chrome, Safari and IE9).
 Legacy support for IE8 is also enabled.

So, legacy support for the 30% of the general populace using IE8
(and I've tried it, it's pretty slow), and no support at all for the
17% using IE6 and IE7 (and I've tried it, it doesn't work correctly).
[1] Ouch, that's half of your average site's users who won't get the
enhanced version or get it but have it run slowly. Of course, every
site's audience is different, for some sites -- web programming sites
and such -- you'd be on pretty safe ground.

Still, it's early days, hopefully they'll be able to improve the IE8
support and add support for IE6 and IE7 (until those finally actually
die -- and wouldn't that be nice!).

[1] http://marketshare.hitslink.com/browser-market-share.aspx?qprid=2

--
T.J. Crowder
Independent Software Engineer
tj / crowder software / com
www / crowder software / com

On Jul 27, 4:18 am, Tom Gregory tagreg...@gmail.com wrote:
 I should add, it comes in both Prototype and jQuery flavors, with
 forks for moo tools and others.

 (Sorry for the second post.)

 TAG

 On Jul 26, 11:17 pm, Tom Gregory tagreg...@gmail.com wrote:







  By chance, your question comes a day or so after one appeared on
  hacker news:
  Project:http://harvesthq.github.com/chosen/
  Insightful HN Comments:http://news.ycombinator.com/item?id=2793086

  It looks like it could be trivially tweaked to handle new entries.

  TAG

  On Jul 26, 4:38 pm, Shane McCarron halindr...@gmail.com wrote:

   Does anyone know of a *stable* combobox implementation that uses 
   Prototype?

   --
   Shane McCarron
   halindr...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



[Proto-Scripty] Re: Combo box?

2011-07-28 Thread T.J. Crowder
Chosen looks really cool. The problem with Chosen is (quoting from the
website):

 What browsers are supported?
 All modern browsers are support (Firefox, Chrome, Safari and IE9).
 Legacy support for IE8 is also enabled.

So, legacy support for the 30% of the general populace using IE8
(and I've tried it, it's pretty slow), and no support at all for the
17% using IE6 and IE7 (and I've tried it, it doesn't work correctly).
[1] Ouch, that's half of your average site's users who won't get the
enhanced version or get it but have it run slowly. Of course, every
site's audience is different, for some sites -- web programming sites
and such -- you'd be on pretty safe ground.

Still, it's early days, hopefully they'll be able to improve the IE8
support and add support for IE6 and IE7 (until those finally actually
die -- and wouldn't that be nice!).

[1] http://marketshare.hitslink.com/browser-market-share.aspx?qprid=2

--
T.J. Crowder
Independent Software Engineer
tj / crowder software / com
www / crowder software / com


On Jul 27, 4:18 am, Tom Gregory tagreg...@gmail.com wrote:
 I should add, it comes in both Prototype and jQuery flavors, with
 forks for moo tools and others.

 (Sorry for the second post.)

 TAG

 On Jul 26, 11:17 pm, Tom Gregory tagreg...@gmail.com wrote:







  By chance, your question comes a day or so after one appeared on
  hacker news:
  Project:http://harvesthq.github.com/chosen/
  Insightful HN Comments:http://news.ycombinator.com/item?id=2793086

  It looks like it could be trivially tweaked to handle new entries.

  TAG

  On Jul 26, 4:38 pm, Shane McCarron halindr...@gmail.com wrote:

   Does anyone know of a *stable* combobox implementation that uses 
   Prototype?

   --
   Shane McCarron
   halindr...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



[Proto-Scripty] MyTableGrid new release, please give me your feedbacks

2011-07-28 Thread Pablo Aravena
Hi all

After a long time I have published a new release of mytablegrid,
please review it a give me your feedbacks

http://pabloaravena.info/mytablegrid

Thanks
Pablo

-- 
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



[Proto-Scripty] semi-colon complaint and other 1-7

2011-07-28 Thread kstubs
I'm using eclipse editor and getting some syntax complaints, for example the 
following:

From appx. line: 4000

while ( (chunker.exec(), m = chunker.exec(soFar)) !== null ) {
soFar = m[3];

parts.push( m[1] );

if ( m[2] ) {
extra = m[3];
break;
}
}


Complains that the comma after chunker.exec(),  should be a .

Make sense?  Is the eclipse issue?
Karl..

-- 
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/prototype-scriptaculous/-/9UkE7-dUw7wJ.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



[Proto-Scripty] IE 9 issues with Insertion

2011-07-28 Thread S L
I have no problem displaying the page in IE7 and 8. But in IE9, these
menus are missing.

Here's the code:

new Insertion.Bottom($(secondaryNav),
MyShop.Extranet.MyChart.secondaryMenuHtml);
new Insertion.Bottom($(primaryNav),
MyShop.Extranet.MyChart.primaryMenuHtml);
new Insertion.Bottom($(breadcrumbNav),
MyShop.Extranet.MyChart.breadcrumbMenuHtml);
new Insertion.Top($(footer),
MyShop.Extranet.MyChart.footerMenuHtml);

var menu = $(menu);
var userTitle = (menu != null ? menu.down(h2) : null);
if(menu  userTitle) {
new Insertion.Bottom(userTitle, 'a href=./bye.asp(Log Out)/
a');

}

Please help. Thanks.

Steve

-- 
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



[Proto-Scripty] Re: semi-colon complaint and other 1-7

2011-07-28 Thread T.J. Crowder
Your title was semi-colon complaint but your example was that
Eclipse complains about a comma.

If Eclipse is really saying it thinks that comma should be a dot, then
yes, it's an Eclipse issue. The comma operator[1] is perfectly valid
there.

[1] http://es5.github.com/#x11.14

HTH,
--
T.J. Crowder
Independent Software Engineer
tj / crowder software / com
www / crowder software / com

On Jul 28, 8:09 pm, kstubs kst...@gmail.com wrote:
 I'm using eclipse editor and getting some syntax complaints, for example the
 following:

 From appx. line: 4000

 while ( (chunker.exec(), m = chunker.exec(soFar)) !== null ) {
 soFar = m[3];

 parts.push( m[1] );

 if ( m[2] ) {
 extra = m[3];
 break;

 }
 }

 Complains that the comma after chunker.exec(),  should be a .

 Make sense?  Is the eclipse issue?
 Karl..

-- 
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



[Proto-Scripty] Re: IE 9 issues with Insertion

2011-07-28 Thread T.J. Crowder
What do you figure the odds are that people are going to need to know
more about your code than that? Like, you know, what your page's HTML
looks like, what those strings are you're inserting. Trivial points,
really... ;-)
--
T.J. Crowder
Independent Software Engineer
tj / crowder software / com
www / crowder software / com

On Jul 28, 9:19 pm, S L june.st...@gmail.com wrote:
 I have no problem displaying the page in IE7 and 8. But in IE9, these
 menus are missing.

 Here's the code:

 new Insertion.Bottom($(secondaryNav),
 MyShop.Extranet.MyChart.secondaryMenuHtml);
         new Insertion.Bottom($(primaryNav),
 MyShop.Extranet.MyChart.primaryMenuHtml);
         new Insertion.Bottom($(breadcrumbNav),
 MyShop.Extranet.MyChart.breadcrumbMenuHtml);
         new Insertion.Top($(footer),
 MyShop.Extranet.MyChart.footerMenuHtml);

         var menu = $(menu);
         var userTitle = (menu != null ? menu.down(h2) : null);
         if(menu  userTitle) {
         new Insertion.Bottom(userTitle, 'a href=./bye.asp(Log Out)/
 a');

         }

 Please help. Thanks.

 Steve

-- 
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



[Proto-Scripty] Re: semi-colon complaint and other 1-7

2011-07-28 Thread kstubs
Thanks.  I started out reporting an issue on a semi-colon, but thought this 
was more of an obvious problem (that isn't a problem).
So the semi-colon issue is still there, and I think I can resolve them, but 
seems they occur after things like:

Here's an example from event.js

function(value) { object[method] = value };

Missing semi after value.

Turns out that the additional semi-colon issues I am seeing with prototype 
1-7 is a problem after running through Google's compiler.  I only strip 
white space, but seems that Google compiler is also removing semi-colons...

-- 
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/prototype-scriptaculous/-/c0KpSqV0aN4J.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



[Proto-Scripty] Custom event handlers

2011-07-28 Thread kstubs
Anything wrong with this:
document.observe('EventQuery:lookup_event#eventSignOnForm', 
this.handleGetEventForEdit.bindAsEventListener(this));

Works fine when I throw the event without the #eventSignOnForm, and observe 
without the additional hash value.  Just not sure if there is something 
going on in the background that I'm not aware of.

-- 
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/prototype-scriptaculous/-/ARrk5i7Dl8EJ.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.