search for: clienty

Displaying 16 results from an estimated 16 matches for "clienty".

Did you mean: client
2006 Jan 02
2
mouse position without event
Hello, Is it possible somehow to get mouse coordinates without using the event mechanism ? I need to get the current mouse position to initialize some div position, but not at page load Tarek _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 Jun 15
3
RE: Yahoo!-like Eventobjectemulation/abstractioninPrototype?
...this.which = event.which || event.button; this.button = event.button || event.which; this.pageX = Event.pointerX(event); this.pageY = Event.pointerY(event); this.clientX = this.pageX - (document.documentElement.scrollLeft || document.body.scrollLeft); this.clientY = this.pageY - (document.documentElement.scrollTop || document.body.scrollTop); this.preventDefault = Event.stop.bind(Event, event); this.stopPropagation = Event.stop.bind(Event, event); } } ); There are probably more things that would need to be addressed; I just based this off of...
2004 Feb 04
2
Problem browsing my unix-client - session setup failed: NT_STATUS _CANT_ACCESS_DOMAIN_INFO
I installed samba 3.0015. I have a problem when I try to browse my machine from a windows client. In effect I am not able to "open" my unix-client. I checked nmbd and smbd and they are running. If I try from my unix-clinet: smbclient -L my_user -W my_domain -L my_PDC I can see shares. If I try from my unix client: smbclient -L my_user -W my_domain -L my_unix_client I get session setup
2007 Sep 06
1
semi-nube help request
...ebug/content/panel.html#> <chrome://firebug/content/panel.html#> $(form) has no properties getElements("addLinkForm")prototype.js (line 2656) serialize("addLinkForm", undefined)prototype.js (line 2652) addNewOffsiteLink() admin.php (line 475) onclick(click clientX=0, clientY=0)admin.php (line 1) return $A($(form).getElementsByTagName(''*'')).inject([], prototype.js (line 2656) I am at complete loss because the following form works (which is damned near identical: <div id="container" style="clear:both;display:block;" ><div...
2010 Jul 01
2
Sweave function
Dear list, I have a question about the interaction between R code and Latex language trough the Sweave function in the package "utils". What I'm trying to do is to write a report. Contrary to the examples shown in the Sweave Manual in which table already constructed by R are "exported" on Latex files, what I would like to do is to build a table in which I combine text and
2004 Aug 06
1
pull relay problems
Jack, thanks for the heads up. Could you possibly tell me what this error means: Warning: Encountered error while transfering /serve/ftp/mp3s/various_artists/Various_Artists-BLLLEEEEAAAUUURRRRGGHHH!-The_Record_7''/06-Nuclear_Roach-Pessimism-Fcs.mp3. [Libshout reported send error: Libshout socket error.] Libshout communication problem, trying to reconnect to server Failed reconnecting to
2000 Jun 19
0
Samba over a PPP connection
Hello, we are trying access with a Windows98 portable computer to a SCO-Unix server over a telephone line PPP connection. After connection we can ping/telnet the server correctly but cannot "see" unix folder called "G:"; the same portable computer, over direct LAN connection it usually "see" perfectly. Do you have suggestions to solve this problem? Please reply as
2005 Jul 25
8
My try on nested sortables
Hello, please take a look at http://test.reasonmaker.com/sort/ where I made some hacks to allow for nested sortables. I need a hierarchical, sortable list, so I hacked away. It generally works quite nicely, but: ( - The code needs my debug stuff and failed attempts removed ) - The code needs to be adapted to also work with vertical sortables. It probably breaks vertical sortables.
2008 Mar 23
4
GSOC -2008 - Few Questions
Hello All, I am participating in the Google Summer of Code 2008. I am a student from India. I am interested in rewriting Gfxboot as a COM32 module.I am interested in syslinux because I used the ppmtolss16 perl script present in syslinux to create my own splash screen for a kiosk system which was built on Myslax(and isolinux was present too!!!). I am a newbie and have some basic knowledge of C. I
2003 May 22
0
Please help ! can't get it to work properly !!!
Hi all ! I don't know what else to do but I absolutely can't get it to work !!! :( I've installed 2.2.8a on my SGI 6.5.17 workstation and all the tests I've done failed. I'm getting quite desperate. :( Ok. Point by point I'll try to explain what I did. - Installed the 2.2.8a successfully and started it successfully. - Logged in the samba (almost) successfully from the
2005 Aug 15
6
setting position for draggables?
Hi list, how can I set the top and left CSS properties for draggable divs? When I modify the properties directly, the DIV jumps to its old position when I start to drag it. Thanks in advance! Martin _________________________________________________________________________ Mit der Gruppen-SMS von WEB.DE FreeMail k?nnen Sie eine SMS an alle Freunde gleichzeitig schicken:
2020 Feb 21
2
preexec with win 10
Il 19/02/20 10:22, Rowland penny via samba ha scritto: > On 19/02/2020 08:05, Roberto Tagliaferri - Tosnet srl via samba wrote: >> Sorry for the english :) >> >> Good morning, i've a little network with samba 4.2 on centos 6, NT style >> domain and win7 client. > > Excuse me, but do you not believe in updating things ? > > Samba 4.2.x went EOL at the end
2020 Feb 19
2
preexec with win 10
Sorry for the english :) Good morning, i've a little network with samba 4.2 on centos 6, NT style domain and win7 client. I've a root preexec and root postexec for tracking logon and logoff to the share. root preexec = /usr/bin/log_access.php "%L" "%U" "%G"? "%S" "%I" "%m" ON root postexec = /usr/bin/log_access.php
2005 Aug 09
4
Too slow computer?
Hello! I''ve put some questions on this list some weeks ago and I''ve got good answers. Thank you! Now I''ve finished my (beautyful) script and I ran it on my router... About my script: It routes packages based on their destination on the Internet. I have about 1650 preffered destination networks listed in some file. The script read this file and marks every package for
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...rollLeft: 0, scrollTop: 0 }; return { x: event.pageX || (event.clientX + - (document.documentElement.scrollLeft || document.body.scrollLeft)), + (docElement.scrollLeft || body.scrollLeft) - + (docElement.clientLeft || 0)), y: event.pageY || (event.clientY + - (document.documentElement.scrollTop || document.body.scrollTop)) + (docElement.scrollTop || body.scrollTop) - + (docElement.clientTop || 0)) }; }, @@ -3840,7 +3923,7 @@ Event.extend = (function() { }; } else { - Event.prototype = Event.proto...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server