[mochikit] Re: Signals status?

2006-03-29 Thread Thomas Hervé
I think Beau makes it this way for compatibility purpose (keypress works very bad on Safari; actually some like prototype refuse to register keypress events on it). It's actually well documented in Signal : if you want to filter Special Keys, use keydown. This said, you have access to everything

[mochikit] Re: Signals status?

2006-03-29 Thread Dethe Elza
On 3/29/06, Beau Hartshorne [EMAIL PROTECTED] wrote: Thank you Dethe, I'll look into this. I'll look forward to hearing what you find. I'm working around it for now using evt.event(), but I'd love to remove that. --Dethe --~--~-~--~~~---~--~~ You received this

[mochikit] Re: Signals status?

2006-03-29 Thread Beau Hartshorne
Right, but I should handle this a bit more elegantly than returning a 't' for F5. I'll rework key().string to return undefined to onkeypress listeners when someone types a character code. On 29-Mar-06, at 12:54 PM, Thomas Hervé wrote: I think Beau makes it this way for compatibility

[mochikit] Re: Signals status?

2006-03-29 Thread Beau Hartshorne
Thank you Dethe, I'll look into this. On 28-Mar-06, at 1:35 PM, Dethe Elza wrote: Well, I'm trying real hard *not* to look for control codes in keypress, but when I press F5 then keypress is firing and the evt.key().string is t, while the evt.key().code is 116. If I press the t key I get

[mochikit] New to MochiKit - syntax

2006-03-29 Thread laurin1
Ok, i'm REALLY new. I'm just trying to use getElement like this: function showrs(){ var $a = document.getElement[id('iRecordSet')].innerHTML alert($a) } Is my syntax off, or am i just OFF? :) --~--~-~--~~~---~--~~ You received this

[mochikit] Re: New to MochiKit - syntax

2006-03-29 Thread Jorge Godoy
laurin1 [EMAIL PROTECTED] writes: Ok, i'm REALLY new. I'm just trying to use getElement like this: function showrs(){ var $a = document.getElement[id('iRecordSet')].innerHTML alert($a) } Is my syntax off, or am i just OFF? From

[mochikit] Re: New to MochiKit - syntax

2006-03-29 Thread Bob Ippolito
On Mar 29, 2006, at 2:27 PM, laurin1 wrote: Ok, i'm REALLY new. I'm just trying to use getElement like this: function showrs(){ var $a = document.getElement[id('iRecordSet')].innerHTML alert($a) } Is my syntax off, or am i just OFF? The syntax is way off. It

[mochikit] Re: New to MochiKit - syntax

2006-03-29 Thread laurin1
I've looked at the documentation and watched the screencast. Examples would be great, but I haven't seen many. Are there more examples than the ones at the top of the documentation page? --~--~-~--~~~---~--~~ You received this message because you are subscribed

[mochikit] Re: New to MochiKit - syntax

2006-03-29 Thread laurin1
Ah, thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups MochiKit group. To post to this group, send email to mochikit@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more