Displaying 20 results from an estimated 400 matches similar to: "Ajax.DoubleCombo"
2006 Oct 20
1
Event.observe vs. element.onxxx =
What are the pros and cons of using Event.observe vs. element.onxxx =
somefunction ?
I noticed that a lot of sau code doesn''t use Event.observe. For example,
InPlaceEditor uses
this.form.onsubmit = this.onSubmit.bind(this);
In my code I''ve made a habit of using the equivalent (for example):
this.onSubmitListener = this.onSubmit.bind(this);
2007 Feb 21
8
Element.addMethods() is not a function after upgrade to 1.7.0
After upgrading to prototype 1.5.0 and scriptaculous 1.7.0 my
autocompleter.local died... firebug reports that effects.js is to
blame calling Element.addMethods();
I can not find out why cause as far as I can see it does exist in
prototype.js.
Any pointers anyone :(
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
2007 Feb 12
6
prototype.js and different browsers
Hi
I''m currently learning how AJAX is working and found prototype.js interesting.
But I have some issues that might be because of misusage:
http://brasilia.nersc.no/test/PyTest/AJAX.html
When I use this in Firefox2 it correctly fills the first select, using opera9
it is filled, but it just shows a list of "blank" options (no description),
and in IE6 it doesn''t get
2004 Aug 31
0
XP Pro problem/change to root user uid=0 gid=0 ????
Hi All,
I'm running 3.0.5 on Redhat as member server using winbind connecting to a mixed mode win2k domain. secret are good, getent & wbinfo -u work fine. but
a user running xp pro cannot access the share, but can access subdirectories therein. the client log file (log level is at 10) is repetitive and is full of the following "Primary group is 0 and contains 0 supplementary groups
2006 Nov 28
2
Problem with pairs() in nlme
Dear r-helpers,
After successfully running
require(nlme)
vfr.lmL <- lmList(
estimate ~ (slant + respType + visField + hand)^2 | subject, vfr
)
pairs(vfr.lmL, id = 0.01, adj = -0.5) # Pinheiro & Bates (p. 141)
produces the following error:
Error in sprintf(gettext(fmt, domain = domain), ...) :
object "form" not found
Any guesses as to what I may have done wrong?
2006 Jan 17
0
asterisk.ctl limitations
Hi
I wrote a small patch to netcat to work with unix domain sockets to
enable me to communicate with an asterisk daemon through the
unix-domain socket /var/run/asterisk/asterisk.ctl .
Only then I noticed that reading the code is done very differently than
a typical network protocol: it expects every command in a separate read.
Basically I used the following filter to pipe commands from the
2006 Nov 12
1
[PATCH] Annotate shapes, text and dbus support
Here are my patches to add extra shapes to the annotate
plugin. I have also added dbus support and made a few things
configurable.
The new tools available are Line, Rectangle and Circle, the
original is called Brush. There is no selection line at the
moment because I do not understand OpenGL yet. Hopefully
these patches can be added and something added later.
There is an extra action called
2005 Jul 19
1
key_read: uudecode
Hello guys, mabye this can help you somehow:
$ ssh-keygen -b 8192 -g -t dsa
...
...
$ cat .ssh/id_dsa.pub
ssh-dss
2008 Jan 16
2
InPlaceEditor and Json in onComplete
Hi, after some search, i found this
Collin Mollenhour said:
While IPE is being patched, it''d be nice if the JSON evaluated
response was available in onComplete.
http://groups.google.fr/group/rubyonrails-spinoffs/browse_thread/thread/f6cfdfc9e535f2ef/f61d98f55f055e55?lnk=gst&q=inplaceeditor+json#f61d98f55f055e55
It''s in 2006, some news about that ? Cause i''ve tried
2017 Jun 16
0
Re: Markdown editor for CentOS 7?
On Fri, 16 Jun 2017 11:27, Nicolas Kovacs wrote:
> Hi,
>
> I recently discovered Markdown, and I'm currently using it to write some
> documentation for CentOS 7.
>
> https://github.com/kikinovak/formation-linux
>
> For the time being, I'm using my good old Vim editor for writing it. I
> turned off syntax highlighting, since this produces random results with
>
2017 Jun 16
1
Markdown editor for CentOS 7?
Is geany available for Centos? It works well for markdown, though I use
it for xml and html.
On 06/16/2017 07:25 AM, Yamaban wrote:
> On Fri, 16 Jun 2017 11:27, Nicolas Kovacs wrote:
>
>> Hi,
>>
>> I recently discovered Markdown, and I'm currently using it to write some
>> documentation for CentOS 7.
>>
>>
2008 Apr 28
0
Hidden Markov model in R: books or tutorial biomed/ecology slant
Hi,
I was just wondering if there are any books on R that have applications
using Hidden Markov models
or anyone with tutorials/exercises that can be shared.
Ideally, these would have a bio/ecological slant though not neccesarily.
Any suggestions would be appreciated.
Thanks!
[[alternative HTML version deleted]]
2005 Sep 14
0
session setup failed: ERRHRD
Hi all,
Here is the situation:
I have a W2k AD server, authenticating the users. The main file areas is
on another server running Fedora Core 2 and samba 3.0.14a, I have a
bunch of win2k and winxp workstations, that works fine. Now I am
experimenting with a linux workstation, but I can't get it to connect
the shares from the samba server. There are some shares on the W2k
server as well, and
2006 Mar 31
2
How to secure web services created by ActionWebService?
Hi,
Does anyone know how I can go about securing web services created from
ActionWebService? The manual from rubyonrails.org
(http://manuals.rubyonrails.com/read/book/10) doesn''t say anything at
all on this ... or do I have to implement my own access control?
--
Sau Sheong
http://www.saush.com
http://read.saush.com
http://jaccal.sourceforge.net
-------------- next part
2006 Mar 10
3
Ruby on Rails developers in Singapore?
Hi,
Kind of wondering if there are any in Singapore, and if so would like to
meet up to chat and talk shop? Maybe even form a support group for
Rails, or form a community of Rails developers here? I''ve been using
Rails for the past months developing an in-house web application, a port
from an older application.
Thks!
--
Sau Sheong
http://www.saush.com
http://read.saush.com
2005 Mar 21
3
Force labelling of x-axis
Hi,
I'm trying to do a box-whisker plot of two columns of a data frame, a
list of category names in one column vs. some numerical values in the
other. The plot itself works fine, but only a few points of the x-axis
( the category names ) are labelled. I think that this is because the
category names are too long.
Is there any way to force R to label each x-axis value, preferably at a
2005 Nov 14
2
OggPCM : Need more justification for chunked data
HI all,
John Kkoleszar has asked for the option of storing data. He gave the rational
that
a) SIMD optimized filters
b) Writing filter chains.
Conrad Parker supported this say that both Core Audio and Jack operate on
multiple single channel buffers.
On IRC both Jean-Marc and MikeS argued that if OggPCM supports interleaved,
the addition of chunked is hard to justify.
My slant on the
2004 Mar 16
1
Changing ComputerModern in postscript(...): A first attempt at contributing....
Hi
First off, thanks to all the various R developers, your package is very
impressive.
I'm not sure what the protocols are for contributing, and I've not done this
before, so please excuse nay obvious errors or oversights... Also I'm by no
means an R,TeX/LaTeX, or typesetting expert, I have largely stumbled my way
to this point.
Objective: I'd like to get R postscript(...) to
2012 Mar 02
2
Spacing of text does not match spacing of bars in barplot
I have a very standard barplot. My labels are too long to be printed
horizontally under each bar, so I am using text to put the labels on a 45
degree slant.
However, the labels are spaced more narrowly than the bars, so on an 8
vertical bar plot, the end of the eighth label is lined up with the seventh
bar.
Preferably I don't want to do every text label separately (I'm having this
2010 Jan 14
0
LOTURI DE CASA (500mp) CU VEDERE LA MARE, (in rate de 200E / Luna) LANGA PLAJA CORBU / PRET - incepand de la 5500
Stimate Domn (Doamna),
Imi permit sa va prezint oferta noastra de teren (loturi de 500mp) in apropierea plajelor Corbu si Vadu (10 km nord de Mamaia) langa viitoarea Statiune EUROPA, terenuri cu propunere intravilan, intr-o zona superba, ce cunoaste o dezvoltare accelerata in ultimii 2 ani, deschizand posibilitati avantajoase de investitie pe termen scurt si mediu sau ofera sansa