search for: charcod

Displaying 7 results from an estimated 7 matches for "charcod".

Did you mean: charcode
2007 Jul 16
4
Problem with keypress event handling
...L text input, we wrote the following: Event.observe(domText, "keypress", this.onKeyPress.bindAsEventListener(this)); where this.onKeyPress = function(evt) { var evtc = evt.keyCode; // char code for IE and Opera if (evtc == 0 || evtc == null) { // Firefox evtc = evt.charCode; } if (evtc >= 48 && evtc <= 57) { // Digit return true; } else { Event.stop(evt); } } This code works fine with IE and Firefox, but doesn''t work with Opera, for which the event is not actually stopped....
2001 Jul 01
1
[Wine-20010629] compilation problems with freetype
...ber `Descender' in something not a structure or union truetype.c:326: request for member `Line_Gap' in something not a structure or union truetype.c: In function `ReadCharMetrics': truetype.c:347: `FT_ULong' undeclared (first use in this function) truetype.c:347: parse error before `charcode' truetype.c:354: `charcode' undeclared (first use in this function) truetype.c:354: invalid lvalue in assignment truetype.c:354: warning: left-hand operand of comma expression has no effect truetype.c:356: warning: implicit declaration of function `FT_Get_Char_Index' truetype.c:357: wr...
2006 Jun 16
1
mask input fields
how to mask input fields? like my mask = ''## / ####'' when user type it will put / after the second char . and bla bla bla have ror a helper for do it? or, someone knows a good js code for it? tks _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2002 Aug 09
1
vorbiscomment question.
Hello, I am writing a script which reads and writes vorbis comments using the vorbiscomment utility from vorbis-tools. I have just one question regarding the --raw switch. Raw mode (--raw, -R) will read and write comments in utf8, rather than converting to the user's character set. This is useful for using vorbiscomment in scripts. However, this is not sufficient for general
2002 Aug 09
1
vorbiscomment question.
Hello, I am writing a script which reads and writes vorbis comments using the vorbiscomment utility from vorbis-tools. I have just one question regarding the --raw switch. Raw mode (--raw, -R) will read and write comments in utf8, rather than converting to the user's character set. This is useful for using vorbiscomment in scripts. However, this is not sufficient for general
2007 Dec 18
5
Event.fire()
Have anybody used Event.fire method appeared in v1.6. There are no samples, references or even api for this method. I want to use it for my needs and don''t know how. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to
2014 Nov 14
0
Wine release 1.7.31
...36.D3DXCreatePolygon) 16584 chaostheory music lack of drums 16699 OpenGL anti-aliasing capabilities of graphics driver not exposed to Google Sketchup 7/8 (needs WGL_SWAP_COPY_ARB support) 16832 Hinterland fails to run, wine reports Unhandled page fault to NULL 18289 wine gets some wrong charcodes on some keyboard mappings 18689 Wine serial-handling consumes 100% CPU when using USB->Serial-converter 24787 WoW 4.x D3D: Player shadow broken with orm=backbuffer 25247 Alien Swarm: Can't join or create game, game hangs 25342 Bionic Commando: Rearmed. Dark foreground graphics...