Displaying 20 results from an estimated 1000 matches similar to: "element has no properties error."
2017 Aug 26
2
Register Allocation and Scheduling Issues
Hello,
I have defined 8 registers in registerinfo.td file in the following order:
R_0, R_1, R_2, R_3, R_4, R_5, R_6, R_7
But the generated assembly code only uses 2 registers. How to enable it to
use all 8? Also can i control the ordering like after R_0 can i use R_5
without changes in registerinfo.td?
What changes are required here? either in scheduling or register allocation
phases?
2008 Jun 07
3
PeriodicalExecuter stops when form is submitted in Safari 3
Hi I''m having a problem using PeriodicalExecuter with a form.
I have a monitoring pane that updates status of form processing,
and it stops working when I submit a form. It works with Safari 2,
IE, Firefox, but not with Safari 3.
I''ve made a test script: http://www.charmm-gui.org/test.html
It updates a textarea, but it stops updating when the form is
submitted in Safari 3. Any
2008 Jul 11
1
Scriptaculous: how to keep element space?
Hello everybody,
I hope I am at the right place here with my question, otherweise
please accept my apologies.
I searched a lot for my question and did not find an answer, so I
would be very happy if you could help me out maybe.
I am using Effect.Fade for on element. Everythings works fine, but
when the element is faded out, its space it no longer used and
therefore other elements move and
2009 Dec 23
1
net rpc user add produces duplicate SID
Hi list,
The task is to move an old samba installation (ubuntu with samba 3.0 brachch) to
a new debian installation with samba 3.3.9. Both setups work as pdcs and have an
ldap backend which I try to move from one setup to the next.
In this new setup I tried to ldapsam:editposix = yes. Therefore I also installed
winbind.
I moved the domain SID and the local SID to the new pdc and filled the ldap
2008 Jul 11
2
Error in prototype.js ......var value = element.style[style];
Hi,
I have a script that throws an error in prototype.js on line 1889. Its
just started showing...it''s not breaking my app at all just showing
the error. I can''t track back to where it started happening though.
It''s this line.
var value = element.style[style];
Has anyone encountered this before....do yiou have any hints on how to
track this bug down?
2008 May 13
8
static private and multi-inherit
/*author:csf178-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org*/
function Class(Initalizer,SuperClasses)
{
if(!SuperClasses)SuperClasses=[];
var ret=function(){
for(var i=0;i<SuperClasses.length;i++)
{
SuperClasses[i].call(this);
}
var $private={};
var $public=this;
var $static=ret;
with($static){
with($private){
with($public){
2002 Oct 21
4
Any work-around for very large number of files yet?
Yes, I've read the FAQ, just hoping for a boon...
I'm in the process of relocating a large amount of data from one nfs server
to another (Network Appliance filers). The process I've been using is to
nfs mount both source and destination to a server (solaris8) and simply use
rsync -a /source/ /dest . It works great except for the few that have > 10
million files. On these I get
2016 Sep 06
2
Winbind / Samba auth problem after username change
On Tue, 6 Sep 2016 15:38:57 +0000
Julian Zielke <jzielke at next-level-integration.com> wrote:
> No, getent NEWusername produces a result SHOWING the old username -
> not the other way around. The machine is a domain member. We did a
> join using net join ads.
Where is it displaying the old username ?
>
> The passwords file has only the standard local users in there.
Well
2008 Jun 12
10
Ajax.Updater not working in IE, tried everything
hi,
i am basically using a button, Prototype/AJAX, and PHP to update a
user''s location. something simple as typing ''Chicago, IL''. After the
script, it rewrites the result in a div tag.
here is the form i''m using:
<div id="hometown_result">Aurora, IL</div>
<form action="" method="post"
2005 Mar 17
1
Last guy to get BV working outbound?
I have tried everything to get BV working outbound. All worked fine
until the BV change last week. I called BV and they changed me to sip
gen with a new password. I stripped my Asterisk server to one phone on
Zap/1 until I get this working. The same BV account works fine with a
SPA-3000 so I don't suspect a firewall problem.
Symptoms: Asterisk registers with BV Ok
Incoming calls work
2006 Jul 21
2
Abstract insertion question
Hi,
In the following block of Prototype.js when will the catch() block
run? I cannot create conditions in Opera where it will run.
Thanks,
Peter
if (this.element.insertAdjacentHTML) {
/* IE and Opera */
try {
this.element.insertAdjacentHTML(this.adjacency, this.content);
} catch (e) {
// when will this run? can feature detection be used instead?
var tagName =
2005 May 18
0
SIP: Failed to authenticate
Hello--
Looking for a solution. I'm using asterisk HEAD version, from a day or
two ago. Trying to register with a Metaswitch voip server via sip.
They gave me a userid, and a password. I plug it into a register command
in sip.conf:
register => 3074449999:pword@isp
[isp]
realm=voip.isp.net
auth=3074449999#c491b58f6fd6da12691fa0de86fbbcc3@voip.isp.net
type=peer
context=workline
2005 Nov 10
1
Effect.BlindDown: element.style has no properties
I''m running Typo, and after a comment is successfully posted, Typo
runs this snippet of Javascript:
new Effect.BlindDown($(''commentList'').lastChild);
which throws the following error under Firefox 1.5rc1 (OSX)
Error: element.style has no properties
Source File: http://laughingmeme.org/javascripts/effects.js
Line: 754
The problem being that lastChild() is returning
2008 May 22
9
building a many-to-many structure in javascript
hi,
for some purpose, I need a "in-javascript database", maybe built with
some Prototype $H function calls for creating "tables"
but what about junction tables, I mean those which express many-to-
many relations between two entity tables ?
I though using concatenation of strings with a separator, for example
"key1 key2"
"1234-56"
or "ABC \n 789"
2008 Apr 29
1
Making new Ajax.Updater within a previous Ajax.Updater call
I have a button which calls a form via Ajax.Updater:
<a href="javascript:void()" onclick="createMessage()">Create Message</
a>
<script>
function createMessage() {
new Ajax.Updater( ''content'', ''message.php'', { method: ''post'' } );
}
</script>
This is the message.php file:
<html>
<head>
2017 Aug 26
2
Error in generating Object Code for implemented assembly vector instructions
i want to emit binary code for the following implemented vector assembly
instructions.
P_256B_LOAD_DWORD R_0_R2048b_0, pword ptr [rip + b]
P_256B_LOAD_DWORD R_0_R2048b_1, pword ptr [rip + c]
P_256B_VADD R_0_R2048b_0, R_0_R2048b_1, R_0_R2048b_0
P_256B_STORE_DWORD pword ptr [rip + a], R_0_R2048b_0
I added the following lines in X86MCInstLower.cpp;
unsigned NewOpc;
switch (OutMI.getOpcode())
2008 Jul 05
3
getting and writing atrr with prototype
Hi i''m learning prototype and i need to know something...
Someone knows how to write and get the value of some atribute... i
mean like...jquery that uses $(''#sub-div'').atrr(''alt'',''visible);
in prototype is there something like that?...
I hope you can help me and thanks :D
--~--~---------~--~----~------------~-------~--~----~
You received
2008 Aug 10
1
Prototype, JSON and headers
Hi everyone.
I love JSON and using Prototype has help me reduce the code to handle
AJAX responses.
But one thing keeps me confused and sometimes even frustrated.
I don''t really understand what is going on with the headers, so if
someone could take some time to explain what is going on, I (and
probably a lot more people) would be very thankful.
The thing is this. On my local server (Mac OS
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
Note that this does not fix gettext for app,
that will be done separately in another patch
as F10/F11 require different setups for that.
In the meantime gettext works if manually changed
in environment.rb to gettext_rails instead of
gettext/rails
Signed-off-by: Jason Guiditta <jason.guiditt at gmail.com>
---
src/app/controllers/application.rb | 200 --------
2008 Mar 20
2
onUpdate problem with div
I hav the following code:
<div id="puzzle">
<div id="divImage" style="float:left; cursor: move;>test 1</
div>
<div id="divImage" style="float:left; cursor: move;>test 2</
div>
<div id="divImage" style="float:left; cursor: move;>test 3</
div>
<div